123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410 |
- {
- "_from": "sinon",
- "_id": "sinon@7.2.4",
- "_inBundle": false,
- "_integrity": "sha1-2DS5o42FM7TKMnSpqf+o5UyV0Qw=",
- "_location": "/sinon",
- "_phantomChildren": {
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "sinon",
- "name": "sinon",
- "escapedName": "sinon",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "http://registry.npm.taobao.org/sinon/download/sinon-7.2.4.tgz",
- "_shasum": "d834b9a38d8533b4ca3274a9a9ffa8e54c95d10c",
- "_spec": "sinon",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Christian Johansen"
- },
- "bugs": {
- "url": "http://github.com/sinonjs/sinon/issues"
- },
- "bundleDependencies": false,
- "cdn": "./pkg/sinon.js",
- "contributors": [
- {
- "name": "Morgan Roderick",
- "email": "morgan@roderick.dk"
- },
- {
- "name": "Christian Johansen",
- "email": "christian@cjohansen.no"
- },
- {
- "name": "Carl-Erik Kopseng",
- "email": "carlerik@gmail.com"
- },
- {
- "name": "Maximilian Antoni",
- "email": "mail@maxantoni.de"
- },
- {
- "name": "Phred",
- "email": "fearphage@gmail.com"
- },
- {
- "name": "Jonny Reeves",
- "email": "github@jonnyreeves.co.uk"
- },
- {
- "name": "lucasfcosta",
- "email": "fernandesdacostalucas@gmail.com"
- },
- {
- "name": "ben hockey",
- "email": "neonstalwart@gmail.com"
- },
- {
- "name": "Tim Fischbach",
- "email": "mail@timfischbach.de"
- },
- {
- "name": "takasmiley",
- "email": "takasmiley@live.jp"
- },
- {
- "name": "Håvard Wormdal Høiby",
- "email": "havardwhoiby@gmail.com"
- },
- {
- "name": "Piotr Jamroz",
- "email": "piotr.jamroz@ig.com"
- },
- {
- "name": "Tim Ruffles",
- "email": "timruffles@googlemail.com"
- },
- {
- "name": "Jonathan Sokolowski",
- "email": "jonathan.sokolowski@gmail.com"
- },
- {
- "name": "Andreas Lind",
- "email": "andreas@one.com"
- },
- {
- "name": "Domenic Denicola",
- "email": "domenic@domenicdenicola.com"
- },
- {
- "name": "Tim Perry",
- "email": "pimterry@gmail.com"
- },
- {
- "name": "William Sears",
- "email": "MrBigDog2U@gmail.com"
- },
- {
- "name": "Mikhail Gusarov",
- "email": "mikhail@hola.org"
- },
- {
- "name": "Bryan Donovan",
- "email": "bdondo@gmail.com"
- },
- {
- "name": "Felix Geisendörfer",
- "email": "felix@debuggable.com"
- },
- {
- "name": "kpdecker",
- "email": "kpdecker@gmail.com"
- },
- {
- "name": "Adam Hull",
- "email": "adam@hmlad.com"
- },
- {
- "name": "Aleck Greenham",
- "email": "greenhama13@gmail.com"
- },
- {
- "name": "Andrew Gurinovich",
- "email": "altmind@gmail.com"
- },
- {
- "name": "Cory",
- "email": "seeflanigan@gmail.com"
- },
- {
- "name": "Doug Orleans",
- "email": "dougorleans@gmail.com"
- },
- {
- "name": "Flarna",
- "email": "deb2001-github@yahoo.de"
- },
- {
- "name": "Keith Cirkel",
- "email": "github@keithcirkel.co.uk"
- },
- {
- "name": "Luis Cardoso",
- "email": "luis.cardoso@feedzai.com"
- },
- {
- "name": "Martin Sander",
- "email": "forke@uni-bonn.de"
- },
- {
- "name": "Tobias Ebnöther",
- "email": "ebi@gorn.ch"
- },
- {
- "name": "Tristan Koch",
- "email": "tristan.koch@1und1.de"
- },
- {
- "name": "Benjamin Coe",
- "email": "ben@yesware.com"
- },
- {
- "name": "Eyal Arubas",
- "email": "eyalarubas@gmail.com"
- },
- {
- "name": "GCHQDeveloper500",
- "email": "32099399+GCHQDeveloper500@users.noreply.github.com"
- },
- {
- "name": "Garrick Cheung",
- "email": "garrick@garrickcheung.com"
- },
- {
- "name": "Gavin Huang",
- "email": "gravof@gmail.com"
- },
- {
- "name": "Jay Sherby",
- "email": "jaysherby@gmail.com"
- },
- {
- "name": "Konrad Holowinski",
- "email": "konrad.holowinski@gmail.com"
- },
- {
- "name": "Krzysztof Kaczor",
- "email": "chris@kaczor.io"
- },
- {
- "name": "Mahmoud Gamal",
- "email": "mgamal@babbel.com"
- },
- {
- "name": "Marc Redemske",
- "email": "mgred@users.noreply.github.com"
- },
- {
- "name": "Marten Lienen",
- "email": "marten.lienen@gmail.com"
- },
- {
- "name": "Travis Kaufman",
- "email": "travis.kaufman@gmail.com"
- },
- {
- "name": "Viktor Zozulyak",
- "email": "zozulyakviktor@gmail.com"
- },
- {
- "name": "ben fleis",
- "email": "ben.fleis@gmail.com"
- },
- {
- "name": "zcicala",
- "email": "zcicala@fitbit.com"
- },
- {
- "name": "August Lilleaas",
- "email": "august.lilleaas@gmail.com"
- },
- {
- "name": "Cormac Flynn",
- "email": "cormac.flynn@viadeoteam.com"
- },
- {
- "name": "Dmitriy Kubyshkin",
- "email": "grassator@gmail.com"
- },
- {
- "name": "Dominykas Blyžė",
- "email": "hello@dominykas.com"
- },
- {
- "name": "Duncan Beevers",
- "email": "duncan@dweebd.com"
- },
- {
- "name": "Florent Jaby",
- "email": "florent.jaby@gmail.com"
- },
- {
- "name": "Garrick",
- "email": "gcheung@fitbit.com"
- },
- {
- "name": "George Schneeloch",
- "email": "gschneel@mit.edu"
- },
- {
- "name": "Glen Mailer",
- "email": "glen.mailer@bskyb.com"
- },
- {
- "name": "Islam Sharabash",
- "email": "islam.sharabash@gmail.com"
- },
- {
- "name": "Jmeas",
- "email": "jellyes2@gmail.com"
- },
- {
- "name": "Kir Chou",
- "email": "note351@hotmail.com"
- },
- {
- "name": "Ming Liu",
- "email": "vmliu1@gmail.com"
- },
- {
- "name": "Rae Liu",
- "email": "happyaray@gmail.com"
- },
- {
- "name": "Robin Pedersen",
- "email": "robinp@snap.tv"
- },
- {
- "name": "Roman Potashow",
- "email": "justgook@gmail.com"
- },
- {
- "name": "Scott Andrews",
- "email": "scothis@gmail.com"
- },
- {
- "name": "Soutaro Matsumoto",
- "email": "matsumoto@soutaro.com"
- },
- {
- "name": "Tamas Szebeni",
- "email": "tamas_szebeni@epam.com"
- },
- {
- "name": "Thomas Meyer",
- "email": "meyertee@gmail.com"
- },
- {
- "name": "Tim Costa",
- "email": "tcosta@2u.com"
- },
- {
- "name": "geries",
- "email": "geries.handal@videoplaza.com"
- },
- {
- "name": "Aaron",
- "email": "aaron.todd@gmail.com"
- },
- {
- "name": "Afnizar Nur Ghifari",
- "email": "afnizarnur@users.noreply.github.com"
- },
- {
- "name": "Alex Puchades",
- "email": "alex94puchades@gmail.com"
- },
- {
- "name": "Alex Urbano",
- "email": "asgaroth.belem@gmail.com"
- },
- {
- "name": "Alexander Schmidt",
- "email": "alexanderschmidt1@gmail.com"
- },
- {
- "name": "Andrzej Porebski",
- "email": "fkuciapa@yahoo.com"
- },
- {
- "name": "Brandon Heyer",
- "email": "brandonheyer@gmail.com"
- },
- {
- "name": "Chris Breiding",
- "email": "chrisbreiding@gmail.com"
- },
- {
- "name": "Christoph Guttandin",
- "email": "chrisguttandin@media-codings.com"
- },
- {
- "name": "Daniel Rey Lopez",
- "email": "daniel.rey.lopez@automattic.com"
- },
- {
- "name": "Devin Weaver",
- "email": "suki@tritarget.org"
- },
- {
- "name": "Elad Nachmias",
- "email": "theman@elad.im"
- },
- {
- "name": "Emma Bukacek",
- "email": "emma.bukacek@gmail.com"
- },
- {
- "name": "Evan Lloyd",
- "email": "evan.u.lloyd@gmail.com"
- },
- {
- "name": "Farid Neshat",
- "email": "FaridN_SOAD@yahoo.com"
- },
- {
- "name": "G.Serebryanskyi",
- "email": "x5x3x5x@gmail.com"
- },
- {
- "name": "Gyandeep Singh",
- "email": "gyandeeps@gmail.com"
- },
- {
- "name": "Henry Tung",
- "email": "henryptung@gmail.com"
- },
- {
- "name": "Hugo Muller",
- "email": "hugo.muller@free.fr"
- },
- {
- "name": "Igor Savin",
- "email": "kibertoad@gmail.com"
- },
- {
- "name": "Irina Dumitrascu",
- "email": "me@dira.ro"
- },
- {
- "name": "James Barwell",
- "email": "jb@jamesbarwell.co.uk"
- },
- {
- "name": "Jason Karns",
- "email": "jason.karns@gmail.com"
- },
- {
- "name": "Jeffrey Falgout",
- "email": "jeffrey.falgout@gmail.com"
- },
- {
- "name": "Jimmy Shimizu",
- "email": "jimmy.shimizu@springworks.se"
- },
- {
- "name": "John-David Dalton",
- "email": "john.david.dalton@gmail.com"
- },
- {
- "name": "Jonathan Freeman",
- "email": "freethejazz@gmail.com"
- },
- {
- "name": "Josh Graham",
- "email": "josh@canva.com"
- },
- {
- "name": "Josh Greenberger",
- "email": "jdgreenb@usc.edu"
- },
- {
- "name": "Louis Brunner",
- "email": "louis.brunner.fr@gmail.com"
- },
- {
- "name": "Marcus Hüsgen",
- "email": "marcus.huesgen@lusini.com"
- },
- {
- "name": "Mark Stacey",
- "email": "mark.stacey@amecfw.com"
- },
- {
- "name": "Martin Hansen",
- "email": "martin@martinhansen.no"
- },
- {
- "name": "Matt Kern",
- "email": "matt@bloomcrush.com"
- },
- {
- "name": "Max Calabrese",
- "email": "max.calabrese@ymail.com"
- },
- {
- "name": "Michael Herman",
- "email": "hermanmu@gmail.com"
- },
- {
- "name": "Márton Salomváry",
- "email": "salomvary@gmail.com"
- },
- {
- "name": "Nathan Friedly",
- "email": "nathan@nfriedly.com"
- },
- {
- "name": "Nathan Mahdavi",
- "email": "mail@nathanmahdavi.com"
- },
- {
- "name": "Nathan Perry",
- "email": "nateperry333@gmail.com"
- },
- {
- "name": "Nicholas Hinds",
- "email": "hindsn@gmail.com"
- },
- {
- "name": "Nico Jansen",
- "email": "jansennico@gmail.com"
- },
- {
- "name": "Piotr Jamróz",
- "email": "pm.jamroz@gmail.com"
- },
- {
- "name": "Rens Groothuijsen",
- "email": "l.groothuijsen@alumni.maastrichtuniversity.nl"
- },
- {
- "name": "Satoshi Nakamura",
- "email": "snakamura@infoteria.com"
- },
- {
- "name": "Sebastian Van Sande",
- "email": "sebastian@vansande.org"
- },
- {
- "name": "Simen Bekkhus",
- "email": "sbekkhus91@gmail.com"
- },
- {
- "name": "Spencer Elliott",
- "email": "me@elliottsj.com"
- },
- {
- "name": "Szymon Przybylski",
- "email": "szymon.przybylski@gmail.com"
- },
- {
- "name": "Tarjei Huse",
- "email": "tarjei.huse@gmail.com"
- },
- {
- "name": "Victor Costan",
- "email": "costan@gmail.com"
- },
- {
- "name": "blacksun1",
- "email": "simon@blacksun.cx"
- },
- {
- "name": "gtothesquare",
- "email": "me@gerieshandal.com"
- },
- {
- "name": "mohayonao",
- "email": "mohayonao@gmail.com"
- },
- {
- "name": "nivsherf",
- "email": "nivsherf@gmail.com"
- },
- {
- "name": "vitalets",
- "email": "vitalets@yandex-team.ru"
- },
- {
- "name": "yoshimura-toshihide",
- "email": "toshihide0105yoshimura@gmail.com"
- },
- {
- "name": "なつき",
- "email": "i@ntk.me"
- },
- {
- "name": "AJ Ortega",
- "email": "ajo@google.com"
- },
- {
- "name": "AdilKhn",
- "email": "AdilKhn@users.noreply.github.com"
- },
- {
- "name": "Aditya Vohra",
- "email": "avohra@yelp.com"
- },
- {
- "name": "Adrian Phinney",
- "email": "adrian.phinney@bellaliant.net"
- },
- {
- "name": "Adrian Schmidt",
- "email": "adrian.schmidt@lime.tech"
- },
- {
- "name": "Akira Matsuda",
- "email": "ronnie@dio.jp"
- },
- {
- "name": "Aleksey Bobyr",
- "email": "aleksey.bobyr@beetroot.se"
- },
- {
- "name": "Alex Ghiculescu",
- "email": "alex@tanda.co"
- },
- {
- "name": "Alex Kessaris",
- "email": "alex@artsy.ca"
- },
- {
- "name": "Alex Tran",
- "email": "alex@Alexs-MacBook-Pro-2.local"
- },
- {
- "name": "Alexander Aivars",
- "email": "alex@aivars.se"
- },
- {
- "name": "Alexey Kucherenko",
- "email": "alexei.kucherenko@gmail.com"
- },
- {
- "name": "Alexsey",
- "email": "agat00@gmail.com"
- },
- {
- "name": "Alfonso Boza",
- "email": "alfonso@cloud.com"
- },
- {
- "name": "Ali Shakiba",
- "email": "ali@shakiba.me"
- },
- {
- "name": "Andrew Fong",
- "email": "afong@slack-corp.com"
- },
- {
- "name": "Andrew Leschinsky",
- "email": "andrew@leschinsky.com"
- },
- {
- "name": "Andrew Shirley",
- "email": "andrew@als-bi.com"
- },
- {
- "name": "Antonio D'Ettole",
- "email": "antonio@brandwatch.com"
- },
- {
- "name": "Auclair Emmanuel",
- "email": "auclair.emmanuel.prestataire@sfr.com"
- },
- {
- "name": "Aziz Punjani",
- "email": "aziz.punjani@gmail.com"
- },
- {
- "name": "Ben Brostoff",
- "email": "ben.brostoff@gmail.com"
- },
- {
- "name": "Ben Lertlumprasertkul",
- "email": "Ben.Lertlumprasertkul@ig.com"
- },
- {
- "name": "Blaine Bublitz",
- "email": "blaine@iceddev.com"
- },
- {
- "name": "Blake Embrey",
- "email": "hello@blakeembrey.com"
- },
- {
- "name": "Blake Israel",
- "email": "blake.israel@gatech.edu"
- },
- {
- "name": "Boshen Chen",
- "email": "boshenc@gmail.com"
- },
- {
- "name": "Brett Zamir",
- "email": "brettz9@yahoo.com"
- },
- {
- "name": "Brian Bleakley",
- "email": "brianbleakley@gmail.com"
- },
- {
- "name": "Brian M Hunt",
- "email": "brianmhunt@gmail.com"
- },
- {
- "name": "Burak Yiğit Kaya",
- "email": "ben@byk.im"
- },
- {
- "name": "C. T. Lin",
- "email": "chentsulin@gmail.com"
- },
- {
- "name": "Dan Bird",
- "email": "danielsbird@gmail.com"
- },
- {
- "name": "Dan Peddle",
- "email": "dazld@users.noreply.github.com"
- },
- {
- "name": "Daryl Lau",
- "email": "daryl@goodeggs.com"
- },
- {
- "name": "David Colucci",
- "email": "davidanthonycolucci@gmail.com"
- },
- {
- "name": "David Hayes",
- "email": "drhayes@users.noreply.github.com"
- },
- {
- "name": "David Mott",
- "email": "dpmott@sep.com"
- },
- {
- "name": "Dean Sofer",
- "email": "ProLoser@users.noreply.github.com"
- },
- {
- "name": "Duc Tri Le",
- "email": "duc1@email.tiger-inc.com"
- },
- {
- "name": "Eli White",
- "email": "github@eli-white.com"
- },
- {
- "name": "Eric Stobbart",
- "email": "Eric_Stobbart@comcast.com"
- },
- {
- "name": "Eric Wendelin",
- "email": "ewendelin@twitter.com"
- },
- {
- "name": "Ericat",
- "email": "erica.salvaneschi@gmail.com"
- },
- {
- "name": "Felipe Carasso",
- "email": "felipe@carassonet.org"
- },
- {
- "name": "GProst",
- "email": "gprostmail@gmail.com"
- },
- {
- "name": "Gabe Jackson",
- "email": "gj@mail.co.de"
- },
- {
- "name": "Gavin Boulton",
- "email": "gavin.boulton@digital.cabinet-office.gov.uk"
- },
- {
- "name": "Gilad Peleg",
- "email": "giladp007@gmail.com"
- },
- {
- "name": "Giorgos Giannoutsos",
- "email": "contact@nuc.gr"
- },
- {
- "name": "Gord Tanner",
- "email": "gord@tinyhippos.com"
- },
- {
- "name": "Gordon L. Hempton",
- "email": "ghempton@gmail.com"
- },
- {
- "name": "Gvozd",
- "email": "gvozdev.viktor@gmail.com"
- },
- {
- "name": "Harry Wolff",
- "email": "hswolff@gmail.com"
- },
- {
- "name": "HugoMuller",
- "email": "hmu@debian-hmu-dev"
- },
- {
- "name": "Ian Lewis",
- "email": "IanMLewis@gmail.com"
- },
- {
- "name": "Ian Thomas",
- "email": "ian@ian-thomas.net"
- },
- {
- "name": "Irving",
- "email": "Irvingb232@gmail.com"
- },
- {
- "name": "Jack Brown",
- "email": "jack.brown@mi9.com.au"
- },
- {
- "name": "Jacob Page",
- "email": "jpage@godaddy.com"
- },
- {
- "name": "Jahangir Iqbal",
- "email": "35706211+jiqbal48@users.noreply.github.com"
- },
- {
- "name": "Jake Champion",
- "email": "me@jakechampion.name"
- },
- {
- "name": "James Beavers",
- "email": "jamesjbeavers@gmail.com"
- },
- {
- "name": "James M. Greene",
- "email": "james.m.greene@gmail.com"
- },
- {
- "name": "Jan Kopriva",
- "email": "jan.kopriva@gooddata.com"
- },
- {
- "name": "Jan Suchý",
- "email": "jan.sandokan@gmail.com"
- },
- {
- "name": "Jani Hartikainen",
- "email": "jani.hartikainen@gmail.com"
- },
- {
- "name": "Jason Anderson",
- "email": "diurnalist@gmail.com"
- },
- {
- "name": "Joakim Wimmerstedt",
- "email": "joakim.wimmerstedt@gmail.com"
- },
- {
- "name": "Jochen Preusche",
- "email": "iilei@users.noreply.github.com"
- },
- {
- "name": "Johann Hubert Sonntagbauer",
- "email": "johann.sonntagbauer@gmx.at"
- },
- {
- "name": "John Bernardo",
- "email": "jbernardo@linkedin.com"
- },
- {
- "name": "Jonathan Roitgrund",
- "email": "jroitgrund@gmail.com"
- },
- {
- "name": "Jordan Harband",
- "email": "ljharb@gmail.com"
- },
- {
- "name": "Jordan Hawker",
- "email": "hawker.jordan@gmail.com"
- },
- {
- "name": "Joseph Evans",
- "email": "evonsdesigns@gmail.com"
- },
- {
- "name": "Joseph Spens",
- "email": "joseph@workmarket.com"
- },
- {
- "name": "Josh Goldberg",
- "email": "josh@fullscreenmario.com"
- },
- {
- "name": "JoshuaCWebDeveloper",
- "email": "coosriverjoshua1@outlook.com"
- },
- {
- "name": "Kalisa Falzone",
- "email": "KalisaFalzone@users.noreply.github.com"
- },
- {
- "name": "Keith Rogers",
- "email": "git@keithrogers.eu"
- },
- {
- "name": "Kelly Selden",
- "email": "kellyselden@gmail.com"
- },
- {
- "name": "Kenneth Williams",
- "email": "scriptdaemon@gmail.com"
- },
- {
- "name": "Kevin Ennis",
- "email": "kennis84@gmail.com"
- },
- {
- "name": "Kevin Turner",
- "email": "kevin@decipherinc.com"
- },
- {
- "name": "Kim Joar Bekkelund",
- "email": "kjbekkelund@gmail.com"
- },
- {
- "name": "Kris Kowal",
- "email": "kris.kowal@cixar.com"
- },
- {
- "name": "Kristian",
- "email": "krisham87@hotmail.com"
- },
- {
- "name": "Kuba Orlik",
- "email": "kontakt@jakub-orlik.pl"
- },
- {
- "name": "Kurt Ruppel",
- "email": "me@kurtruppel.com"
- },
- {
- "name": "Lars Thorup",
- "email": "lars@zealake.com"
- },
- {
- "name": "LboAnn",
- "email": "extend1994@gmail.com"
- },
- {
- "name": "LostArchives",
- "email": "valentin.mullet@gmail.com"
- },
- {
- "name": "Lucas Vieira",
- "email": "vieiralucas@users.noreply.github.com"
- },
- {
- "name": "Luchs",
- "email": "Luchs@euirc.eu"
- },
- {
- "name": "Maarten Tromp",
- "email": "maarten@nouncy.com"
- },
- {
- "name": "Marco Ramirez",
- "email": "marco-ramirez@bankofamerica.com"
- },
- {
- "name": "Marcos Vanetta",
- "email": "marcos_vanetta@condenast.com"
- },
- {
- "name": "Mario Pareja",
- "email": "mpareja@360incentives.com"
- },
- {
- "name": "Mark Banner",
- "email": "standard8@mozilla.com"
- },
- {
- "name": "Mark Gibson",
- "email": "mgibson@adaptavist.com"
- },
- {
- "name": "Mark Stickley",
- "email": "markstickley@users.noreply.github.com"
- },
- {
- "name": "Martin Brochhaus",
- "email": "mbrochh@gmail.com"
- },
- {
- "name": "Martin Körner",
- "email": "martin.koerner@objectfab.de"
- },
- {
- "name": "Matthew Williams",
- "email": "mrwillihog@users.noreply.github.com"
- },
- {
- "name": "Max Klymyshyn",
- "email": "klymyshyn@gmail.com"
- },
- {
- "name": "Michael David Kuckuk",
- "email": "mdk@kuckuk.com"
- },
- {
- "name": "Michael Jackson",
- "email": "mjijackson@gmail.com"
- },
- {
- "name": "Michael Paulukonis",
- "email": "xraysmalevich@gmail.com"
- },
- {
- "name": "Michał Perłakowski",
- "email": "michal@perlakowski.pl"
- },
- {
- "name": "Mike Eve",
- "email": "ungrim97@gmail.com"
- },
- {
- "name": "Mikolaj Banasik",
- "email": "d1sover@gmail.com"
- },
- {
- "name": "MouseZero",
- "email": "rm@mousezero.com"
- },
- {
- "name": "Mustafa Sak",
- "email": "mustafa.sak@1und1.de"
- },
- {
- "name": "Nelson Silva",
- "email": "nelson.silva@inevo.pt"
- },
- {
- "name": "Nicholas Stephan",
- "email": "nicholas.stephan@gmail.com"
- },
- {
- "name": "Nicu Micleușanu",
- "email": "micnic90@gmail.com"
- },
- {
- "name": "Nikita Litvin",
- "email": "deltaidea@derpy.ru"
- },
- {
- "name": "Niklas Andreasson",
- "email": "eaglus_@hotmail.com"
- },
- {
- "name": "Noam Paz",
- "email": "noam.paz@gmail.com"
- },
- {
- "name": "Olmo Maldonado",
- "email": "olmo.maldonado@gmail.com"
- },
- {
- "name": "Paul Barry",
- "email": "paul@Pauls-Air.fios-router.home"
- },
- {
- "name": "Pelle Wessman",
- "email": "pelle@kodfabrik.se"
- },
- {
- "name": "Petar Dochev",
- "email": "dotchev@gmail.com"
- },
- {
- "name": "Peter Zsoldos",
- "email": "peter.zsoldos@gmail.com"
- },
- {
- "name": "Pia Mancini",
- "email": "piamancini@gmail.com"
- },
- {
- "name": "Piper Chester",
- "email": "piperchester@users.noreply.github.com"
- },
- {
- "name": "Prayag Verma",
- "email": "prayag.verma@gmail.com"
- },
- {
- "name": "Rajeesh C V",
- "email": "cvrajeesh@gmail.com"
- },
- {
- "name": "Raul Matei",
- "email": "raul.matei@8x8.com"
- },
- {
- "name": "Raynos",
- "email": "raynos2@gmail.com"
- },
- {
- "name": "ReadmeCritic",
- "email": "frankensteinbot@gmail.com"
- },
- {
- "name": "Revath S Kumar",
- "email": "revathskumar@users.noreply.github.com"
- },
- {
- "name": "Rodion Vynnychenko",
- "email": "roddiku@gmail.com"
- },
- {
- "name": "Roland Warmerdam",
- "email": "roland@segment.com"
- },
- {
- "name": "Ryan Roemer",
- "email": "ryan@loose-bits.com"
- },
- {
- "name": "Ryan Wholey",
- "email": "rjwholey@gmail.com"
- },
- {
- "name": "STuFF",
- "email": "nchalleil@gmail.com"
- },
- {
- "name": "Scott Rudiger",
- "email": "scottrudiger@gmail.com"
- },
- {
- "name": "Sergio Cinos",
- "email": "scinos@atlassian.com"
- },
- {
- "name": "Shaine Hatch",
- "email": "shainehatch@overstock.com"
- },
- {
- "name": "Shawn Krisman",
- "email": "skrisman@nodelings"
- },
- {
- "name": "Shinnosuke Watanabe",
- "email": "snnskwtnb@gmail.com"
- },
- {
- "name": "Simone Fonda",
- "email": "fonda@netseven.it"
- },
- {
- "name": "Stefan Weil",
- "email": "sw@weilnetz.de"
- },
- {
- "name": "Stefan du Fresne",
- "email": "stefan@sdufresne.info"
- },
- {
- "name": "StefanSchoof",
- "email": "Stefan.Schoof@direkt-gruppe.de"
- },
- {
- "name": "Stephen Burrows",
- "email": "stephen.r.burrows@gmail.com"
- },
- {
- "name": "Steven Lu",
- "email": "stevenlu443@gmail.com"
- },
- {
- "name": "Sven Fuchs",
- "email": "svenfuchs@artweb-design.de"
- },
- {
- "name": "Søren Enemærke",
- "email": "soren.enemaerke@gmail.com"
- },
- {
- "name": "T1st3",
- "email": "contact@tiste.org"
- },
- {
- "name": "TEHEK Firefox",
- "email": "tehek@tehek.net"
- },
- {
- "name": "Tek Nynja",
- "email": "github@teknynja.com"
- },
- {
- "name": "The Gitter Badger",
- "email": "badger@gitter.im"
- },
- {
- "name": "Tieme van Veen",
- "email": "tiemevanveen@hotmail.com"
- },
- {
- "name": "Tim Branyen",
- "email": "tim@tabdeveloper.com"
- },
- {
- "name": "Tim Li",
- "email": "zhengang@sine.co"
- },
- {
- "name": "Tim Wienk",
- "email": "tim@wienk.name"
- },
- {
- "name": "Timo Tijhof",
- "email": "krinklemail@gmail.com"
- },
- {
- "name": "Tobias Mansfield-Williams",
- "email": "tmansfield-williams@esri.com"
- },
- {
- "name": "Valentin Agachi",
- "email": "github-com@agachi.name"
- },
- {
- "name": "Volkan Ozcelik",
- "email": "volkan.ozcelik@jivesoftware.com"
- },
- {
- "name": "Vynce Montgomery",
- "email": "vynce.montgomery@gmail.com"
- },
- {
- "name": "Whymarrh Whitby",
- "email": "whymarrh.whitby@gmail.com"
- },
- {
- "name": "Will Butler",
- "email": "will@butlerhq.com"
- },
- {
- "name": "William Meleyal",
- "email": "w.meleyal@wollzelle.com"
- },
- {
- "name": "Xiao Ma",
- "email": "x@medium.com"
- },
- {
- "name": "Zhengang Li",
- "email": "huttli@users.noreply.github.com"
- },
- {
- "name": "charlierudolph",
- "email": "charles.w.rudolph@gmail.com"
- },
- {
- "name": "clint",
- "email": "clint@wealthfront.com"
- },
- {
- "name": "ehmicky",
- "email": "ehmicky@gmail.com"
- },
- {
- "name": "goligo",
- "email": "ich@malte.de"
- },
- {
- "name": "hannes",
- "email": "github@htmlcss.de"
- },
- {
- "name": "hashchange",
- "email": "heim@zeilenwechsel.de"
- },
- {
- "name": "ichthala",
- "email": "alice.mottola@gmail.com"
- },
- {
- "name": "jamestalmage",
- "email": "james.talmage@jrtechnical.com"
- },
- {
- "name": "kbackowski",
- "email": "kbackowski@gmail.com"
- },
- {
- "name": "mareq",
- "email": "mareq@balint.eu"
- },
- {
- "name": "ngryman",
- "email": "ngryman@gmail.com"
- },
- {
- "name": "niftylettuce",
- "email": "niftylettuce@gmail.com"
- },
- {
- "name": "simonzack",
- "email": "simonzack@gmail.com"
- },
- {
- "name": "stevesouth",
- "email": "stephen.south@caplin.com"
- },
- {
- "name": "stoically",
- "email": "stoically@protonmail.com"
- },
- {
- "name": "thefourtheye",
- "email": "thefourtheye@users.noreply.github.com"
- },
- {
- "name": "till",
- "email": "till@php.net"
- },
- {
- "name": "vsa",
- "email": "vsa@users.noreply.github.com"
- },
- {
- "name": "wwalser",
- "email": "waw325@gmail.com"
- }
- ],
- "dependencies": {
- "@sinonjs/commons": "^1.3.0",
- "@sinonjs/formatio": "^3.1.0",
- "@sinonjs/samsam": "^3.1.1",
- "diff": "^3.5.0",
- "lolex": "^3.1.0",
- "nise": "^1.4.10",
- "supports-color": "^5.5.0"
- },
- "deprecated": false,
- "description": "JavaScript test spies, stubs and mocks.",
- "devDependencies": {
- "@babel/core": "^7.3.3",
- "@sinonjs/referee": "^3.1.1",
- "babel-plugin-istanbul": "^5.1.1",
- "babelify": "^10.0.0",
- "browserify": "^16.2.3",
- "dependency-check": "^2.9.1",
- "eslint": "^5.14.0",
- "eslint-config-prettier": "^3.6.0",
- "eslint-config-sinon": "^2.0.0",
- "eslint-plugin-ie11": "^1.0.0",
- "eslint-plugin-local-rules": "^0.1.0",
- "eslint-plugin-mocha": "^5.3.0",
- "eslint-plugin-prettier": "^3.0.1",
- "esm": "3.0.37",
- "husky": "^0.14.2",
- "lint-staged": "^6.0.0",
- "markdownlint-cli": "^0.8.2",
- "mocha": "^5.2.0",
- "mochify": "^6.0.4",
- "native-promise-only": "^0.8.1",
- "npm-run-all": "^4.1.5",
- "nyc": "^13.3.0",
- "prettier": "^1.16.4",
- "proxyquire": "^1.8.0",
- "proxyquire-universal": "^1.0.8",
- "proxyquireify": "^3.2.1",
- "puppeteer": "^1.12.2",
- "rimraf": "^2.6.3",
- "rollup": "^0.59.3",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-builtins": "^2.1.2",
- "rollup-plugin-node-globals": "^1.4.0",
- "rollup-plugin-node-resolve": "^3.4.0"
- },
- "files": [
- "lib",
- "pkg",
- "scripts/support-sinon.js",
- "AUTHORS",
- "CONTRIBUTING.md",
- "CHANGELOG.md",
- "LICENSE",
- "README.md"
- ],
- "homepage": "https://sinonjs.org/",
- "jsdelivr": "./pkg/sinon.js",
- "license": "BSD-3-Clause",
- "lint-staged": {
- "*.js": "eslint",
- "*.mjs": "eslint --ext mjs --parser-options=sourceType:module",
- "docs/**/*.md": "markdownlint"
- },
- "main": "./lib/sinon.js",
- "module": "./pkg/sinon-esm.js",
- "name": "sinon",
- "nyc": {
- "instrument": false,
- "temp-dir": "coverage/.nyc_output",
- "reporter": [
- "text",
- "lcovonly"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/sinonjs/sinon.git"
- },
- "scripts": {
- "build": "run-p build-esm build-bundle",
- "build-bundle": "node ./build.js",
- "build-docs": "cd docs; bundle exec jekyll build",
- "build-esm": "rollup -c",
- "check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls --ignore-module esm",
- "lint": "run-p lint-js lint-markdown",
- "lint-js": "eslint '**/*.{js,mjs}'",
- "lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
- "postbuild": "run-s test-esm-bundle",
- "postversion": "./scripts/postversion.sh",
- "prebuild": "rimraf pkg && npm run check-dependencies",
- "precommit": "lint-staged",
- "prepublishOnly": "npm run build",
- "pretest-webworker": "npm run build",
- "prettier": "prettier lib/**/*.js test/**/*.js",
- "preversion": "./scripts/preversion.sh",
- "serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
- "test": "run-s test-node test-headless test-webworker test-esm",
- "test-cloud": "npm run test-headless -- --wd",
- "test-coverage": "nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]",
- "test-dev": "npm run test-node -- --watch -R min",
- "test-esm": "mocha -r esm test/es2015/module-support-assessment-test.mjs",
- "test-esm-bundle": "node test/es2015/check-esm-bundle-is-runnable.js",
- "test-headless": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] \"test/**/*-test.js\"",
- "test-node": "mocha --recursive -R dot \"test/**/*-test.js\"",
- "test-webworker": "mochify --https-server 8080 test/webworker/webworker-support-assessment.js"
- },
- "version": "7.2.4"
- }
|