package.json 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142
  1. {
  2. "_args": [
  3. [
  4. "highlight.js@9.15.8",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "highlight.js@9.15.8",
  10. "_id": "highlight.js@9.15.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-80T9oSPzbxplSQ6TLPkFaeSZmXE=",
  13. "_location": "/highlight.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "highlight.js@9.15.8",
  19. "name": "highlight.js",
  20. "escapedName": "highlight.js",
  21. "rawSpec": "9.15.8",
  22. "saveSpec": null,
  23. "fetchSpec": "9.15.8"
  24. },
  25. "_requiredBy": [
  26. "/cli-highlight"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.15.8.tgz",
  29. "_spec": "9.15.8",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Ivan Sagalaev",
  33. "email": "maniac@softwaremaniacs.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/highlightjs/highlight.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Gidi Meir Morris",
  41. "email": "gidi@gidi.io"
  42. },
  43. {
  44. "name": "Jan T. Sott",
  45. "email": "git@idleberg.com"
  46. },
  47. {
  48. "name": "Li Xuanji",
  49. "email": "xuanji@gmail.com"
  50. },
  51. {
  52. "name": "Marcos Cáceres",
  53. "email": "marcos@marcosc.com"
  54. },
  55. {
  56. "name": "Sang Dang",
  57. "email": "sang.dang@polku.io"
  58. },
  59. {
  60. "name": "Ivan Sagalaev",
  61. "email": "maniac@softwaremaniacs.org",
  62. "url": "original author"
  63. },
  64. {
  65. "name": "Jeremy Hull",
  66. "email": "sourdrums@gmail.com"
  67. },
  68. {
  69. "name": "Oleg Efimov",
  70. "email": "efimovov@gmail.com"
  71. },
  72. {
  73. "name": "Peter Leonov",
  74. "email": "gojpeg@gmail.com"
  75. },
  76. {
  77. "name": "Victor Karamzin",
  78. "email": "Victor.Karamzin@enterra-inc.com"
  79. },
  80. {
  81. "name": "Vsevolod Solovyov",
  82. "email": "vsevolod.solovyov@gmail.com"
  83. },
  84. {
  85. "name": "Anton Kovalyov",
  86. "email": "anton@kovalyov.net"
  87. },
  88. {
  89. "name": "Nikita Ledyaev",
  90. "email": "lenikita@yandex.ru"
  91. },
  92. {
  93. "name": "Konstantin Evdokimenko",
  94. "email": "qewerty@gmail.com"
  95. },
  96. {
  97. "name": "Dmitri Roudakov",
  98. "email": "dmitri@roudakov.ru"
  99. },
  100. {
  101. "name": "Yuri Ivanov",
  102. "email": "ivanov@supersoft.ru"
  103. },
  104. {
  105. "name": "Vladimir Ermakov",
  106. "email": "vooon341@mail.ru"
  107. },
  108. {
  109. "name": "Vladimir Gubarkov",
  110. "email": "xonixx@gmail.com"
  111. },
  112. {
  113. "name": "Brian Beck",
  114. "email": "exogen@gmail.com"
  115. },
  116. {
  117. "name": "MajestiC",
  118. "email": "majestic2k@gmail.com"
  119. },
  120. {
  121. "name": "Vasily Polovnyov",
  122. "email": "vast@whiteants.net"
  123. },
  124. {
  125. "name": "Vladimir Epifanov",
  126. "email": "voldmar@voldmar.ru"
  127. },
  128. {
  129. "name": "Alexander Makarov",
  130. "email": "sam@rmcreative.ru"
  131. },
  132. {
  133. "name": "Vah",
  134. "email": "vahtenberg@gmail.com"
  135. },
  136. {
  137. "name": "Shuen-Huei Guan",
  138. "email": "drake.guan@gmail.com"
  139. },
  140. {
  141. "name": "Jason Diamond",
  142. "email": "jason@diamond.name"
  143. },
  144. {
  145. "name": "Michal Gabrukiewicz",
  146. "email": "mgabru@gmail.com"
  147. },
  148. {
  149. "name": "Ruslan Keba",
  150. "email": "rukeba@gmail.com"
  151. },
  152. {
  153. "name": "Sergey Baranov",
  154. "email": "segyrn@yandex.ru"
  155. },
  156. {
  157. "name": "Zaripov Yura",
  158. "email": "yur4ik7@ukr.net"
  159. },
  160. {
  161. "name": "Oleg Volchkov",
  162. "email": "oleg@volchkov.net"
  163. },
  164. {
  165. "name": "Vasily Mikhailitchenko",
  166. "email": "vaskas@programica.ru"
  167. },
  168. {
  169. "name": "Jan Berkel",
  170. "email": "jan.berkel@gmail.com"
  171. },
  172. {
  173. "name": "Vladimir Moskva",
  174. "email": "vladmos@gmail.com"
  175. },
  176. {
  177. "name": "Loren Segal",
  178. "email": "lsegal@soen.ca"
  179. },
  180. {
  181. "name": "Andrew Fedorov",
  182. "email": "dmmdrs@mail.ru"
  183. },
  184. {
  185. "name": "Igor Kalnitsky",
  186. "email": "igor@kalnitsky.org"
  187. },
  188. {
  189. "name": "Valerii Hiora",
  190. "email": "valerii.hiora@gmail.com"
  191. },
  192. {
  193. "name": "Nikolay Zakharov",
  194. "email": "nikolay.desh@gmail.com"
  195. },
  196. {
  197. "name": "Dmitry Kovega",
  198. "email": "arhibot@gmail.com"
  199. },
  200. {
  201. "name": "Sergey Ignatov",
  202. "email": "sergey@ignatov.spb.su"
  203. },
  204. {
  205. "name": "Antono Vasiljev",
  206. "email": "self@antono.info"
  207. },
  208. {
  209. "name": "Stephan Kountso",
  210. "email": "steplg@gmail.com"
  211. },
  212. {
  213. "name": "pumbur",
  214. "email": "pumbur@pumbur.net"
  215. },
  216. {
  217. "name": "John Crepezzi",
  218. "email": "john.crepezzi@gmail.com"
  219. },
  220. {
  221. "name": "Andrey Vlasovskikh",
  222. "email": "andrey.vlasovskikh@gmail.com"
  223. },
  224. {
  225. "name": "Alexander Myadzel",
  226. "email": "myadzel@gmail.com"
  227. },
  228. {
  229. "name": "Evgeny Stepanischev",
  230. "email": "imbolk@gmail.com"
  231. },
  232. {
  233. "name": "Dmytrii Nagirniak",
  234. "email": "dnagir@gmail.com"
  235. },
  236. {
  237. "name": "Luigi Maselli",
  238. "email": "grigio.org@gmail.com"
  239. },
  240. {
  241. "name": "Denis Bardadym",
  242. "email": "bardadymchik@gmail.com"
  243. },
  244. {
  245. "name": "Aahan Krish",
  246. "email": "geekpanth3r@gmail.com"
  247. },
  248. {
  249. "name": "Ilya Baryshev",
  250. "email": "baryshev@gmail.com"
  251. },
  252. {
  253. "name": "Aleksandar Ruzicic",
  254. "email": "aleksandar@ruzicic.info"
  255. },
  256. {
  257. "name": "Joe Cheng",
  258. "email": "joe@rstudio.org"
  259. },
  260. {
  261. "name": "Angel G. Olloqui",
  262. "email": "angelgarcia.mail@gmail.com"
  263. },
  264. {
  265. "name": "Jason Tate",
  266. "email": "adminz@web-cms-designs.com"
  267. },
  268. {
  269. "name": "Sergey Tikhomirov",
  270. "email": "sergey@tikhomirov.io"
  271. },
  272. {
  273. "name": "Marc Fornos",
  274. "email": "marc.fornos@gmail.com"
  275. },
  276. {
  277. "name": "Yoshihide Jimbo",
  278. "email": "yjimbo@gmail.com"
  279. },
  280. {
  281. "name": "Casey Duncan",
  282. "email": "casey.duncan@gmail.com"
  283. },
  284. {
  285. "name": "Eugene Nizhibitsky",
  286. "email": "nizhibitsky@gmail.com"
  287. },
  288. {
  289. "name": "Alberto Gimeno",
  290. "email": "gimenete@gmail.com"
  291. },
  292. {
  293. "name": "Kirk Kimmel",
  294. "email": "kimmel.k.programmer@gmail.com"
  295. },
  296. {
  297. "name": "Nathan Grigg",
  298. "email": "nathan@nathanamy.org"
  299. },
  300. {
  301. "name": "Dr. Drang",
  302. "email": "drdrang@gmail.com"
  303. },
  304. {
  305. "name": "Robin Ward",
  306. "email": "robin.ward@gmail.com"
  307. },
  308. {
  309. "name": "Dmitry Medvinsky",
  310. "email": "me@dmedvinsky.name"
  311. },
  312. {
  313. "name": "Jason Jacobson",
  314. "email": "jason.a.jacobson@gmail.com"
  315. },
  316. {
  317. "name": "Jonas Follesø",
  318. "email": "jonas@follesoe.no"
  319. },
  320. {
  321. "name": "Dan Allen",
  322. "email": "dan.j.allen@gmail.com"
  323. },
  324. {
  325. "name": "noformnocontent",
  326. "email": "i@noformnocontent.com"
  327. },
  328. {
  329. "name": "Damien White",
  330. "email": "damien.white@visoftinc.com"
  331. },
  332. {
  333. "name": "Alexander Marenin",
  334. "email": "great_muchacho@mail.ru"
  335. },
  336. {
  337. "name": "Cédric Néhémie",
  338. "email": "cedric.nehemie@gmail.com"
  339. },
  340. {
  341. "name": "Simon Madine",
  342. "email": "simon@angryrobotzombie.com"
  343. },
  344. {
  345. "name": "Benjamin Pannell",
  346. "email": "contact@sierrasoftworks.com"
  347. },
  348. {
  349. "name": "Eric Knibbe",
  350. "email": "eric@lassosoft.com"
  351. },
  352. {
  353. "name": "Poren Chiang",
  354. "email": "ren.chiang@gmail.com"
  355. },
  356. {
  357. "name": "Kelley van Evert",
  358. "email": "kelleyvanevert@gmail.com"
  359. },
  360. {
  361. "name": "Kurt Emch",
  362. "email": "kurt@kurtemch.com"
  363. },
  364. {
  365. "name": "Mehdi Dogguy",
  366. "email": "mehdi@dogguy.org"
  367. },
  368. {
  369. "name": "Nicolas Braud-Santoni",
  370. "email": "nicolas.braud-santoni@ens-cachan.fr"
  371. },
  372. {
  373. "name": "Ralf Bitter",
  374. "email": "rabit@revigniter.com"
  375. },
  376. {
  377. "name": "Sylvestre Ledru",
  378. "email": "sylvestre.ledru@scilab-enterprises.com"
  379. },
  380. {
  381. "name": "Troy Kershaw",
  382. "email": "hello@troykershaw.com"
  383. },
  384. {
  385. "name": "Zena Treep",
  386. "email": "zena.treep@gmail.com"
  387. },
  388. {
  389. "name": "Daniel Kvasnicka",
  390. "email": "dkvasnicka@vendavo.com"
  391. },
  392. {
  393. "name": "Carlo Kok",
  394. "email": "ck@remobjects.com"
  395. },
  396. {
  397. "name": "Bram de Haan",
  398. "email": "info@atelierbramdehaan.nl"
  399. },
  400. {
  401. "name": "Seongwon Lee",
  402. "email": "dlimpid@gmail.com"
  403. },
  404. {
  405. "name": "Zaven Muradyan",
  406. "email": "megalivoithos@gmail.com"
  407. },
  408. {
  409. "name": "Brent Bradbury",
  410. "email": "brent@brentium.com"
  411. },
  412. {
  413. "name": "Martin Dilling-Hansen",
  414. "email": "martindlling@gmail.com"
  415. },
  416. {
  417. "name": "Ilya Vassilevsky",
  418. "email": "vassilevsky@gmail.com"
  419. },
  420. {
  421. "name": "Josh Adams",
  422. "email": "josh@isotope11.com"
  423. },
  424. {
  425. "name": "Dan Tao",
  426. "email": "daniel.tao@gmail.com"
  427. },
  428. {
  429. "name": "Jeff Escalante",
  430. "email": "hello@jenius.me"
  431. },
  432. {
  433. "name": "Jun Yang",
  434. "email": "yangjvn@126.com"
  435. },
  436. {
  437. "name": "Nikolay Lisienko",
  438. "email": "info@neor.ru"
  439. },
  440. {
  441. "name": "Heiko August",
  442. "email": "post@auge8472.de"
  443. },
  444. {
  445. "name": "Domen Kožar",
  446. "email": "domen@dev.si"
  447. },
  448. {
  449. "name": "Travis Odom",
  450. "email": "travis.a.odom@gmail.com"
  451. },
  452. {
  453. "name": "innocenat",
  454. "email": "innocenat@gmail.com"
  455. },
  456. {
  457. "name": "Arthur Bikmullin",
  458. "email": "devolonter@gmail.com"
  459. },
  460. {
  461. "name": "Pascal Hurni",
  462. "email": "phi@ruby-reactive.org"
  463. },
  464. {
  465. "name": "Roman Shmatov",
  466. "email": "romanshmatov@gmail.com"
  467. },
  468. {
  469. "name": "Nic West",
  470. "email": "nic@letolab.com"
  471. },
  472. {
  473. "name": "Panu Horsmalahti",
  474. "email": "panu.horsmalahti@iki.fi"
  475. },
  476. {
  477. "name": "Flaviu Tamas",
  478. "email": "tamas.flaviu@gmail.com"
  479. },
  480. {
  481. "name": "Damian Mee",
  482. "email": "mee.damian@gmail.com"
  483. },
  484. {
  485. "name": "Christopher Kaster",
  486. "email": "ikasoki@gmail.com"
  487. },
  488. {
  489. "name": "Chris Eidhof",
  490. "email": "chris@eidhof.nl"
  491. },
  492. {
  493. "name": "Nate Cook",
  494. "email": "natecook@gmail.com"
  495. },
  496. {
  497. "name": "Matt Diephouse",
  498. "email": "matt@diephouse.com"
  499. },
  500. {
  501. "name": "Erik Osheim",
  502. "email": "d_m@plastic-idolatry.com"
  503. },
  504. {
  505. "name": "Guillaume Laforge",
  506. "email": "glaforge@gmail.com"
  507. },
  508. {
  509. "name": "Lucas Mazza",
  510. "email": "lucastmazza@gmail.com"
  511. },
  512. {
  513. "name": "Maxim Dikun",
  514. "email": "dikmax@gmail.com"
  515. },
  516. {
  517. "name": "Henrik Feldt",
  518. "email": "henrik@haf.se"
  519. },
  520. {
  521. "name": "Anton Kochkov",
  522. "email": "anton.kochkov@gmail.com"
  523. },
  524. {
  525. "name": "Michael Allen",
  526. "email": "Michael.Allen@benefitfocus.com"
  527. },
  528. {
  529. "name": "JP Verkamp",
  530. "email": "me@jverkamp.com"
  531. },
  532. {
  533. "name": "Adam Joseph Cook",
  534. "email": "adam.joseph.cook@gmail.com"
  535. },
  536. {
  537. "name": "Sergey Vidyuk",
  538. "email": "svidyuk@gmail.com"
  539. },
  540. {
  541. "name": "Radek Liska",
  542. "email": "radekliska@gmail.com"
  543. },
  544. {
  545. "name": "Jose Molina Colmenero",
  546. "email": "gaudy41@gmail.com"
  547. },
  548. {
  549. "name": "Max Mikhailov",
  550. "email": "seven.phases.max@gmail.com"
  551. },
  552. {
  553. "name": "Bryant Williams",
  554. "email": "b.n.williams@gmail.com"
  555. },
  556. {
  557. "name": "Erik Paluka",
  558. "email": "erik.paluka@gmail.com"
  559. },
  560. {
  561. "name": "Luke Holder",
  562. "email": "lukemh@gmail.com"
  563. },
  564. {
  565. "name": "David Mohundro",
  566. "email": "david@mohundro.com"
  567. },
  568. {
  569. "name": "Nicholas Blumhardt",
  570. "email": "nblumhardt@nblumhardt.com"
  571. },
  572. {
  573. "name": "Christophe de Dinechin",
  574. "email": "christophe@taodyne.com"
  575. },
  576. {
  577. "name": "Taneli Vatanen",
  578. "email": "taneli.vatanen@gmail.com"
  579. },
  580. {
  581. "name": "Jen Evers-Corvina",
  582. "email": "jen@sevvie.net"
  583. },
  584. {
  585. "name": "Kassio Borges",
  586. "email": "kassioborgesm@gmail.com"
  587. },
  588. {
  589. "name": "Cedric Sohrauer",
  590. "email": "sohrauer@googlemail.com"
  591. },
  592. {
  593. "name": "Mickaël Delahaye",
  594. "email": "mickael.delahaye@gmail.com"
  595. },
  596. {
  597. "name": "Hakan Özler",
  598. "email": "ozler.hakan@gmail.com"
  599. },
  600. {
  601. "name": "Trey Shugart",
  602. "email": "treshugart@gmail.com"
  603. },
  604. {
  605. "name": "Vincent Zurczak",
  606. "email": "vzurczak@linagora.com"
  607. },
  608. {
  609. "name": "Adam Joseph Cook",
  610. "email": "adam.joseph.cook@gmail.com"
  611. },
  612. {
  613. "name": "Edwin Dalorzo",
  614. "email": "edwin@dalorzo.org"
  615. },
  616. {
  617. "name": "mucaho",
  618. "email": "mkucko@gmail.com"
  619. },
  620. {
  621. "name": "Dennis Titze",
  622. "email": "dennis.titze@gmail.com"
  623. },
  624. {
  625. "name": "Jon Evans",
  626. "email": "jon@craftyjon.com"
  627. },
  628. {
  629. "name": "Brian Quistorff",
  630. "email": "bquistorff@gmail.com"
  631. },
  632. {
  633. "name": "Jonathan Suever",
  634. "email": "suever@gmail.com"
  635. },
  636. {
  637. "name": "Alexis Hénaut",
  638. "email": "alexis@henaut.net"
  639. },
  640. {
  641. "name": "Chris Kiehl",
  642. "email": "audionautic@gmail.com"
  643. },
  644. {
  645. "name": "Peter Piwowarski",
  646. "email": "oldlaptop654@aol.com"
  647. },
  648. {
  649. "name": "Kenta Sato",
  650. "email": "bicycle1885@gmail.com"
  651. },
  652. {
  653. "name": "Anthony Scemama",
  654. "email": "scemama@irsamc.ups-tlse.fr"
  655. },
  656. {
  657. "name": "Taufik Nurrohman",
  658. "email": "latitudu.latitudu@gmail.com"
  659. },
  660. {
  661. "name": "Pedro Oliveira",
  662. "email": "kanytu@gmail.com"
  663. },
  664. {
  665. "name": "Gu Yiling",
  666. "email": "justice360@gmail.com"
  667. },
  668. {
  669. "name": "Thomas Applencourt",
  670. "email": "thomas.applencourt@irsamc.ups-tlse.fr"
  671. },
  672. {
  673. "name": "Andrew Farmer",
  674. "email": "ahfarmer@gmail.com"
  675. },
  676. {
  677. "name": "Sergey Mashkov",
  678. "email": "cy6erGn0m@gmail.com"
  679. },
  680. {
  681. "name": "Raivo Laanemets",
  682. "email": "raivo@infdot.com"
  683. },
  684. {
  685. "name": "Kenneth Fuglsang",
  686. "email": "kfuglsang@gmail.com"
  687. },
  688. {
  689. "name": "David Anson",
  690. "email": "david@dlaa.me"
  691. },
  692. {
  693. "name": "Louis Barranqueiro",
  694. "email": "louis.barranqueiro@gmail.com"
  695. },
  696. {
  697. "name": "Tim Schumacher",
  698. "email": "tim@datenknoten.me"
  699. },
  700. {
  701. "name": "Lucas Werkmeister",
  702. "email": "mail@lucaswerkmeister.de"
  703. },
  704. {
  705. "name": "Dan Panzarella",
  706. "email": "alsoelp@gmail.com"
  707. },
  708. {
  709. "name": "Bruno Dias",
  710. "email": "bruno.r.dias@gmail.com"
  711. },
  712. {
  713. "name": "Jay Strybis",
  714. "email": "jay.strybis@gmail.com"
  715. },
  716. {
  717. "name": "Guillaume Gomez",
  718. "email": "guillaume1.gomez@gmail.com"
  719. },
  720. {
  721. "name": "Janis Voigtländer",
  722. "email": "janis.voigtlaender@gmail.com"
  723. },
  724. {
  725. "name": "Dirk Kirsten",
  726. "email": "dk@basex.org"
  727. },
  728. {
  729. "name": "MY Sun",
  730. "email": "simonmysun@gmail.com"
  731. },
  732. {
  733. "name": "Vadimtro",
  734. "email": "vadimtro@yahoo.com"
  735. },
  736. {
  737. "name": "Benjamin Auder",
  738. "email": "benjamin.auder@gmail.com"
  739. },
  740. {
  741. "name": "Dotan Dimet",
  742. "email": "dotan@corky.net"
  743. },
  744. {
  745. "name": "Manh Tuan",
  746. "email": "junookyo@gmail.com"
  747. },
  748. {
  749. "name": "Philippe Charrière",
  750. "email": "ph.charriere@gmail.com"
  751. },
  752. {
  753. "name": "Stefan Bechert",
  754. "email": "stefan.bechert@gmx.net"
  755. },
  756. {
  757. "name": "Samuel Reed",
  758. "email": "sam@bitmex.com"
  759. },
  760. {
  761. "name": "Yury Selivanov",
  762. "email": "yselivanov@gmail.com"
  763. },
  764. {
  765. "name": "Tsuyusato Kitsune",
  766. "email": "make.just.on@gmail.com"
  767. },
  768. {
  769. "name": "Mick MacCallum",
  770. "email": "micksmaccallum@gmail.com"
  771. },
  772. {
  773. "name": "Kristoffer Gronlund",
  774. "email": "kgronlund@suse.com"
  775. },
  776. {
  777. "name": "Søren Enevoldsen",
  778. "email": "senevoldsen90@gmail.com"
  779. },
  780. {
  781. "name": "Daniel Rosenwasser",
  782. "email": "DanielRosenwasser@users.noreply.github.com"
  783. },
  784. {
  785. "name": "Ladislav Prskavec",
  786. "email": "ladislav@prskavec.net"
  787. },
  788. {
  789. "name": "Jan Kühle",
  790. "email": "jkuehle90@gmail.com"
  791. },
  792. {
  793. "name": "Stefan Wienert",
  794. "email": "stwienert@gmail.com"
  795. },
  796. {
  797. "name": "Nikita Savchenko",
  798. "email": "zitros.lab@gmail.com"
  799. },
  800. {
  801. "name": "Stefania Mellai",
  802. "email": "s.mellai@arduino.cc"
  803. },
  804. {
  805. "name": "Nebuleon Fumika",
  806. "email": "nebuleon.fumika@gmail.com"
  807. },
  808. {
  809. "name": "prince",
  810. "email": "MC.prince.0203@gmail.com"
  811. },
  812. {
  813. "name": "Brendan Rocks",
  814. "email": "rocks.brendan@gmail.com"
  815. },
  816. {
  817. "name": "Raphaël Assénat",
  818. "email": "raph@raphnet.net"
  819. },
  820. {
  821. "name": "Matt Evans",
  822. "email": "matt@aptech.com"
  823. },
  824. {
  825. "name": "Martin Braun",
  826. "email": "martin.braun@ettus.com"
  827. },
  828. {
  829. "name": "Boris Cherny",
  830. "email": "boris@performancejs.com"
  831. },
  832. {
  833. "name": "John Foster",
  834. "email": "jfoster@esri.com"
  835. },
  836. {
  837. "name": "Robert Dodier",
  838. "email": "robert.dodier@gmail.com"
  839. },
  840. {
  841. "name": "Anthony Dugois",
  842. "email": "dev.anthonydugois@gmail.com"
  843. },
  844. {
  845. "name": "Qeole",
  846. "email": "qeole@outlook.com"
  847. },
  848. {
  849. "name": "Denis Ciccale",
  850. "email": "dciccale@gmail.com"
  851. },
  852. {
  853. "name": "Michael Johnston",
  854. "email": "lastobelus@gmail.com"
  855. },
  856. {
  857. "name": "Taras",
  858. "email": "oxdef@oxdef.info"
  859. },
  860. {
  861. "name": "Philipp Wolfer",
  862. "email": "ph.wolfer@gmail.com"
  863. },
  864. {
  865. "name": "Mikko Kouhia",
  866. "email": "mikko.kouhia@iki.fi"
  867. },
  868. {
  869. "name": "Billy Quith",
  870. "email": "chinbillybilbo@gmail.com"
  871. },
  872. {
  873. "name": "Herbert Shin",
  874. "email": "initbar@protonmail.ch"
  875. },
  876. {
  877. "name": "Tristano Ajmone",
  878. "email": "tajmone@gmail.com"
  879. },
  880. {
  881. "name": "Taisuke Fujimoto",
  882. "email": "temp-impl@users.noreply.github.com"
  883. },
  884. {
  885. "name": "Boone Severson",
  886. "email": "boone.severson@gmail.com"
  887. },
  888. {
  889. "name": "Victor Zhou",
  890. "email": "OiCMudkips@users.noreply.github.com"
  891. },
  892. {
  893. "name": "Lars Schulna",
  894. "email": "kartoffelbrei.mit.muskatnuss@gmail.org"
  895. },
  896. {
  897. "name": "Jacob Childress",
  898. "email": "jacobc@gmail.com"
  899. },
  900. {
  901. "name": "Gavin Siu",
  902. "email": "gavsiu@gmail.com"
  903. },
  904. {
  905. "name": "Builder's Brewery",
  906. "email": "buildersbrewery@gmail.com"
  907. },
  908. {
  909. "name": "Sergey Bronnikov",
  910. "email": "sergeyb@bronevichok.ru"
  911. },
  912. {
  913. "name": "Joe Eli McIlvain",
  914. "email": "joe.eli.mac@gmail.org"
  915. },
  916. {
  917. "name": "Stephan Boyer",
  918. "email": "stephan@stephanboyer.com"
  919. },
  920. {
  921. "name": "Alex McKibben",
  922. "email": "alex@nullscope.net"
  923. },
  924. {
  925. "name": "Daniel Gamage",
  926. "email": "hellodanielgamage@gmail.com"
  927. },
  928. {
  929. "name": "Matthew Daly",
  930. "email": "matthewbdaly@gmail.com"
  931. },
  932. {
  933. "name": "Magnus Madsen",
  934. "email": "mmadsen@uwaterloo.ca"
  935. },
  936. {
  937. "name": "Camil Staps",
  938. "email": "info@camilstaps.nl"
  939. },
  940. {
  941. "name": "Alexander Lichter",
  942. "email": "manniL@gmx.net"
  943. },
  944. {
  945. "name": "Nicolas Le Gall",
  946. "email": "contact@nlegall.fr"
  947. },
  948. {
  949. "name": "Kenton Hamaluik",
  950. "email": "kentonh@gmail.com"
  951. },
  952. {
  953. "name": "Marvin Saignat",
  954. "email": "contact@zgmrvn.com"
  955. },
  956. {
  957. "name": "Michael Rodler",
  958. "email": "contact@f0rki.at"
  959. },
  960. {
  961. "name": "Sergey Sobko",
  962. "email": "s.sobko@profitware.ru"
  963. },
  964. {
  965. "name": "Hale Chan",
  966. "email": "halechan@qq.com"
  967. },
  968. {
  969. "name": "Kasper Andersen",
  970. "email": "kma_untrusted@protonmail.com"
  971. },
  972. {
  973. "name": "Philipp A.",
  974. "email": "flying-sheep@web.de"
  975. },
  976. {
  977. "name": "Guannan Wei",
  978. "email": "guannanwei@outlook.com"
  979. },
  980. {
  981. "name": "Sam Wu",
  982. "email": "samsam2310@gmail.com"
  983. },
  984. {
  985. "name": "Ike Ku",
  986. "email": "dempfi@yahoo.com"
  987. },
  988. {
  989. "name": "Andres Täht",
  990. "email": "andres.taht@gmail.com"
  991. },
  992. {
  993. "name": "Rene Saarsoo",
  994. "email": "nene@triin.net"
  995. },
  996. {
  997. "name": "Jordi Petit",
  998. "email": "jordi.petit@gmail.com"
  999. },
  1000. {
  1001. "name": "Raphaël Parrëe",
  1002. "email": "rparree@edc4it.com"
  1003. },
  1004. {
  1005. "name": "Joël Porquet",
  1006. "email": "joel@porquet.org"
  1007. },
  1008. {
  1009. "name": "Alex Arslan",
  1010. "email": "ararslan@comcast.net"
  1011. },
  1012. {
  1013. "name": "Stanislav Belov",
  1014. "email": "stbelov@gmail.com"
  1015. },
  1016. {
  1017. "name": "Ivan Dementev",
  1018. "email": "ivan_div@mail.ru"
  1019. },
  1020. {
  1021. "name": "Nicolas LLOBERA",
  1022. "email": "nllobera@gmail.com"
  1023. },
  1024. {
  1025. "name": "Morten Piibeleht",
  1026. "email": "morten.piibeleht@gmail.com"
  1027. },
  1028. {
  1029. "name": "Martin Clausen",
  1030. "email": "martin.clausene@gmail.com"
  1031. },
  1032. {
  1033. "name": "Arctic Ice Studio",
  1034. "email": "development@arcticicestudio.com"
  1035. },
  1036. {
  1037. "name": "Google Inc.",
  1038. "email": "davidben@google.com",
  1039. "url": "David Benjamin"
  1040. },
  1041. {
  1042. "name": "Ahmad Awais",
  1043. "email": "me@AhmadAwais.com"
  1044. },
  1045. {
  1046. "name": "Duncan Paterson",
  1047. "email": "duncan@exist-db.org"
  1048. },
  1049. {
  1050. "name": "Tristian Kelly",
  1051. "email": "tristian.kelly560@gmail.com"
  1052. },
  1053. {
  1054. "name": "Melissa Geels",
  1055. "email": "melissa@nimble.tools"
  1056. },
  1057. {
  1058. "name": "Dmitriy Tarasov",
  1059. "email": "dimatar@gmail.com"
  1060. },
  1061. {
  1062. "name": "Egor Rogov",
  1063. "email": "e.rogov@postgrespro.ru"
  1064. },
  1065. {
  1066. "name": "Meseta",
  1067. "email": "meseta@gmail.com"
  1068. },
  1069. {
  1070. "name": "Harmon",
  1071. "email": "Harmon.Public@gmail.com"
  1072. },
  1073. {
  1074. "name": "Eric Bailey",
  1075. "email": "eric.w.bailey@gmail.com"
  1076. },
  1077. {
  1078. "name": "Gustavo Costa",
  1079. "email": "gusbemacbe@gmail.com"
  1080. },
  1081. {
  1082. "name": "Antoine Boisier-Michaud",
  1083. "email": "aboisiermichaud@gmail.com"
  1084. },
  1085. {
  1086. "name": "Alejandro Isaza",
  1087. "email": "al@isaza.ca"
  1088. },
  1089. {
  1090. "name": "Laurent Voullemier",
  1091. "email": "laurent.voullemier@gmail.com"
  1092. },
  1093. {
  1094. "name": "Sean T. Allen",
  1095. "email": "sean@monkeysnatchbanana.com"
  1096. },
  1097. {
  1098. "name": "Greg Cline",
  1099. "email": "gregrcline@gmail.com"
  1100. },
  1101. {
  1102. "name": "Sejin Jeon",
  1103. "email": "jinaidy93@gmail.com"
  1104. }
  1105. ],
  1106. "description": "Syntax highlighting with language autodetection.",
  1107. "devDependencies": {
  1108. "bluebird": "^3.5.3",
  1109. "commander": "^2.19.0",
  1110. "del": "^4.1.1",
  1111. "gear": "github:highlightjs/gear",
  1112. "gear-lib": "github:highlightjs/gear-lib",
  1113. "glob": "^7.1.3",
  1114. "js-beautify": "^1.8.9",
  1115. "jsdom": "^15.0.0",
  1116. "lodash": "^4.17.11",
  1117. "mocha": "^6.0.2",
  1118. "should": "^13.2.3",
  1119. "tiny-worker": "^2.1.2"
  1120. },
  1121. "engines": {
  1122. "node": "*"
  1123. },
  1124. "homepage": "https://highlightjs.org/",
  1125. "keywords": [
  1126. "highlight",
  1127. "syntax"
  1128. ],
  1129. "license": "BSD-3-Clause",
  1130. "main": "./lib/index.js",
  1131. "name": "highlight.js",
  1132. "repository": {
  1133. "type": "git",
  1134. "url": "git://github.com/highlightjs/highlight.js.git"
  1135. },
  1136. "scripts": {
  1137. "mocha": "mocha",
  1138. "test": "mocha --globals document test",
  1139. "test-browser": "mocha --globals document test/browser"
  1140. },
  1141. "version": "9.15.8"
  1142. }