diff --git a/.crunchbaseMockData.json.swp b/.crunchbaseMockData.json.swp new file mode 100644 index 0000000..3df5bb6 Binary files /dev/null and b/.crunchbaseMockData.json.swp differ diff --git a/WebServerGateway.js b/WebServerGateway.js index bd03ea2..e28d8b5 100644 --- a/WebServerGateway.js +++ b/WebServerGateway.js @@ -13,6 +13,7 @@ const loginServiceProxy = (req, res) => proxy.web(req, res, {target: 'http://loc const userAdminServiceProxy = (req, res) => proxy.web(req, res, {target: 'http://localhost:9010'}); const encryptServiceProxy = (req, res) => proxy.web(req, res, {target: 'http://localhost:9020'}); const decryptServiceProxy = (req, res) => proxy.web(req, res, {target: 'http://localhost:9030'}); +const companyDataServiceProxy = (req, res) => proxy.web(req, res, {target: 'http://localhost:9040'}); app.set('port', process.env.PORT || 3000); @@ -62,6 +63,11 @@ app.get('/decryptData', (req, res) => { decryptServiceProxy(req, res); }); +app.get('/crunchdata', (req, res) => { + companyDataServiceProxy(req, res); +}); + + const httpServer = http.createServer(app); diff --git a/companyDataServer.js b/companyDataServer.js new file mode 100644 index 0000000..4899de4 --- /dev/null +++ b/companyDataServer.js @@ -0,0 +1,36 @@ +const express = require('express'); +const bodyParser = require('body-parser'); +const app = express(); +const axios = require('axios'); +const User = require('./usersArgon'); +const cryptoJS = require('crypto-js'); + +const fs = require('fs'); + +app.set('port', process.env.PORT || 9040); + +app.use(bodyParser.json()); +app.use(bodyParser.urlencoded({ extended: true })); + + +app.get('/crunchdata', (req, res) => { + + fs.readFile('./crunchbaseMockData.json', (err, data) => { + if (err) { + reject(Error(err)); + } else { + data = ' ' + data; + console.log(data); + res.json(data); + } + }); + + + +}); + +app.listen(app.get('port'), () => { + console.log('CompanyData Server listening on: http://localhost:%s', app.get('port')); +}); + +module.exports = app; \ No newline at end of file diff --git a/crunchbaseMockData.json b/crunchbaseMockData.json new file mode 100644 index 0000000..f5f16d7 --- /dev/null +++ b/crunchbaseMockData.json @@ -0,0 +1,4902 @@ +[{ + "investor_name": "EASME - EU Executive Agency for SMEs", + "domain": "ec.europa.eu", + "country_code": "BEL", + "state_code": "", + "region": "11", + "city": "Brussels", + "investor_type": "government_office", + "investment_count": "2604", + "founded_on": "2014-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/easme", + "twitter_url": "https://twitter.com/eu_easme", + "facebook_url": "https://www.facebook.com/EnterpriseEuropeNetworkEU/", + "uuid": "1d0c86bf-c986-6b40-d757-4d97cdd5d877" + }, + { + "investor_name": "Y Combinator", + "domain": "ycombinator.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Mountain View", + "investor_type": "accelerator", + "investment_count": "2197", + "founded_on": "2005-03-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/y-combinator", + "twitter_url": "http://twitter.com/ycombinator", + "facebook_url": "http://www.facebook.com/YCombinator", + "uuid": "73633ee4-ea65-2967-6c5d-9b5fec7d2d5e" + }, + { + "investor_name": "500 Startups", + "domain": "500.co", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Mountain View", + "investor_type": "accelerator", + "investment_count": "1926", + "founded_on": "2010-04-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/500-startups", + "twitter_url": "http://twitter.com/500startups", + "facebook_url": "http://www.facebook.com/500startups", + "uuid": "56e40f50-97c7-2a77-255d-1d97d5f30646" + }, + { + "investor_name": "Techstars", + "domain": "techstars.com", + "country_code": "USA", + "state_code": "CO", + "region": "CO", + "city": "Boulder", + "investor_type": "accelerator", + "investment_count": "1666", + "founded_on": "2006-10-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/techstars", + "twitter_url": "https://twitter.com/techstars", + "facebook_url": "https://www.facebook.com/techstars", + "uuid": "3718597a-dd39-6661-3630-09cdd43bcac2" + }, + { + "investor_name": "New Enterprise Associates", + "domain": "nea.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "1549", + "founded_on": "1977-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/new-enterprise-associates", + "twitter_url": "https://twitter.com/NEA", + "facebook_url": "https://www.facebook.com/NEAvc", + "uuid": "47b84763-9727-7cdf-b194-2742e3963147" + }, + { + "investor_name": "SOSV", + "domain": "sosv.com", + "country_code": "USA", + "state_code": "NJ", + "region": "NJ", + "city": "Princeton", + "investor_type": "accelerator", + "investment_count": "1384", + "founded_on": "1995-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/sosv", + "twitter_url": "https://twitter.com/sosvvc", + "facebook_url": "", + "uuid": "39041e62-6b24-ae8d-1347-4cea947e832c" + }, + { + "investor_name": "MassChallenge", + "domain": "masschallenge.org", + "country_code": "USA", + "state_code": "MA", + "region": "MA", + "city": "Boston", + "investor_type": "accelerator", + "investment_count": "1369", + "founded_on": "2009-06-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/masschallenge", + "twitter_url": "https://twitter.com/MassChallenge", + "facebook_url": "https://www.facebook.com/masschallenge", + "uuid": "183692b0-b175-b125-89ce-2badd9f56b55" + }, + { + "investor_name": "Intel Capital", + "domain": "intelcapital.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Santa Clara", + "investor_type": "corporate_venture_capital", + "investment_count": "1307", + "founded_on": "1991-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/intel-capital", + "twitter_url": "https://twitter.com/intelcapital", + "facebook_url": "", + "uuid": "f3716725-552d-b9b5-59ad-de4ec64b1751" + }, + { + "investor_name": "Accel", + "domain": "accel.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Palo Alto", + "investor_type": "venture_capital", + "investment_count": "1275", + "founded_on": "1983-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/accel-partners", + "twitter_url": "http://twitter.com/accel", + "facebook_url": "http://www.facebook.com/accel", + "uuid": "b08efc27-da40-505a-6f9d-c9e14247bf36" + }, + { + "investor_name": "Sequoia Capital", + "domain": "sequoiacap.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "1235", + "founded_on": "1972-11-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/sequoia-capital", + "twitter_url": "http://twitter.com/sequoia", + "facebook_url": "http://www.facebook.com/SequoiaCap", + "uuid": "0c867fde-2b9a-df10-fdb9-66b74f355f91" + }, + { + "investor_name": "Kleiner Perkins", + "domain": "kleinerperkins.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "1084", + "founded_on": "1972-03-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/kleiner-perkins-caufield-byers", + "twitter_url": "https://twitter.com/kpcb", + "facebook_url": "https://www.facebook.com/kleinerperkinsprofile/", + "uuid": "2d0a5bf0-e53e-9a07-2243-9bcd561421ec" + }, + { + "investor_name": "NYSERDA", + "domain": "ny.gov", + "country_code": "USA", + "state_code": "NY", + "region": "NY", + "city": "Albany", + "investor_type": "government_office", + "investment_count": "1000", + "founded_on": "1975-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/nyserda", + "twitter_url": "http://www.twitter.com/nyserda", + "facebook_url": "http://www.facebook.com/NYSERDA", + "uuid": "d7aaabbf-a2c0-dffe-0c55-4fadd678c289" + }, + { + "investor_name": "Wayra", + "domain": "wayra.co.uk", + "country_code": "GBR", + "state_code": "", + "region": "H9", + "city": "London", + "investor_type": "accelerator", + "investment_count": "970", + "founded_on": "2011-04-09", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/wayra", + "twitter_url": "http://www.twitter.com/wayra", + "facebook_url": "https://www.facebook.com/wayrauk", + "uuid": "ac41030f-c20d-0060-3f0a-37f0eee13779" + }, + { + "investor_name": "SV Angel", + "domain": "svangel.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "San Francisco", + "investor_type": "micro_vc", + "investment_count": "865", + "founded_on": "2009-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/sv-angel", + "twitter_url": "https://www.twitter.com/svangel", + "facebook_url": "https://www.facebook.com/svangelfirm", + "uuid": "902deab4-ec41-68ce-d9df-c0c959578176" + }, + { + "investor_name": "Bessemer Venture Partners", + "domain": "bvp.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Redwood City", + "investor_type": "venture_capital", + "investment_count": "864", + "founded_on": "1911-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/bessemer-venture-partners", + "twitter_url": "http://twitter.com/bessemervp", + "facebook_url": "", + "uuid": "beadb218-e5fa-2686-bc95-4dfaa9acc2e8" + }, + { + "investor_name": "Start-Up Chile", + "domain": "startupchile.org", + "country_code": "CHL", + "state_code": "", + "region": "12", + "city": "Santiago", + "investor_type": "accelerator", + "investment_count": "841", + "founded_on": "2010-04-06", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/start-up-chile", + "twitter_url": "https://twitter.com/startupchile", + "facebook_url": "http://www.facebook.com/startupchile", + "uuid": "e26b98e6-3997-577d-eb5b-a195e31d03e3" + }, + { + "investor_name": "Plug and Play", + "domain": "plugandplaytechcenter.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Sunnyvale", + "investor_type": "accelerator", + "investment_count": "840", + "founded_on": "2006-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/plug-and-play-ventures", + "twitter_url": "https://twitter.com/PlugandPlayTC", + "facebook_url": "https://www.facebook.com/plugandplaytechcenter", + "uuid": "93c87ab7-7cee-5c54-9941-104693dbbdba" + }, + { + "investor_name": "Right Side Capital Management", + "domain": "rightsidecapital.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "San Francisco", + "investor_type": "micro_vc", + "investment_count": "838", + "founded_on": "2010-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/right-side-capital-management", + "twitter_url": "", + "facebook_url": "", + "uuid": "3bfb69a8-61b6-ec30-1512-73bd1ca35bc5" + }, + { + "investor_name": "Crowdcube", + "domain": "crowdcube.com", + "country_code": "GBR", + "state_code": "", + "region": "D4", + "city": "Exeter", + "investor_type": "", + "investment_count": "822", + "founded_on": "2010-08-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/crowdcube", + "twitter_url": "https://twitter.com/Crowdcube", + "facebook_url": "https://www.facebook.com/crowdcube/", + "uuid": "01a2a666-577c-1673-eba6-74c02aaf2e80" + }, + { + "investor_name": "DFJ", + "domain": "dfj.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "817", + "founded_on": "1985-10-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/draper-fisher-jurvetson", + "twitter_url": "http://www.twitter.com/dfjvc", + "facebook_url": "https://www.facebook.com/dfj/", + "uuid": "ac53f2c3-4fd6-45c3-3a21-966c4d950f8f" + }, + { + "investor_name": "Index Ventures", + "domain": "indexventures.com", + "country_code": "CHE", + "state_code": "", + "region": "7", + "city": "Geneva", + "investor_type": "venture_capital", + "investment_count": "721", + "founded_on": "1996-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/index-ventures", + "twitter_url": "http://twitter.com/indexventures", + "facebook_url": "https://www.facebook.com/Index-Ventures-14630060572/", + "uuid": "60b5dade-24ed-84b0-99e2-1ecda554a1ab" + }, + { + "investor_name": "Lightspeed Venture Partners", + "domain": "lsvp.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "705", + "founded_on": "2000-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/lightspeed-venture-partners", + "twitter_url": "http://twitter.com/lightspeedvp", + "facebook_url": "http://www.facebook.com/Lightspeed", + "uuid": "d5df3873-7871-c608-0284-c74d0b555ccd" + }, + { + "investor_name": "Goldman Sachs", + "domain": "goldmansachs.com", + "country_code": "USA", + "state_code": "NY", + "region": "NY", + "city": "New York", + "investor_type": "investment_bank", + "investment_count": "693", + "founded_on": "1869-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/goldman-sachs", + "twitter_url": "http://twitter.com/goldmansachs", + "facebook_url": "https://www.facebook.com/goldmansachs", + "uuid": "30b3efdf-6024-804d-ea55-c4d1a8dfc86c" + }, + { + "investor_name": "Andreessen Horowitz", + "domain": "a16z.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "678", + "founded_on": "2009-06-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/andreessen-horowitz", + "twitter_url": "http://twitter.com/a16z", + "facebook_url": "http://www.facebook.com/andreessenhorowitz", + "uuid": "ce91bad7-b6d8-e56e-0f45-4763c6c5ca29" + }, + { + "investor_name": "First Round Capital", + "domain": "firstround.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "San Francisco", + "investor_type": "venture_capital", + "investment_count": "674", + "founded_on": "2004-11-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/first-round-capital", + "twitter_url": "http://twitter.com/firstround", + "facebook_url": "http://www.facebook.com/firstroundcapital", + "uuid": "043d9e52-dcc0-0dd8-6074-206e42e20e13" + }, + { + "investor_name": "Greylock Partners", + "domain": "greylock.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "670", + "founded_on": "1965-10-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/greylock", + "twitter_url": "http://twitter.com/greylockvc", + "facebook_url": "http://www.facebook.com/Greylock", + "uuid": "e2006571-6b7a-e477-002a-f7014f48a7e3" + }, + { + "investor_name": "Technology Development Fund", + "domain": "en.rannis.is", + "country_code": "ISL", + "state_code": "", + "region": "10", + "city": "Reykjavík", + "investor_type": "government_office", + "investment_count": "648", + "founded_on": "2003-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/technologydevelopmentfund", + "twitter_url": "", + "facebook_url": "https://www.facebook.com/taeknithrounarsjodur", + "uuid": "3a30386f-fc0f-614c-3e87-b53847418f20" + }, + { + "investor_name": "Battery Ventures", + "domain": "battery.com", + "country_code": "USA", + "state_code": "MA", + "region": "MA", + "city": "Boston", + "investor_type": "venture_capital", + "investment_count": "641", + "founded_on": "1983-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/battery-ventures", + "twitter_url": "http://twitter.com/batteryventures", + "facebook_url": "", + "uuid": "7a42b564-4bb6-5864-6cdb-a0100008f3b3" + }, + { + "investor_name": "GV", + "domain": "gv.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Mountain View", + "investor_type": "corporate_venture_capital", + "investment_count": "637", + "founded_on": "2008-03-31", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/google-ventures", + "twitter_url": "https://twitter.com/gvteam", + "facebook_url": "https://www.facebook.com/GoogleVentures", + "uuid": "3c62db15-4db8-016a-145e-dd1a06d168e2" + }, + { + "investor_name": "Khosla Ventures", + "domain": "khoslaventures.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "636", + "founded_on": "2004-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/khosla-ventures", + "twitter_url": "https://twitter.com/khoslaventures", + "facebook_url": "http://www.facebook.com/khoslaventures", + "uuid": "fe5a4983-a46a-2fc2-5633-e35e0a86b694" + }, + { + "investor_name": "General Catalyst", + "domain": "generalcatalyst.com", + "country_code": "USA", + "state_code": "MA", + "region": "MA", + "city": "Cambridge", + "investor_type": "venture_capital", + "investment_count": "634", + "founded_on": "2000-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/general-catalyst-partners", + "twitter_url": "http://twitter.com/gcvp", + "facebook_url": "http://www.facebook.com/generalcatalyst", + "uuid": "34a9bb66-0984-8de0-e7fb-13e976b4a135" + }, + { + "investor_name": "Norwest Venture Partners", + "domain": "nvp.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Palo Alto", + "investor_type": "venture_capital", + "investment_count": "599", + "founded_on": "1961-04-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/norwest-venture-partners", + "twitter_url": "http://twitter.com/NorwestVP", + "facebook_url": "https://www.facebook.com/NorwestVenturePartners/", + "uuid": "4ab1b039-d9ce-f96a-06e7-f737e37eee08" + }, + { + "investor_name": "Venrock", + "domain": "venrock.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Palo Alto", + "investor_type": "venture_capital", + "investment_count": "592", + "founded_on": "1969-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/venrock", + "twitter_url": "http://twitter.com/Venrock", + "facebook_url": "http://www.facebook.com/venrock", + "uuid": "ed24f9ce-2313-cb8c-8ff2-9de6899ea992" + }, + { + "investor_name": "IDG Capital", + "domain": "idgcapital.com", + "country_code": "CHN", + "state_code": "", + "region": "22", + "city": "Beijing", + "investor_type": "corporate_venture_capital", + "investment_count": "584", + "founded_on": "1993-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/idg-capital-partners", + "twitter_url": "https://twitter.com/IDGCapital", + "facebook_url": "", + "uuid": "343a0c91-d3b9-80fa-2330-cfde495decf1" + }, + { + "investor_name": "Redpoint", + "domain": "redpoint.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "578", + "founded_on": "1999-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/redpoint-ventures", + "twitter_url": "http://twitter.com/redpointvc", + "facebook_url": "http://www.facebook.com/RedpointVC", + "uuid": "d29973c3-95ec-691d-defd-6a6ba713c72a" + }, + { + "investor_name": "Benchmark", + "domain": "benchmark.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "San Francisco", + "investor_type": "venture_capital", + "investment_count": "572", + "founded_on": "1995-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/benchmark", + "twitter_url": "http://twitter.com/benchmark", + "facebook_url": "http://www.facebook.com/Benchmark", + "uuid": "fe2d1e8b-f607-3c9f-fad7-98fb8412f77e" + }, + { + "investor_name": "Menlo Ventures", + "domain": "menlovc.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "565", + "founded_on": "1976-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/menlo-ventures", + "twitter_url": "http://twitter.com/menloventures", + "facebook_url": "http://www.facebook.com/menloventures", + "uuid": "a34c63f0-c277-3e4b-bbfc-1868ca81596d" + }, + { + "investor_name": "Brand Capital", + "domain": "brandcapital.co.in", + "country_code": "IND", + "state_code": "", + "region": "16", + "city": "Mumbai", + "investor_type": "corporate_venture_capital", + "investment_count": "564", + "founded_on": "2005-03-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/brandcapital", + "twitter_url": "http://twitter.com/BrandCapital1", + "facebook_url": "", + "uuid": "3ee29c77-685f-38d4-09dd-f31be5bcd8c1" + }, + { + "investor_name": "Canaan Partners", + "domain": "canaan.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "560", + "founded_on": "1987-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/canaan-partners", + "twitter_url": "https://twitter.com/canaanpartners", + "facebook_url": "http://www.facebook.com/CanaanPartners", + "uuid": "26bcf130-4aa8-a3b3-3571-1b8f13143370" + }, + { + "investor_name": "Silicon Valley Bank", + "domain": "svb.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Santa Clara", + "investor_type": "investment_bank", + "investment_count": "547", + "founded_on": "1983-10-17", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/silicon-valley-bank", + "twitter_url": "http://twitter.com/SVB_Financial", + "facebook_url": "http://www.facebook.com/pages/SVB-Financial-Group-Silicon-Valley", + "uuid": "4eee5e60-3b06-6fe8-cc2c-29119a96051d" + }, + { + "investor_name": "Enterprise Ireland", + "domain": "enterprise-ireland.com", + "country_code": "IRL", + "state_code": "", + "region": "7", + "city": "Dublin", + "investor_type": "government_office", + "investment_count": "546", + "founded_on": "1998-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/enterprise-ireland", + "twitter_url": "http://twitter.com/entirl", + "facebook_url": "http://www.facebook.com/EnterpriseIreland", + "uuid": "8cfddd6c-3092-27ce-e9e2-fe740e1c23b6" + }, + { + "investor_name": "Startupbootcamp", + "domain": "startupbootcamp.org", + "country_code": "GBR", + "state_code": "", + "region": "H9", + "city": "London", + "investor_type": "accelerator", + "investment_count": "526", + "founded_on": "2010-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/startupbootcamp", + "twitter_url": "http://twitter.com/sbootcamp", + "facebook_url": "http://www.facebook.com/startupbootcamp", + "uuid": "310d858d-653e-90d4-2527-dc9a555326e7" + }, + { + "investor_name": "High-Tech Gründerfonds", + "domain": "high-tech-gruenderfonds.de", + "country_code": "DEU", + "state_code": "", + "region": "7", + "city": "Bonn", + "investor_type": "venture_capital", + "investment_count": "521", + "founded_on": "2005-09-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/high-tech-gründerfonds", + "twitter_url": "https://twitter.com/htgf", + "facebook_url": "https://www.facebook.com/HTGF.VC", + "uuid": "502f512b-13c8-4ce0-a158-8acc4500ff75" + }, + { + "investor_name": "Matrix Partners", + "domain": "matrixpartners.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "San Francisco", + "investor_type": "venture_capital", + "investment_count": "519", + "founded_on": "1977-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/matrix-partners", + "twitter_url": "http://twitter.com/matrixpartners", + "facebook_url": "", + "uuid": "0e09f1a3-ab17-d2d6-80a4-4425f38e4078" + }, + { + "investor_name": "Polaris Partners", + "domain": "polarispartners.com", + "country_code": "USA", + "state_code": "MA", + "region": "MA", + "city": "Boston", + "investor_type": "venture_capital", + "investment_count": "503", + "founded_on": "1996-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/polaris-partners", + "twitter_url": "http://twitter.com/PolarisVC", + "facebook_url": "http://www.facebook.com/pages/Polaris-Partners/404737049642094", + "uuid": "add1bcfe-41e3-7828-253b-d7c8694ed4ca" + }, + { + "investor_name": "Kima Ventures", + "domain": "kimaventures.com", + "country_code": "FRA", + "state_code": "", + "region": "A8", + "city": "Paris", + "investor_type": "micro_vc", + "investment_count": "501", + "founded_on": "2010-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/kima-ventures", + "twitter_url": "http://twitter.com/kimaventures", + "facebook_url": "http://www.facebook.com/KimaVentures", + "uuid": "d1bc5ab8-adde-56aa-5dfc-d69d0377430d" + }, + { + "investor_name": "Foundation Capital", + "domain": "foundationcapital.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Palo Alto", + "investor_type": "venture_capital", + "investment_count": "496", + "founded_on": "1995-10-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/foundation-capital", + "twitter_url": "http://twitter.com/FoundationCap", + "facebook_url": "https://www.facebook.com/foundationcap/", + "uuid": "704baa25-5337-ecb0-71f7-f28c18ad3faa" + }, + { + "investor_name": "Atlas Venture", + "domain": "atlasventure.com", + "country_code": "USA", + "state_code": "MA", + "region": "MA", + "city": "Cambridge", + "investor_type": "venture_capital", + "investment_count": "495", + "founded_on": "1980-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/atlas-venture", + "twitter_url": "http://twitter.com/atlasventure", + "facebook_url": "http://www.facebook.com/pages/Atlas-Venture/179492238740381", + "uuid": "6f2acf2a-5cbf-adb1-cbb4-5829ab0b08cd" + }, + { + "investor_name": "U.S. Venture Partners (USVP)", + "domain": "usvp.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "483", + "founded_on": "1981-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/us-venture-partners", + "twitter_url": "http://twitter.com/USVP_", + "facebook_url": "http://www.facebook.com/US-Venture-Partners-USVP/113779035", + "uuid": "a2b35e8b-e3e9-883b-8a07-38e6ef57d726" + }, + { + "investor_name": "Mayfield Fund", + "domain": "mayfield.com", + "country_code": "USA", + "state_code": "CA", + "region": "CA", + "city": "Menlo Park", + "investor_type": "venture_capital", + "investment_count": "479", + "founded_on": "1969-01-01", + "closed_on": "", + "cb_url": "https://www.crunchbase.com/organization/mayfield-fund", + "twitter_url": "http://twitter.com/MayfieldFund", + "facebook_url": "http://www.facebook.com/MayfieldFund", + "uuid": "3213cd7d-06e0-3ecb-3359-29aa8deddfa6" + }, + { + "investor_name": "" + }, + { + "investor_name": "acquiree_name", + "domain": "acquiree_country_code", + "country_code": "state_code", + "state_code": "acquiree_region", + "region": "acquiree_city", + "city": "acquirer_name", + "investor_type": "acquirer_country_code", + "investment_count": "acquirer_state_code", + "founded_on": "acquirer_region", + "closed_on": "acquirer_city", + "cb_url": "acquired_on", + "twitter_url": "price_usd", + "facebook_url": "price", + "uuid": "price_currency_code" + }, + { + "investor_name": "22Touch", + "domain": "USA", + "country_code": "ID", + "state_code": "ID", + "region": "Meridian", + "city": "Refer.com", + "investor_type": "USA", + "investment_count": "ID", + "founded_on": "ID", + "closed_on": "Boise", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Amega Scientific Corp", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Marlton", + "city": "Mesa Laboratories", + "investor_type": "USA", + "investment_count": "CO", + "founded_on": "CO", + "closed_on": "Lakewood", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "AST Bearings LLC", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Montville", + "city": "Motion Industries", + "investor_type": "USA", + "investment_count": "AL", + "founded_on": "AL", + "closed_on": "Birmingham", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Baywater Healthcare", + "domain": "GBR", + "country_code": "", + "state_code": "Z7", + "region": "Crewe", + "city": "Souter Investments", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "U8", + "closed_on": "Edinburgh", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Beacon Endoscopic", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Newton", + "city": "Covidien", + "investor_type": "IRL", + "investment_count": "", + "founded_on": "7", + "closed_on": "Dublin", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Callidus Biopharma", + "domain": "USA", + "country_code": "PA", + "state_code": "PA", + "region": "Doylestown", + "city": "Amicus Therapeutics", + "investor_type": "USA", + "investment_count": "NJ", + "founded_on": "NJ", + "closed_on": "Cranbury", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "CapStone Bank", + "domain": "USA", + "country_code": "NC", + "state_code": "NC", + "region": "Raleigh", + "city": "NewBridge Bank", + "investor_type": "USA", + "investment_count": "NC", + "founded_on": "NC", + "closed_on": "Greensboro", + "cb_url": "2013-11-01", + "twitter_url": "64000000", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Carmanah Design and Manufacturing", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Burlington", + "city": "Kadant", + "investor_type": "USA", + "investment_count": "MA", + "founded_on": "MA", + "closed_on": "Westford", + "cb_url": "2013-11-01", + "twitter_url": "52000000", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Commercial Kitchen Maintenance", + "domain": "GBR", + "country_code": "", + "state_code": "X5", + "region": "Cardiff", + "city": "JLA ltd", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "C2", + "closed_on": "Ripponden", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Consumer Health Advisers", + "domain": "USA", + "country_code": "MD", + "state_code": "MD", + "region": "Bethesda", + "city": "Key Benefit Administrators", + "investor_type": "USA", + "investment_count": "IN", + "founded_on": "IN", + "closed_on": "Indianapolis", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Coopers Vets", + "domain": "GBR", + "country_code": "", + "state_code": "E2", + "region": "Hastings", + "city": "CVS Group plc", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "I9", + "closed_on": "Diss", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Cope Today", + "domain": "USA", + "country_code": "NC", + "state_code": "NC", + "region": "Raleigh", + "city": "MindCare Solutions", + "investor_type": "USA", + "investment_count": "TN", + "founded_on": "TN", + "closed_on": "Nashville", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Dugas", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Paris", + "city": "Groupe Chevrillon", + "investor_type": "FRA", + "investment_count": "", + "founded_on": "A8", + "closed_on": "Paris", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Duo Web Solutions", + "domain": "USA", + "country_code": "WI", + "state_code": "WI", + "region": "New Berlin", + "city": "ARI Network Services", + "investor_type": "USA", + "investment_count": "WI", + "founded_on": "WI", + "closed_on": "Milwaukee", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "EPA Cloud", + "domain": "GBR", + "country_code": "", + "state_code": "N4", + "region": "Keele", + "city": "J2 Global", + "investor_type": "USA", + "investment_count": "CA", + "founded_on": "CA", + "closed_on": "Los Angeles", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Everis", + "domain": "ESP", + "country_code": "", + "state_code": "29", + "region": "Madrid", + "city": "NTT Data", + "investor_type": "JPN", + "investment_count": "", + "founded_on": "40", + "closed_on": "Tokyo", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Frame Displays", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "Sterling", + "city": "Essilor", + "investor_type": "FRA", + "investment_count": "", + "founded_on": "A8", + "closed_on": "Charenton-le-pont", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "G.H. Bass & Co - Weejuns", + "domain": "USA", + "country_code": "CO", + "state_code": "CO", + "region": "Pueblo", + "city": "G-III Apparel Group", + "investor_type": "USA", + "investment_count": "NY", + "founded_on": "NY", + "closed_on": "New York", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Haskins Steel Co.", + "domain": "USA", + "country_code": "WA", + "state_code": "WA", + "region": "Spokane", + "city": "Reliance Steel & Aluminum Co", + "investor_type": "USA", + "investment_count": "CA", + "founded_on": "CA", + "closed_on": "Los Angeles", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Howell Metal", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "New Market", + "city": "Mueller Copper Tube Products", + "investor_type": "USA", + "investment_count": "AR", + "founded_on": "AR", + "closed_on": "Wynne", + "cb_url": "2013-11-01", + "twitter_url": "58500000", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Kawet", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Paris", + "city": "Phenix Groupe", + "investor_type": "FRA", + "investment_count": "", + "founded_on": "A8", + "closed_on": "Levallois", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Larwood & Kennedy Veterinary Surgeons", + "domain": "GBR", + "country_code": "", + "state_code": "I9", + "region": "Dereham", + "city": "CVS Group plc", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "I9", + "closed_on": "Diss", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Mademoiselle Desserts", + "domain": "GBR", + "country_code": "", + "state_code": "J9", + "region": "Corby", + "city": "Equistone Partners Europe", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "H9", + "closed_on": "London", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Mivisa", + "domain": "ESP", + "country_code": "", + "state_code": "51", + "region": "Las Torres De Cotillas", + "city": "Crown Holdings", + "investor_type": "USA", + "investment_count": "PA", + "founded_on": "PA", + "closed_on": "Philadelphia", + "cb_url": "2013-11-01", + "twitter_url": "1381421238", + "facebook_url": "1020000000", + "uuid": "EUR" + }, + { + "investor_name": "OSB Consulting", + "domain": "", + "country_code": "", + "state_code": "", + "region": "", + "city": "Virtusa", + "investor_type": "USA", + "investment_count": "MA", + "founded_on": "MA", + "closed_on": "Westborough", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Pixavi", + "domain": "NOR", + "country_code": "", + "state_code": "14", + "region": "Stavanger", + "city": "Bartec", + "investor_type": "DEU", + "investment_count": "", + "founded_on": "1", + "closed_on": "Bad Mergentheim", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Prima Tech", + "domain": "USA", + "country_code": "NC", + "state_code": "NC", + "region": "Kenansville", + "city": "Neogen Corp.", + "investor_type": "USA", + "investment_count": "MI", + "founded_on": "MI", + "closed_on": "Lansing", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Primrose Solar", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "Pioneer Point Partners", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "H9", + "closed_on": "London", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Proton (Southern)", + "domain": "GBR", + "country_code": "", + "state_code": "M4", + "region": "Southampton", + "city": "JLA ltd", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "C2", + "closed_on": "Ripponden", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Savvytel", + "domain": "", + "country_code": "", + "state_code": "", + "region": "", + "city": "Yatango", + "investor_type": "AUS", + "investment_count": "", + "founded_on": "2", + "closed_on": "Sydney", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Simply Mac", + "domain": "USA", + "country_code": "UT", + "state_code": "UT", + "region": "Salt Lake City", + "city": "GameStop", + "investor_type": "USA", + "investment_count": "TX", + "founded_on": "TX", + "closed_on": "Grapevine", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Stephanie Lumsden Inc", + "domain": "", + "country_code": "", + "state_code": "", + "region": "", + "city": "ClosetDrop", + "investor_type": "AUS", + "investment_count": "", + "founded_on": "8", + "closed_on": "Perth", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Suntech Power", + "domain": "CHN", + "country_code": "", + "state_code": "1", + "region": "Wuxi", + "city": "Shunfeng Photovoltaic", + "investor_type": "CHN", + "investment_count": "", + "founded_on": "2", + "closed_on": "Changzhou", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Tandberg Data", + "domain": "DEU", + "country_code": "", + "state_code": "7", + "region": "Dortmund", + "city": "Overland Storage", + "investor_type": "USA", + "investment_count": "CA", + "founded_on": "CA", + "closed_on": "San Diego", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Tekra", + "domain": "USA", + "country_code": "WI", + "state_code": "WI", + "region": "New Berlin", + "city": "EIS Inc", + "investor_type": "USA", + "investment_count": "GA", + "founded_on": "GA", + "closed_on": "Atlanta", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "The Dominion", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "Travelers Insurance", + "investor_type": "USA", + "investment_count": "NY", + "founded_on": "NY", + "closed_on": "New York", + "cb_url": "2013-11-01", + "twitter_url": "1100000000", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Thinksoft Global Services Ltd", + "domain": "", + "country_code": "", + "state_code": "", + "region": "", + "city": "SQS Software Quality Systems", + "investor_type": "DEU", + "investment_count": "", + "founded_on": "7", + "closed_on": "Cologne", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Trumpet Local Media", + "domain": "USA", + "country_code": "CO", + "state_code": "CO", + "region": "Boulder", + "city": "Ramblin Jackson", + "investor_type": "USA", + "investment_count": "CO", + "founded_on": "CO", + "closed_on": "Boulder", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Virgin Wines", + "domain": "GBR", + "country_code": "", + "state_code": "I9", + "region": "Norwich", + "city": "Mobeus Equity Partners", + "investor_type": "GBR", + "investment_count": "", + "founded_on": "H9", + "closed_on": "London", + "cb_url": "2013-11-01", + "twitter_url": "12865211", + "facebook_url": "8070000", + "uuid": "GBP" + }, + { + "investor_name": "Wittlebee", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "Culver City", + "city": "Fabkids", + "investor_type": "USA", + "investment_count": "CA", + "founded_on": "CA", + "closed_on": "San Francisco", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Worry Free Labs", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "PointClear Solutions", + "investor_type": "USA", + "investment_count": "GA", + "founded_on": "GA", + "closed_on": "Atlanta", + "cb_url": "2013-11-01", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Acacia Federal Savings Bank", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "Falls Church", + "city": "Stifel Financial Corp.", + "investor_type": "USA", + "investment_count": "MO", + "founded_on": "MO", + "closed_on": "St Louis", + "cb_url": "2013-10-31", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Aggregate Knowledge", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "San Mateo", + "city": "Neustar", + "investor_type": "USA", + "investment_count": "VA", + "founded_on": "VA", + "closed_on": "Sterling", + "cb_url": "2013-10-31", + "twitter_url": "119000000", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Beijing Higher Shengli Printing Science and Technology Co.", + "domain": " Ltd", + "country_code": "CHN", + "state_code": "", + "region": "22", + "city": "Beijing", + "investor_type": "Plastics Capital", + "investment_count": "GBR", + "founded_on": "", + "closed_on": "H9", + "cb_url": "London", + "twitter_url": "2013-10-31", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Bison Coach", + "domain": "USA", + "country_code": "IN", + "state_code": "IN", + "region": "Milford", + "city": "Thor Industries", + "investor_type": "USA", + "investment_count": "IN", + "founded_on": "IN", + "closed_on": "Elkhart", + "cb_url": "2013-10-31", + "twitter_url": "16700000", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Bravo Telecom", + "domain": "SAU", + "country_code": "", + "state_code": "10", + "region": "Riyadh", + "city": "Saudi Telecom Company", + "investor_type": "SAU", + "investment_count": "", + "founded_on": "10", + "closed_on": "Riyadh", + "cb_url": "2013-10-31", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Hemfoder AB", + "domain": "", + "country_code": "", + "state_code": "", + "region": "", + "city": "ZooZoo.com", + "investor_type": "SWE", + "investment_count": "", + "founded_on": "26", + "closed_on": "Kista", + "cb_url": "2013-10-31", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "Labour Solutions Australia", + "domain": "AUS", + "country_code": "", + "state_code": "2", + "region": "Milton", + "city": "Adcorp", + "investor_type": "ZAF", + "investment_count": "", + "founded_on": "", + "closed_on": "Bryanston", + "cb_url": "2013-10-31", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "PALSYS Software Co", + "domain": "THA", + "country_code": "", + "state_code": "40", + "region": "Bangkok", + "city": "NS Solutions", + "investor_type": "JPN", + "investment_count": "", + "founded_on": "40", + "closed_on": "Tokyo", + "cb_url": "2013-10-31", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "PCO Innovation", + "domain": "CAN", + "country_code": "QC", + "state_code": "QC", + "region": "Montréal", + "city": "Accenture", + "investor_type": "IRL", + "investment_count": "", + "founded_on": "7", + "closed_on": "Dublin", + "cb_url": "2013-10-31", + "twitter_url": "", + "facebook_url": "", + "uuid": "" + }, + { + "investor_name": "" + }, + { + "investor_name": "name", + "domain": "country_code", + "country_code": "company_state_code", + "state_code": "region", + "region": "city", + "city": "stock_exchange_symbol", + "investor_type": "stock_symbol", + "investment_count": "went_public_on", + "founded_on": "price_usd", + "closed_on": "price", + "cb_url": "price_currency_code", + "twitter_url": "cb_url", + "facebook_url": "ipo_uuid", + "uuid": "uuid" + }, + { + "investor_name": "Biostage", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Holliston", + "city": "nasdaq", + "investor_type": "BSTG", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/harvard-apparatus-regenerative-technology", + "facebook_url": "ec60ff03-6806-1a75-751a-95dbb1796826", + "uuid": "78ff9bbf-303e-6fa4-e7a9-effe0b69f874" + }, + { + "investor_name": "Cymat Technologies", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Mississauga", + "city": "cve", + "investor_type": "CYM", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/cymat-technologies", + "facebook_url": "d44c5adf-d236-40af-9ea8-8f133549d40e", + "uuid": "bafc07ba-3caf-4e7f-abcf-def48dbc3ea8" + }, + { + "investor_name": "Decisive Dividend Corporation", + "domain": "CAN", + "country_code": "BC", + "state_code": "BC", + "region": "Kelowna", + "city": "cve", + "investor_type": "DE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/decisive-dividend-corporation", + "facebook_url": "f1b41f1e-1a73-4962-9237-3ff8cf0a35ad", + "uuid": "36f8f6f0-edbf-421a-b05e-3c50b429c4f9" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "4433ece8-1977-21df-28b6-b1694f261ddd", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Montagne et Neige Developpement", + "domain": "FRA", + "country_code": "", + "state_code": "B9", + "region": "Sainte-hélène-du-lac", + "city": "epa", + "investor_type": "MND", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/montagne-et-neige-developpement", + "facebook_url": "4fea94c3-9fd2-442e-96ab-5092cd781079", + "uuid": "eb20d9b9-9493-4a26-a888-5ee9270a92e2" + }, + { + "investor_name": "Qunar.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nasdaq", + "investor_type": "QUNR", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/qunar-com", + "facebook_url": "1b303591-3165-e86f-2bfd-4ae76772a066", + "uuid": "17e90298-e3cb-b83c-feb2-0cbb6a27622c" + }, + { + "investor_name": "Riverstone Energy", + "domain": "GGY", + "country_code": "", + "state_code": "", + "region": "St. Peter Port", + "city": "lon", + "investor_type": "RSE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/riverstone-energy", + "facebook_url": "48359326-9756-8573-94c2-915726182a5e", + "uuid": "58fd7181-5c6f-d38a-668e-4a2bd4748d9f" + }, + { + "investor_name": "Solaris Power Cells", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "Palm Springs", + "city": "otcpink", + "investor_type": "SPCL", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/solaris-power-cells", + "facebook_url": "d810b77f-9d76-207d-ce7d-16499a7afa3f", + "uuid": "b4f89c7c-ac2e-db4f-4362-97bfa32964e7" + }, + { + "investor_name": "STG Group", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "Reston", + "city": "otcmkts", + "investor_type": "STGGQ", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stg-group", + "facebook_url": "5022755c-6693-d6ad-2109-7cc5232c7f0e", + "uuid": "1278fd56-6fa4-95d1-8212-79c14ea91433" + }, + { + "investor_name": "Stock Spirits Group", + "domain": "GBR", + "country_code": "", + "state_code": "B9", + "region": "Wooburn", + "city": "lon", + "investor_type": "STCK", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stock-spirits-group", + "facebook_url": "845020b8-6111-439b-9d00-b59fe9397716", + "uuid": "543aebe0-7f9b-4d37-8e5e-ed5251212173" + }, + { + "investor_name": "The Container Store", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Coppell", + "city": "nyse", + "investor_type": "TCS", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-container-store", + "facebook_url": "78d3e309-0a38-6a6c-3786-1cc6a839bfb5", + "uuid": "0f41b6ae-de3d-7110-ba1d-159a894d522e" + }, + { + "investor_name": "58.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nyse", + "investor_type": "WUBA", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/58-com", + "facebook_url": "f75c7310-44da-c0ab-d0e9-47798463af7e", + "uuid": "2934f57c-f114-eecb-6902-6a4481ec392f" + }, + { + "investor_name": "Brixmor Property Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nyse", + "investor_type": "BRX", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/brixmor-property-group", + "facebook_url": "6ba841a0-3145-43b7-b03f-949d67d496db", + "uuid": "1640febb-b884-7749-c15c-391348fdf9f7" + }, + { + "investor_name": "Essent Group", + "domain": "BMU", + "country_code": "", + "state_code": "3", + "region": "Hamilton", + "city": "nyse", + "investor_type": "ESNT", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/essent-group", + "facebook_url": "8730ef19-a092-1eb0-bb17-b0763c2a699a", + "uuid": "6701d36b-fd48-0024-f977-827801e89aa2" + }, + { + "investor_name": "Criteo", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Paris", + "city": "nasdaq", + "investor_type": "CRTO", + "investment_count": "2013-10-30", + "founded_on": "1700000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/criteo", + "facebook_url": "f3f4523a-369e-fb26-998e-76208e98a789", + "uuid": "9f638203-0386-0266-081a-e40eebdde79e" + }, + { + "investor_name": "mix1", + "domain": "USA", + "country_code": "AZ", + "state_code": "AZ", + "region": "Scottsdale", + "city": "otcpink", + "investor_type": "MIXX", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mix1", + "facebook_url": "5274fa34-da64-076c-a3e9-5b7299060285", + "uuid": "9e4220d5-03bd-d3e0-4ba8-426cdd937394" + }, + { + "investor_name": "School Specialty", + "domain": "USA", + "country_code": "WI", + "state_code": "WI", + "region": "Greenville", + "city": "otcbb", + "investor_type": "SCOO", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/school-specialty", + "facebook_url": "0c8974b7-8c1f-43be-a4b3-e3795ecf94ea", + "uuid": "7b9d382f-60ab-58ab-6107-5dc9ab8167fc" + }, + { + "investor_name": "Veracyte", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "South San Francisco", + "city": "nasdaq", + "investor_type": "VCYT", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/veracyte", + "facebook_url": "d5dcec12-127d-61b7-a8db-2d42bba5f95e", + "uuid": "0c247e85-1cd2-9457-5974-563d02e99bf9" + }, + { + "investor_name": "Blue Solutions", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Puteaux", + "city": "epa", + "investor_type": "BLUE", + "investment_count": "2013-10-29", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/blue-solutions", + "facebook_url": "330927a3-5da0-4430-b05e-7d4b9ef32874", + "uuid": "4092b9a9-e372-46df-9474-bce721137ae7" + }, + { + "investor_name": "Anima Educação", + "domain": "BRA", + "country_code": "", + "state_code": "27", + "region": "São Paulo", + "city": "bvmf", + "investor_type": "ANIM3", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/anima-educacao", + "facebook_url": "1a397e37-d22d-82ea-3f9d-37efd37d04f7", + "uuid": "0fdd34c3-02a4-cc98-1e63-729a3f27706e" + }, + { + "investor_name": "SMG Industries", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Houston", + "city": "otcmkts", + "investor_type": "SMGI", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/smg-industries", + "facebook_url": "036bb2cc-c344-4513-b1ab-475664e2cffc", + "uuid": "d0825c28-7e67-40be-a160-19067fcb0fdf" + }, + { + "investor_name": "Aerie Pharmaceuticals", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Bedminster", + "city": "nasdaq", + "investor_type": "AERI", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/aerie-pharmaceuticals", + "facebook_url": "bbd7e3ac-0f3b-3118-8e37-8f1ab4653a5d", + "uuid": "b859005a-2068-9968-0e9b-5e02f80ebd81" + }, + { + "investor_name": "BioNitrogen", + "domain": "USA", + "country_code": "FL", + "state_code": "FL", + "region": "West Palm Beach", + "city": "otcpink", + "investor_type": "BION", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/bionitrogen", + "facebook_url": "49a254de-605e-4fc1-383c-2b0e517e866e", + "uuid": "696bdf8f-df2c-b80c-6ad7-856a631812aa" + }, + { + "investor_name": "ChitrChatr Communications", + "domain": "IND", + "country_code": "", + "state_code": "19", + "region": "Bangalore", + "city": "cnsx", + "investor_type": "CHA", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/chitrchatr-communications", + "facebook_url": "f20e7d5a-f132-9f40-052d-532d5bc6806f", + "uuid": "325b3f42-6dee-5e03-98cf-90bddb743e6b" + }, + { + "investor_name": "CommScope", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Richardson", + "city": "nasdaq", + "investor_type": "COMM", + "investment_count": "2013-10-25", + "founded_on": "2784807450", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/commscope-enterprise-solutions", + "facebook_url": "b6b5decc-9742-d5cd-7a39-b587da517564", + "uuid": "6e7213af-1151-0c25-e5d7-41bd51f66be8" + }, + { + "investor_name": "Datametrex", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "DM", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/datametrex", + "facebook_url": "9423b2d5-e115-4a2f-8a56-50b2968d4cbc", + "uuid": "4f8129a8-1b91-2b0d-6551-9ca866c90ea7" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-10-25", + "founded_on": "1514859792", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "b62850d3-c7c9-fa29-a3c0-753475815ce3", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Grafton Group", + "domain": "IRL", + "country_code": "", + "state_code": "7", + "region": "Dublin", + "city": "lon", + "investor_type": "GFTU", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/grafton-group", + "facebook_url": "f9ddcd9b-9de0-9f23-d1fa-7277d0f1faf5", + "uuid": "068723af-bb70-f093-2f48-58b5711f9019" + }, + { + "investor_name": "Kromek", + "domain": "GBR", + "country_code": "", + "state_code": "D8", + "region": "Durham", + "city": "lon", + "investor_type": "KMK", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/kromek", + "facebook_url": "3a34dd75-7ac8-e8fb-c650-588c3909d56e", + "uuid": "cd5e7064-25db-df1d-bad5-46a02e36aa84" + }, + { + "investor_name": "Painted Pony Petroleum", + "domain": "CAN", + "country_code": "AB", + "state_code": "AB", + "region": "Calgary", + "city": "tse", + "investor_type": "PONY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/painted-pony-petroleum", + "facebook_url": "ee2972a2-7df0-3a4c-16bb-84af614b9fc6", + "uuid": "7735bcba-480e-2d3b-ad2b-a422941cce4a" + }, + { + "investor_name": "RIB Software", + "domain": "DEU", + "country_code": "", + "state_code": "1", + "region": "Stuttgart", + "city": "otcmkts", + "investor_type": "RSTAY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/rib-software", + "facebook_url": "4c70585c-c673-4331-9765-cd2e3b876cb8", + "uuid": "8c3d2a84-fc46-72b2-653d-d260b8a0abd4" + }, + { + "investor_name": "Sprague Resources", + "domain": "USA", + "country_code": "NH", + "state_code": "NH", + "region": "Portsmouth", + "city": "nyse", + "investor_type": "SRLP", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/sprague-resources", + "facebook_url": "034f447b-885d-1bd5-18d6-ce4df92e43de", + "uuid": "1233fa26-bd84-4b48-7ff1-2616896c61af" + }, + { + "investor_name": "The ONE Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nasdaq", + "investor_type": "STKS", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-one-group", + "facebook_url": "9e430a28-7f63-be8c-77f4-e76c6664ef51", + "uuid": "5992bcfb-fe4b-db98-770e-009ca24695ca" + }, + { + "investor_name": "Tungsten Corporation", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "TUNG", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/tungsten-corporation", + "facebook_url": "dec20539-7ea3-6fb0-5c2d-ddcbf3763617", + "uuid": "b660c269-c64c-3a94-e05a-bff200484617" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "fra", + "investor_type": "VX8A", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "7f7fcd12-cef9-4474-b73f-6abd5dbefad3", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "nyse", + "investor_type": "VJET", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "c7cdeee6-23c6-7c0b-2f22-1f15dcd71e8b", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Global Defense & National Security Systems", + "domain": "USA", + "country_code": "DE", + "state_code": "DE", + "region": "Wilmington", + "city": "nasdaq", + "investor_type": "GDEF", + "investment_count": "2013-10-24", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/global-defense-national-security-systems-inc", + "facebook_url": "82b0135d-b72d-28e5-7f6b-19082729141f", + "uuid": "0a4fcc93-005d-0029-831d-d72fc90d21bb" + }, + { + "investor_name": "MNR Group SA", + "domain": "FRA", + "country_code": "", + "state_code": "C1", + "region": "Mulhouse", + "city": "epa", + "investor_type": "MLMNR", + "investment_count": "2013-10-22", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mnr-group-sa", + "facebook_url": "ff49f3fb-5a3d-4574-bc4d-aebf7aa65d5d", + "uuid": "30e9e1b3-6616-4ddb-adba-c3d474e2b1de" + }, + { + "investor_name": "ADMA Biologics", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Ramsey", + "city": "nasdaq", + "investor_type": "ADMA", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/adma-biologics", + "facebook_url": "28625f2a-e664-2112-ad7f-0262e35bf773", + "uuid": "ae9dfa40-07ce-c8f6-2948-0ddf84d0a16e" + }, + { + "investor_name": "Agility Health", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Grand Rapids", + "city": "cve", + "investor_type": "AHI", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/agility-health", + "facebook_url": "4bef2ef3-5638-b6c9-6593-cb1b6d0e8c3e", + "uuid": "0c923b34-d61a-e237-06bd-200907825c35" + }, + { + "investor_name": "Arrow Global", + "domain": "GBR", + "country_code": "", + "state_code": "I2", + "region": "Manchester", + "city": "lon", + "investor_type": "ARW", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/arrow-global", + "facebook_url": "c99c78e3-3c87-4464-a241-21a8993ad2a1", + "uuid": "22ea7c7a-7a85-d7c4-25ec-254857edbd1a" + }, + { + "investor_name": "Fasoo", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "East Brunswick", + "city": "kosdaq", + "investor_type": "150900", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/fasoo", + "facebook_url": "f1ed546a-2d70-cc8e-8c07-27b3ae396e25", + "uuid": "45e13bca-9b85-813c-4ee8-40244fbcb438" + }, + { + "investor_name": "Hydrophi", + "domain": "USA", + "country_code": "GA", + "state_code": "GA", + "region": "Atlanta", + "city": "otcpink", + "investor_type": "HPTG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/hydrophi", + "facebook_url": "e134d636-df8f-4f94-105b-071e86b0ebf7", + "uuid": "e33c3a2a-92c9-94c3-e52c-886c0d058cf6" + }, + { + "investor_name": "LDR Holding", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Austin", + "city": "nasdaq", + "investor_type": "LDRH", + "investment_count": "2013-10-18", + "founded_on": "339000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ldr-holding", + "facebook_url": "85bf82ee-7856-8db6-754a-3a399bb98a5b", + "uuid": "a19894e6-fde7-2878-69ef-9c93e8bf57fd" + }, + { + "investor_name": "Nexteer Automotive", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Saginaw", + "city": "hkg", + "investor_type": "1316", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/nexteer-automotive", + "facebook_url": "1293ac1e-bfae-ff75-71ca-43fdb45bd4e4", + "uuid": "749f04bd-a4e3-9ff1-88bc-753963ccbdb2" + }, + { + "investor_name": "OFX", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "San Francisco", + "city": "asx", + "investor_type": "OFX", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ofx", + "facebook_url": "a1dab6e0-9164-1404-78ed-f067b667499d", + "uuid": "bbd1dd7a-7c6e-9fdf-adc0-e91439776fce" + }, + { + "investor_name": "OneMain Financial", + "domain": "USA", + "country_code": "MD", + "state_code": "MD", + "region": "Baltimore", + "city": "nyse", + "investor_type": "OMF", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/onemain-financial", + "facebook_url": "0e54fd3a-cde2-4ff4-bd9f-006552348c75", + "uuid": "dbf28804-4183-4eb9-539e-a93c7e1913bf" + }, + { + "investor_name": "Pure Nickel", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "NIC", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/pure-nickel", + "facebook_url": "8aa5d2b6-f944-d9bf-71a9-0226cf49558c", + "uuid": "6236c008-5988-3156-8c53-299ef14e08bd" + }, + { + "investor_name": "Royal Mail", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "RMG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/royal-mail", + "facebook_url": "7bcadb0b-1901-680d-b895-2cadf4c0fac5", + "uuid": "b5f33cdd-b58f-894b-7422-a6e98b51441b" + }, + { + "investor_name": "HeadFirst Source Group", + "domain": "NLD", + "country_code": "", + "state_code": "6", + "region": "Willemstad", + "city": "ams", + "investor_type": "HFS", + "investment_count": "2013-10-17", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/headfirst-source-group", + "facebook_url": "bd5108d0-f079-48c0-88e7-4ce14b4eeb1f", + "uuid": "00c03c81-4a08-48a6-98b8-8cd220314cce" + }, + { + "investor_name": "" + }, + { + "investor_name": "name", + "domain": "country_code", + "country_code": "company_state_code", + "state_code": "region", + "region": "city", + "city": "stock_exchange_symbol", + "investor_type": "stock_symbol", + "investment_count": "went_public_on", + "founded_on": "price_usd", + "closed_on": "price", + "cb_url": "price_currency_code", + "twitter_url": "cb_url", + "facebook_url": "ipo_uuid", + "uuid": "uuid" + }, + { + "investor_name": "Biostage", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Holliston", + "city": "nasdaq", + "investor_type": "BSTG", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/harvard-apparatus-regenerative-technology", + "facebook_url": "ec60ff03-6806-1a75-751a-95dbb1796826", + "uuid": "78ff9bbf-303e-6fa4-e7a9-effe0b69f874" + }, + { + "investor_name": "Cymat Technologies", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Mississauga", + "city": "cve", + "investor_type": "CYM", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/cymat-technologies", + "facebook_url": "d44c5adf-d236-40af-9ea8-8f133549d40e", + "uuid": "bafc07ba-3caf-4e7f-abcf-def48dbc3ea8" + }, + { + "investor_name": "Decisive Dividend Corporation", + "domain": "CAN", + "country_code": "BC", + "state_code": "BC", + "region": "Kelowna", + "city": "cve", + "investor_type": "DE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/decisive-dividend-corporation", + "facebook_url": "f1b41f1e-1a73-4962-9237-3ff8cf0a35ad", + "uuid": "36f8f6f0-edbf-421a-b05e-3c50b429c4f9" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "4433ece8-1977-21df-28b6-b1694f261ddd", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Montagne et Neige Developpement", + "domain": "FRA", + "country_code": "", + "state_code": "B9", + "region": "Sainte-hélène-du-lac", + "city": "epa", + "investor_type": "MND", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/montagne-et-neige-developpement", + "facebook_url": "4fea94c3-9fd2-442e-96ab-5092cd781079", + "uuid": "eb20d9b9-9493-4a26-a888-5ee9270a92e2" + }, + { + "investor_name": "Qunar.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nasdaq", + "investor_type": "QUNR", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/qunar-com", + "facebook_url": "1b303591-3165-e86f-2bfd-4ae76772a066", + "uuid": "17e90298-e3cb-b83c-feb2-0cbb6a27622c" + }, + { + "investor_name": "Riverstone Energy", + "domain": "GGY", + "country_code": "", + "state_code": "", + "region": "St. Peter Port", + "city": "lon", + "investor_type": "RSE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/riverstone-energy", + "facebook_url": "48359326-9756-8573-94c2-915726182a5e", + "uuid": "58fd7181-5c6f-d38a-668e-4a2bd4748d9f" + }, + { + "investor_name": "Solaris Power Cells", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "Palm Springs", + "city": "otcpink", + "investor_type": "SPCL", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/solaris-power-cells", + "facebook_url": "d810b77f-9d76-207d-ce7d-16499a7afa3f", + "uuid": "b4f89c7c-ac2e-db4f-4362-97bfa32964e7" + }, + { + "investor_name": "STG Group", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "Reston", + "city": "otcmkts", + "investor_type": "STGGQ", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stg-group", + "facebook_url": "5022755c-6693-d6ad-2109-7cc5232c7f0e", + "uuid": "1278fd56-6fa4-95d1-8212-79c14ea91433" + }, + { + "investor_name": "Stock Spirits Group", + "domain": "GBR", + "country_code": "", + "state_code": "B9", + "region": "Wooburn", + "city": "lon", + "investor_type": "STCK", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stock-spirits-group", + "facebook_url": "845020b8-6111-439b-9d00-b59fe9397716", + "uuid": "543aebe0-7f9b-4d37-8e5e-ed5251212173" + }, + { + "investor_name": "The Container Store", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Coppell", + "city": "nyse", + "investor_type": "TCS", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-container-store", + "facebook_url": "78d3e309-0a38-6a6c-3786-1cc6a839bfb5", + "uuid": "0f41b6ae-de3d-7110-ba1d-159a894d522e" + }, + { + "investor_name": "58.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nyse", + "investor_type": "WUBA", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/58-com", + "facebook_url": "f75c7310-44da-c0ab-d0e9-47798463af7e", + "uuid": "2934f57c-f114-eecb-6902-6a4481ec392f" + }, + { + "investor_name": "Brixmor Property Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nyse", + "investor_type": "BRX", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/brixmor-property-group", + "facebook_url": "6ba841a0-3145-43b7-b03f-949d67d496db", + "uuid": "1640febb-b884-7749-c15c-391348fdf9f7" + }, + { + "investor_name": "Essent Group", + "domain": "BMU", + "country_code": "", + "state_code": "3", + "region": "Hamilton", + "city": "nyse", + "investor_type": "ESNT", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/essent-group", + "facebook_url": "8730ef19-a092-1eb0-bb17-b0763c2a699a", + "uuid": "6701d36b-fd48-0024-f977-827801e89aa2" + }, + { + "investor_name": "Criteo", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Paris", + "city": "nasdaq", + "investor_type": "CRTO", + "investment_count": "2013-10-30", + "founded_on": "1700000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/criteo", + "facebook_url": "f3f4523a-369e-fb26-998e-76208e98a789", + "uuid": "9f638203-0386-0266-081a-e40eebdde79e" + }, + { + "investor_name": "mix1", + "domain": "USA", + "country_code": "AZ", + "state_code": "AZ", + "region": "Scottsdale", + "city": "otcpink", + "investor_type": "MIXX", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mix1", + "facebook_url": "5274fa34-da64-076c-a3e9-5b7299060285", + "uuid": "9e4220d5-03bd-d3e0-4ba8-426cdd937394" + }, + { + "investor_name": "School Specialty", + "domain": "USA", + "country_code": "WI", + "state_code": "WI", + "region": "Greenville", + "city": "otcbb", + "investor_type": "SCOO", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/school-specialty", + "facebook_url": "0c8974b7-8c1f-43be-a4b3-e3795ecf94ea", + "uuid": "7b9d382f-60ab-58ab-6107-5dc9ab8167fc" + }, + { + "investor_name": "Veracyte", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "South San Francisco", + "city": "nasdaq", + "investor_type": "VCYT", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/veracyte", + "facebook_url": "d5dcec12-127d-61b7-a8db-2d42bba5f95e", + "uuid": "0c247e85-1cd2-9457-5974-563d02e99bf9" + }, + { + "investor_name": "Blue Solutions", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Puteaux", + "city": "epa", + "investor_type": "BLUE", + "investment_count": "2013-10-29", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/blue-solutions", + "facebook_url": "330927a3-5da0-4430-b05e-7d4b9ef32874", + "uuid": "4092b9a9-e372-46df-9474-bce721137ae7" + }, + { + "investor_name": "Anima Educação", + "domain": "BRA", + "country_code": "", + "state_code": "27", + "region": "São Paulo", + "city": "bvmf", + "investor_type": "ANIM3", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/anima-educacao", + "facebook_url": "1a397e37-d22d-82ea-3f9d-37efd37d04f7", + "uuid": "0fdd34c3-02a4-cc98-1e63-729a3f27706e" + }, + { + "investor_name": "SMG Industries", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Houston", + "city": "otcmkts", + "investor_type": "SMGI", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/smg-industries", + "facebook_url": "036bb2cc-c344-4513-b1ab-475664e2cffc", + "uuid": "d0825c28-7e67-40be-a160-19067fcb0fdf" + }, + { + "investor_name": "Aerie Pharmaceuticals", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Bedminster", + "city": "nasdaq", + "investor_type": "AERI", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/aerie-pharmaceuticals", + "facebook_url": "bbd7e3ac-0f3b-3118-8e37-8f1ab4653a5d", + "uuid": "b859005a-2068-9968-0e9b-5e02f80ebd81" + }, + { + "investor_name": "BioNitrogen", + "domain": "USA", + "country_code": "FL", + "state_code": "FL", + "region": "West Palm Beach", + "city": "otcpink", + "investor_type": "BION", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/bionitrogen", + "facebook_url": "49a254de-605e-4fc1-383c-2b0e517e866e", + "uuid": "696bdf8f-df2c-b80c-6ad7-856a631812aa" + }, + { + "investor_name": "ChitrChatr Communications", + "domain": "IND", + "country_code": "", + "state_code": "19", + "region": "Bangalore", + "city": "cnsx", + "investor_type": "CHA", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/chitrchatr-communications", + "facebook_url": "f20e7d5a-f132-9f40-052d-532d5bc6806f", + "uuid": "325b3f42-6dee-5e03-98cf-90bddb743e6b" + }, + { + "investor_name": "CommScope", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Richardson", + "city": "nasdaq", + "investor_type": "COMM", + "investment_count": "2013-10-25", + "founded_on": "2784807450", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/commscope-enterprise-solutions", + "facebook_url": "b6b5decc-9742-d5cd-7a39-b587da517564", + "uuid": "6e7213af-1151-0c25-e5d7-41bd51f66be8" + }, + { + "investor_name": "Datametrex", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "DM", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/datametrex", + "facebook_url": "9423b2d5-e115-4a2f-8a56-50b2968d4cbc", + "uuid": "4f8129a8-1b91-2b0d-6551-9ca866c90ea7" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-10-25", + "founded_on": "1514859792", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "b62850d3-c7c9-fa29-a3c0-753475815ce3", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Grafton Group", + "domain": "IRL", + "country_code": "", + "state_code": "7", + "region": "Dublin", + "city": "lon", + "investor_type": "GFTU", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/grafton-group", + "facebook_url": "f9ddcd9b-9de0-9f23-d1fa-7277d0f1faf5", + "uuid": "068723af-bb70-f093-2f48-58b5711f9019" + }, + { + "investor_name": "Kromek", + "domain": "GBR", + "country_code": "", + "state_code": "D8", + "region": "Durham", + "city": "lon", + "investor_type": "KMK", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/kromek", + "facebook_url": "3a34dd75-7ac8-e8fb-c650-588c3909d56e", + "uuid": "cd5e7064-25db-df1d-bad5-46a02e36aa84" + }, + { + "investor_name": "Painted Pony Petroleum", + "domain": "CAN", + "country_code": "AB", + "state_code": "AB", + "region": "Calgary", + "city": "tse", + "investor_type": "PONY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/painted-pony-petroleum", + "facebook_url": "ee2972a2-7df0-3a4c-16bb-84af614b9fc6", + "uuid": "7735bcba-480e-2d3b-ad2b-a422941cce4a" + }, + { + "investor_name": "RIB Software", + "domain": "DEU", + "country_code": "", + "state_code": "1", + "region": "Stuttgart", + "city": "otcmkts", + "investor_type": "RSTAY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/rib-software", + "facebook_url": "4c70585c-c673-4331-9765-cd2e3b876cb8", + "uuid": "8c3d2a84-fc46-72b2-653d-d260b8a0abd4" + }, + { + "investor_name": "Sprague Resources", + "domain": "USA", + "country_code": "NH", + "state_code": "NH", + "region": "Portsmouth", + "city": "nyse", + "investor_type": "SRLP", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/sprague-resources", + "facebook_url": "034f447b-885d-1bd5-18d6-ce4df92e43de", + "uuid": "1233fa26-bd84-4b48-7ff1-2616896c61af" + }, + { + "investor_name": "The ONE Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nasdaq", + "investor_type": "STKS", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-one-group", + "facebook_url": "9e430a28-7f63-be8c-77f4-e76c6664ef51", + "uuid": "5992bcfb-fe4b-db98-770e-009ca24695ca" + }, + { + "investor_name": "Tungsten Corporation", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "TUNG", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/tungsten-corporation", + "facebook_url": "dec20539-7ea3-6fb0-5c2d-ddcbf3763617", + "uuid": "b660c269-c64c-3a94-e05a-bff200484617" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "fra", + "investor_type": "VX8A", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "7f7fcd12-cef9-4474-b73f-6abd5dbefad3", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "nyse", + "investor_type": "VJET", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "c7cdeee6-23c6-7c0b-2f22-1f15dcd71e8b", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Global Defense & National Security Systems", + "domain": "USA", + "country_code": "DE", + "state_code": "DE", + "region": "Wilmington", + "city": "nasdaq", + "investor_type": "GDEF", + "investment_count": "2013-10-24", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/global-defense-national-security-systems-inc", + "facebook_url": "82b0135d-b72d-28e5-7f6b-19082729141f", + "uuid": "0a4fcc93-005d-0029-831d-d72fc90d21bb" + }, + { + "investor_name": "MNR Group SA", + "domain": "FRA", + "country_code": "", + "state_code": "C1", + "region": "Mulhouse", + "city": "epa", + "investor_type": "MLMNR", + "investment_count": "2013-10-22", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mnr-group-sa", + "facebook_url": "ff49f3fb-5a3d-4574-bc4d-aebf7aa65d5d", + "uuid": "30e9e1b3-6616-4ddb-adba-c3d474e2b1de" + }, + { + "investor_name": "ADMA Biologics", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Ramsey", + "city": "nasdaq", + "investor_type": "ADMA", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/adma-biologics", + "facebook_url": "28625f2a-e664-2112-ad7f-0262e35bf773", + "uuid": "ae9dfa40-07ce-c8f6-2948-0ddf84d0a16e" + }, + { + "investor_name": "Agility Health", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Grand Rapids", + "city": "cve", + "investor_type": "AHI", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/agility-health", + "facebook_url": "4bef2ef3-5638-b6c9-6593-cb1b6d0e8c3e", + "uuid": "0c923b34-d61a-e237-06bd-200907825c35" + }, + { + "investor_name": "Arrow Global", + "domain": "GBR", + "country_code": "", + "state_code": "I2", + "region": "Manchester", + "city": "lon", + "investor_type": "ARW", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/arrow-global", + "facebook_url": "c99c78e3-3c87-4464-a241-21a8993ad2a1", + "uuid": "22ea7c7a-7a85-d7c4-25ec-254857edbd1a" + }, + { + "investor_name": "Fasoo", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "East Brunswick", + "city": "kosdaq", + "investor_type": "150900", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/fasoo", + "facebook_url": "f1ed546a-2d70-cc8e-8c07-27b3ae396e25", + "uuid": "45e13bca-9b85-813c-4ee8-40244fbcb438" + }, + { + "investor_name": "Hydrophi", + "domain": "USA", + "country_code": "GA", + "state_code": "GA", + "region": "Atlanta", + "city": "otcpink", + "investor_type": "HPTG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/hydrophi", + "facebook_url": "e134d636-df8f-4f94-105b-071e86b0ebf7", + "uuid": "e33c3a2a-92c9-94c3-e52c-886c0d058cf6" + }, + { + "investor_name": "LDR Holding", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Austin", + "city": "nasdaq", + "investor_type": "LDRH", + "investment_count": "2013-10-18", + "founded_on": "339000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ldr-holding", + "facebook_url": "85bf82ee-7856-8db6-754a-3a399bb98a5b", + "uuid": "a19894e6-fde7-2878-69ef-9c93e8bf57fd" + }, + { + "investor_name": "Nexteer Automotive", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Saginaw", + "city": "hkg", + "investor_type": "1316", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/nexteer-automotive", + "facebook_url": "1293ac1e-bfae-ff75-71ca-43fdb45bd4e4", + "uuid": "749f04bd-a4e3-9ff1-88bc-753963ccbdb2" + }, + { + "investor_name": "OFX", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "San Francisco", + "city": "asx", + "investor_type": "OFX", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ofx", + "facebook_url": "a1dab6e0-9164-1404-78ed-f067b667499d", + "uuid": "bbd1dd7a-7c6e-9fdf-adc0-e91439776fce" + }, + { + "investor_name": "OneMain Financial", + "domain": "USA", + "country_code": "MD", + "state_code": "MD", + "region": "Baltimore", + "city": "nyse", + "investor_type": "OMF", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/onemain-financial", + "facebook_url": "0e54fd3a-cde2-4ff4-bd9f-006552348c75", + "uuid": "dbf28804-4183-4eb9-539e-a93c7e1913bf" + }, + { + "investor_name": "Pure Nickel", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "NIC", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/pure-nickel", + "facebook_url": "8aa5d2b6-f944-d9bf-71a9-0226cf49558c", + "uuid": "6236c008-5988-3156-8c53-299ef14e08bd" + }, + { + "investor_name": "Royal Mail", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "RMG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/royal-mail", + "facebook_url": "7bcadb0b-1901-680d-b895-2cadf4c0fac5", + "uuid": "b5f33cdd-b58f-894b-7422-a6e98b51441b" + }, + { + "investor_name": "HeadFirst Source Group", + "domain": "NLD", + "country_code": "", + "state_code": "6", + "region": "Willemstad", + "city": "ams", + "investor_type": "HFS", + "investment_count": "2013-10-17", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/headfirst-source-group", + "facebook_url": "bd5108d0-f079-48c0-88e7-4ce14b4eeb1f", + "uuid": "00c03c81-4a08-48a6-98b8-8cd220314cce" + }, + { + "investor_name": "" + }, + { + "investor_name": "name", + "domain": "country_code", + "country_code": "company_state_code", + "state_code": "region", + "region": "city", + "city": "stock_exchange_symbol", + "investor_type": "stock_symbol", + "investment_count": "went_public_on", + "founded_on": "price_usd", + "closed_on": "price", + "cb_url": "price_currency_code", + "twitter_url": "cb_url", + "facebook_url": "ipo_uuid", + "uuid": "uuid" + }, + { + "investor_name": "Biostage", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Holliston", + "city": "nasdaq", + "investor_type": "BSTG", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/harvard-apparatus-regenerative-technology", + "facebook_url": "ec60ff03-6806-1a75-751a-95dbb1796826", + "uuid": "78ff9bbf-303e-6fa4-e7a9-effe0b69f874" + }, + { + "investor_name": "Cymat Technologies", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Mississauga", + "city": "cve", + "investor_type": "CYM", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/cymat-technologies", + "facebook_url": "d44c5adf-d236-40af-9ea8-8f133549d40e", + "uuid": "bafc07ba-3caf-4e7f-abcf-def48dbc3ea8" + }, + { + "investor_name": "Decisive Dividend Corporation", + "domain": "CAN", + "country_code": "BC", + "state_code": "BC", + "region": "Kelowna", + "city": "cve", + "investor_type": "DE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/decisive-dividend-corporation", + "facebook_url": "f1b41f1e-1a73-4962-9237-3ff8cf0a35ad", + "uuid": "36f8f6f0-edbf-421a-b05e-3c50b429c4f9" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "4433ece8-1977-21df-28b6-b1694f261ddd", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Montagne et Neige Developpement", + "domain": "FRA", + "country_code": "", + "state_code": "B9", + "region": "Sainte-hélène-du-lac", + "city": "epa", + "investor_type": "MND", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/montagne-et-neige-developpement", + "facebook_url": "4fea94c3-9fd2-442e-96ab-5092cd781079", + "uuid": "eb20d9b9-9493-4a26-a888-5ee9270a92e2" + }, + { + "investor_name": "Qunar.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nasdaq", + "investor_type": "QUNR", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/qunar-com", + "facebook_url": "1b303591-3165-e86f-2bfd-4ae76772a066", + "uuid": "17e90298-e3cb-b83c-feb2-0cbb6a27622c" + }, + { + "investor_name": "Riverstone Energy", + "domain": "GGY", + "country_code": "", + "state_code": "", + "region": "St. Peter Port", + "city": "lon", + "investor_type": "RSE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/riverstone-energy", + "facebook_url": "48359326-9756-8573-94c2-915726182a5e", + "uuid": "58fd7181-5c6f-d38a-668e-4a2bd4748d9f" + }, + { + "investor_name": "Solaris Power Cells", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "Palm Springs", + "city": "otcpink", + "investor_type": "SPCL", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/solaris-power-cells", + "facebook_url": "d810b77f-9d76-207d-ce7d-16499a7afa3f", + "uuid": "b4f89c7c-ac2e-db4f-4362-97bfa32964e7" + }, + { + "investor_name": "STG Group", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "Reston", + "city": "otcmkts", + "investor_type": "STGGQ", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stg-group", + "facebook_url": "5022755c-6693-d6ad-2109-7cc5232c7f0e", + "uuid": "1278fd56-6fa4-95d1-8212-79c14ea91433" + }, + { + "investor_name": "Stock Spirits Group", + "domain": "GBR", + "country_code": "", + "state_code": "B9", + "region": "Wooburn", + "city": "lon", + "investor_type": "STCK", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stock-spirits-group", + "facebook_url": "845020b8-6111-439b-9d00-b59fe9397716", + "uuid": "543aebe0-7f9b-4d37-8e5e-ed5251212173" + }, + { + "investor_name": "The Container Store", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Coppell", + "city": "nyse", + "investor_type": "TCS", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-container-store", + "facebook_url": "78d3e309-0a38-6a6c-3786-1cc6a839bfb5", + "uuid": "0f41b6ae-de3d-7110-ba1d-159a894d522e" + }, + { + "investor_name": "58.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nyse", + "investor_type": "WUBA", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/58-com", + "facebook_url": "f75c7310-44da-c0ab-d0e9-47798463af7e", + "uuid": "2934f57c-f114-eecb-6902-6a4481ec392f" + }, + { + "investor_name": "Brixmor Property Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nyse", + "investor_type": "BRX", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/brixmor-property-group", + "facebook_url": "6ba841a0-3145-43b7-b03f-949d67d496db", + "uuid": "1640febb-b884-7749-c15c-391348fdf9f7" + }, + { + "investor_name": "Essent Group", + "domain": "BMU", + "country_code": "", + "state_code": "3", + "region": "Hamilton", + "city": "nyse", + "investor_type": "ESNT", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/essent-group", + "facebook_url": "8730ef19-a092-1eb0-bb17-b0763c2a699a", + "uuid": "6701d36b-fd48-0024-f977-827801e89aa2" + }, + { + "investor_name": "Criteo", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Paris", + "city": "nasdaq", + "investor_type": "CRTO", + "investment_count": "2013-10-30", + "founded_on": "1700000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/criteo", + "facebook_url": "f3f4523a-369e-fb26-998e-76208e98a789", + "uuid": "9f638203-0386-0266-081a-e40eebdde79e" + }, + { + "investor_name": "mix1", + "domain": "USA", + "country_code": "AZ", + "state_code": "AZ", + "region": "Scottsdale", + "city": "otcpink", + "investor_type": "MIXX", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mix1", + "facebook_url": "5274fa34-da64-076c-a3e9-5b7299060285", + "uuid": "9e4220d5-03bd-d3e0-4ba8-426cdd937394" + }, + { + "investor_name": "School Specialty", + "domain": "USA", + "country_code": "WI", + "state_code": "WI", + "region": "Greenville", + "city": "otcbb", + "investor_type": "SCOO", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/school-specialty", + "facebook_url": "0c8974b7-8c1f-43be-a4b3-e3795ecf94ea", + "uuid": "7b9d382f-60ab-58ab-6107-5dc9ab8167fc" + }, + { + "investor_name": "Veracyte", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "South San Francisco", + "city": "nasdaq", + "investor_type": "VCYT", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/veracyte", + "facebook_url": "d5dcec12-127d-61b7-a8db-2d42bba5f95e", + "uuid": "0c247e85-1cd2-9457-5974-563d02e99bf9" + }, + { + "investor_name": "Blue Solutions", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Puteaux", + "city": "epa", + "investor_type": "BLUE", + "investment_count": "2013-10-29", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/blue-solutions", + "facebook_url": "330927a3-5da0-4430-b05e-7d4b9ef32874", + "uuid": "4092b9a9-e372-46df-9474-bce721137ae7" + }, + { + "investor_name": "Anima Educação", + "domain": "BRA", + "country_code": "", + "state_code": "27", + "region": "São Paulo", + "city": "bvmf", + "investor_type": "ANIM3", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/anima-educacao", + "facebook_url": "1a397e37-d22d-82ea-3f9d-37efd37d04f7", + "uuid": "0fdd34c3-02a4-cc98-1e63-729a3f27706e" + }, + { + "investor_name": "SMG Industries", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Houston", + "city": "otcmkts", + "investor_type": "SMGI", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/smg-industries", + "facebook_url": "036bb2cc-c344-4513-b1ab-475664e2cffc", + "uuid": "d0825c28-7e67-40be-a160-19067fcb0fdf" + }, + { + "investor_name": "Aerie Pharmaceuticals", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Bedminster", + "city": "nasdaq", + "investor_type": "AERI", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/aerie-pharmaceuticals", + "facebook_url": "bbd7e3ac-0f3b-3118-8e37-8f1ab4653a5d", + "uuid": "b859005a-2068-9968-0e9b-5e02f80ebd81" + }, + { + "investor_name": "BioNitrogen", + "domain": "USA", + "country_code": "FL", + "state_code": "FL", + "region": "West Palm Beach", + "city": "otcpink", + "investor_type": "BION", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/bionitrogen", + "facebook_url": "49a254de-605e-4fc1-383c-2b0e517e866e", + "uuid": "696bdf8f-df2c-b80c-6ad7-856a631812aa" + }, + { + "investor_name": "ChitrChatr Communications", + "domain": "IND", + "country_code": "", + "state_code": "19", + "region": "Bangalore", + "city": "cnsx", + "investor_type": "CHA", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/chitrchatr-communications", + "facebook_url": "f20e7d5a-f132-9f40-052d-532d5bc6806f", + "uuid": "325b3f42-6dee-5e03-98cf-90bddb743e6b" + }, + { + "investor_name": "CommScope", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Richardson", + "city": "nasdaq", + "investor_type": "COMM", + "investment_count": "2013-10-25", + "founded_on": "2784807450", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/commscope-enterprise-solutions", + "facebook_url": "b6b5decc-9742-d5cd-7a39-b587da517564", + "uuid": "6e7213af-1151-0c25-e5d7-41bd51f66be8" + }, + { + "investor_name": "Datametrex", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "DM", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/datametrex", + "facebook_url": "9423b2d5-e115-4a2f-8a56-50b2968d4cbc", + "uuid": "4f8129a8-1b91-2b0d-6551-9ca866c90ea7" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-10-25", + "founded_on": "1514859792", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "b62850d3-c7c9-fa29-a3c0-753475815ce3", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Grafton Group", + "domain": "IRL", + "country_code": "", + "state_code": "7", + "region": "Dublin", + "city": "lon", + "investor_type": "GFTU", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/grafton-group", + "facebook_url": "f9ddcd9b-9de0-9f23-d1fa-7277d0f1faf5", + "uuid": "068723af-bb70-f093-2f48-58b5711f9019" + }, + { + "investor_name": "Kromek", + "domain": "GBR", + "country_code": "", + "state_code": "D8", + "region": "Durham", + "city": "lon", + "investor_type": "KMK", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/kromek", + "facebook_url": "3a34dd75-7ac8-e8fb-c650-588c3909d56e", + "uuid": "cd5e7064-25db-df1d-bad5-46a02e36aa84" + }, + { + "investor_name": "Painted Pony Petroleum", + "domain": "CAN", + "country_code": "AB", + "state_code": "AB", + "region": "Calgary", + "city": "tse", + "investor_type": "PONY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/painted-pony-petroleum", + "facebook_url": "ee2972a2-7df0-3a4c-16bb-84af614b9fc6", + "uuid": "7735bcba-480e-2d3b-ad2b-a422941cce4a" + }, + { + "investor_name": "RIB Software", + "domain": "DEU", + "country_code": "", + "state_code": "1", + "region": "Stuttgart", + "city": "otcmkts", + "investor_type": "RSTAY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/rib-software", + "facebook_url": "4c70585c-c673-4331-9765-cd2e3b876cb8", + "uuid": "8c3d2a84-fc46-72b2-653d-d260b8a0abd4" + }, + { + "investor_name": "Sprague Resources", + "domain": "USA", + "country_code": "NH", + "state_code": "NH", + "region": "Portsmouth", + "city": "nyse", + "investor_type": "SRLP", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/sprague-resources", + "facebook_url": "034f447b-885d-1bd5-18d6-ce4df92e43de", + "uuid": "1233fa26-bd84-4b48-7ff1-2616896c61af" + }, + { + "investor_name": "The ONE Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nasdaq", + "investor_type": "STKS", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-one-group", + "facebook_url": "9e430a28-7f63-be8c-77f4-e76c6664ef51", + "uuid": "5992bcfb-fe4b-db98-770e-009ca24695ca" + }, + { + "investor_name": "Tungsten Corporation", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "TUNG", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/tungsten-corporation", + "facebook_url": "dec20539-7ea3-6fb0-5c2d-ddcbf3763617", + "uuid": "b660c269-c64c-3a94-e05a-bff200484617" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "fra", + "investor_type": "VX8A", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "7f7fcd12-cef9-4474-b73f-6abd5dbefad3", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "nyse", + "investor_type": "VJET", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "c7cdeee6-23c6-7c0b-2f22-1f15dcd71e8b", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Global Defense & National Security Systems", + "domain": "USA", + "country_code": "DE", + "state_code": "DE", + "region": "Wilmington", + "city": "nasdaq", + "investor_type": "GDEF", + "investment_count": "2013-10-24", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/global-defense-national-security-systems-inc", + "facebook_url": "82b0135d-b72d-28e5-7f6b-19082729141f", + "uuid": "0a4fcc93-005d-0029-831d-d72fc90d21bb" + }, + { + "investor_name": "MNR Group SA", + "domain": "FRA", + "country_code": "", + "state_code": "C1", + "region": "Mulhouse", + "city": "epa", + "investor_type": "MLMNR", + "investment_count": "2013-10-22", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mnr-group-sa", + "facebook_url": "ff49f3fb-5a3d-4574-bc4d-aebf7aa65d5d", + "uuid": "30e9e1b3-6616-4ddb-adba-c3d474e2b1de" + }, + { + "investor_name": "ADMA Biologics", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Ramsey", + "city": "nasdaq", + "investor_type": "ADMA", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/adma-biologics", + "facebook_url": "28625f2a-e664-2112-ad7f-0262e35bf773", + "uuid": "ae9dfa40-07ce-c8f6-2948-0ddf84d0a16e" + }, + { + "investor_name": "Agility Health", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Grand Rapids", + "city": "cve", + "investor_type": "AHI", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/agility-health", + "facebook_url": "4bef2ef3-5638-b6c9-6593-cb1b6d0e8c3e", + "uuid": "0c923b34-d61a-e237-06bd-200907825c35" + }, + { + "investor_name": "Arrow Global", + "domain": "GBR", + "country_code": "", + "state_code": "I2", + "region": "Manchester", + "city": "lon", + "investor_type": "ARW", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/arrow-global", + "facebook_url": "c99c78e3-3c87-4464-a241-21a8993ad2a1", + "uuid": "22ea7c7a-7a85-d7c4-25ec-254857edbd1a" + }, + { + "investor_name": "Fasoo", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "East Brunswick", + "city": "kosdaq", + "investor_type": "150900", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/fasoo", + "facebook_url": "f1ed546a-2d70-cc8e-8c07-27b3ae396e25", + "uuid": "45e13bca-9b85-813c-4ee8-40244fbcb438" + }, + { + "investor_name": "Hydrophi", + "domain": "USA", + "country_code": "GA", + "state_code": "GA", + "region": "Atlanta", + "city": "otcpink", + "investor_type": "HPTG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/hydrophi", + "facebook_url": "e134d636-df8f-4f94-105b-071e86b0ebf7", + "uuid": "e33c3a2a-92c9-94c3-e52c-886c0d058cf6" + }, + { + "investor_name": "LDR Holding", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Austin", + "city": "nasdaq", + "investor_type": "LDRH", + "investment_count": "2013-10-18", + "founded_on": "339000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ldr-holding", + "facebook_url": "85bf82ee-7856-8db6-754a-3a399bb98a5b", + "uuid": "a19894e6-fde7-2878-69ef-9c93e8bf57fd" + }, + { + "investor_name": "Nexteer Automotive", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Saginaw", + "city": "hkg", + "investor_type": "1316", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/nexteer-automotive", + "facebook_url": "1293ac1e-bfae-ff75-71ca-43fdb45bd4e4", + "uuid": "749f04bd-a4e3-9ff1-88bc-753963ccbdb2" + }, + { + "investor_name": "OFX", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "San Francisco", + "city": "asx", + "investor_type": "OFX", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ofx", + "facebook_url": "a1dab6e0-9164-1404-78ed-f067b667499d", + "uuid": "bbd1dd7a-7c6e-9fdf-adc0-e91439776fce" + }, + { + "investor_name": "OneMain Financial", + "domain": "USA", + "country_code": "MD", + "state_code": "MD", + "region": "Baltimore", + "city": "nyse", + "investor_type": "OMF", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/onemain-financial", + "facebook_url": "0e54fd3a-cde2-4ff4-bd9f-006552348c75", + "uuid": "dbf28804-4183-4eb9-539e-a93c7e1913bf" + }, + { + "investor_name": "Pure Nickel", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "NIC", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/pure-nickel", + "facebook_url": "8aa5d2b6-f944-d9bf-71a9-0226cf49558c", + "uuid": "6236c008-5988-3156-8c53-299ef14e08bd" + }, + { + "investor_name": "Royal Mail", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "RMG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/royal-mail", + "facebook_url": "7bcadb0b-1901-680d-b895-2cadf4c0fac5", + "uuid": "b5f33cdd-b58f-894b-7422-a6e98b51441b" + }, + { + "investor_name": "HeadFirst Source Group", + "domain": "NLD", + "country_code": "", + "state_code": "6", + "region": "Willemstad", + "city": "ams", + "investor_type": "HFS", + "investment_count": "2013-10-17", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/headfirst-source-group", + "facebook_url": "bd5108d0-f079-48c0-88e7-4ce14b4eeb1f", + "uuid": "00c03c81-4a08-48a6-98b8-8cd220314cce" + }, + { + "investor_name": "" + }, + { + "investor_name": "name", + "domain": "country_code", + "country_code": "company_state_code", + "state_code": "region", + "region": "city", + "city": "stock_exchange_symbol", + "investor_type": "stock_symbol", + "investment_count": "went_public_on", + "founded_on": "price_usd", + "closed_on": "price", + "cb_url": "price_currency_code", + "twitter_url": "cb_url", + "facebook_url": "ipo_uuid", + "uuid": "uuid" + }, + { + "investor_name": "Biostage", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Holliston", + "city": "nasdaq", + "investor_type": "BSTG", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/harvard-apparatus-regenerative-technology", + "facebook_url": "ec60ff03-6806-1a75-751a-95dbb1796826", + "uuid": "78ff9bbf-303e-6fa4-e7a9-effe0b69f874" + }, + { + "investor_name": "Cymat Technologies", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Mississauga", + "city": "cve", + "investor_type": "CYM", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/cymat-technologies", + "facebook_url": "d44c5adf-d236-40af-9ea8-8f133549d40e", + "uuid": "bafc07ba-3caf-4e7f-abcf-def48dbc3ea8" + }, + { + "investor_name": "Decisive Dividend Corporation", + "domain": "CAN", + "country_code": "BC", + "state_code": "BC", + "region": "Kelowna", + "city": "cve", + "investor_type": "DE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/decisive-dividend-corporation", + "facebook_url": "f1b41f1e-1a73-4962-9237-3ff8cf0a35ad", + "uuid": "36f8f6f0-edbf-421a-b05e-3c50b429c4f9" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "4433ece8-1977-21df-28b6-b1694f261ddd", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Montagne et Neige Developpement", + "domain": "FRA", + "country_code": "", + "state_code": "B9", + "region": "Sainte-hélène-du-lac", + "city": "epa", + "investor_type": "MND", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/montagne-et-neige-developpement", + "facebook_url": "4fea94c3-9fd2-442e-96ab-5092cd781079", + "uuid": "eb20d9b9-9493-4a26-a888-5ee9270a92e2" + }, + { + "investor_name": "Qunar.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nasdaq", + "investor_type": "QUNR", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/qunar-com", + "facebook_url": "1b303591-3165-e86f-2bfd-4ae76772a066", + "uuid": "17e90298-e3cb-b83c-feb2-0cbb6a27622c" + }, + { + "investor_name": "Riverstone Energy", + "domain": "GGY", + "country_code": "", + "state_code": "", + "region": "St. Peter Port", + "city": "lon", + "investor_type": "RSE", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/riverstone-energy", + "facebook_url": "48359326-9756-8573-94c2-915726182a5e", + "uuid": "58fd7181-5c6f-d38a-668e-4a2bd4748d9f" + }, + { + "investor_name": "Solaris Power Cells", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "Palm Springs", + "city": "otcpink", + "investor_type": "SPCL", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/solaris-power-cells", + "facebook_url": "d810b77f-9d76-207d-ce7d-16499a7afa3f", + "uuid": "b4f89c7c-ac2e-db4f-4362-97bfa32964e7" + }, + { + "investor_name": "STG Group", + "domain": "USA", + "country_code": "VA", + "state_code": "VA", + "region": "Reston", + "city": "otcmkts", + "investor_type": "STGGQ", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stg-group", + "facebook_url": "5022755c-6693-d6ad-2109-7cc5232c7f0e", + "uuid": "1278fd56-6fa4-95d1-8212-79c14ea91433" + }, + { + "investor_name": "Stock Spirits Group", + "domain": "GBR", + "country_code": "", + "state_code": "B9", + "region": "Wooburn", + "city": "lon", + "investor_type": "STCK", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/stock-spirits-group", + "facebook_url": "845020b8-6111-439b-9d00-b59fe9397716", + "uuid": "543aebe0-7f9b-4d37-8e5e-ed5251212173" + }, + { + "investor_name": "The Container Store", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Coppell", + "city": "nyse", + "investor_type": "TCS", + "investment_count": "2013-11-01", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-container-store", + "facebook_url": "78d3e309-0a38-6a6c-3786-1cc6a839bfb5", + "uuid": "0f41b6ae-de3d-7110-ba1d-159a894d522e" + }, + { + "investor_name": "58.com", + "domain": "CHN", + "country_code": "", + "state_code": "22", + "region": "Beijing", + "city": "nyse", + "investor_type": "WUBA", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/58-com", + "facebook_url": "f75c7310-44da-c0ab-d0e9-47798463af7e", + "uuid": "2934f57c-f114-eecb-6902-6a4481ec392f" + }, + { + "investor_name": "Brixmor Property Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nyse", + "investor_type": "BRX", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/brixmor-property-group", + "facebook_url": "6ba841a0-3145-43b7-b03f-949d67d496db", + "uuid": "1640febb-b884-7749-c15c-391348fdf9f7" + }, + { + "investor_name": "Essent Group", + "domain": "BMU", + "country_code": "", + "state_code": "3", + "region": "Hamilton", + "city": "nyse", + "investor_type": "ESNT", + "investment_count": "2013-10-31", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/essent-group", + "facebook_url": "8730ef19-a092-1eb0-bb17-b0763c2a699a", + "uuid": "6701d36b-fd48-0024-f977-827801e89aa2" + }, + { + "investor_name": "Criteo", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Paris", + "city": "nasdaq", + "investor_type": "CRTO", + "investment_count": "2013-10-30", + "founded_on": "1700000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/criteo", + "facebook_url": "f3f4523a-369e-fb26-998e-76208e98a789", + "uuid": "9f638203-0386-0266-081a-e40eebdde79e" + }, + { + "investor_name": "mix1", + "domain": "USA", + "country_code": "AZ", + "state_code": "AZ", + "region": "Scottsdale", + "city": "otcpink", + "investor_type": "MIXX", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mix1", + "facebook_url": "5274fa34-da64-076c-a3e9-5b7299060285", + "uuid": "9e4220d5-03bd-d3e0-4ba8-426cdd937394" + }, + { + "investor_name": "School Specialty", + "domain": "USA", + "country_code": "WI", + "state_code": "WI", + "region": "Greenville", + "city": "otcbb", + "investor_type": "SCOO", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/school-specialty", + "facebook_url": "0c8974b7-8c1f-43be-a4b3-e3795ecf94ea", + "uuid": "7b9d382f-60ab-58ab-6107-5dc9ab8167fc" + }, + { + "investor_name": "Veracyte", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "South San Francisco", + "city": "nasdaq", + "investor_type": "VCYT", + "investment_count": "2013-10-30", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/veracyte", + "facebook_url": "d5dcec12-127d-61b7-a8db-2d42bba5f95e", + "uuid": "0c247e85-1cd2-9457-5974-563d02e99bf9" + }, + { + "investor_name": "Blue Solutions", + "domain": "FRA", + "country_code": "", + "state_code": "A8", + "region": "Puteaux", + "city": "epa", + "investor_type": "BLUE", + "investment_count": "2013-10-29", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/blue-solutions", + "facebook_url": "330927a3-5da0-4430-b05e-7d4b9ef32874", + "uuid": "4092b9a9-e372-46df-9474-bce721137ae7" + }, + { + "investor_name": "Anima Educação", + "domain": "BRA", + "country_code": "", + "state_code": "27", + "region": "São Paulo", + "city": "bvmf", + "investor_type": "ANIM3", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/anima-educacao", + "facebook_url": "1a397e37-d22d-82ea-3f9d-37efd37d04f7", + "uuid": "0fdd34c3-02a4-cc98-1e63-729a3f27706e" + }, + { + "investor_name": "SMG Industries", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Houston", + "city": "otcmkts", + "investor_type": "SMGI", + "investment_count": "2013-10-28", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/smg-industries", + "facebook_url": "036bb2cc-c344-4513-b1ab-475664e2cffc", + "uuid": "d0825c28-7e67-40be-a160-19067fcb0fdf" + }, + { + "investor_name": "Aerie Pharmaceuticals", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Bedminster", + "city": "nasdaq", + "investor_type": "AERI", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/aerie-pharmaceuticals", + "facebook_url": "bbd7e3ac-0f3b-3118-8e37-8f1ab4653a5d", + "uuid": "b859005a-2068-9968-0e9b-5e02f80ebd81" + }, + { + "investor_name": "BioNitrogen", + "domain": "USA", + "country_code": "FL", + "state_code": "FL", + "region": "West Palm Beach", + "city": "otcpink", + "investor_type": "BION", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/bionitrogen", + "facebook_url": "49a254de-605e-4fc1-383c-2b0e517e866e", + "uuid": "696bdf8f-df2c-b80c-6ad7-856a631812aa" + }, + { + "investor_name": "ChitrChatr Communications", + "domain": "IND", + "country_code": "", + "state_code": "19", + "region": "Bangalore", + "city": "cnsx", + "investor_type": "CHA", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/chitrchatr-communications", + "facebook_url": "f20e7d5a-f132-9f40-052d-532d5bc6806f", + "uuid": "325b3f42-6dee-5e03-98cf-90bddb743e6b" + }, + { + "investor_name": "CommScope", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Richardson", + "city": "nasdaq", + "investor_type": "COMM", + "investment_count": "2013-10-25", + "founded_on": "2784807450", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/commscope-enterprise-solutions", + "facebook_url": "b6b5decc-9742-d5cd-7a39-b587da517564", + "uuid": "6e7213af-1151-0c25-e5d7-41bd51f66be8" + }, + { + "investor_name": "Datametrex", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "DM", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/datametrex", + "facebook_url": "9423b2d5-e115-4a2f-8a56-50b2968d4cbc", + "uuid": "4f8129a8-1b91-2b0d-6551-9ca866c90ea7" + }, + { + "investor_name": "Endurance International", + "domain": "USA", + "country_code": "MA", + "state_code": "MA", + "region": "Burlington", + "city": "nasdaq", + "investor_type": "EIGI", + "investment_count": "2013-10-25", + "founded_on": "1514859792", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/endurance-international", + "facebook_url": "b62850d3-c7c9-fa29-a3c0-753475815ce3", + "uuid": "b8098f51-76cd-e4c4-9f05-8bf4a6951ac4" + }, + { + "investor_name": "Grafton Group", + "domain": "IRL", + "country_code": "", + "state_code": "7", + "region": "Dublin", + "city": "lon", + "investor_type": "GFTU", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/grafton-group", + "facebook_url": "f9ddcd9b-9de0-9f23-d1fa-7277d0f1faf5", + "uuid": "068723af-bb70-f093-2f48-58b5711f9019" + }, + { + "investor_name": "Kromek", + "domain": "GBR", + "country_code": "", + "state_code": "D8", + "region": "Durham", + "city": "lon", + "investor_type": "KMK", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/kromek", + "facebook_url": "3a34dd75-7ac8-e8fb-c650-588c3909d56e", + "uuid": "cd5e7064-25db-df1d-bad5-46a02e36aa84" + }, + { + "investor_name": "Painted Pony Petroleum", + "domain": "CAN", + "country_code": "AB", + "state_code": "AB", + "region": "Calgary", + "city": "tse", + "investor_type": "PONY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/painted-pony-petroleum", + "facebook_url": "ee2972a2-7df0-3a4c-16bb-84af614b9fc6", + "uuid": "7735bcba-480e-2d3b-ad2b-a422941cce4a" + }, + { + "investor_name": "RIB Software", + "domain": "DEU", + "country_code": "", + "state_code": "1", + "region": "Stuttgart", + "city": "otcmkts", + "investor_type": "RSTAY", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/rib-software", + "facebook_url": "4c70585c-c673-4331-9765-cd2e3b876cb8", + "uuid": "8c3d2a84-fc46-72b2-653d-d260b8a0abd4" + }, + { + "investor_name": "Sprague Resources", + "domain": "USA", + "country_code": "NH", + "state_code": "NH", + "region": "Portsmouth", + "city": "nyse", + "investor_type": "SRLP", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/sprague-resources", + "facebook_url": "034f447b-885d-1bd5-18d6-ce4df92e43de", + "uuid": "1233fa26-bd84-4b48-7ff1-2616896c61af" + }, + { + "investor_name": "The ONE Group", + "domain": "USA", + "country_code": "NY", + "state_code": "NY", + "region": "New York", + "city": "nasdaq", + "investor_type": "STKS", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/the-one-group", + "facebook_url": "9e430a28-7f63-be8c-77f4-e76c6664ef51", + "uuid": "5992bcfb-fe4b-db98-770e-009ca24695ca" + }, + { + "investor_name": "Tungsten Corporation", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "TUNG", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/tungsten-corporation", + "facebook_url": "dec20539-7ea3-6fb0-5c2d-ddcbf3763617", + "uuid": "b660c269-c64c-3a94-e05a-bff200484617" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "fra", + "investor_type": "VX8A", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "7f7fcd12-cef9-4474-b73f-6abd5dbefad3", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Voxeljet", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Canton", + "city": "nyse", + "investor_type": "VJET", + "investment_count": "2013-10-25", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/voxeljet", + "facebook_url": "c7cdeee6-23c6-7c0b-2f22-1f15dcd71e8b", + "uuid": "59279a41-60cd-9e29-ca3c-e16914bfb311" + }, + { + "investor_name": "Global Defense & National Security Systems", + "domain": "USA", + "country_code": "DE", + "state_code": "DE", + "region": "Wilmington", + "city": "nasdaq", + "investor_type": "GDEF", + "investment_count": "2013-10-24", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/global-defense-national-security-systems-inc", + "facebook_url": "82b0135d-b72d-28e5-7f6b-19082729141f", + "uuid": "0a4fcc93-005d-0029-831d-d72fc90d21bb" + }, + { + "investor_name": "MNR Group SA", + "domain": "FRA", + "country_code": "", + "state_code": "C1", + "region": "Mulhouse", + "city": "epa", + "investor_type": "MLMNR", + "investment_count": "2013-10-22", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/mnr-group-sa", + "facebook_url": "ff49f3fb-5a3d-4574-bc4d-aebf7aa65d5d", + "uuid": "30e9e1b3-6616-4ddb-adba-c3d474e2b1de" + }, + { + "investor_name": "ADMA Biologics", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "Ramsey", + "city": "nasdaq", + "investor_type": "ADMA", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/adma-biologics", + "facebook_url": "28625f2a-e664-2112-ad7f-0262e35bf773", + "uuid": "ae9dfa40-07ce-c8f6-2948-0ddf84d0a16e" + }, + { + "investor_name": "Agility Health", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Grand Rapids", + "city": "cve", + "investor_type": "AHI", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/agility-health", + "facebook_url": "4bef2ef3-5638-b6c9-6593-cb1b6d0e8c3e", + "uuid": "0c923b34-d61a-e237-06bd-200907825c35" + }, + { + "investor_name": "Arrow Global", + "domain": "GBR", + "country_code": "", + "state_code": "I2", + "region": "Manchester", + "city": "lon", + "investor_type": "ARW", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/arrow-global", + "facebook_url": "c99c78e3-3c87-4464-a241-21a8993ad2a1", + "uuid": "22ea7c7a-7a85-d7c4-25ec-254857edbd1a" + }, + { + "investor_name": "Fasoo", + "domain": "USA", + "country_code": "NJ", + "state_code": "NJ", + "region": "East Brunswick", + "city": "kosdaq", + "investor_type": "150900", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/fasoo", + "facebook_url": "f1ed546a-2d70-cc8e-8c07-27b3ae396e25", + "uuid": "45e13bca-9b85-813c-4ee8-40244fbcb438" + }, + { + "investor_name": "Hydrophi", + "domain": "USA", + "country_code": "GA", + "state_code": "GA", + "region": "Atlanta", + "city": "otcpink", + "investor_type": "HPTG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/hydrophi", + "facebook_url": "e134d636-df8f-4f94-105b-071e86b0ebf7", + "uuid": "e33c3a2a-92c9-94c3-e52c-886c0d058cf6" + }, + { + "investor_name": "LDR Holding", + "domain": "USA", + "country_code": "TX", + "state_code": "TX", + "region": "Austin", + "city": "nasdaq", + "investor_type": "LDRH", + "investment_count": "2013-10-18", + "founded_on": "339000000", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ldr-holding", + "facebook_url": "85bf82ee-7856-8db6-754a-3a399bb98a5b", + "uuid": "a19894e6-fde7-2878-69ef-9c93e8bf57fd" + }, + { + "investor_name": "Nexteer Automotive", + "domain": "USA", + "country_code": "MI", + "state_code": "MI", + "region": "Saginaw", + "city": "hkg", + "investor_type": "1316", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/nexteer-automotive", + "facebook_url": "1293ac1e-bfae-ff75-71ca-43fdb45bd4e4", + "uuid": "749f04bd-a4e3-9ff1-88bc-753963ccbdb2" + }, + { + "investor_name": "OFX", + "domain": "USA", + "country_code": "CA", + "state_code": "CA", + "region": "San Francisco", + "city": "asx", + "investor_type": "OFX", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/ofx", + "facebook_url": "a1dab6e0-9164-1404-78ed-f067b667499d", + "uuid": "bbd1dd7a-7c6e-9fdf-adc0-e91439776fce" + }, + { + "investor_name": "OneMain Financial", + "domain": "USA", + "country_code": "MD", + "state_code": "MD", + "region": "Baltimore", + "city": "nyse", + "investor_type": "OMF", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/onemain-financial", + "facebook_url": "0e54fd3a-cde2-4ff4-bd9f-006552348c75", + "uuid": "dbf28804-4183-4eb9-539e-a93c7e1913bf" + }, + { + "investor_name": "Pure Nickel", + "domain": "CAN", + "country_code": "ON", + "state_code": "ON", + "region": "Toronto", + "city": "cve", + "investor_type": "NIC", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/pure-nickel", + "facebook_url": "8aa5d2b6-f944-d9bf-71a9-0226cf49558c", + "uuid": "6236c008-5988-3156-8c53-299ef14e08bd" + }, + { + "investor_name": "Royal Mail", + "domain": "GBR", + "country_code": "", + "state_code": "H9", + "region": "London", + "city": "lon", + "investor_type": "RMG", + "investment_count": "2013-10-18", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/royal-mail", + "facebook_url": "7bcadb0b-1901-680d-b895-2cadf4c0fac5", + "uuid": "b5f33cdd-b58f-894b-7422-a6e98b51441b" + }, + { + "investor_name": "HeadFirst Source Group", + "domain": "NLD", + "country_code": "", + "state_code": "6", + "region": "Willemstad", + "city": "ams", + "investor_type": "HFS", + "investment_count": "2013-10-17", + "founded_on": "", + "closed_on": "", + "cb_url": "", + "twitter_url": "https://www.crunchbase.com/organization/headfirst-source-group", + "facebook_url": "bd5108d0-f079-48c0-88e7-4ce14b4eeb1f", + "uuid": "00c03c81-4a08-48a6-98b8-8cd220314cce" + }, + { + "investor_name": "" + }, + { + "investor_name": "" + } +] \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c3c4998 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6550 @@ +{ + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "accepts": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", + "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", + "requires": { + "mime-types": "2.1.24", + "negotiator": "0.6.1" + } + }, + "ajv": { + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz", + "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==", + "requires": { + "fast-deep-equal": "2.0.1", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.4.1", + "uri-js": "4.2.2" + } + }, + "ansi-align": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz", + "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=", + "requires": { + "string-width": "2.1.1" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "1.9.3" + } + }, + "any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "3.1.10", + "normalize-path": "2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "1.1.0" + } + } + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "requires": { + "delegates": "1.0.0", + "readable-stream": "2.3.6" + } + }, + "argon2-ffi": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/argon2-ffi/-/argon2-ffi-1.1.2.tgz", + "integrity": "sha512-X0IFE2R/pM7U0gD2SodcD4JeSJVvDJhPrSIUNYDL7fFwaVvXDUjqI04N5vE7KmGSKJ7g95ev7LabElLhTVkMyw==", + "requires": { + "any-promise": "1.3.0", + "ffi-napi": "2.4.5", + "ref-napi": "1.4.1" + } + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "2.1.2" + } + }, + "assert": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz", + "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", + "requires": { + "util": "0.10.3" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" + }, + "axios": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", + "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", + "requires": { + "follow-redirects": "1.7.0", + "is-buffer": "1.1.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "1.0.1", + "class-utils": "0.3.6", + "component-emitter": "1.3.0", + "define-property": "1.0.0", + "isobject": "3.0.1", + "mixin-deep": "1.3.1", + "pascalcase": "0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "1.0.2" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" + } + } + } + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "0.14.5" + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "body-parser": { + "version": "1.18.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", + "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", + "requires": { + "bytes": "3.0.0", + "content-type": "1.0.4", + "debug": "2.6.9", + "depd": "1.1.2", + "http-errors": "1.6.3", + "iconv-lite": "0.4.23", + "on-finished": "2.3.0", + "qs": "6.5.2", + "raw-body": "2.3.3", + "type-is": "1.6.18" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "boxen": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz", + "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", + "requires": { + "ansi-align": "2.0.0", + "camelcase": "4.1.0", + "chalk": "2.4.2", + "cli-boxes": "1.0.0", + "string-width": "2.1.1", + "term-size": "1.2.0", + "widest-line": "2.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "1.1.0", + "array-unique": "0.3.2", + "extend-shallow": "2.0.1", + "fill-range": "4.0.0", + "isobject": "3.0.1", + "repeat-element": "1.1.3", + "snapdragon": "0.8.2", + "snapdragon-node": "2.1.1", + "split-string": "3.1.0", + "to-regex": "3.0.2" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + } + } + }, + "bson": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.1.tgz", + "integrity": "sha512-jCGVYLoYMHDkOsbwJZBCqwMHyH4c+wzgI9hG7Z6SZJRXWr+x58pdIbm2i9a/jFGCkRJqRUr8eoI7lDWa0hTkxg==" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "1.0.0", + "component-emitter": "1.3.0", + "get-value": "2.0.6", + "has-value": "1.0.0", + "isobject": "3.0.1", + "set-value": "2.0.0", + "to-object-path": "0.3.0", + "union-value": "1.0.0", + "unset-value": "1.0.0" + } + }, + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=" + }, + "capture-stack-trace": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz", + "integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.5.0" + } + }, + "chokidar": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.5.tgz", + "integrity": "sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==", + "requires": { + "anymatch": "2.0.0", + "async-each": "1.0.3", + "braces": "2.3.2", + "fsevents": "1.2.8", + "glob-parent": "3.1.0", + "inherits": "2.0.3", + "is-binary-path": "1.0.1", + "is-glob": "4.0.1", + "normalize-path": "3.0.0", + "path-is-absolute": "1.0.1", + "readdirp": "2.2.1", + "upath": "1.1.2" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "chownr": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz", + "integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==" + }, + "ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "3.1.0", + "define-property": "0.2.5", + "isobject": "3.0.1", + "static-extend": "0.1.2" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + } + } + }, + "cli-boxes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", + "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=" + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "1.0.0", + "object-visit": "1.0.1" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combined-stream": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz", + "integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==", + "requires": { + "delayed-stream": "1.0.0" + } + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "configstore": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz", + "integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==", + "requires": { + "dot-prop": "4.2.0", + "graceful-fs": "4.1.15", + "make-dir": "1.3.0", + "unique-string": "1.0.0", + "write-file-atomic": "2.4.2", + "xdg-basedir": "3.0.0" + } + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" + }, + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", + "requires": { + "capture-stack-trace": "1.0.1" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "requires": { + "lru-cache": "4.1.5", + "shebang-command": "1.2.0", + "which": "1.3.1" + } + }, + "crypto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", + "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==" + }, + "crypto-js": { + "version": "3.1.9-1", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.9-1.tgz", + "integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg=" + }, + "crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "1.0.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "2.1.1" + } + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "1.0.2", + "isobject": "3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" + } + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "dot-prop": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", + "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + "requires": { + "is-obj": "1.0.1" + } + }, + "duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "0.1.1", + "safer-buffer": "2.1.2" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz", + "integrity": "sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==" + }, + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "requires": { + "cross-spawn": "5.1.0", + "get-stream": "3.0.0", + "is-stream": "1.1.0", + "npm-run-path": "2.0.2", + "p-finally": "1.0.0", + "signal-exit": "3.0.2", + "strip-eof": "1.0.0" + } + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "posix-character-classes": "0.1.1", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "express": { + "version": "4.16.4", + "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", + "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", + "requires": { + "accepts": "1.3.5", + "array-flatten": "1.1.1", + "body-parser": "1.18.3", + "content-disposition": "0.5.2", + "content-type": "1.0.4", + "cookie": "0.3.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "1.1.2", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", + "finalhandler": "1.1.1", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "1.1.2", + "on-finished": "2.3.0", + "parseurl": "1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "2.0.5", + "qs": "6.5.2", + "range-parser": "1.2.0", + "safe-buffer": "5.1.2", + "send": "0.16.2", + "serve-static": "1.13.2", + "setprototypeof": "1.1.0", + "statuses": "1.4.0", + "type-is": "1.6.18", + "utils-merge": "1.0.1", + "vary": "1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "1.0.0", + "is-extendable": "1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "2.0.4" + } + } + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "0.3.2", + "define-property": "1.0.0", + "expand-brackets": "2.1.4", + "extend-shallow": "2.0.1", + "fragment-cache": "0.2.1", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "1.0.2" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + }, + "ffi-napi": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/ffi-napi/-/ffi-napi-2.4.5.tgz", + "integrity": "sha512-24Et/c5/sRvZvpOZ9nvkK0Be1S8A1Vkt6aJSKGaohOGb5FwV4+EmecaTtNhN4TCLJDjYC8z/k4X8W1SC5IK/fw==", + "requires": { + "bindings": "1.5.0", + "debug": "3.2.6", + "get-uv-event-loop-napi-h": "1.0.5", + "node-addon-api": "1.5.0", + "ref-napi": "1.4.1", + "ref-struct-di": "1.1.0" + } + }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "2.0.1", + "is-number": "3.0.0", + "repeat-string": "1.6.1", + "to-regex-range": "2.1.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + } + } + }, + "finalhandler": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", + "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", + "requires": { + "debug": "2.6.9", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "on-finished": "2.3.0", + "parseurl": "1.3.3", + "statuses": "1.4.0", + "unpipe": "1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "follow-redirects": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz", + "integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", + "requires": { + "debug": "3.2.6" + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.7", + "mime-types": "2.1.24" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "fs-minipass": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz", + "integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==", + "requires": { + "minipass": "2.3.5" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.8.tgz", + "integrity": "sha512-tPvHgPGB7m40CZ68xqFGkKuzN+RnpGmSV+hgeKxhRpbxdqKXUFJGC3yonBOLzQBcJyGpdZFDfCsdOC2KFsXzeA==", + "optional": true, + "requires": { + "nan": "2.13.2", + "node-pre-gyp": "0.12.0" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "bundled": true, + "optional": true, + "requires": { + "delegates": "1.0.0", + "readable-stream": "2.3.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "debug": { + "version": "4.1.1", + "bundled": true, + "optional": true, + "requires": { + "ms": "2.1.1" + } + }, + "deep-extend": { + "version": "0.6.0", + "bundled": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.5", + "bundled": true, + "optional": true, + "requires": { + "minipass": "2.3.5" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "optional": true, + "requires": { + "aproba": "1.2.0", + "console-control-strings": "1.1.0", + "has-unicode": "2.0.1", + "object-assign": "4.1.1", + "signal-exit": "3.0.2", + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wide-align": "1.1.3" + } + }, + "glob": { + "version": "7.1.3", + "bundled": true, + "optional": true, + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.24", + "bundled": true, + "optional": true, + "requires": { + "safer-buffer": "2.1.2" + } + }, + "ignore-walk": { + "version": "3.0.1", + "bundled": true, + "optional": true, + "requires": { + "minimatch": "3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "optional": true, + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.3", + "bundled": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "requires": { + "number-is-nan": "1.0.1" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "requires": { + "brace-expansion": "1.1.11" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true + }, + "minipass": { + "version": "2.3.5", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + } + }, + "minizlib": { + "version": "1.2.1", + "bundled": true, + "optional": true, + "requires": { + "minipass": "2.3.5" + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.1.1", + "bundled": true, + "optional": true + }, + "needle": { + "version": "2.3.0", + "bundled": true, + "optional": true, + "requires": { + "debug": "4.1.1", + "iconv-lite": "0.4.24", + "sax": "1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.12.0", + "bundled": true, + "optional": true, + "requires": { + "detect-libc": "1.0.3", + "mkdirp": "0.5.1", + "needle": "2.3.0", + "nopt": "4.0.1", + "npm-packlist": "1.4.1", + "npmlog": "4.1.2", + "rc": "1.2.8", + "rimraf": "2.6.3", + "semver": "5.7.0", + "tar": "4.4.8" + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "optional": true, + "requires": { + "abbrev": "1.1.1", + "osenv": "0.1.5" + } + }, + "npm-bundled": { + "version": "1.0.6", + "bundled": true, + "optional": true + }, + "npm-packlist": { + "version": "1.4.1", + "bundled": true, + "optional": true, + "requires": { + "ignore-walk": "3.0.1", + "npm-bundled": "1.0.6" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "optional": true, + "requires": { + "are-we-there-yet": "1.1.5", + "console-control-strings": "1.1.0", + "gauge": "2.7.4", + "set-blocking": "2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "requires": { + "wrappy": "1.0.2" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "optional": true, + "requires": { + "os-homedir": "1.0.2", + "os-tmpdir": "1.0.2" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "rc": { + "version": "1.2.8", + "bundled": true, + "optional": true, + "requires": { + "deep-extend": "0.6.0", + "ini": "1.3.5", + "minimist": "1.2.0", + "strip-json-comments": "2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true, + "optional": true + } + } + }, + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "optional": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "rimraf": { + "version": "2.6.3", + "bundled": true, + "optional": true, + "requires": { + "glob": "7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "bundled": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "optional": true + }, + "semver": { + "version": "5.7.0", + "bundled": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "tar": { + "version": "4.4.8", + "bundled": true, + "optional": true, + "requires": { + "chownr": "1.1.1", + "fs-minipass": "1.2.5", + "minipass": "2.3.5", + "minizlib": "1.2.1", + "mkdirp": "0.5.1", + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "wide-align": { + "version": "1.1.3", + "bundled": true, + "optional": true, + "requires": { + "string-width": "1.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true + }, + "yallist": { + "version": "3.0.3", + "bundled": true + } + } + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "requires": { + "aproba": "1.2.0", + "console-control-strings": "1.1.0", + "has-unicode": "2.0.1", + "object-assign": "4.1.1", + "signal-exit": "3.0.2", + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wide-align": "1.1.3" + } + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" + }, + "get-symbol-from-current-process-h": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.1.tgz", + "integrity": "sha512-QvP1+tCDjgTiu+akjdEYd8eK8MFYy6nRCRNjfiCeQB9RJEHQZpN+WE+CVqPRNqjIVMwSqd0WiD008B+b7iIdaA==" + }, + "get-uv-event-loop-napi-h": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.5.tgz", + "integrity": "sha512-uWDHId313vRTyqeLhlLWJS0CJOP8QXY5en/9Pv14dnPvAlRfKBfD6h2EDtoy7jxxOIWB9QgzYK16VCN3pCZOBg==", + "requires": { + "get-symbol-from-current-process-h": "1.0.1" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "1.0.0" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.1", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "3.1.0", + "path-dirname": "1.0.2" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "2.1.1" + } + } + } + }, + "global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", + "requires": { + "ini": "1.3.5" + } + }, + "got": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz", + "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=", + "requires": { + "create-error-class": "3.0.2", + "duplexer3": "0.1.4", + "get-stream": "3.0.0", + "is-redirect": "1.0.0", + "is-retry-allowed": "1.1.0", + "is-stream": "1.1.0", + "lowercase-keys": "1.0.1", + "safe-buffer": "5.1.2", + "timed-out": "4.0.1", + "unzip-response": "2.0.1", + "url-parse-lax": "1.0.0" + } + }, + "graceful-fs": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", + "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "requires": { + "ajv": "6.10.0", + "har-schema": "2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "2.0.6", + "has-values": "1.0.0", + "isobject": "3.0.1" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "3.0.0", + "kind-of": "4.0.0" + }, + "dependencies": { + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": "1.4.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-proxy": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz", + "integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==", + "requires": { + "eventemitter3": "3.1.0", + "follow-redirects": "1.7.0", + "requires-port": "1.0.0" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "1.0.0", + "jsprim": "1.4.1", + "sshpk": "1.16.1" + } + }, + "iconv-lite": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", + "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", + "requires": { + "safer-buffer": "2.1.2" + } + }, + "ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=" + }, + "import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "ipaddr.js": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz", + "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "1.13.1" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "requires": { + "ci-info": "1.6.0" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "1.0.1" + } + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "2.1.1" + } + }, + "is-installed-globally": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", + "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", + "requires": { + "global-dirs": "0.1.1", + "is-path-inside": "1.0.1" + } + }, + "is-npm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", + "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=" + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + }, + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "requires": { + "path-is-inside": "1.0.2" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "3.0.1" + } + }, + "is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=" + }, + "is-retry-allowed": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", + "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "kind-of": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" + }, + "latest-version": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", + "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=", + "requires": { + "package-json": "4.0.1" + } + }, + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "1.0.2", + "yallist": "2.1.2" + }, + "dependencies": { + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + } + } + }, + "make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "requires": { + "pify": "3.0.0" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "1.0.1" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "braces": "2.3.2", + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "extglob": "2.0.4", + "fragment-cache": "0.2.1", + "kind-of": "6.0.2", + "nanomatch": "1.2.13", + "object.pick": "1.3.0", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" + } + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" + }, + "mime-db": { + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", + "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==" + }, + "mime-types": { + "version": "2.1.24", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", + "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", + "requires": { + "mime-db": "1.40.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "1.1.11" + } + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + }, + "minipass": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz", + "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", + "requires": { + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + } + }, + "minizlib": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.2.1.tgz", + "integrity": "sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==", + "requires": { + "minipass": "2.3.5" + } + }, + "mixin-deep": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", + "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", + "requires": { + "for-in": "1.0.2", + "is-extendable": "1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "2.0.4" + } + } + } + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "requires": { + "minimist": "0.0.8" + } + }, + "mongodb": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.2.3.tgz", + "integrity": "sha512-jw8UyPsq4QleZ9z+t/pIVy3L++51vKdaJ2Q/XXeYxk/3cnKioAH8H6f5tkkDivrQL4PUgUOHe9uZzkpRFH1XtQ==", + "requires": { + "mongodb-core": "3.2.3", + "safe-buffer": "5.1.2" + } + }, + "mongodb-core": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.2.3.tgz", + "integrity": "sha512-UyI0rmvPPkjOJV8XGWa9VCTq7R4hBVipimhnAXeSXnuAPjuTqbyfA5Ec9RcYJ1Hhu+ISnc8bJ1KfGZd4ZkYARQ==", + "requires": { + "bson": "1.1.1", + "require_optional": "1.0.1", + "safe-buffer": "5.1.2", + "saslprep": "1.0.2" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + }, + "nan": { + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz", + "integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==", + "optional": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "fragment-cache": "0.2.1", + "is-windows": "1.0.2", + "kind-of": "6.0.2", + "object.pick": "1.3.0", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" + } + }, + "negotiator": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", + "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" + }, + "node-addon-api": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.5.0.tgz", + "integrity": "sha512-YsL/8dpBWxCFj3wAVAa/ceN4TlT8lACK8EgpuN0q/4ecflWHDuKpodb+tt7Rx22r/6FJ2f+IT25XSsXnZGwYgA==" + }, + "node-gyp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-4.0.0.tgz", + "integrity": "sha512-2XiryJ8sICNo6ej8d0idXDEMKfVfFK7kekGCtJAuelGsYHQxhj13KTf95swTCN2dZ/4lTfZ84Fu31jqJEEgjWA==", + "requires": { + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "mkdirp": "0.5.1", + "nopt": "3.0.6", + "npmlog": "4.1.2", + "osenv": "0.1.5", + "request": "2.88.0", + "rimraf": "2.6.3", + "semver": "5.3.0", + "tar": "4.4.8", + "which": "1.3.1" + }, + "dependencies": { + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=" + } + } + }, + "nodemon": { + "version": "1.18.11", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.18.11.tgz", + "integrity": "sha512-KdN3tm1zkarlqNo4+W9raU3ihM4H15MVMSE/f9rYDZmFgDHAfAJsomYrHhApAkuUemYjFyEeXlpCOQ2v5gtBEw==", + "requires": { + "chokidar": "2.1.5", + "debug": "3.2.6", + "ignore-by-default": "1.0.1", + "minimatch": "3.0.4", + "pstree.remy": "1.1.6", + "semver": "5.7.0", + "supports-color": "5.5.0", + "touch": "3.1.0", + "undefsafe": "2.0.2", + "update-notifier": "2.5.0" + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "requires": { + "abbrev": "1.1.1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "npm": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-6.9.0.tgz", + "integrity": "sha512-91V+zB5hDxO+Jyp2sUKS7juHlIM95dGQxTeQtmZI1nAI/7kjWXFipPrtwwKjhyKmV4GsS2LzJhrxRjGWsU9z/w==", + "requires": { + "JSONStream": "1.3.5", + "abbrev": "1.1.1", + "ansicolors": "0.3.2", + "ansistyles": "0.1.3", + "aproba": "2.0.0", + "archy": "1.0.0", + "bin-links": "1.1.2", + "bluebird": "3.5.3", + "byte-size": "5.0.1", + "cacache": "11.3.2", + "call-limit": "1.1.0", + "chownr": "1.1.1", + "ci-info": "2.0.0", + "cli-columns": "3.1.2", + "cli-table3": "0.5.1", + "cmd-shim": "2.0.2", + "columnify": "1.5.4", + "config-chain": "1.1.12", + "debuglog": "1.0.1", + "detect-indent": "5.0.0", + "detect-newline": "2.1.0", + "dezalgo": "1.0.3", + "editor": "1.0.0", + "figgy-pudding": "3.5.1", + "find-npm-prefix": "1.0.2", + "fs-vacuum": "1.2.10", + "fs-write-stream-atomic": "1.0.10", + "gentle-fs": "2.0.1", + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "has-unicode": "2.0.1", + "hosted-git-info": "2.7.1", + "iferr": "1.0.2", + "imurmurhash": "0.1.4", + "inflight": "1.0.6", + "inherits": "2.0.3", + "ini": "1.3.5", + "init-package-json": "1.10.3", + "is-cidr": "3.0.0", + "json-parse-better-errors": "1.0.2", + "lazy-property": "1.0.0", + "libcipm": "3.0.3", + "libnpm": "2.0.1", + "libnpmaccess": "3.0.1", + "libnpmhook": "5.0.2", + "libnpmorg": "1.0.0", + "libnpmsearch": "2.0.0", + "libnpmteam": "1.0.1", + "libnpx": "10.2.0", + "lock-verify": "2.1.0", + "lockfile": "1.0.4", + "lodash._baseindexof": "3.1.0", + "lodash._baseuniq": "4.6.0", + "lodash._bindcallback": "3.0.1", + "lodash._cacheindexof": "3.0.2", + "lodash._createcache": "3.1.2", + "lodash._getnative": "3.9.1", + "lodash.clonedeep": "4.5.0", + "lodash.restparam": "3.6.1", + "lodash.union": "4.6.0", + "lodash.uniq": "4.5.0", + "lodash.without": "4.4.0", + "lru-cache": "4.1.5", + "meant": "1.0.1", + "mississippi": "3.0.0", + "mkdirp": "0.5.1", + "move-concurrently": "1.0.1", + "node-gyp": "3.8.0", + "nopt": "4.0.1", + "normalize-package-data": "2.5.0", + "npm-audit-report": "1.3.2", + "npm-cache-filename": "1.0.2", + "npm-install-checks": "3.0.0", + "npm-lifecycle": "2.1.0", + "npm-package-arg": "6.1.0", + "npm-packlist": "1.4.1", + "npm-pick-manifest": "2.2.3", + "npm-profile": "4.0.1", + "npm-registry-fetch": "3.9.0", + "npm-user-validate": "1.0.0", + "npmlog": "4.1.2", + "once": "1.4.0", + "opener": "1.5.1", + "osenv": "0.1.5", + "pacote": "9.5.0", + "path-is-inside": "1.0.2", + "promise-inflight": "1.0.1", + "qrcode-terminal": "0.12.0", + "query-string": "6.2.0", + "qw": "1.0.1", + "read": "1.0.7", + "read-cmd-shim": "1.0.1", + "read-installed": "4.0.3", + "read-package-json": "2.0.13", + "read-package-tree": "5.2.2", + "readable-stream": "3.1.1", + "readdir-scoped-modules": "1.0.2", + "request": "2.88.0", + "retry": "0.12.0", + "rimraf": "2.6.3", + "safe-buffer": "5.1.2", + "semver": "5.6.0", + "sha": "2.0.1", + "slide": "1.1.6", + "sorted-object": "2.0.1", + "sorted-union-stream": "2.1.3", + "ssri": "6.0.1", + "stringify-package": "1.0.0", + "tar": "4.4.8", + "text-table": "0.2.0", + "tiny-relative-date": "1.3.0", + "uid-number": "0.0.6", + "umask": "1.1.0", + "unique-filename": "1.1.1", + "unpipe": "1.0.0", + "update-notifier": "2.5.0", + "uuid": "3.3.2", + "validate-npm-package-license": "3.0.4", + "validate-npm-package-name": "3.0.0", + "which": "1.3.1", + "worker-farm": "1.6.0", + "write-file-atomic": "2.4.2" + }, + "dependencies": { + "JSONStream": { + "version": "1.3.5", + "bundled": true, + "requires": { + "jsonparse": "1.3.1", + "through": "2.3.8" + } + }, + "abbrev": { + "version": "1.1.1", + "bundled": true + }, + "agent-base": { + "version": "4.2.1", + "bundled": true, + "requires": { + "es6-promisify": "5.0.0" + } + }, + "agentkeepalive": { + "version": "3.4.1", + "bundled": true, + "requires": { + "humanize-ms": "1.2.1" + } + }, + "ajv": { + "version": "5.5.2", + "bundled": true, + "requires": { + "co": "4.6.0", + "fast-deep-equal": "1.1.0", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.3.1" + } + }, + "ansi-align": { + "version": "2.0.0", + "bundled": true, + "requires": { + "string-width": "2.1.1" + } + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true + }, + "ansi-styles": { + "version": "3.2.1", + "bundled": true, + "requires": { + "color-convert": "1.9.1" + } + }, + "ansicolors": { + "version": "0.3.2", + "bundled": true + }, + "ansistyles": { + "version": "0.1.3", + "bundled": true + }, + "aproba": { + "version": "2.0.0", + "bundled": true + }, + "archy": { + "version": "1.0.0", + "bundled": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "bundled": true, + "requires": { + "delegates": "1.0.0", + "readable-stream": "2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "asap": { + "version": "2.0.6", + "bundled": true + }, + "asn1": { + "version": "0.2.4", + "bundled": true, + "requires": { + "safer-buffer": "2.1.2" + } + }, + "assert-plus": { + "version": "1.0.0", + "bundled": true + }, + "asynckit": { + "version": "0.4.0", + "bundled": true + }, + "aws-sign2": { + "version": "0.7.0", + "bundled": true + }, + "aws4": { + "version": "1.8.0", + "bundled": true + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "bundled": true, + "optional": true, + "requires": { + "tweetnacl": "0.14.5" + } + }, + "bin-links": { + "version": "1.1.2", + "bundled": true, + "requires": { + "bluebird": "3.5.3", + "cmd-shim": "2.0.2", + "gentle-fs": "2.0.1", + "graceful-fs": "4.1.15", + "write-file-atomic": "2.4.2" + } + }, + "block-stream": { + "version": "0.0.9", + "bundled": true, + "requires": { + "inherits": "2.0.3" + } + }, + "bluebird": { + "version": "3.5.3", + "bundled": true + }, + "boxen": { + "version": "1.3.0", + "bundled": true, + "requires": { + "ansi-align": "2.0.0", + "camelcase": "4.1.0", + "chalk": "2.4.1", + "cli-boxes": "1.0.0", + "string-width": "2.1.1", + "term-size": "1.2.0", + "widest-line": "2.0.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "buffer-from": { + "version": "1.0.0", + "bundled": true + }, + "builtins": { + "version": "1.0.3", + "bundled": true + }, + "byline": { + "version": "5.0.0", + "bundled": true + }, + "byte-size": { + "version": "5.0.1", + "bundled": true + }, + "cacache": { + "version": "11.3.2", + "bundled": true, + "requires": { + "bluebird": "3.5.3", + "chownr": "1.1.1", + "figgy-pudding": "3.5.1", + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "lru-cache": "5.1.1", + "mississippi": "3.0.0", + "mkdirp": "0.5.1", + "move-concurrently": "1.0.1", + "promise-inflight": "1.0.1", + "rimraf": "2.6.3", + "ssri": "6.0.1", + "unique-filename": "1.1.1", + "y18n": "4.0.0" + }, + "dependencies": { + "chownr": { + "version": "1.1.1", + "bundled": true + }, + "lru-cache": { + "version": "5.1.1", + "bundled": true, + "requires": { + "yallist": "3.0.3" + } + }, + "unique-filename": { + "version": "1.1.1", + "bundled": true, + "requires": { + "unique-slug": "2.0.0" + } + }, + "yallist": { + "version": "3.0.3", + "bundled": true + } + } + }, + "call-limit": { + "version": "1.1.0", + "bundled": true + }, + "camelcase": { + "version": "4.1.0", + "bundled": true + }, + "capture-stack-trace": { + "version": "1.0.0", + "bundled": true + }, + "caseless": { + "version": "0.12.0", + "bundled": true + }, + "chalk": { + "version": "2.4.1", + "bundled": true, + "requires": { + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.4.0" + } + }, + "chownr": { + "version": "1.1.1", + "bundled": true + }, + "ci-info": { + "version": "2.0.0", + "bundled": true + }, + "cidr-regex": { + "version": "2.0.10", + "bundled": true, + "requires": { + "ip-regex": "2.1.0" + } + }, + "cli-boxes": { + "version": "1.0.0", + "bundled": true + }, + "cli-columns": { + "version": "3.1.2", + "bundled": true, + "requires": { + "string-width": "2.1.1", + "strip-ansi": "3.0.1" + } + }, + "cli-table3": { + "version": "0.5.1", + "bundled": true, + "requires": { + "colors": "1.3.3", + "object-assign": "4.1.1", + "string-width": "2.1.1" + } + }, + "cliui": { + "version": "4.1.0", + "bundled": true, + "requires": { + "string-width": "2.1.1", + "strip-ansi": "4.0.0", + "wrap-ansi": "2.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "bundled": true + }, + "strip-ansi": { + "version": "4.0.0", + "bundled": true, + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "clone": { + "version": "1.0.4", + "bundled": true + }, + "cmd-shim": { + "version": "2.0.2", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15", + "mkdirp": "0.5.1" + } + }, + "co": { + "version": "4.6.0", + "bundled": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true + }, + "color-convert": { + "version": "1.9.1", + "bundled": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "bundled": true + }, + "colors": { + "version": "1.3.3", + "bundled": true, + "optional": true + }, + "columnify": { + "version": "1.5.4", + "bundled": true, + "requires": { + "strip-ansi": "3.0.1", + "wcwidth": "1.0.1" + } + }, + "combined-stream": { + "version": "1.0.6", + "bundled": true, + "requires": { + "delayed-stream": "1.0.0" + } + }, + "concat-map": { + "version": "0.0.1", + "bundled": true + }, + "concat-stream": { + "version": "1.6.2", + "bundled": true, + "requires": { + "buffer-from": "1.0.0", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "typedarray": "0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "config-chain": { + "version": "1.1.12", + "bundled": true, + "requires": { + "ini": "1.3.5", + "proto-list": "1.2.4" + } + }, + "configstore": { + "version": "3.1.2", + "bundled": true, + "requires": { + "dot-prop": "4.2.0", + "graceful-fs": "4.1.15", + "make-dir": "1.3.0", + "unique-string": "1.0.0", + "write-file-atomic": "2.4.2", + "xdg-basedir": "3.0.0" + } + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true + }, + "copy-concurrently": { + "version": "1.0.5", + "bundled": true, + "requires": { + "aproba": "1.2.0", + "fs-write-stream-atomic": "1.0.10", + "iferr": "0.1.5", + "mkdirp": "0.5.1", + "rimraf": "2.6.3", + "run-queue": "1.0.3" + }, + "dependencies": { + "aproba": { + "version": "1.2.0", + "bundled": true + }, + "iferr": { + "version": "0.1.5", + "bundled": true + } + } + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true + }, + "create-error-class": { + "version": "3.0.2", + "bundled": true, + "requires": { + "capture-stack-trace": "1.0.0" + } + }, + "cross-spawn": { + "version": "5.1.0", + "bundled": true, + "requires": { + "lru-cache": "4.1.5", + "shebang-command": "1.2.0", + "which": "1.3.1" + } + }, + "crypto-random-string": { + "version": "1.0.0", + "bundled": true + }, + "cyclist": { + "version": "0.2.2", + "bundled": true + }, + "dashdash": { + "version": "1.14.1", + "bundled": true, + "requires": { + "assert-plus": "1.0.0" + } + }, + "debug": { + "version": "3.1.0", + "bundled": true, + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "bundled": true + } + } + }, + "debuglog": { + "version": "1.0.1", + "bundled": true + }, + "decamelize": { + "version": "1.2.0", + "bundled": true + }, + "decode-uri-component": { + "version": "0.2.0", + "bundled": true + }, + "deep-extend": { + "version": "0.5.1", + "bundled": true + }, + "defaults": { + "version": "1.0.3", + "bundled": true, + "requires": { + "clone": "1.0.4" + } + }, + "delayed-stream": { + "version": "1.0.0", + "bundled": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true + }, + "detect-indent": { + "version": "5.0.0", + "bundled": true + }, + "detect-newline": { + "version": "2.1.0", + "bundled": true + }, + "dezalgo": { + "version": "1.0.3", + "bundled": true, + "requires": { + "asap": "2.0.6", + "wrappy": "1.0.2" + } + }, + "dot-prop": { + "version": "4.2.0", + "bundled": true, + "requires": { + "is-obj": "1.0.1" + } + }, + "dotenv": { + "version": "5.0.1", + "bundled": true + }, + "duplexer3": { + "version": "0.1.4", + "bundled": true + }, + "duplexify": { + "version": "3.6.0", + "bundled": true, + "requires": { + "end-of-stream": "1.4.1", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "stream-shift": "1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "bundled": true, + "optional": true, + "requires": { + "jsbn": "0.1.1", + "safer-buffer": "2.1.2" + } + }, + "editor": { + "version": "1.0.0", + "bundled": true + }, + "encoding": { + "version": "0.1.12", + "bundled": true, + "requires": { + "iconv-lite": "0.4.23" + } + }, + "end-of-stream": { + "version": "1.4.1", + "bundled": true, + "requires": { + "once": "1.4.0" + } + }, + "err-code": { + "version": "1.1.2", + "bundled": true + }, + "errno": { + "version": "0.1.7", + "bundled": true, + "requires": { + "prr": "1.0.1" + } + }, + "es6-promise": { + "version": "4.2.6", + "bundled": true + }, + "es6-promisify": { + "version": "5.0.0", + "bundled": true, + "requires": { + "es6-promise": "4.2.6" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "bundled": true + }, + "execa": { + "version": "0.7.0", + "bundled": true, + "requires": { + "cross-spawn": "5.1.0", + "get-stream": "3.0.0", + "is-stream": "1.1.0", + "npm-run-path": "2.0.2", + "p-finally": "1.0.0", + "signal-exit": "3.0.2", + "strip-eof": "1.0.0" + }, + "dependencies": { + "get-stream": { + "version": "3.0.0", + "bundled": true + } + } + }, + "extend": { + "version": "3.0.2", + "bundled": true + }, + "extsprintf": { + "version": "1.3.0", + "bundled": true + }, + "fast-deep-equal": { + "version": "1.1.0", + "bundled": true + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "bundled": true + }, + "figgy-pudding": { + "version": "3.5.1", + "bundled": true + }, + "find-npm-prefix": { + "version": "1.0.2", + "bundled": true + }, + "find-up": { + "version": "2.1.0", + "bundled": true, + "requires": { + "locate-path": "2.0.0" + } + }, + "flush-write-stream": { + "version": "1.0.3", + "bundled": true, + "requires": { + "inherits": "2.0.3", + "readable-stream": "2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "forever-agent": { + "version": "0.6.1", + "bundled": true + }, + "form-data": { + "version": "2.3.2", + "bundled": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.6", + "mime-types": "2.1.19" + } + }, + "from2": { + "version": "2.3.0", + "bundled": true, + "requires": { + "inherits": "2.0.3", + "readable-stream": "2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "fs-minipass": { + "version": "1.2.5", + "bundled": true, + "requires": { + "minipass": "2.3.3" + } + }, + "fs-vacuum": { + "version": "1.2.10", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15", + "path-is-inside": "1.0.2", + "rimraf": "2.6.3" + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15", + "iferr": "0.1.5", + "imurmurhash": "0.1.4", + "readable-stream": "2.3.6" + }, + "dependencies": { + "iferr": { + "version": "0.1.5", + "bundled": true + }, + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true + }, + "fstream": { + "version": "1.0.11", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15", + "inherits": "2.0.3", + "mkdirp": "0.5.1", + "rimraf": "2.6.3" + } + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "requires": { + "aproba": "1.2.0", + "console-control-strings": "1.1.0", + "has-unicode": "2.0.1", + "object-assign": "4.1.1", + "signal-exit": "3.0.2", + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wide-align": "1.1.2" + }, + "dependencies": { + "aproba": { + "version": "1.2.0", + "bundled": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + } + } + }, + "genfun": { + "version": "5.0.0", + "bundled": true + }, + "gentle-fs": { + "version": "2.0.1", + "bundled": true, + "requires": { + "aproba": "1.2.0", + "fs-vacuum": "1.2.10", + "graceful-fs": "4.1.15", + "iferr": "0.1.5", + "mkdirp": "0.5.1", + "path-is-inside": "1.0.2", + "read-cmd-shim": "1.0.1", + "slide": "1.1.6" + }, + "dependencies": { + "aproba": { + "version": "1.2.0", + "bundled": true + }, + "iferr": { + "version": "0.1.5", + "bundled": true + } + } + }, + "get-caller-file": { + "version": "1.0.2", + "bundled": true + }, + "get-stream": { + "version": "4.1.0", + "bundled": true, + "requires": { + "pump": "3.0.0" + } + }, + "getpass": { + "version": "0.1.7", + "bundled": true, + "requires": { + "assert-plus": "1.0.0" + } + }, + "glob": { + "version": "7.1.3", + "bundled": true, + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "global-dirs": { + "version": "0.1.1", + "bundled": true, + "requires": { + "ini": "1.3.5" + } + }, + "got": { + "version": "6.7.1", + "bundled": true, + "requires": { + "create-error-class": "3.0.2", + "duplexer3": "0.1.4", + "get-stream": "3.0.0", + "is-redirect": "1.0.0", + "is-retry-allowed": "1.1.0", + "is-stream": "1.1.0", + "lowercase-keys": "1.0.1", + "safe-buffer": "5.1.2", + "timed-out": "4.0.1", + "unzip-response": "2.0.1", + "url-parse-lax": "1.0.0" + }, + "dependencies": { + "get-stream": { + "version": "3.0.0", + "bundled": true + } + } + }, + "graceful-fs": { + "version": "4.1.15", + "bundled": true + }, + "har-schema": { + "version": "2.0.0", + "bundled": true + }, + "har-validator": { + "version": "5.1.0", + "bundled": true, + "requires": { + "ajv": "5.5.2", + "har-schema": "2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "bundled": true + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true + }, + "hosted-git-info": { + "version": "2.7.1", + "bundled": true + }, + "http-cache-semantics": { + "version": "3.8.1", + "bundled": true + }, + "http-proxy-agent": { + "version": "2.1.0", + "bundled": true, + "requires": { + "agent-base": "4.2.1", + "debug": "3.1.0" + } + }, + "http-signature": { + "version": "1.2.0", + "bundled": true, + "requires": { + "assert-plus": "1.0.0", + "jsprim": "1.4.1", + "sshpk": "1.14.2" + } + }, + "https-proxy-agent": { + "version": "2.2.1", + "bundled": true, + "requires": { + "agent-base": "4.2.1", + "debug": "3.1.0" + } + }, + "humanize-ms": { + "version": "1.2.1", + "bundled": true, + "requires": { + "ms": "2.1.1" + } + }, + "iconv-lite": { + "version": "0.4.23", + "bundled": true, + "requires": { + "safer-buffer": "2.1.2" + } + }, + "iferr": { + "version": "1.0.2", + "bundled": true + }, + "ignore-walk": { + "version": "3.0.1", + "bundled": true, + "requires": { + "minimatch": "3.0.4" + } + }, + "import-lazy": { + "version": "2.1.0", + "bundled": true + }, + "imurmurhash": { + "version": "0.1.4", + "bundled": true + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.3", + "bundled": true + }, + "ini": { + "version": "1.3.5", + "bundled": true + }, + "init-package-json": { + "version": "1.10.3", + "bundled": true, + "requires": { + "glob": "7.1.3", + "npm-package-arg": "6.1.0", + "promzard": "0.3.0", + "read": "1.0.7", + "read-package-json": "2.0.13", + "semver": "5.6.0", + "validate-npm-package-license": "3.0.4", + "validate-npm-package-name": "3.0.0" + } + }, + "invert-kv": { + "version": "1.0.0", + "bundled": true + }, + "ip": { + "version": "1.1.5", + "bundled": true + }, + "ip-regex": { + "version": "2.1.0", + "bundled": true + }, + "is-ci": { + "version": "1.1.0", + "bundled": true, + "requires": { + "ci-info": "1.6.0" + }, + "dependencies": { + "ci-info": { + "version": "1.6.0", + "bundled": true + } + } + }, + "is-cidr": { + "version": "3.0.0", + "bundled": true, + "requires": { + "cidr-regex": "2.0.10" + } + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "requires": { + "number-is-nan": "1.0.1" + } + }, + "is-installed-globally": { + "version": "0.1.0", + "bundled": true, + "requires": { + "global-dirs": "0.1.1", + "is-path-inside": "1.0.1" + } + }, + "is-npm": { + "version": "1.0.0", + "bundled": true + }, + "is-obj": { + "version": "1.0.1", + "bundled": true + }, + "is-path-inside": { + "version": "1.0.1", + "bundled": true, + "requires": { + "path-is-inside": "1.0.2" + } + }, + "is-redirect": { + "version": "1.0.0", + "bundled": true + }, + "is-retry-allowed": { + "version": "1.1.0", + "bundled": true + }, + "is-stream": { + "version": "1.1.0", + "bundled": true + }, + "is-typedarray": { + "version": "1.0.0", + "bundled": true + }, + "isarray": { + "version": "1.0.0", + "bundled": true + }, + "isexe": { + "version": "2.0.0", + "bundled": true + }, + "isstream": { + "version": "0.1.2", + "bundled": true + }, + "jsbn": { + "version": "0.1.1", + "bundled": true, + "optional": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "bundled": true + }, + "json-schema": { + "version": "0.2.3", + "bundled": true + }, + "json-schema-traverse": { + "version": "0.3.1", + "bundled": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "bundled": true + }, + "jsonparse": { + "version": "1.3.1", + "bundled": true + }, + "jsprim": { + "version": "1.4.1", + "bundled": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "latest-version": { + "version": "3.1.0", + "bundled": true, + "requires": { + "package-json": "4.0.1" + } + }, + "lazy-property": { + "version": "1.0.0", + "bundled": true + }, + "lcid": { + "version": "1.0.0", + "bundled": true, + "requires": { + "invert-kv": "1.0.0" + } + }, + "libcipm": { + "version": "3.0.3", + "bundled": true, + "requires": { + "bin-links": "1.1.2", + "bluebird": "3.5.3", + "figgy-pudding": "3.5.1", + "find-npm-prefix": "1.0.2", + "graceful-fs": "4.1.15", + "ini": "1.3.5", + "lock-verify": "2.1.0", + "mkdirp": "0.5.1", + "npm-lifecycle": "2.1.0", + "npm-logical-tree": "1.2.1", + "npm-package-arg": "6.1.0", + "pacote": "9.5.0", + "read-package-json": "2.0.13", + "rimraf": "2.6.3", + "worker-farm": "1.6.0" + } + }, + "libnpm": { + "version": "2.0.1", + "bundled": true, + "requires": { + "bin-links": "1.1.2", + "bluebird": "3.5.3", + "find-npm-prefix": "1.0.2", + "libnpmaccess": "3.0.1", + "libnpmconfig": "1.2.1", + "libnpmhook": "5.0.2", + "libnpmorg": "1.0.0", + "libnpmpublish": "1.1.1", + "libnpmsearch": "2.0.0", + "libnpmteam": "1.0.1", + "lock-verify": "2.1.0", + "npm-lifecycle": "2.1.0", + "npm-logical-tree": "1.2.1", + "npm-package-arg": "6.1.0", + "npm-profile": "4.0.1", + "npm-registry-fetch": "3.9.0", + "npmlog": "4.1.2", + "pacote": "9.5.0", + "read-package-json": "2.0.13", + "stringify-package": "1.0.0" + } + }, + "libnpmaccess": { + "version": "3.0.1", + "bundled": true, + "requires": { + "aproba": "2.0.0", + "get-stream": "4.1.0", + "npm-package-arg": "6.1.0", + "npm-registry-fetch": "3.9.0" + }, + "dependencies": { + "aproba": { + "version": "2.0.0", + "bundled": true + } + } + }, + "libnpmconfig": { + "version": "1.2.1", + "bundled": true, + "requires": { + "figgy-pudding": "3.5.1", + "find-up": "3.0.0", + "ini": "1.3.5" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "bundled": true, + "requires": { + "locate-path": "3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "bundled": true, + "requires": { + "p-locate": "3.0.0", + "path-exists": "3.0.0" + } + }, + "p-limit": { + "version": "2.1.0", + "bundled": true, + "requires": { + "p-try": "2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "bundled": true, + "requires": { + "p-limit": "2.1.0" + } + }, + "p-try": { + "version": "2.0.0", + "bundled": true + } + } + }, + "libnpmhook": { + "version": "5.0.2", + "bundled": true, + "requires": { + "aproba": "2.0.0", + "figgy-pudding": "3.5.1", + "get-stream": "4.1.0", + "npm-registry-fetch": "3.9.0" + } + }, + "libnpmorg": { + "version": "1.0.0", + "bundled": true, + "requires": { + "aproba": "2.0.0", + "figgy-pudding": "3.5.1", + "get-stream": "4.1.0", + "npm-registry-fetch": "3.9.0" + }, + "dependencies": { + "aproba": { + "version": "2.0.0", + "bundled": true + } + } + }, + "libnpmpublish": { + "version": "1.1.1", + "bundled": true, + "requires": { + "aproba": "2.0.0", + "figgy-pudding": "3.5.1", + "get-stream": "4.1.0", + "lodash.clonedeep": "4.5.0", + "normalize-package-data": "2.5.0", + "npm-package-arg": "6.1.0", + "npm-registry-fetch": "3.9.0", + "semver": "5.6.0", + "ssri": "6.0.1" + } + }, + "libnpmsearch": { + "version": "2.0.0", + "bundled": true, + "requires": { + "figgy-pudding": "3.5.1", + "get-stream": "4.1.0", + "npm-registry-fetch": "3.9.0" + } + }, + "libnpmteam": { + "version": "1.0.1", + "bundled": true, + "requires": { + "aproba": "2.0.0", + "figgy-pudding": "3.5.1", + "get-stream": "4.1.0", + "npm-registry-fetch": "3.9.0" + }, + "dependencies": { + "aproba": { + "version": "2.0.0", + "bundled": true + } + } + }, + "libnpx": { + "version": "10.2.0", + "bundled": true, + "requires": { + "dotenv": "5.0.1", + "npm-package-arg": "6.1.0", + "rimraf": "2.6.3", + "safe-buffer": "5.1.2", + "update-notifier": "2.5.0", + "which": "1.3.1", + "y18n": "4.0.0", + "yargs": "11.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "bundled": true, + "requires": { + "p-locate": "2.0.0", + "path-exists": "3.0.0" + } + }, + "lock-verify": { + "version": "2.1.0", + "bundled": true, + "requires": { + "npm-package-arg": "6.1.0", + "semver": "5.6.0" + } + }, + "lockfile": { + "version": "1.0.4", + "bundled": true, + "requires": { + "signal-exit": "3.0.2" + } + }, + "lodash._baseindexof": { + "version": "3.1.0", + "bundled": true + }, + "lodash._baseuniq": { + "version": "4.6.0", + "bundled": true, + "requires": { + "lodash._createset": "4.0.3", + "lodash._root": "3.0.1" + } + }, + "lodash._bindcallback": { + "version": "3.0.1", + "bundled": true + }, + "lodash._cacheindexof": { + "version": "3.0.2", + "bundled": true + }, + "lodash._createcache": { + "version": "3.1.2", + "bundled": true, + "requires": { + "lodash._getnative": "3.9.1" + } + }, + "lodash._createset": { + "version": "4.0.3", + "bundled": true + }, + "lodash._getnative": { + "version": "3.9.1", + "bundled": true + }, + "lodash._root": { + "version": "3.0.1", + "bundled": true + }, + "lodash.clonedeep": { + "version": "4.5.0", + "bundled": true + }, + "lodash.restparam": { + "version": "3.6.1", + "bundled": true + }, + "lodash.union": { + "version": "4.6.0", + "bundled": true + }, + "lodash.uniq": { + "version": "4.5.0", + "bundled": true + }, + "lodash.without": { + "version": "4.4.0", + "bundled": true + }, + "lowercase-keys": { + "version": "1.0.1", + "bundled": true + }, + "lru-cache": { + "version": "4.1.5", + "bundled": true, + "requires": { + "pseudomap": "1.0.2", + "yallist": "2.1.2" + } + }, + "make-dir": { + "version": "1.3.0", + "bundled": true, + "requires": { + "pify": "3.0.0" + } + }, + "make-fetch-happen": { + "version": "4.0.1", + "bundled": true, + "requires": { + "agentkeepalive": "3.4.1", + "cacache": "11.3.2", + "http-cache-semantics": "3.8.1", + "http-proxy-agent": "2.1.0", + "https-proxy-agent": "2.2.1", + "lru-cache": "4.1.5", + "mississippi": "3.0.0", + "node-fetch-npm": "2.0.2", + "promise-retry": "1.1.1", + "socks-proxy-agent": "4.0.1", + "ssri": "6.0.1" + } + }, + "meant": { + "version": "1.0.1", + "bundled": true + }, + "mem": { + "version": "1.1.0", + "bundled": true, + "requires": { + "mimic-fn": "1.2.0" + } + }, + "mime-db": { + "version": "1.35.0", + "bundled": true + }, + "mime-types": { + "version": "2.1.19", + "bundled": true, + "requires": { + "mime-db": "1.35.0" + } + }, + "mimic-fn": { + "version": "1.2.0", + "bundled": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "requires": { + "brace-expansion": "1.1.11" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true + }, + "minipass": { + "version": "2.3.3", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2", + "yallist": "3.0.2" + }, + "dependencies": { + "yallist": { + "version": "3.0.2", + "bundled": true + } + } + }, + "minizlib": { + "version": "1.1.1", + "bundled": true, + "requires": { + "minipass": "2.3.3" + } + }, + "mississippi": { + "version": "3.0.0", + "bundled": true, + "requires": { + "concat-stream": "1.6.2", + "duplexify": "3.6.0", + "end-of-stream": "1.4.1", + "flush-write-stream": "1.0.3", + "from2": "2.3.0", + "parallel-transform": "1.1.0", + "pump": "3.0.0", + "pumpify": "1.5.1", + "stream-each": "1.2.2", + "through2": "2.0.3" + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "requires": { + "minimist": "0.0.8" + } + }, + "move-concurrently": { + "version": "1.0.1", + "bundled": true, + "requires": { + "aproba": "1.2.0", + "copy-concurrently": "1.0.5", + "fs-write-stream-atomic": "1.0.10", + "mkdirp": "0.5.1", + "rimraf": "2.6.3", + "run-queue": "1.0.3" + }, + "dependencies": { + "aproba": { + "version": "1.2.0", + "bundled": true + } + } + }, + "ms": { + "version": "2.1.1", + "bundled": true + }, + "mute-stream": { + "version": "0.0.7", + "bundled": true + }, + "node-fetch-npm": { + "version": "2.0.2", + "bundled": true, + "requires": { + "encoding": "0.1.12", + "json-parse-better-errors": "1.0.2", + "safe-buffer": "5.1.2" + } + }, + "node-gyp": { + "version": "3.8.0", + "bundled": true, + "requires": { + "fstream": "1.0.11", + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "mkdirp": "0.5.1", + "nopt": "3.0.6", + "npmlog": "4.1.2", + "osenv": "0.1.5", + "request": "2.88.0", + "rimraf": "2.6.3", + "semver": "5.3.0", + "tar": "2.2.1", + "which": "1.3.1" + }, + "dependencies": { + "nopt": { + "version": "3.0.6", + "bundled": true, + "requires": { + "abbrev": "1.1.1" + } + }, + "semver": { + "version": "5.3.0", + "bundled": true + }, + "tar": { + "version": "2.2.1", + "bundled": true, + "requires": { + "block-stream": "0.0.9", + "fstream": "1.0.11", + "inherits": "2.0.3" + } + } + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "requires": { + "abbrev": "1.1.1", + "osenv": "0.1.5" + } + }, + "normalize-package-data": { + "version": "2.5.0", + "bundled": true, + "requires": { + "hosted-git-info": "2.7.1", + "resolve": "1.10.0", + "semver": "5.6.0", + "validate-npm-package-license": "3.0.4" + }, + "dependencies": { + "resolve": { + "version": "1.10.0", + "bundled": true, + "requires": { + "path-parse": "1.0.6" + } + } + } + }, + "npm-audit-report": { + "version": "1.3.2", + "bundled": true, + "requires": { + "cli-table3": "0.5.1", + "console-control-strings": "1.1.0" + } + }, + "npm-bundled": { + "version": "1.0.6", + "bundled": true + }, + "npm-cache-filename": { + "version": "1.0.2", + "bundled": true + }, + "npm-install-checks": { + "version": "3.0.0", + "bundled": true, + "requires": { + "semver": "5.6.0" + } + }, + "npm-lifecycle": { + "version": "2.1.0", + "bundled": true, + "requires": { + "byline": "5.0.0", + "graceful-fs": "4.1.15", + "node-gyp": "3.8.0", + "resolve-from": "4.0.0", + "slide": "1.1.6", + "uid-number": "0.0.6", + "umask": "1.1.0", + "which": "1.3.1" + } + }, + "npm-logical-tree": { + "version": "1.2.1", + "bundled": true + }, + "npm-package-arg": { + "version": "6.1.0", + "bundled": true, + "requires": { + "hosted-git-info": "2.7.1", + "osenv": "0.1.5", + "semver": "5.6.0", + "validate-npm-package-name": "3.0.0" + } + }, + "npm-packlist": { + "version": "1.4.1", + "bundled": true, + "requires": { + "ignore-walk": "3.0.1", + "npm-bundled": "1.0.6" + } + }, + "npm-pick-manifest": { + "version": "2.2.3", + "bundled": true, + "requires": { + "figgy-pudding": "3.5.1", + "npm-package-arg": "6.1.0", + "semver": "5.6.0" + } + }, + "npm-profile": { + "version": "4.0.1", + "bundled": true, + "requires": { + "aproba": "2.0.0", + "figgy-pudding": "3.5.1", + "npm-registry-fetch": "3.9.0" + } + }, + "npm-registry-fetch": { + "version": "3.9.0", + "bundled": true, + "requires": { + "JSONStream": "1.3.5", + "bluebird": "3.5.3", + "figgy-pudding": "3.5.1", + "lru-cache": "4.1.5", + "make-fetch-happen": "4.0.1", + "npm-package-arg": "6.1.0" + } + }, + "npm-run-path": { + "version": "2.0.2", + "bundled": true, + "requires": { + "path-key": "2.0.1" + } + }, + "npm-user-validate": { + "version": "1.0.0", + "bundled": true + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "requires": { + "are-we-there-yet": "1.1.4", + "console-control-strings": "1.1.0", + "gauge": "2.7.4", + "set-blocking": "2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true + }, + "oauth-sign": { + "version": "0.9.0", + "bundled": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "requires": { + "wrappy": "1.0.2" + } + }, + "opener": { + "version": "1.5.1", + "bundled": true + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true + }, + "os-locale": { + "version": "2.1.0", + "bundled": true, + "requires": { + "execa": "0.7.0", + "lcid": "1.0.0", + "mem": "1.1.0" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "requires": { + "os-homedir": "1.0.2", + "os-tmpdir": "1.0.2" + } + }, + "p-finally": { + "version": "1.0.0", + "bundled": true + }, + "p-limit": { + "version": "1.2.0", + "bundled": true, + "requires": { + "p-try": "1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "bundled": true, + "requires": { + "p-limit": "1.2.0" + } + }, + "p-try": { + "version": "1.0.0", + "bundled": true + }, + "package-json": { + "version": "4.0.1", + "bundled": true, + "requires": { + "got": "6.7.1", + "registry-auth-token": "3.3.2", + "registry-url": "3.1.0", + "semver": "5.6.0" + } + }, + "pacote": { + "version": "9.5.0", + "bundled": true, + "requires": { + "bluebird": "3.5.3", + "cacache": "11.3.2", + "figgy-pudding": "3.5.1", + "get-stream": "4.1.0", + "glob": "7.1.3", + "lru-cache": "5.1.1", + "make-fetch-happen": "4.0.1", + "minimatch": "3.0.4", + "minipass": "2.3.5", + "mississippi": "3.0.0", + "mkdirp": "0.5.1", + "normalize-package-data": "2.5.0", + "npm-package-arg": "6.1.0", + "npm-packlist": "1.4.1", + "npm-pick-manifest": "2.2.3", + "npm-registry-fetch": "3.9.0", + "osenv": "0.1.5", + "promise-inflight": "1.0.1", + "promise-retry": "1.1.1", + "protoduck": "5.0.1", + "rimraf": "2.6.3", + "safe-buffer": "5.1.2", + "semver": "5.6.0", + "ssri": "6.0.1", + "tar": "4.4.8", + "unique-filename": "1.1.1", + "which": "1.3.1" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "bundled": true, + "requires": { + "yallist": "3.0.3" + } + }, + "minipass": { + "version": "2.3.5", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + } + }, + "yallist": { + "version": "3.0.3", + "bundled": true + } + } + }, + "parallel-transform": { + "version": "1.1.0", + "bundled": true, + "requires": { + "cyclist": "0.2.2", + "inherits": "2.0.3", + "readable-stream": "2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "path-exists": { + "version": "3.0.0", + "bundled": true + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true + }, + "path-is-inside": { + "version": "1.0.2", + "bundled": true + }, + "path-key": { + "version": "2.0.1", + "bundled": true + }, + "path-parse": { + "version": "1.0.6", + "bundled": true + }, + "performance-now": { + "version": "2.1.0", + "bundled": true + }, + "pify": { + "version": "3.0.0", + "bundled": true + }, + "prepend-http": { + "version": "1.0.4", + "bundled": true + }, + "process-nextick-args": { + "version": "2.0.0", + "bundled": true + }, + "promise-inflight": { + "version": "1.0.1", + "bundled": true + }, + "promise-retry": { + "version": "1.1.1", + "bundled": true, + "requires": { + "err-code": "1.1.2", + "retry": "0.10.1" + }, + "dependencies": { + "retry": { + "version": "0.10.1", + "bundled": true + } + } + }, + "promzard": { + "version": "0.3.0", + "bundled": true, + "requires": { + "read": "1.0.7" + } + }, + "proto-list": { + "version": "1.2.4", + "bundled": true + }, + "protoduck": { + "version": "5.0.1", + "bundled": true, + "requires": { + "genfun": "5.0.0" + } + }, + "prr": { + "version": "1.0.1", + "bundled": true + }, + "pseudomap": { + "version": "1.0.2", + "bundled": true + }, + "psl": { + "version": "1.1.29", + "bundled": true + }, + "pump": { + "version": "3.0.0", + "bundled": true, + "requires": { + "end-of-stream": "1.4.1", + "once": "1.4.0" + } + }, + "pumpify": { + "version": "1.5.1", + "bundled": true, + "requires": { + "duplexify": "3.6.0", + "inherits": "2.0.3", + "pump": "2.0.1" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "bundled": true, + "requires": { + "end-of-stream": "1.4.1", + "once": "1.4.0" + } + } + } + }, + "punycode": { + "version": "1.4.1", + "bundled": true + }, + "qrcode-terminal": { + "version": "0.12.0", + "bundled": true + }, + "qs": { + "version": "6.5.2", + "bundled": true + }, + "query-string": { + "version": "6.2.0", + "bundled": true, + "requires": { + "decode-uri-component": "0.2.0", + "strict-uri-encode": "2.0.0" + } + }, + "qw": { + "version": "1.0.1", + "bundled": true + }, + "rc": { + "version": "1.2.7", + "bundled": true, + "requires": { + "deep-extend": "0.5.1", + "ini": "1.3.5", + "minimist": "1.2.0", + "strip-json-comments": "2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true + } + } + }, + "read": { + "version": "1.0.7", + "bundled": true, + "requires": { + "mute-stream": "0.0.7" + } + }, + "read-cmd-shim": { + "version": "1.0.1", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15" + } + }, + "read-installed": { + "version": "4.0.3", + "bundled": true, + "requires": { + "debuglog": "1.0.1", + "graceful-fs": "4.1.15", + "read-package-json": "2.0.13", + "readdir-scoped-modules": "1.0.2", + "semver": "5.6.0", + "slide": "1.1.6", + "util-extend": "1.0.3" + } + }, + "read-package-json": { + "version": "2.0.13", + "bundled": true, + "requires": { + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "json-parse-better-errors": "1.0.2", + "normalize-package-data": "2.5.0", + "slash": "1.0.0" + } + }, + "read-package-tree": { + "version": "5.2.2", + "bundled": true, + "requires": { + "debuglog": "1.0.1", + "dezalgo": "1.0.3", + "once": "1.4.0", + "read-package-json": "2.0.13", + "readdir-scoped-modules": "1.0.2" + } + }, + "readable-stream": { + "version": "3.1.1", + "bundled": true, + "requires": { + "inherits": "2.0.3", + "string_decoder": "1.2.0", + "util-deprecate": "1.0.2" + } + }, + "readdir-scoped-modules": { + "version": "1.0.2", + "bundled": true, + "requires": { + "debuglog": "1.0.1", + "dezalgo": "1.0.3", + "graceful-fs": "4.1.15", + "once": "1.4.0" + } + }, + "registry-auth-token": { + "version": "3.3.2", + "bundled": true, + "requires": { + "rc": "1.2.7", + "safe-buffer": "5.1.2" + } + }, + "registry-url": { + "version": "3.1.0", + "bundled": true, + "requires": { + "rc": "1.2.7" + } + }, + "request": { + "version": "2.88.0", + "bundled": true, + "requires": { + "aws-sign2": "0.7.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.6", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.2", + "har-validator": "5.1.0", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.19", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.2", + "tough-cookie": "2.4.3", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" + } + }, + "require-directory": { + "version": "2.1.1", + "bundled": true + }, + "require-main-filename": { + "version": "1.0.1", + "bundled": true + }, + "resolve-from": { + "version": "4.0.0", + "bundled": true + }, + "retry": { + "version": "0.12.0", + "bundled": true + }, + "rimraf": { + "version": "2.6.3", + "bundled": true, + "requires": { + "glob": "7.1.3" + } + }, + "run-queue": { + "version": "1.0.3", + "bundled": true, + "requires": { + "aproba": "1.2.0" + }, + "dependencies": { + "aproba": { + "version": "1.2.0", + "bundled": true + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "bundled": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true + }, + "semver": { + "version": "5.6.0", + "bundled": true + }, + "semver-diff": { + "version": "2.1.0", + "bundled": true, + "requires": { + "semver": "5.6.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true + }, + "sha": { + "version": "2.0.1", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15", + "readable-stream": "2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "shebang-command": { + "version": "1.2.0", + "bundled": true, + "requires": { + "shebang-regex": "1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "bundled": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true + }, + "slash": { + "version": "1.0.0", + "bundled": true + }, + "slide": { + "version": "1.1.6", + "bundled": true + }, + "smart-buffer": { + "version": "4.0.1", + "bundled": true + }, + "socks": { + "version": "2.2.0", + "bundled": true, + "requires": { + "ip": "1.1.5", + "smart-buffer": "4.0.1" + } + }, + "socks-proxy-agent": { + "version": "4.0.1", + "bundled": true, + "requires": { + "agent-base": "4.2.1", + "socks": "2.2.0" + } + }, + "sorted-object": { + "version": "2.0.1", + "bundled": true + }, + "sorted-union-stream": { + "version": "2.1.3", + "bundled": true, + "requires": { + "from2": "1.3.0", + "stream-iterate": "1.2.0" + }, + "dependencies": { + "from2": { + "version": "1.3.0", + "bundled": true, + "requires": { + "inherits": "2.0.3", + "readable-stream": "1.1.14" + } + }, + "isarray": { + "version": "0.0.1", + "bundled": true + }, + "readable-stream": { + "version": "1.1.14", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "bundled": true + } + } + }, + "spdx-correct": { + "version": "3.0.0", + "bundled": true, + "requires": { + "spdx-expression-parse": "3.0.0", + "spdx-license-ids": "3.0.3" + } + }, + "spdx-exceptions": { + "version": "2.1.0", + "bundled": true + }, + "spdx-expression-parse": { + "version": "3.0.0", + "bundled": true, + "requires": { + "spdx-exceptions": "2.1.0", + "spdx-license-ids": "3.0.3" + } + }, + "spdx-license-ids": { + "version": "3.0.3", + "bundled": true + }, + "sshpk": { + "version": "1.14.2", + "bundled": true, + "requires": { + "asn1": "0.2.4", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.2", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.2", + "getpass": "0.1.7", + "jsbn": "0.1.1", + "safer-buffer": "2.1.2", + "tweetnacl": "0.14.5" + } + }, + "ssri": { + "version": "6.0.1", + "bundled": true, + "requires": { + "figgy-pudding": "3.5.1" + } + }, + "stream-each": { + "version": "1.2.2", + "bundled": true, + "requires": { + "end-of-stream": "1.4.1", + "stream-shift": "1.0.0" + } + }, + "stream-iterate": { + "version": "1.2.0", + "bundled": true, + "requires": { + "readable-stream": "2.3.6", + "stream-shift": "1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "stream-shift": { + "version": "1.0.0", + "bundled": true + }, + "strict-uri-encode": { + "version": "2.0.0", + "bundled": true + }, + "string-width": { + "version": "2.1.1", + "bundled": true, + "requires": { + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "bundled": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "bundled": true + }, + "strip-ansi": { + "version": "4.0.0", + "bundled": true, + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "string_decoder": { + "version": "1.2.0", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "stringify-package": { + "version": "1.0.0", + "bundled": true + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-eof": { + "version": "1.0.0", + "bundled": true + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true + }, + "supports-color": { + "version": "5.4.0", + "bundled": true, + "requires": { + "has-flag": "3.0.0" + } + }, + "tar": { + "version": "4.4.8", + "bundled": true, + "requires": { + "chownr": "1.1.1", + "fs-minipass": "1.2.5", + "minipass": "2.3.5", + "minizlib": "1.1.1", + "mkdirp": "0.5.1", + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + }, + "dependencies": { + "chownr": { + "version": "1.1.1", + "bundled": true + }, + "minipass": { + "version": "2.3.5", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + } + }, + "yallist": { + "version": "3.0.3", + "bundled": true + } + } + }, + "term-size": { + "version": "1.2.0", + "bundled": true, + "requires": { + "execa": "0.7.0" + } + }, + "text-table": { + "version": "0.2.0", + "bundled": true + }, + "through": { + "version": "2.3.8", + "bundled": true + }, + "through2": { + "version": "2.0.3", + "bundled": true, + "requires": { + "readable-stream": "2.3.6", + "xtend": "4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + } + } + }, + "timed-out": { + "version": "4.0.1", + "bundled": true + }, + "tiny-relative-date": { + "version": "1.3.0", + "bundled": true + }, + "tough-cookie": { + "version": "2.4.3", + "bundled": true, + "requires": { + "psl": "1.1.29", + "punycode": "1.4.1" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "bundled": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "tweetnacl": { + "version": "0.14.5", + "bundled": true, + "optional": true + }, + "typedarray": { + "version": "0.0.6", + "bundled": true + }, + "uid-number": { + "version": "0.0.6", + "bundled": true + }, + "umask": { + "version": "1.1.0", + "bundled": true + }, + "unique-filename": { + "version": "1.1.1", + "bundled": true, + "requires": { + "unique-slug": "2.0.0" + } + }, + "unique-slug": { + "version": "2.0.0", + "bundled": true, + "requires": { + "imurmurhash": "0.1.4" + } + }, + "unique-string": { + "version": "1.0.0", + "bundled": true, + "requires": { + "crypto-random-string": "1.0.0" + } + }, + "unpipe": { + "version": "1.0.0", + "bundled": true + }, + "unzip-response": { + "version": "2.0.1", + "bundled": true + }, + "update-notifier": { + "version": "2.5.0", + "bundled": true, + "requires": { + "boxen": "1.3.0", + "chalk": "2.4.1", + "configstore": "3.1.2", + "import-lazy": "2.1.0", + "is-ci": "1.1.0", + "is-installed-globally": "0.1.0", + "is-npm": "1.0.0", + "latest-version": "3.1.0", + "semver-diff": "2.1.0", + "xdg-basedir": "3.0.0" + } + }, + "url-parse-lax": { + "version": "1.0.0", + "bundled": true, + "requires": { + "prepend-http": "1.0.4" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true + }, + "util-extend": { + "version": "1.0.3", + "bundled": true + }, + "uuid": { + "version": "3.3.2", + "bundled": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "bundled": true, + "requires": { + "spdx-correct": "3.0.0", + "spdx-expression-parse": "3.0.0" + } + }, + "validate-npm-package-name": { + "version": "3.0.0", + "bundled": true, + "requires": { + "builtins": "1.0.3" + } + }, + "verror": { + "version": "1.10.0", + "bundled": true, + "requires": { + "assert-plus": "1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "1.3.0" + } + }, + "wcwidth": { + "version": "1.0.1", + "bundled": true, + "requires": { + "defaults": "1.0.3" + } + }, + "which": { + "version": "1.3.1", + "bundled": true, + "requires": { + "isexe": "2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "bundled": true + }, + "wide-align": { + "version": "1.1.2", + "bundled": true, + "requires": { + "string-width": "1.0.2" + }, + "dependencies": { + "string-width": { + "version": "1.0.2", + "bundled": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + } + } + }, + "widest-line": { + "version": "2.0.0", + "bundled": true, + "requires": { + "string-width": "2.1.1" + } + }, + "worker-farm": { + "version": "1.6.0", + "bundled": true, + "requires": { + "errno": "0.1.7" + } + }, + "wrap-ansi": { + "version": "2.1.0", + "bundled": true, + "requires": { + "string-width": "1.0.2", + "strip-ansi": "3.0.1" + }, + "dependencies": { + "string-width": { + "version": "1.0.2", + "bundled": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true + }, + "write-file-atomic": { + "version": "2.4.2", + "bundled": true, + "requires": { + "graceful-fs": "4.1.15", + "imurmurhash": "0.1.4", + "signal-exit": "3.0.2" + } + }, + "xdg-basedir": { + "version": "3.0.0", + "bundled": true + }, + "xtend": { + "version": "4.0.1", + "bundled": true + }, + "y18n": { + "version": "4.0.0", + "bundled": true + }, + "yallist": { + "version": "2.1.2", + "bundled": true + }, + "yargs": { + "version": "11.0.0", + "bundled": true, + "requires": { + "cliui": "4.1.0", + "decamelize": "1.2.0", + "find-up": "2.1.0", + "get-caller-file": "1.0.2", + "os-locale": "2.1.0", + "require-directory": "2.1.1", + "require-main-filename": "1.0.1", + "set-blocking": "2.0.0", + "string-width": "2.1.1", + "which-module": "2.0.0", + "y18n": "3.2.1", + "yargs-parser": "9.0.2" + }, + "dependencies": { + "y18n": { + "version": "3.2.1", + "bundled": true + } + } + }, + "yargs-parser": { + "version": "9.0.2", + "bundled": true, + "requires": { + "camelcase": "4.1.0" + } + } + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "2.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "requires": { + "are-we-there-yet": "1.1.5", + "console-control-strings": "1.1.0", + "gauge": "2.7.4", + "set-blocking": "2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "0.1.1", + "define-property": "0.2.5", + "kind-of": "3.2.2" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "3.0.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "3.0.1" + } + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1.0.2" + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "requires": { + "os-homedir": "1.0.2", + "os-tmpdir": "1.0.2" + } + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "package-json": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz", + "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=", + "requires": { + "got": "6.7.1", + "registry-auth-token": "3.4.0", + "registry-url": "3.1.0", + "semver": "5.7.0" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" + }, + "proxy-addr": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz", + "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==", + "requires": { + "forwarded": "0.1.2", + "ipaddr.js": "1.9.0" + } + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, + "psl": { + "version": "1.1.31", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.31.tgz", + "integrity": "sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==" + }, + "pstree.remy": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.6.tgz", + "integrity": "sha512-NdF35+QsqD7EgNEI5mkI/X+UwaxVEbQaz9f4IooEmMUv6ZPmlTQYGjBPJGgrlzNdjSvIy4MWMg6Q6vCgBO2K+w==" + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + }, + "raw-body": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", + "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", + "requires": { + "bytes": "3.0.0", + "http-errors": "1.6.3", + "iconv-lite": "0.4.23", + "unpipe": "1.0.0" + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "0.6.0", + "ini": "1.3.5", + "minimist": "1.2.0", + "strip-json-comments": "2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + } + } + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "4.1.15", + "micromatch": "3.1.10", + "readable-stream": "2.3.6" + } + }, + "ref-napi": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/ref-napi/-/ref-napi-1.4.1.tgz", + "integrity": "sha512-7AK1YNzEO2z8DLFPTf+AvOViCUgLK0stM4hnR0HWLb71Bo10UJWIpMDN3Tz7BNnUJhsj2pHWfjxugcaRvCF7zA==", + "requires": { + "bindings": "1.5.0", + "debug": "3.2.6", + "node-addon-api": "1.6.3" + }, + "dependencies": { + "node-addon-api": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.6.3.tgz", + "integrity": "sha512-FXWH6mqjWgU8ewuahp4spec8LkroFZK2NicOv6bNwZC3kcwZUI8LeZdG80UzTSLLhK4T7MsgNwlYDVRlDdfTDg==" + } + } + }, + "ref-struct-di": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ref-struct-di/-/ref-struct-di-1.1.0.tgz", + "integrity": "sha512-gghZITj/iQwdwFDduZ6T8kL2B2ogInlOz7AOB0ggFoEc7akAKMcDrbzh3OIPk13Kxy8U2bHPvN6nejcBh4jN7A==", + "requires": { + "debug": "3.2.6" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "3.0.2", + "safe-regex": "1.1.0" + } + }, + "registry-auth-token": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz", + "integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==", + "requires": { + "rc": "1.2.8", + "safe-buffer": "5.1.2" + } + }, + "registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", + "requires": { + "rc": "1.2.8" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "requires": { + "aws-sign2": "0.7.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.7", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.3", + "har-validator": "5.1.3", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.24", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.2", + "tough-cookie": "2.4.3", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" + } + }, + "require_optional": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz", + "integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==", + "requires": { + "resolve-from": "2.0.0", + "semver": "5.7.0" + } + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", + "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "requires": { + "glob": "7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "0.1.15" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "saslprep": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.2.tgz", + "integrity": "sha512-4cDsYuAjXssUSjxHKRe4DTZC0agDwsCqcMqtJAQPzC74nJ7LfAJflAtC1Zed5hMzEQKj82d3tuzqdGNRsLJ4Gw==", + "optional": true, + "requires": { + "sparse-bitfield": "3.0.3" + } + }, + "semver": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz", + "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==" + }, + "semver-diff": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", + "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", + "requires": { + "semver": "5.7.0" + } + }, + "send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "requires": { + "debug": "2.6.9", + "depd": "1.1.2", + "destroy": "1.0.4", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", + "fresh": "0.5.2", + "http-errors": "1.6.3", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "2.3.0", + "range-parser": "1.2.0", + "statuses": "1.4.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "requires": { + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "parseurl": "1.3.3", + "send": "0.16.2" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", + "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", + "requires": { + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "split-string": "3.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + } + } + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "0.11.2", + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "map-cache": "0.2.2", + "source-map": "0.5.7", + "source-map-resolve": "0.5.2", + "use": "3.1.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "1.0.0", + "isobject": "3.0.1", + "snapdragon-util": "3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "1.0.2" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz", + "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", + "requires": { + "atob": "2.1.2", + "decode-uri-component": "0.2.0", + "resolve-url": "0.2.1", + "source-map-url": "0.4.0", + "urix": "0.1.0" + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "optional": true, + "requires": { + "memory-pager": "1.5.0" + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "3.0.2" + } + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "0.2.4", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.2", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.2", + "getpass": "0.1.7", + "jsbn": "0.1.1", + "safer-buffer": "2.1.2", + "tweetnacl": "0.14.5" + } + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "0.2.5", + "object-copy": "0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + } + } + }, + "statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "3.0.0" + } + }, + "tar": { + "version": "4.4.8", + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.8.tgz", + "integrity": "sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==", + "requires": { + "chownr": "1.1.1", + "fs-minipass": "1.2.5", + "minipass": "2.3.5", + "minizlib": "1.2.1", + "mkdirp": "0.5.1", + "safe-buffer": "5.1.2", + "yallist": "3.0.3" + } + }, + "term-size": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", + "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", + "requires": { + "execa": "0.7.0" + } + }, + "timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "regex-not": "1.0.2", + "safe-regex": "1.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "3.0.0", + "repeat-string": "1.6.1" + } + }, + "touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "requires": { + "nopt": "1.0.10" + }, + "dependencies": { + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", + "requires": { + "abbrev": "1.1.1" + } + } + } + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "requires": { + "psl": "1.1.31", + "punycode": "1.4.1" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + } + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "2.1.24" + } + }, + "undefsafe": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.2.tgz", + "integrity": "sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY=", + "requires": { + "debug": "2.6.9" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "union-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", + "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", + "requires": { + "arr-union": "3.1.0", + "get-value": "2.0.6", + "is-extendable": "0.1.1", + "set-value": "0.4.3" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + }, + "set-value": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz", + "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", + "requires": { + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "to-object-path": "0.3.0" + } + } + } + }, + "unique-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", + "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", + "requires": { + "crypto-random-string": "1.0.0" + } + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "0.3.1", + "isobject": "3.0.1" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "2.0.6", + "has-values": "0.1.4", + "isobject": "2.1.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "unzip-response": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz", + "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=" + }, + "upath": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.2.tgz", + "integrity": "sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==" + }, + "update-notifier": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz", + "integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==", + "requires": { + "boxen": "1.3.0", + "chalk": "2.4.2", + "configstore": "3.1.2", + "import-lazy": "2.1.0", + "is-ci": "1.2.1", + "is-installed-globally": "0.1.0", + "is-npm": "1.0.0", + "latest-version": "3.1.0", + "semver-diff": "2.1.0", + "xdg-basedir": "3.0.0" + } + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "2.1.1" + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", + "requires": { + "prepend-http": "1.0.4" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + }, + "validate.js": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/validate.js/-/validate.js-0.12.0.tgz", + "integrity": "sha512-/x2RJSvbqEyxKj0RPN4xaRquK+EggjeVXiDDEyrJzsJogjtiZ9ov7lj/svVb4DM5Q5braQF4cooAryQbUwOxlA==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "1.3.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "2.0.0" + } + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "1.0.2" + } + }, + "widest-line": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", + "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", + "requires": { + "string-width": "2.1.1" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write-file-atomic": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.2.tgz", + "integrity": "sha512-s0b6vB3xIVRLWywa6X9TOMA7k9zio0TMOsl9ZnDkliA/cfJlpHXAscj0gbHVJiTdIuAYpIyqS5GW91fqm6gG5g==", + "requires": { + "graceful-fs": "4.1.15", + "imurmurhash": "0.1.4", + "signal-exit": "3.0.2" + } + }, + "xdg-basedir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", + "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=" + }, + "yallist": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", + "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==" + } + } +} diff --git a/package.json b/package.json index ca2273f..86cc31b 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,15 @@ "dependencies": { "argon2-ffi": "^1.1.2", "assert": "^1.4.1", + "axios": "^0.18.0", "crypto": "^1.0.1", "crypto-js": "^3.1.9-1", "express": "^4.16.4", "http-proxy": "^1.17.0", - "mongodb": "^3.2.2" + "mongodb": "^3.2.2", + "node-gyp": "^4.0.0", + "nodemon": "^1.18.11", + "npm": "^6.9.0", + "validate.js": "^0.12.0" } } diff --git a/public/scripts/LoginUserGroup.js b/public/scripts/LoginUserGroup.js index 078b76d..58ae6aa 100644 --- a/public/scripts/LoginUserGroup.js +++ b/public/scripts/LoginUserGroup.js @@ -13,10 +13,9 @@ $(function() { //window.alert(msg); if ( window.localStorage ) { - $('#welcomeBanner').html('\n Welcome ' + localStorage.login ); + $('#welcomeBanner').html('\n Welcome ' + localStorage.login + ' to the Safe Store App' ); } - $loginForm.append('
'); function sendRequestNow(httpRequestType, lurl, successMsg, failMsg) { @@ -52,12 +51,12 @@ $(function() { } login = $('#login').val(); data = '?login=' + $('#authLogin').val(); - data += '&password=' + $('#authPassword').val(); + data += '&password=' + $('#authPassword').val(); lurl = 'http://localhost:3000/authenticate'; lurl += data; httpRequestType = "GET"; msg = "url: " + lurl + " httpRequestType: " + httpRequestType; - window.alert(msg); + //window.alert(msg); successMsg = "Login Successful
"; failMsg = "User not authenticated
"; // sendCORSRequest(httpRequestType, lurl, successMsg, failMsg); @@ -66,19 +65,29 @@ $(function() { $('#create').on('click', function(e) { e.preventDefault(); - login = $('#login').val(); - data = '?login=' + $('#createLogin').val(); - data += '&password=' + $('#createPassword').val(); - data += '&role=' + $('#createRole').val(); - lurl = 'http://localhost:3000/createUser'; - lurl += data; - httpRequestType = "POST"; - msg = "url: " + lurl + " httpRequestType: " + httpRequestType; - window.alert(msg); - successMsg = "User created
"; - failMsg = "User not created
"; - // sendCORSRequest(httpRequestType, lurl, successMsg, failMsg); - sendRequestNow(httpRequestType, lurl, successMsg, failMsg) + var firstPassword = $('#createPassword').val(); + var secondPassword = $('#comparePassword').val(); + + //alert(firstPassword + ' ' + secondPassword); + + if (firstPassword == secondPassword) { + login = $('#login').val(); + data = '?login=' + $('#createLogin').val(); + data += '&password=' + $('#createPassword').val(); + data += '&role=' + $('#createRole').val(); + lurl = 'http://localhost:3000/createUser'; + lurl += data; + httpRequestType = "POST"; + msg = "url: " + lurl + " httpRequestType: " + httpRequestType; + //window.alert(msg); + successMsg = "User created
"; + failMsg = "User not created
"; + // sendCORSRequest(httpRequestType, lurl, successMsg, failMsg); + sendRequestNow(httpRequestType, lurl, successMsg, failMsg) + } else { + alert('Passwords do not match'); + } + }); }); \ No newline at end of file diff --git a/public/scripts/SafeStore.js b/public/scripts/SafeStore.js index 939592b..130ce02 100644 --- a/public/scripts/SafeStore.js +++ b/public/scripts/SafeStore.js @@ -72,7 +72,7 @@ $newItemButton.on('click', function(e) { purl += '?data=' + $('#inputData').val(); purl += '&login=' + localStorage.login; purl += "&version=" + version_no; - window.alert(purl); + //window.alert(purl); $.ajax({ type: "POST", datatype: "JSON", @@ -90,4 +90,32 @@ $newItemButton.on('click', function(e) { // window.alert(msg); } }); -}); \ No newline at end of file +}); + + +omg = () => { + $.ajax({ + url: 'http://localhost:3000/crunchdata', + data: { + }, + timeout: 2000, + success: function(data) { + data = JSON.stringify(data) + console.log(data) + // var $title = $('').text(data.talks[0].talk_description); + // $('#info') + // .append($title) + // .append($description); + $('#mockDataRecords').html('
yaya
'); + //console.log(data) + }, + error: function(err) { + console.log(err) + $('#mockDataRecords').html('An error has occurred
'); + }, + type: 'GET' + }); +} + +omg(); \ No newline at end of file diff --git a/start-services.bat b/start-services.bat index 308a964..4756695 100644 --- a/start-services.bat +++ b/start-services.bat @@ -4,4 +4,5 @@ start node ./loginServer.js >> ./logs/loginServer.log 2>>&1 start node ./UserAdminServer.js >> ./logs/UserAdminServer.log 2>>&1 start node ./encryptServer.js >> ./logs/encryptServer.log 2>>&1 start node ./decryptServer.js >> ./logs/decryptServer.log 2>>&1 +start node ./companyDataServer.js >> ./logs/companyDataServer.log 2>>&1 REM SCRIPT END \ No newline at end of file diff --git a/views/LedgerAdminGroups.html b/views/LedgerAdminGroups.html index 74d51ec..d541882 100644 --- a/views/LedgerAdminGroups.html +++ b/views/LedgerAdminGroups.html @@ -22,7 +22,7 @@| Test | +Name | +Description | +Encrypted | +
|---|