You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

294 lines
7.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "ms@^2.1.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/debug"
  6. ]
  7. ],
  8. "_from": "ms@>=2.1.1 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "ms@2.1.2",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/ms",
  14. "_nodeVersion": "10.15.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/ms_2.1.2_1559842315767_0.4700607530567853"
  18. },
  19. "_npmUser": {
  20. "email": "steven@ceriously.com",
  21. "name": "styfle"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "ms",
  27. "raw": "ms@^2.1.1",
  28. "rawSpec": "^2.1.1",
  29. "scope": null,
  30. "spec": ">=2.1.1 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/debug",
  35. "/follow-redirects/debug",
  36. "/portfinder/debug",
  37. "/sockjs-client/debug"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  40. "_shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
  41. "_shrinkwrap": null,
  42. "_spec": "ms@^2.1.1",
  43. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/debug",
  44. "bugs": {
  45. "url": "https://github.com/zeit/ms/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Tiny millisecond conversion utility",
  49. "devDependencies": {
  50. "eslint": "4.12.1",
  51. "expect.js": "0.3.1",
  52. "husky": "0.14.3",
  53. "lint-staged": "5.0.0",
  54. "mocha": "4.0.1"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 4,
  59. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+U4MCRA9TVsSAnZWagAA71AP/2rpu0zYdK5Z/BXrrKNW\nljsVOs4oHNJ2jeZrzpcV8eZUZ6zAi78plyxcnMCbbG+TrpjXrPcb8qFq630G\nS6+srbEF0lCGCc+ktJrNJPTeXkDxukQXVrepgZ2kxZ4m3q/QIAVoK4t9ebuH\nNYa+39wwET9oPuPsk+YY0Z7fQ1vadyuzHYOrRmtudV3ZtyT0k74Ec3IhKamW\nlLDJtCklD7IGcwirrvPssxmYu8WP+PAyFnrVaOW+iior1o07oWO2mk7sk3Fx\nwBSBFf7vZqFJP6Qg1m3TVBAiipL+Pf+b3Dy8fhmn4NhTGj/9Wl7f/LcqogOV\nV9l77qsZldCERBwmwLsHlMyCSSl/b2qaz28ZBTRwHtHdo19QT6MqX8Yvomy4\n+gyPBBAHC6bqqLZ0veRKzSNFfJYoFw8tQzyjSjpmYcdxaB5w4z4QPZAkZCku\ns+sooI5Xo33E9rcEDWmyqxdUud+Au/fTttg0dReYe8NVrUgzyk4T1W+D7I4k\nu3XV7O9bOaJiBTNsb22lGIC6E/HtjfoqW7iwl0cdZ8iZcPTBClkzsy9Hz6a4\nmNKDARFL0wjzWF/CoXyKcI6t9ruOepTQRfbAtZDAo4LEYj/bGiqm2kbX5AP6\nicCOlufTNip74l2bXv2sJNwtjGzEYF/S79Oyc49IP/ovIua4quXXtSjAh8Bg\nLrV/\r\n=GrYx\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
  62. "tarball": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  63. "unpackedSize": 6842
  64. },
  65. "eslintConfig": {
  66. "env": {
  67. "es6": true,
  68. "node": true
  69. },
  70. "extends": "eslint:recommended"
  71. },
  72. "gitHead": "7920885eb232fbe7a5efdab956d3e7c507c92ddf",
  73. "homepage": "https://github.com/zeit/ms#readme",
  74. "license": "MIT",
  75. "lint-staged": {
  76. "*.js": [
  77. "git add",
  78. "npm run lint",
  79. "prettier --single-quote --write"
  80. ]
  81. },
  82. "main": "./index",
  83. "maintainers": [
  84. {
  85. "name": "lucleray",
  86. "email": "luc.leray@gmail.com"
  87. },
  88. {
  89. "name": "alexaltea",
  90. "email": "alexandro@phi.nz"
  91. },
  92. {
  93. "name": "andybitz",
  94. "email": "artzbitz@gmail.com"
  95. },
  96. {
  97. "name": "arunoda",
  98. "email": "arunoda.susiripala@gmail.com"
  99. },
  100. {
  101. "name": "arzafran",
  102. "email": "franco@basement.studio"
  103. },
  104. {
  105. "name": "atcastle",
  106. "email": "atcastle@gmail.com"
  107. },
  108. {
  109. "name": "b3nnyl",
  110. "email": "ciao@sylin.me"
  111. },
  112. {
  113. "name": "caarlos0",
  114. "email": "caarlos0@gmail.com"
  115. },
  116. {
  117. "name": "codetheory",
  118. "email": "thecodetheory@gmail.com"
  119. },
  120. {
  121. "name": "coetry",
  122. "email": "allenhai03@gmail.com"
  123. },
  124. {
  125. "name": "dav-is",
  126. "email": "mail@connordav.is"
  127. },
  128. {
  129. "name": "fivepointseven",
  130. "email": "fivepointseven@icloud.com"
  131. },
  132. {
  133. "name": "guybedford",
  134. "email": "guybedford@gmail.com"
  135. },
  136. {
  137. "name": "hharnisc",
  138. "email": "hharnisc@gmail.com"
  139. },
  140. {
  141. "name": "huvik",
  142. "email": "lukas@huvar.cz"
  143. },
  144. {
  145. "name": "iamevilrabbit",
  146. "email": "hello@evilrabb.it"
  147. },
  148. {
  149. "name": "igorklopov",
  150. "email": "igor@klopov.com"
  151. },
  152. {
  153. "name": "ijjk",
  154. "email": "jj@jjsweb.site"
  155. },
  156. {
  157. "name": "janicklas-ralph",
  158. "email": "janicklasralph036@gmail.com"
  159. },
  160. {
  161. "name": "javivelasco",
  162. "email": "javier.velasco86@gmail.com"
  163. },
  164. {
  165. "name": "joecohens",
  166. "email": "joecohenr@gmail.com"
  167. },
  168. {
  169. "name": "juancampa",
  170. "email": "juancampa@gmail.com"
  171. },
  172. {
  173. "name": "leo",
  174. "email": "leo@zeit.co"
  175. },
  176. {
  177. "name": "lfades",
  178. "email": "luisito453@gmail.com"
  179. },
  180. {
  181. "name": "anatrajkovska",
  182. "email": "ana.trajkovska2015@gmail.com"
  183. },
  184. {
  185. "name": "manovotny",
  186. "email": "manovotny@gmail.com"
  187. },
  188. {
  189. "name": "marcosnils",
  190. "email": "marcosnils@gmail.com"
  191. },
  192. {
  193. "name": "matheuss",
  194. "email": "me@matheus.top"
  195. },
  196. {
  197. "name": "mfix22",
  198. "email": "mrfix84@gmail.com"
  199. },
  200. {
  201. "name": "mglagola",
  202. "email": "mark.glagola@gmail.com"
  203. },
  204. {
  205. "name": "msweeneydev",
  206. "email": "mail@msweeneydev.com"
  207. },
  208. {
  209. "name": "nkzawa",
  210. "email": "naoyuki.kanezawa@gmail.com"
  211. },
  212. {
  213. "name": "olliv",
  214. "email": "olli@zeit.co"
  215. },
  216. {
  217. "name": "paco",
  218. "email": "pvco.coursey@gmail.com"
  219. },
  220. {
  221. "name": "paulogdm",
  222. "email": "paulogdemitri@gmail.com"
  223. },
  224. {
  225. "name": "quietshu",
  226. "email": "ds303077135@gmail.com"
  227. },
  228. {
  229. "name": "rabaut",
  230. "email": "rabautse@gmail.com"
  231. },
  232. {
  233. "name": "ragojose",
  234. "email": "ragojosefrancisco@gmail.com"
  235. },
  236. {
  237. "name": "rauchg",
  238. "email": "rauchg@gmail.com"
  239. },
  240. {
  241. "name": "sarupbanskota",
  242. "email": "sbanskota08@gmail.com"
  243. },
  244. {
  245. "name": "skllcrn",
  246. "email": "skllcrn@zeit.co"
  247. },
  248. {
  249. "name": "sophearak",
  250. "email": "t.sophearak@gmail.com"
  251. },
  252. {
  253. "name": "styfle",
  254. "email": "steven@ceriously.com"
  255. },
  256. {
  257. "name": "timer",
  258. "email": "timer150@gmail.com"
  259. },
  260. {
  261. "name": "timneutkens",
  262. "email": "tim@timneutkens.nl"
  263. },
  264. {
  265. "name": "tootallnate",
  266. "email": "nathan@tootallnate.net"
  267. },
  268. {
  269. "name": "umegaya",
  270. "email": "iyatomi@gmail.com"
  271. },
  272. {
  273. "name": "williamli",
  274. "email": "williamli@bbi.io"
  275. },
  276. {
  277. "name": "zeit-bot",
  278. "email": "team@zeit.co"
  279. }
  280. ],
  281. "name": "ms",
  282. "optionalDependencies": {},
  283. "readme": "ERROR: No README data found!",
  284. "repository": {
  285. "type": "git",
  286. "url": "git+https://github.com/zeit/ms.git"
  287. },
  288. "scripts": {
  289. "lint": "eslint lib/* bin/*",
  290. "precommit": "lint-staged",
  291. "test": "mocha tests.js"
  292. },
  293. "version": "2.1.2"
  294. }