summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/pnpm-lock.yaml
blob: 88ebee5907a6dadb556c8b5f47870b2acc347fd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
lockfileVersion: 5.4

specifiers:
  '@js-temporal/polyfill': ^0.4.1
  fuzzysort: ^1.9.0
  svelte: ^3.48.0
  svelte-feather-icons: ^4.0.0
  svelte-spa-router: ^3.2.0
  typescript: 4.6.4

devDependencies:
  '@js-temporal/polyfill': 0.4.1
  fuzzysort: 1.9.0
  svelte: 3.48.0
  svelte-feather-icons: 4.0.0
  svelte-spa-router: 3.2.0
  typescript: 4.6.4

packages:

  /@js-temporal/polyfill/0.4.1:
    resolution: {integrity: sha512-q45ecIocpa2TLem2jNOsCrDwP/sgKZdSkt+C1Rx07OkdKsdbvVfHcD1iDiK9scxBZrBQ38uJ8VQISXBS70ql1w==}
    engines: {node: '>=12'}
    dependencies:
      jsbi: 4.3.0
      tslib: 2.4.0
    dev: true

  /fuzzysort/1.9.0:
    resolution: {integrity: sha512-MOxCT0qLTwLqmEwc7UtU045RKef7mc8Qz8eR4r2bLNEq9dy/c3ZKMEFp6IEst69otkQdFZ4FfgH2dmZD+ddX1g==}
    dev: true

  /jsbi/4.3.0:
    resolution: {integrity: sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==}
    dev: true

  /regexparam/2.0.0:
    resolution: {integrity: sha512-gJKwd2MVPWHAIFLsaYDZfyKzHNS4o7E/v8YmNf44vmeV2e4YfVoDToTOKTvE7ab68cRJ++kLuEXJBaEeJVt5ow==}
    engines: {node: '>=8'}
    dev: true

  /svelte-feather-icons/4.0.0:
    resolution: {integrity: sha512-4ieUsjp+VYa1r6y80jDt9zRiRUZyJNbESpRdHdJJhiBubyuXX96A7f1UZSK4olxzP6Qsg5ZAuyZlnmvD+/swAA==}
    dependencies:
      svelte: 3.48.0
    dev: true

  /svelte-spa-router/3.2.0:
    resolution: {integrity: sha512-igemo5Vs82TGBBw+DjWt6qKameXYzNs6aDXcTxou5XbEvOjiRcAM6MLkdVRCatn6u8r42dE99bt/br7T4qe/AQ==}
    dependencies:
      regexparam: 2.0.0
    dev: true

  /svelte/3.48.0:
    resolution: {integrity: sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==}
    engines: {node: '>= 8'}
    dev: true

  /tslib/2.4.0:
    resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
    dev: true

  /typescript/4.6.4:
    resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==}
    engines: {node: '>=4.2.0'}
    hasBin: true
    dev: true