-
Notifications
You must be signed in to change notification settings - Fork 2
/
yarn-error.log
91 lines (78 loc) · 3.31 KB
/
yarn-error.log
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Arguments:
/Users/siyu.jiang/.nvm/versions/node/v18.13.0/bin/node /opt/homebrew/Cellar/yarn/1.22.19/libexec/bin/yarn.js install
PATH:
/Users/siyu.jiang/.pyenv/shims:/Users/siyu.jiang/.nvm/versions/node/v18.13.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/siyu.jiang/.foundry/bin
Yarn version:
1.22.19
Node version:
18.13.0
Platform:
darwin arm64
Trace:
SyntaxError: /Users/siyu.jiang/workspace/mixed-quoter/package.json: Unexpected token , in JSON at position 795
at JSON.parse (<anonymous>)
at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:1629:59
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:321:13
npm manifest:
{
"name": "@uniswap/mixed-quoter",
"version": "1.0.0",
"description": "smart contracts for mixed quoter",
"files": [
"src/interfaces",
"src/libraries",
"src",
"src/**/*.json"
],
"scripts": {
"fmt": "forge fmt",
"build": "forge build",
"test": "forge test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Uniswap/mixed-quoter.git"
},
"keywords": [
"mixed",
"quoter"
],
"dependencies": {
"@uniswap/v2-core": "1.0.1",
"@uniswap/v3-core": "1.0.0",
"@uniswap/universal-router": "1.6.0",
"@openzeppelin/contracts": "4.7.0"
},
"devDependencies": {
"@uniswap/swap-router-contracts": "^1.3.0"
},
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/Uniswap/mixed-quoter#readme"
},
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@openzeppelin/[email protected]":
version "4.7.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.0.tgz#3092d70ea60e3d1835466266b1d68ad47035a2d5"
integrity sha512-52Qb+A1DdOss8QvJrijYYPSf32GUg2pGaG/yCxtaA3cu4jduouTdg4XZSMLW9op54m1jH7J8hoajhHKOPsoJFw==
"@uniswap/[email protected]":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@uniswap/universal-router/-/universal-router-1.6.0.tgz#3d7372e98a0303c70587802ee6841b8b6b42fc6f"
integrity sha512-Gt0b0rtMV1vSrgXY3vz5R1RCZENB+rOkbOidY9GvcXrK1MstSrQSOAc+FCr8FSgsDhmRAdft0lk5YUxtM9i9Lg==
dependencies:
"@openzeppelin/contracts" "4.7.0"
"@uniswap/v2-core" "1.0.1"
"@uniswap/v3-core" "1.0.0"
"@uniswap/[email protected]":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/v2-core/-/v2-core-1.0.1.tgz#af8f508bf183204779938969e2e54043e147d425"
integrity sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q==
"@uniswap/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@uniswap/v3-core/-/v3-core-1.0.0.tgz#6c24adacc4c25dceee0ba3ca142b35adbd7e359d"
integrity sha512-kSC4djMGKMHj7sLMYVnn61k9nu+lHjMIxgg9CDQT+s2QYLoA56GbSK9Oxr+qJXzzygbkrmuY6cwgP6cW2JXPFA==