package.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  1. {
  2. "_from": "sinon",
  3. "_id": "sinon@7.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2DS5o42FM7TKMnSpqf+o5UyV0Qw=",
  6. "_location": "/sinon",
  7. "_phantomChildren": {
  8. "has-flag": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "tag",
  12. "registry": true,
  13. "raw": "sinon",
  14. "name": "sinon",
  15. "escapedName": "sinon",
  16. "rawSpec": "",
  17. "saveSpec": null,
  18. "fetchSpec": "latest"
  19. },
  20. "_requiredBy": [
  21. "#DEV:/",
  22. "#USER"
  23. ],
  24. "_resolved": "http://registry.npm.taobao.org/sinon/download/sinon-7.2.4.tgz",
  25. "_shasum": "d834b9a38d8533b4ca3274a9a9ffa8e54c95d10c",
  26. "_spec": "sinon",
  27. "_where": "E:\\dev\\007\\node_module\\node10",
  28. "author": {
  29. "name": "Christian Johansen"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/sinonjs/sinon/issues"
  33. },
  34. "bundleDependencies": false,
  35. "cdn": "./pkg/sinon.js",
  36. "contributors": [
  37. {
  38. "name": "Morgan Roderick",
  39. "email": "morgan@roderick.dk"
  40. },
  41. {
  42. "name": "Christian Johansen",
  43. "email": "christian@cjohansen.no"
  44. },
  45. {
  46. "name": "Carl-Erik Kopseng",
  47. "email": "carlerik@gmail.com"
  48. },
  49. {
  50. "name": "Maximilian Antoni",
  51. "email": "mail@maxantoni.de"
  52. },
  53. {
  54. "name": "Phred",
  55. "email": "fearphage@gmail.com"
  56. },
  57. {
  58. "name": "Jonny Reeves",
  59. "email": "github@jonnyreeves.co.uk"
  60. },
  61. {
  62. "name": "lucasfcosta",
  63. "email": "fernandesdacostalucas@gmail.com"
  64. },
  65. {
  66. "name": "ben hockey",
  67. "email": "neonstalwart@gmail.com"
  68. },
  69. {
  70. "name": "Tim Fischbach",
  71. "email": "mail@timfischbach.de"
  72. },
  73. {
  74. "name": "takasmiley",
  75. "email": "takasmiley@live.jp"
  76. },
  77. {
  78. "name": "Håvard Wormdal Høiby",
  79. "email": "havardwhoiby@gmail.com"
  80. },
  81. {
  82. "name": "Piotr Jamroz",
  83. "email": "piotr.jamroz@ig.com"
  84. },
  85. {
  86. "name": "Tim Ruffles",
  87. "email": "timruffles@googlemail.com"
  88. },
  89. {
  90. "name": "Jonathan Sokolowski",
  91. "email": "jonathan.sokolowski@gmail.com"
  92. },
  93. {
  94. "name": "Andreas Lind",
  95. "email": "andreas@one.com"
  96. },
  97. {
  98. "name": "Domenic Denicola",
  99. "email": "domenic@domenicdenicola.com"
  100. },
  101. {
  102. "name": "Tim Perry",
  103. "email": "pimterry@gmail.com"
  104. },
  105. {
  106. "name": "William Sears",
  107. "email": "MrBigDog2U@gmail.com"
  108. },
  109. {
  110. "name": "Mikhail Gusarov",
  111. "email": "mikhail@hola.org"
  112. },
  113. {
  114. "name": "Bryan Donovan",
  115. "email": "bdondo@gmail.com"
  116. },
  117. {
  118. "name": "Felix Geisendörfer",
  119. "email": "felix@debuggable.com"
  120. },
  121. {
  122. "name": "kpdecker",
  123. "email": "kpdecker@gmail.com"
  124. },
  125. {
  126. "name": "Adam Hull",
  127. "email": "adam@hmlad.com"
  128. },
  129. {
  130. "name": "Aleck Greenham",
  131. "email": "greenhama13@gmail.com"
  132. },
  133. {
  134. "name": "Andrew Gurinovich",
  135. "email": "altmind@gmail.com"
  136. },
  137. {
  138. "name": "Cory",
  139. "email": "seeflanigan@gmail.com"
  140. },
  141. {
  142. "name": "Doug Orleans",
  143. "email": "dougorleans@gmail.com"
  144. },
  145. {
  146. "name": "Flarna",
  147. "email": "deb2001-github@yahoo.de"
  148. },
  149. {
  150. "name": "Keith Cirkel",
  151. "email": "github@keithcirkel.co.uk"
  152. },
  153. {
  154. "name": "Luis Cardoso",
  155. "email": "luis.cardoso@feedzai.com"
  156. },
  157. {
  158. "name": "Martin Sander",
  159. "email": "forke@uni-bonn.de"
  160. },
  161. {
  162. "name": "Tobias Ebnöther",
  163. "email": "ebi@gorn.ch"
  164. },
  165. {
  166. "name": "Tristan Koch",
  167. "email": "tristan.koch@1und1.de"
  168. },
  169. {
  170. "name": "Benjamin Coe",
  171. "email": "ben@yesware.com"
  172. },
  173. {
  174. "name": "Eyal Arubas",
  175. "email": "eyalarubas@gmail.com"
  176. },
  177. {
  178. "name": "GCHQDeveloper500",
  179. "email": "32099399+GCHQDeveloper500@users.noreply.github.com"
  180. },
  181. {
  182. "name": "Garrick Cheung",
  183. "email": "garrick@garrickcheung.com"
  184. },
  185. {
  186. "name": "Gavin Huang",
  187. "email": "gravof@gmail.com"
  188. },
  189. {
  190. "name": "Jay Sherby",
  191. "email": "jaysherby@gmail.com"
  192. },
  193. {
  194. "name": "Konrad Holowinski",
  195. "email": "konrad.holowinski@gmail.com"
  196. },
  197. {
  198. "name": "Krzysztof Kaczor",
  199. "email": "chris@kaczor.io"
  200. },
  201. {
  202. "name": "Mahmoud Gamal",
  203. "email": "mgamal@babbel.com"
  204. },
  205. {
  206. "name": "Marc Redemske",
  207. "email": "mgred@users.noreply.github.com"
  208. },
  209. {
  210. "name": "Marten Lienen",
  211. "email": "marten.lienen@gmail.com"
  212. },
  213. {
  214. "name": "Travis Kaufman",
  215. "email": "travis.kaufman@gmail.com"
  216. },
  217. {
  218. "name": "Viktor Zozulyak",
  219. "email": "zozulyakviktor@gmail.com"
  220. },
  221. {
  222. "name": "ben fleis",
  223. "email": "ben.fleis@gmail.com"
  224. },
  225. {
  226. "name": "zcicala",
  227. "email": "zcicala@fitbit.com"
  228. },
  229. {
  230. "name": "August Lilleaas",
  231. "email": "august.lilleaas@gmail.com"
  232. },
  233. {
  234. "name": "Cormac Flynn",
  235. "email": "cormac.flynn@viadeoteam.com"
  236. },
  237. {
  238. "name": "Dmitriy Kubyshkin",
  239. "email": "grassator@gmail.com"
  240. },
  241. {
  242. "name": "Dominykas Blyžė",
  243. "email": "hello@dominykas.com"
  244. },
  245. {
  246. "name": "Duncan Beevers",
  247. "email": "duncan@dweebd.com"
  248. },
  249. {
  250. "name": "Florent Jaby",
  251. "email": "florent.jaby@gmail.com"
  252. },
  253. {
  254. "name": "Garrick",
  255. "email": "gcheung@fitbit.com"
  256. },
  257. {
  258. "name": "George Schneeloch",
  259. "email": "gschneel@mit.edu"
  260. },
  261. {
  262. "name": "Glen Mailer",
  263. "email": "glen.mailer@bskyb.com"
  264. },
  265. {
  266. "name": "Islam Sharabash",
  267. "email": "islam.sharabash@gmail.com"
  268. },
  269. {
  270. "name": "Jmeas",
  271. "email": "jellyes2@gmail.com"
  272. },
  273. {
  274. "name": "Kir Chou",
  275. "email": "note351@hotmail.com"
  276. },
  277. {
  278. "name": "Ming Liu",
  279. "email": "vmliu1@gmail.com"
  280. },
  281. {
  282. "name": "Rae Liu",
  283. "email": "happyaray@gmail.com"
  284. },
  285. {
  286. "name": "Robin Pedersen",
  287. "email": "robinp@snap.tv"
  288. },
  289. {
  290. "name": "Roman Potashow",
  291. "email": "justgook@gmail.com"
  292. },
  293. {
  294. "name": "Scott Andrews",
  295. "email": "scothis@gmail.com"
  296. },
  297. {
  298. "name": "Soutaro Matsumoto",
  299. "email": "matsumoto@soutaro.com"
  300. },
  301. {
  302. "name": "Tamas Szebeni",
  303. "email": "tamas_szebeni@epam.com"
  304. },
  305. {
  306. "name": "Thomas Meyer",
  307. "email": "meyertee@gmail.com"
  308. },
  309. {
  310. "name": "Tim Costa",
  311. "email": "tcosta@2u.com"
  312. },
  313. {
  314. "name": "geries",
  315. "email": "geries.handal@videoplaza.com"
  316. },
  317. {
  318. "name": "Aaron",
  319. "email": "aaron.todd@gmail.com"
  320. },
  321. {
  322. "name": "Afnizar Nur Ghifari",
  323. "email": "afnizarnur@users.noreply.github.com"
  324. },
  325. {
  326. "name": "Alex Puchades",
  327. "email": "alex94puchades@gmail.com"
  328. },
  329. {
  330. "name": "Alex Urbano",
  331. "email": "asgaroth.belem@gmail.com"
  332. },
  333. {
  334. "name": "Alexander Schmidt",
  335. "email": "alexanderschmidt1@gmail.com"
  336. },
  337. {
  338. "name": "Andrzej Porebski",
  339. "email": "fkuciapa@yahoo.com"
  340. },
  341. {
  342. "name": "Brandon Heyer",
  343. "email": "brandonheyer@gmail.com"
  344. },
  345. {
  346. "name": "Chris Breiding",
  347. "email": "chrisbreiding@gmail.com"
  348. },
  349. {
  350. "name": "Christoph Guttandin",
  351. "email": "chrisguttandin@media-codings.com"
  352. },
  353. {
  354. "name": "Daniel Rey Lopez",
  355. "email": "daniel.rey.lopez@automattic.com"
  356. },
  357. {
  358. "name": "Devin Weaver",
  359. "email": "suki@tritarget.org"
  360. },
  361. {
  362. "name": "Elad Nachmias",
  363. "email": "theman@elad.im"
  364. },
  365. {
  366. "name": "Emma Bukacek",
  367. "email": "emma.bukacek@gmail.com"
  368. },
  369. {
  370. "name": "Evan Lloyd",
  371. "email": "evan.u.lloyd@gmail.com"
  372. },
  373. {
  374. "name": "Farid Neshat",
  375. "email": "FaridN_SOAD@yahoo.com"
  376. },
  377. {
  378. "name": "G.Serebryanskyi",
  379. "email": "x5x3x5x@gmail.com"
  380. },
  381. {
  382. "name": "Gyandeep Singh",
  383. "email": "gyandeeps@gmail.com"
  384. },
  385. {
  386. "name": "Henry Tung",
  387. "email": "henryptung@gmail.com"
  388. },
  389. {
  390. "name": "Hugo Muller",
  391. "email": "hugo.muller@free.fr"
  392. },
  393. {
  394. "name": "Igor Savin",
  395. "email": "kibertoad@gmail.com"
  396. },
  397. {
  398. "name": "Irina Dumitrascu",
  399. "email": "me@dira.ro"
  400. },
  401. {
  402. "name": "James Barwell",
  403. "email": "jb@jamesbarwell.co.uk"
  404. },
  405. {
  406. "name": "Jason Karns",
  407. "email": "jason.karns@gmail.com"
  408. },
  409. {
  410. "name": "Jeffrey Falgout",
  411. "email": "jeffrey.falgout@gmail.com"
  412. },
  413. {
  414. "name": "Jimmy Shimizu",
  415. "email": "jimmy.shimizu@springworks.se"
  416. },
  417. {
  418. "name": "John-David Dalton",
  419. "email": "john.david.dalton@gmail.com"
  420. },
  421. {
  422. "name": "Jonathan Freeman",
  423. "email": "freethejazz@gmail.com"
  424. },
  425. {
  426. "name": "Josh Graham",
  427. "email": "josh@canva.com"
  428. },
  429. {
  430. "name": "Josh Greenberger",
  431. "email": "jdgreenb@usc.edu"
  432. },
  433. {
  434. "name": "Louis Brunner",
  435. "email": "louis.brunner.fr@gmail.com"
  436. },
  437. {
  438. "name": "Marcus Hüsgen",
  439. "email": "marcus.huesgen@lusini.com"
  440. },
  441. {
  442. "name": "Mark Stacey",
  443. "email": "mark.stacey@amecfw.com"
  444. },
  445. {
  446. "name": "Martin Hansen",
  447. "email": "martin@martinhansen.no"
  448. },
  449. {
  450. "name": "Matt Kern",
  451. "email": "matt@bloomcrush.com"
  452. },
  453. {
  454. "name": "Max Calabrese",
  455. "email": "max.calabrese@ymail.com"
  456. },
  457. {
  458. "name": "Michael Herman",
  459. "email": "hermanmu@gmail.com"
  460. },
  461. {
  462. "name": "Márton Salomváry",
  463. "email": "salomvary@gmail.com"
  464. },
  465. {
  466. "name": "Nathan Friedly",
  467. "email": "nathan@nfriedly.com"
  468. },
  469. {
  470. "name": "Nathan Mahdavi",
  471. "email": "mail@nathanmahdavi.com"
  472. },
  473. {
  474. "name": "Nathan Perry",
  475. "email": "nateperry333@gmail.com"
  476. },
  477. {
  478. "name": "Nicholas Hinds",
  479. "email": "hindsn@gmail.com"
  480. },
  481. {
  482. "name": "Nico Jansen",
  483. "email": "jansennico@gmail.com"
  484. },
  485. {
  486. "name": "Piotr Jamróz",
  487. "email": "pm.jamroz@gmail.com"
  488. },
  489. {
  490. "name": "Rens Groothuijsen",
  491. "email": "l.groothuijsen@alumni.maastrichtuniversity.nl"
  492. },
  493. {
  494. "name": "Satoshi Nakamura",
  495. "email": "snakamura@infoteria.com"
  496. },
  497. {
  498. "name": "Sebastian Van Sande",
  499. "email": "sebastian@vansande.org"
  500. },
  501. {
  502. "name": "Simen Bekkhus",
  503. "email": "sbekkhus91@gmail.com"
  504. },
  505. {
  506. "name": "Spencer Elliott",
  507. "email": "me@elliottsj.com"
  508. },
  509. {
  510. "name": "Szymon Przybylski",
  511. "email": "szymon.przybylski@gmail.com"
  512. },
  513. {
  514. "name": "Tarjei Huse",
  515. "email": "tarjei.huse@gmail.com"
  516. },
  517. {
  518. "name": "Victor Costan",
  519. "email": "costan@gmail.com"
  520. },
  521. {
  522. "name": "blacksun1",
  523. "email": "simon@blacksun.cx"
  524. },
  525. {
  526. "name": "gtothesquare",
  527. "email": "me@gerieshandal.com"
  528. },
  529. {
  530. "name": "mohayonao",
  531. "email": "mohayonao@gmail.com"
  532. },
  533. {
  534. "name": "nivsherf",
  535. "email": "nivsherf@gmail.com"
  536. },
  537. {
  538. "name": "vitalets",
  539. "email": "vitalets@yandex-team.ru"
  540. },
  541. {
  542. "name": "yoshimura-toshihide",
  543. "email": "toshihide0105yoshimura@gmail.com"
  544. },
  545. {
  546. "name": "なつき",
  547. "email": "i@ntk.me"
  548. },
  549. {
  550. "name": "AJ Ortega",
  551. "email": "ajo@google.com"
  552. },
  553. {
  554. "name": "AdilKhn",
  555. "email": "AdilKhn@users.noreply.github.com"
  556. },
  557. {
  558. "name": "Aditya Vohra",
  559. "email": "avohra@yelp.com"
  560. },
  561. {
  562. "name": "Adrian Phinney",
  563. "email": "adrian.phinney@bellaliant.net"
  564. },
  565. {
  566. "name": "Adrian Schmidt",
  567. "email": "adrian.schmidt@lime.tech"
  568. },
  569. {
  570. "name": "Akira Matsuda",
  571. "email": "ronnie@dio.jp"
  572. },
  573. {
  574. "name": "Aleksey Bobyr",
  575. "email": "aleksey.bobyr@beetroot.se"
  576. },
  577. {
  578. "name": "Alex Ghiculescu",
  579. "email": "alex@tanda.co"
  580. },
  581. {
  582. "name": "Alex Kessaris",
  583. "email": "alex@artsy.ca"
  584. },
  585. {
  586. "name": "Alex Tran",
  587. "email": "alex@Alexs-MacBook-Pro-2.local"
  588. },
  589. {
  590. "name": "Alexander Aivars",
  591. "email": "alex@aivars.se"
  592. },
  593. {
  594. "name": "Alexey Kucherenko",
  595. "email": "alexei.kucherenko@gmail.com"
  596. },
  597. {
  598. "name": "Alexsey",
  599. "email": "agat00@gmail.com"
  600. },
  601. {
  602. "name": "Alfonso Boza",
  603. "email": "alfonso@cloud.com"
  604. },
  605. {
  606. "name": "Ali Shakiba",
  607. "email": "ali@shakiba.me"
  608. },
  609. {
  610. "name": "Andrew Fong",
  611. "email": "afong@slack-corp.com"
  612. },
  613. {
  614. "name": "Andrew Leschinsky",
  615. "email": "andrew@leschinsky.com"
  616. },
  617. {
  618. "name": "Andrew Shirley",
  619. "email": "andrew@als-bi.com"
  620. },
  621. {
  622. "name": "Antonio D'Ettole",
  623. "email": "antonio@brandwatch.com"
  624. },
  625. {
  626. "name": "Auclair Emmanuel",
  627. "email": "auclair.emmanuel.prestataire@sfr.com"
  628. },
  629. {
  630. "name": "Aziz Punjani",
  631. "email": "aziz.punjani@gmail.com"
  632. },
  633. {
  634. "name": "Ben Brostoff",
  635. "email": "ben.brostoff@gmail.com"
  636. },
  637. {
  638. "name": "Ben Lertlumprasertkul",
  639. "email": "Ben.Lertlumprasertkul@ig.com"
  640. },
  641. {
  642. "name": "Blaine Bublitz",
  643. "email": "blaine@iceddev.com"
  644. },
  645. {
  646. "name": "Blake Embrey",
  647. "email": "hello@blakeembrey.com"
  648. },
  649. {
  650. "name": "Blake Israel",
  651. "email": "blake.israel@gatech.edu"
  652. },
  653. {
  654. "name": "Boshen Chen",
  655. "email": "boshenc@gmail.com"
  656. },
  657. {
  658. "name": "Brett Zamir",
  659. "email": "brettz9@yahoo.com"
  660. },
  661. {
  662. "name": "Brian Bleakley",
  663. "email": "brianbleakley@gmail.com"
  664. },
  665. {
  666. "name": "Brian M Hunt",
  667. "email": "brianmhunt@gmail.com"
  668. },
  669. {
  670. "name": "Burak Yiğit Kaya",
  671. "email": "ben@byk.im"
  672. },
  673. {
  674. "name": "C. T. Lin",
  675. "email": "chentsulin@gmail.com"
  676. },
  677. {
  678. "name": "Dan Bird",
  679. "email": "danielsbird@gmail.com"
  680. },
  681. {
  682. "name": "Dan Peddle",
  683. "email": "dazld@users.noreply.github.com"
  684. },
  685. {
  686. "name": "Daryl Lau",
  687. "email": "daryl@goodeggs.com"
  688. },
  689. {
  690. "name": "David Colucci",
  691. "email": "davidanthonycolucci@gmail.com"
  692. },
  693. {
  694. "name": "David Hayes",
  695. "email": "drhayes@users.noreply.github.com"
  696. },
  697. {
  698. "name": "David Mott",
  699. "email": "dpmott@sep.com"
  700. },
  701. {
  702. "name": "Dean Sofer",
  703. "email": "ProLoser@users.noreply.github.com"
  704. },
  705. {
  706. "name": "Duc Tri Le",
  707. "email": "duc1@email.tiger-inc.com"
  708. },
  709. {
  710. "name": "Eli White",
  711. "email": "github@eli-white.com"
  712. },
  713. {
  714. "name": "Eric Stobbart",
  715. "email": "Eric_Stobbart@comcast.com"
  716. },
  717. {
  718. "name": "Eric Wendelin",
  719. "email": "ewendelin@twitter.com"
  720. },
  721. {
  722. "name": "Ericat",
  723. "email": "erica.salvaneschi@gmail.com"
  724. },
  725. {
  726. "name": "Felipe Carasso",
  727. "email": "felipe@carassonet.org"
  728. },
  729. {
  730. "name": "GProst",
  731. "email": "gprostmail@gmail.com"
  732. },
  733. {
  734. "name": "Gabe Jackson",
  735. "email": "gj@mail.co.de"
  736. },
  737. {
  738. "name": "Gavin Boulton",
  739. "email": "gavin.boulton@digital.cabinet-office.gov.uk"
  740. },
  741. {
  742. "name": "Gilad Peleg",
  743. "email": "giladp007@gmail.com"
  744. },
  745. {
  746. "name": "Giorgos Giannoutsos",
  747. "email": "contact@nuc.gr"
  748. },
  749. {
  750. "name": "Gord Tanner",
  751. "email": "gord@tinyhippos.com"
  752. },
  753. {
  754. "name": "Gordon L. Hempton",
  755. "email": "ghempton@gmail.com"
  756. },
  757. {
  758. "name": "Gvozd",
  759. "email": "gvozdev.viktor@gmail.com"
  760. },
  761. {
  762. "name": "Harry Wolff",
  763. "email": "hswolff@gmail.com"
  764. },
  765. {
  766. "name": "HugoMuller",
  767. "email": "hmu@debian-hmu-dev"
  768. },
  769. {
  770. "name": "Ian Lewis",
  771. "email": "IanMLewis@gmail.com"
  772. },
  773. {
  774. "name": "Ian Thomas",
  775. "email": "ian@ian-thomas.net"
  776. },
  777. {
  778. "name": "Irving",
  779. "email": "Irvingb232@gmail.com"
  780. },
  781. {
  782. "name": "Jack Brown",
  783. "email": "jack.brown@mi9.com.au"
  784. },
  785. {
  786. "name": "Jacob Page",
  787. "email": "jpage@godaddy.com"
  788. },
  789. {
  790. "name": "Jahangir Iqbal",
  791. "email": "35706211+jiqbal48@users.noreply.github.com"
  792. },
  793. {
  794. "name": "Jake Champion",
  795. "email": "me@jakechampion.name"
  796. },
  797. {
  798. "name": "James Beavers",
  799. "email": "jamesjbeavers@gmail.com"
  800. },
  801. {
  802. "name": "James M. Greene",
  803. "email": "james.m.greene@gmail.com"
  804. },
  805. {
  806. "name": "Jan Kopriva",
  807. "email": "jan.kopriva@gooddata.com"
  808. },
  809. {
  810. "name": "Jan Suchý",
  811. "email": "jan.sandokan@gmail.com"
  812. },
  813. {
  814. "name": "Jani Hartikainen",
  815. "email": "jani.hartikainen@gmail.com"
  816. },
  817. {
  818. "name": "Jason Anderson",
  819. "email": "diurnalist@gmail.com"
  820. },
  821. {
  822. "name": "Joakim Wimmerstedt",
  823. "email": "joakim.wimmerstedt@gmail.com"
  824. },
  825. {
  826. "name": "Jochen Preusche",
  827. "email": "iilei@users.noreply.github.com"
  828. },
  829. {
  830. "name": "Johann Hubert Sonntagbauer",
  831. "email": "johann.sonntagbauer@gmx.at"
  832. },
  833. {
  834. "name": "John Bernardo",
  835. "email": "jbernardo@linkedin.com"
  836. },
  837. {
  838. "name": "Jonathan Roitgrund",
  839. "email": "jroitgrund@gmail.com"
  840. },
  841. {
  842. "name": "Jordan Harband",
  843. "email": "ljharb@gmail.com"
  844. },
  845. {
  846. "name": "Jordan Hawker",
  847. "email": "hawker.jordan@gmail.com"
  848. },
  849. {
  850. "name": "Joseph Evans",
  851. "email": "evonsdesigns@gmail.com"
  852. },
  853. {
  854. "name": "Joseph Spens",
  855. "email": "joseph@workmarket.com"
  856. },
  857. {
  858. "name": "Josh Goldberg",
  859. "email": "josh@fullscreenmario.com"
  860. },
  861. {
  862. "name": "JoshuaCWebDeveloper",
  863. "email": "coosriverjoshua1@outlook.com"
  864. },
  865. {
  866. "name": "Kalisa Falzone",
  867. "email": "KalisaFalzone@users.noreply.github.com"
  868. },
  869. {
  870. "name": "Keith Rogers",
  871. "email": "git@keithrogers.eu"
  872. },
  873. {
  874. "name": "Kelly Selden",
  875. "email": "kellyselden@gmail.com"
  876. },
  877. {
  878. "name": "Kenneth Williams",
  879. "email": "scriptdaemon@gmail.com"
  880. },
  881. {
  882. "name": "Kevin Ennis",
  883. "email": "kennis84@gmail.com"
  884. },
  885. {
  886. "name": "Kevin Turner",
  887. "email": "kevin@decipherinc.com"
  888. },
  889. {
  890. "name": "Kim Joar Bekkelund",
  891. "email": "kjbekkelund@gmail.com"
  892. },
  893. {
  894. "name": "Kris Kowal",
  895. "email": "kris.kowal@cixar.com"
  896. },
  897. {
  898. "name": "Kristian",
  899. "email": "krisham87@hotmail.com"
  900. },
  901. {
  902. "name": "Kuba Orlik",
  903. "email": "kontakt@jakub-orlik.pl"
  904. },
  905. {
  906. "name": "Kurt Ruppel",
  907. "email": "me@kurtruppel.com"
  908. },
  909. {
  910. "name": "Lars Thorup",
  911. "email": "lars@zealake.com"
  912. },
  913. {
  914. "name": "LboAnn",
  915. "email": "extend1994@gmail.com"
  916. },
  917. {
  918. "name": "LostArchives",
  919. "email": "valentin.mullet@gmail.com"
  920. },
  921. {
  922. "name": "Lucas Vieira",
  923. "email": "vieiralucas@users.noreply.github.com"
  924. },
  925. {
  926. "name": "Luchs",
  927. "email": "Luchs@euirc.eu"
  928. },
  929. {
  930. "name": "Maarten Tromp",
  931. "email": "maarten@nouncy.com"
  932. },
  933. {
  934. "name": "Marco Ramirez",
  935. "email": "marco-ramirez@bankofamerica.com"
  936. },
  937. {
  938. "name": "Marcos Vanetta",
  939. "email": "marcos_vanetta@condenast.com"
  940. },
  941. {
  942. "name": "Mario Pareja",
  943. "email": "mpareja@360incentives.com"
  944. },
  945. {
  946. "name": "Mark Banner",
  947. "email": "standard8@mozilla.com"
  948. },
  949. {
  950. "name": "Mark Gibson",
  951. "email": "mgibson@adaptavist.com"
  952. },
  953. {
  954. "name": "Mark Stickley",
  955. "email": "markstickley@users.noreply.github.com"
  956. },
  957. {
  958. "name": "Martin Brochhaus",
  959. "email": "mbrochh@gmail.com"
  960. },
  961. {
  962. "name": "Martin Körner",
  963. "email": "martin.koerner@objectfab.de"
  964. },
  965. {
  966. "name": "Matthew Williams",
  967. "email": "mrwillihog@users.noreply.github.com"
  968. },
  969. {
  970. "name": "Max Klymyshyn",
  971. "email": "klymyshyn@gmail.com"
  972. },
  973. {
  974. "name": "Michael David Kuckuk",
  975. "email": "mdk@kuckuk.com"
  976. },
  977. {
  978. "name": "Michael Jackson",
  979. "email": "mjijackson@gmail.com"
  980. },
  981. {
  982. "name": "Michael Paulukonis",
  983. "email": "xraysmalevich@gmail.com"
  984. },
  985. {
  986. "name": "Michał Perłakowski",
  987. "email": "michal@perlakowski.pl"
  988. },
  989. {
  990. "name": "Mike Eve",
  991. "email": "ungrim97@gmail.com"
  992. },
  993. {
  994. "name": "Mikolaj Banasik",
  995. "email": "d1sover@gmail.com"
  996. },
  997. {
  998. "name": "MouseZero",
  999. "email": "rm@mousezero.com"
  1000. },
  1001. {
  1002. "name": "Mustafa Sak",
  1003. "email": "mustafa.sak@1und1.de"
  1004. },
  1005. {
  1006. "name": "Nelson Silva",
  1007. "email": "nelson.silva@inevo.pt"
  1008. },
  1009. {
  1010. "name": "Nicholas Stephan",
  1011. "email": "nicholas.stephan@gmail.com"
  1012. },
  1013. {
  1014. "name": "Nicu Micleușanu",
  1015. "email": "micnic90@gmail.com"
  1016. },
  1017. {
  1018. "name": "Nikita Litvin",
  1019. "email": "deltaidea@derpy.ru"
  1020. },
  1021. {
  1022. "name": "Niklas Andreasson",
  1023. "email": "eaglus_@hotmail.com"
  1024. },
  1025. {
  1026. "name": "Noam Paz",
  1027. "email": "noam.paz@gmail.com"
  1028. },
  1029. {
  1030. "name": "Olmo Maldonado",
  1031. "email": "olmo.maldonado@gmail.com"
  1032. },
  1033. {
  1034. "name": "Paul Barry",
  1035. "email": "paul@Pauls-Air.fios-router.home"
  1036. },
  1037. {
  1038. "name": "Pelle Wessman",
  1039. "email": "pelle@kodfabrik.se"
  1040. },
  1041. {
  1042. "name": "Petar Dochev",
  1043. "email": "dotchev@gmail.com"
  1044. },
  1045. {
  1046. "name": "Peter Zsoldos",
  1047. "email": "peter.zsoldos@gmail.com"
  1048. },
  1049. {
  1050. "name": "Pia Mancini",
  1051. "email": "piamancini@gmail.com"
  1052. },
  1053. {
  1054. "name": "Piper Chester",
  1055. "email": "piperchester@users.noreply.github.com"
  1056. },
  1057. {
  1058. "name": "Prayag Verma",
  1059. "email": "prayag.verma@gmail.com"
  1060. },
  1061. {
  1062. "name": "Rajeesh C V",
  1063. "email": "cvrajeesh@gmail.com"
  1064. },
  1065. {
  1066. "name": "Raul Matei",
  1067. "email": "raul.matei@8x8.com"
  1068. },
  1069. {
  1070. "name": "Raynos",
  1071. "email": "raynos2@gmail.com"
  1072. },
  1073. {
  1074. "name": "ReadmeCritic",
  1075. "email": "frankensteinbot@gmail.com"
  1076. },
  1077. {
  1078. "name": "Revath S Kumar",
  1079. "email": "revathskumar@users.noreply.github.com"
  1080. },
  1081. {
  1082. "name": "Rodion Vynnychenko",
  1083. "email": "roddiku@gmail.com"
  1084. },
  1085. {
  1086. "name": "Roland Warmerdam",
  1087. "email": "roland@segment.com"
  1088. },
  1089. {
  1090. "name": "Ryan Roemer",
  1091. "email": "ryan@loose-bits.com"
  1092. },
  1093. {
  1094. "name": "Ryan Wholey",
  1095. "email": "rjwholey@gmail.com"
  1096. },
  1097. {
  1098. "name": "STuFF",
  1099. "email": "nchalleil@gmail.com"
  1100. },
  1101. {
  1102. "name": "Scott Rudiger",
  1103. "email": "scottrudiger@gmail.com"
  1104. },
  1105. {
  1106. "name": "Sergio Cinos",
  1107. "email": "scinos@atlassian.com"
  1108. },
  1109. {
  1110. "name": "Shaine Hatch",
  1111. "email": "shainehatch@overstock.com"
  1112. },
  1113. {
  1114. "name": "Shawn Krisman",
  1115. "email": "skrisman@nodelings"
  1116. },
  1117. {
  1118. "name": "Shinnosuke Watanabe",
  1119. "email": "snnskwtnb@gmail.com"
  1120. },
  1121. {
  1122. "name": "Simone Fonda",
  1123. "email": "fonda@netseven.it"
  1124. },
  1125. {
  1126. "name": "Stefan Weil",
  1127. "email": "sw@weilnetz.de"
  1128. },
  1129. {
  1130. "name": "Stefan du Fresne",
  1131. "email": "stefan@sdufresne.info"
  1132. },
  1133. {
  1134. "name": "StefanSchoof",
  1135. "email": "Stefan.Schoof@direkt-gruppe.de"
  1136. },
  1137. {
  1138. "name": "Stephen Burrows",
  1139. "email": "stephen.r.burrows@gmail.com"
  1140. },
  1141. {
  1142. "name": "Steven Lu",
  1143. "email": "stevenlu443@gmail.com"
  1144. },
  1145. {
  1146. "name": "Sven Fuchs",
  1147. "email": "svenfuchs@artweb-design.de"
  1148. },
  1149. {
  1150. "name": "Søren Enemærke",
  1151. "email": "soren.enemaerke@gmail.com"
  1152. },
  1153. {
  1154. "name": "T1st3",
  1155. "email": "contact@tiste.org"
  1156. },
  1157. {
  1158. "name": "TEHEK Firefox",
  1159. "email": "tehek@tehek.net"
  1160. },
  1161. {
  1162. "name": "Tek Nynja",
  1163. "email": "github@teknynja.com"
  1164. },
  1165. {
  1166. "name": "The Gitter Badger",
  1167. "email": "badger@gitter.im"
  1168. },
  1169. {
  1170. "name": "Tieme van Veen",
  1171. "email": "tiemevanveen@hotmail.com"
  1172. },
  1173. {
  1174. "name": "Tim Branyen",
  1175. "email": "tim@tabdeveloper.com"
  1176. },
  1177. {
  1178. "name": "Tim Li",
  1179. "email": "zhengang@sine.co"
  1180. },
  1181. {
  1182. "name": "Tim Wienk",
  1183. "email": "tim@wienk.name"
  1184. },
  1185. {
  1186. "name": "Timo Tijhof",
  1187. "email": "krinklemail@gmail.com"
  1188. },
  1189. {
  1190. "name": "Tobias Mansfield-Williams",
  1191. "email": "tmansfield-williams@esri.com"
  1192. },
  1193. {
  1194. "name": "Valentin Agachi",
  1195. "email": "github-com@agachi.name"
  1196. },
  1197. {
  1198. "name": "Volkan Ozcelik",
  1199. "email": "volkan.ozcelik@jivesoftware.com"
  1200. },
  1201. {
  1202. "name": "Vynce Montgomery",
  1203. "email": "vynce.montgomery@gmail.com"
  1204. },
  1205. {
  1206. "name": "Whymarrh Whitby",
  1207. "email": "whymarrh.whitby@gmail.com"
  1208. },
  1209. {
  1210. "name": "Will Butler",
  1211. "email": "will@butlerhq.com"
  1212. },
  1213. {
  1214. "name": "William Meleyal",
  1215. "email": "w.meleyal@wollzelle.com"
  1216. },
  1217. {
  1218. "name": "Xiao Ma",
  1219. "email": "x@medium.com"
  1220. },
  1221. {
  1222. "name": "Zhengang Li",
  1223. "email": "huttli@users.noreply.github.com"
  1224. },
  1225. {
  1226. "name": "charlierudolph",
  1227. "email": "charles.w.rudolph@gmail.com"
  1228. },
  1229. {
  1230. "name": "clint",
  1231. "email": "clint@wealthfront.com"
  1232. },
  1233. {
  1234. "name": "ehmicky",
  1235. "email": "ehmicky@gmail.com"
  1236. },
  1237. {
  1238. "name": "goligo",
  1239. "email": "ich@malte.de"
  1240. },
  1241. {
  1242. "name": "hannes",
  1243. "email": "github@htmlcss.de"
  1244. },
  1245. {
  1246. "name": "hashchange",
  1247. "email": "heim@zeilenwechsel.de"
  1248. },
  1249. {
  1250. "name": "ichthala",
  1251. "email": "alice.mottola@gmail.com"
  1252. },
  1253. {
  1254. "name": "jamestalmage",
  1255. "email": "james.talmage@jrtechnical.com"
  1256. },
  1257. {
  1258. "name": "kbackowski",
  1259. "email": "kbackowski@gmail.com"
  1260. },
  1261. {
  1262. "name": "mareq",
  1263. "email": "mareq@balint.eu"
  1264. },
  1265. {
  1266. "name": "ngryman",
  1267. "email": "ngryman@gmail.com"
  1268. },
  1269. {
  1270. "name": "niftylettuce",
  1271. "email": "niftylettuce@gmail.com"
  1272. },
  1273. {
  1274. "name": "simonzack",
  1275. "email": "simonzack@gmail.com"
  1276. },
  1277. {
  1278. "name": "stevesouth",
  1279. "email": "stephen.south@caplin.com"
  1280. },
  1281. {
  1282. "name": "stoically",
  1283. "email": "stoically@protonmail.com"
  1284. },
  1285. {
  1286. "name": "thefourtheye",
  1287. "email": "thefourtheye@users.noreply.github.com"
  1288. },
  1289. {
  1290. "name": "till",
  1291. "email": "till@php.net"
  1292. },
  1293. {
  1294. "name": "vsa",
  1295. "email": "vsa@users.noreply.github.com"
  1296. },
  1297. {
  1298. "name": "wwalser",
  1299. "email": "waw325@gmail.com"
  1300. }
  1301. ],
  1302. "dependencies": {
  1303. "@sinonjs/commons": "^1.3.0",
  1304. "@sinonjs/formatio": "^3.1.0",
  1305. "@sinonjs/samsam": "^3.1.1",
  1306. "diff": "^3.5.0",
  1307. "lolex": "^3.1.0",
  1308. "nise": "^1.4.10",
  1309. "supports-color": "^5.5.0"
  1310. },
  1311. "deprecated": false,
  1312. "description": "JavaScript test spies, stubs and mocks.",
  1313. "devDependencies": {
  1314. "@babel/core": "^7.3.3",
  1315. "@sinonjs/referee": "^3.1.1",
  1316. "babel-plugin-istanbul": "^5.1.1",
  1317. "babelify": "^10.0.0",
  1318. "browserify": "^16.2.3",
  1319. "dependency-check": "^2.9.1",
  1320. "eslint": "^5.14.0",
  1321. "eslint-config-prettier": "^3.6.0",
  1322. "eslint-config-sinon": "^2.0.0",
  1323. "eslint-plugin-ie11": "^1.0.0",
  1324. "eslint-plugin-local-rules": "^0.1.0",
  1325. "eslint-plugin-mocha": "^5.3.0",
  1326. "eslint-plugin-prettier": "^3.0.1",
  1327. "esm": "3.0.37",
  1328. "husky": "^0.14.2",
  1329. "lint-staged": "^6.0.0",
  1330. "markdownlint-cli": "^0.8.2",
  1331. "mocha": "^5.2.0",
  1332. "mochify": "^6.0.4",
  1333. "native-promise-only": "^0.8.1",
  1334. "npm-run-all": "^4.1.5",
  1335. "nyc": "^13.3.0",
  1336. "prettier": "^1.16.4",
  1337. "proxyquire": "^1.8.0",
  1338. "proxyquire-universal": "^1.0.8",
  1339. "proxyquireify": "^3.2.1",
  1340. "puppeteer": "^1.12.2",
  1341. "rimraf": "^2.6.3",
  1342. "rollup": "^0.59.3",
  1343. "rollup-plugin-commonjs": "^9.2.0",
  1344. "rollup-plugin-node-builtins": "^2.1.2",
  1345. "rollup-plugin-node-globals": "^1.4.0",
  1346. "rollup-plugin-node-resolve": "^3.4.0"
  1347. },
  1348. "files": [
  1349. "lib",
  1350. "pkg",
  1351. "scripts/support-sinon.js",
  1352. "AUTHORS",
  1353. "CONTRIBUTING.md",
  1354. "CHANGELOG.md",
  1355. "LICENSE",
  1356. "README.md"
  1357. ],
  1358. "homepage": "https://sinonjs.org/",
  1359. "jsdelivr": "./pkg/sinon.js",
  1360. "license": "BSD-3-Clause",
  1361. "lint-staged": {
  1362. "*.js": "eslint",
  1363. "*.mjs": "eslint --ext mjs --parser-options=sourceType:module",
  1364. "docs/**/*.md": "markdownlint"
  1365. },
  1366. "main": "./lib/sinon.js",
  1367. "module": "./pkg/sinon-esm.js",
  1368. "name": "sinon",
  1369. "nyc": {
  1370. "instrument": false,
  1371. "temp-dir": "coverage/.nyc_output",
  1372. "reporter": [
  1373. "text",
  1374. "lcovonly"
  1375. ]
  1376. },
  1377. "repository": {
  1378. "type": "git",
  1379. "url": "git+ssh://git@github.com/sinonjs/sinon.git"
  1380. },
  1381. "scripts": {
  1382. "build": "run-p build-esm build-bundle",
  1383. "build-bundle": "node ./build.js",
  1384. "build-docs": "cd docs; bundle exec jekyll build",
  1385. "build-esm": "rollup -c",
  1386. "check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls --ignore-module esm",
  1387. "lint": "run-p lint-js lint-markdown",
  1388. "lint-js": "eslint '**/*.{js,mjs}'",
  1389. "lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
  1390. "postbuild": "run-s test-esm-bundle",
  1391. "postversion": "./scripts/postversion.sh",
  1392. "prebuild": "rimraf pkg && npm run check-dependencies",
  1393. "precommit": "lint-staged",
  1394. "prepublishOnly": "npm run build",
  1395. "pretest-webworker": "npm run build",
  1396. "prettier": "prettier lib/**/*.js test/**/*.js",
  1397. "preversion": "./scripts/preversion.sh",
  1398. "serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
  1399. "test": "run-s test-node test-headless test-webworker test-esm",
  1400. "test-cloud": "npm run test-headless -- --wd",
  1401. "test-coverage": "nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]",
  1402. "test-dev": "npm run test-node -- --watch -R min",
  1403. "test-esm": "mocha -r esm test/es2015/module-support-assessment-test.mjs",
  1404. "test-esm-bundle": "node test/es2015/check-esm-bundle-is-runnable.js",
  1405. "test-headless": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] \"test/**/*-test.js\"",
  1406. "test-node": "mocha --recursive -R dot \"test/**/*-test.js\"",
  1407. "test-webworker": "mochify --https-server 8080 test/webworker/webworker-support-assessment.js"
  1408. },
  1409. "version": "7.2.4"
  1410. }