|
| 1 | +Arguments: |
| 2 | + /Users/reidbarber/.nvm/versions/node/v20.5.1/bin/node /usr/local/bin/yarn install |
| 3 | + |
| 4 | +PATH: |
| 5 | + /Library/Frameworks/Python.framework/Versions/3.10/bin:/Users/reidbarber/.nvm/versions/node/v20.5.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/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:/Library/Apple/usr/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/Users/reidbarber/.nvm/versions/node/v20.5.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/Users/reidbarber/.cargo/bin |
| 6 | + |
| 7 | +Yarn version: |
| 8 | + 1.22.19 |
| 9 | + |
| 10 | +Node version: |
| 11 | + 20.5.1 |
| 12 | + |
| 13 | +Platform: |
| 14 | + darwin arm64 |
| 15 | + |
| 16 | +Trace: |
| 17 | + SyntaxError: /Users/reidbarber/dev/webmark/docs/package.json: Unexpected non-whitespace character after JSON at position 272 |
| 18 | + at JSON.parse (<anonymous>) |
| 19 | + at /usr/local/lib/node_modules/yarn/lib/cli.js:1629:59 |
| 20 | + at Generator.next (<anonymous>) |
| 21 | + at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30) |
| 22 | + at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13 |
| 23 | + |
| 24 | +npm manifest: |
| 25 | + { |
| 26 | + "name": "webmarker-docs", |
| 27 | + "version": "1.0.0", |
| 28 | + "description": "", |
| 29 | + "main": "next.config.js", |
| 30 | + "scripts": { |
| 31 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 32 | + }, |
| 33 | + "author": "", |
| 34 | + "license": "ISC", |
| 35 | + "dependencies": { |
| 36 | + "webmarker-js": "^0.0.2" |
| 37 | + } |
| 38 | + } |
| 39 | + |
| 40 | + |
| 41 | + { |
| 42 | + "name": "webmarker-docs", |
| 43 | + "version": "0.0.1", |
| 44 | + "description": "Docs for WebMarker", |
| 45 | + "main": "next.config.js", |
| 46 | + "scripts": { |
| 47 | + "dev": "next", |
| 48 | + "build": "next build", |
| 49 | + "start": "next start" |
| 50 | + }, |
| 51 | + "author": "Reid Barber", |
| 52 | + "license": "MIT", |
| 53 | + "devDependencies": { |
| 54 | + "@babel/core": "^7.24.4", |
| 55 | + "@babel/preset-env": "^7.24.4", |
| 56 | + "@babel/preset-typescript": "^7.24.1", |
| 57 | + "@mdx-js/loader": "^3.0.1", |
| 58 | + "@mdx-js/react": "^3.0.1", |
| 59 | + "@next/mdx": "^14.2.3", |
| 60 | + "@parcel/packager-ts": "2.12.0", |
| 61 | + "@parcel/transformer-typescript-tsc": "^2.12.0", |
| 62 | + "@parcel/transformer-typescript-types": "2.12.0", |
| 63 | + "@parcel/validator-typescript": "^2.12.0", |
| 64 | + "@types/mdx": "^2.0.13", |
| 65 | + "autoprefixer": "^10.4.19", |
| 66 | + "babel-jest": "^29.7.0", |
| 67 | + "jest": "^29.7.0", |
| 68 | + "jest-environment-jsdom": "^29.7.0", |
| 69 | + "next": "^14.2.3", |
| 70 | + "nextra": "^2.13.4", |
| 71 | + "nextra-theme-docs": "^2.13.4", |
| 72 | + "parcel": "^2.12.0", |
| 73 | + "postcss": "^8.4.38", |
| 74 | + "process": "^0.11.10", |
| 75 | + "react": "^18.3.1", |
| 76 | + "react-dom": "^18.3.1", |
| 77 | + "tailwindcss": "^3.4.3", |
| 78 | + "ts-jest": "^29.1.2", |
| 79 | + "typescript": "^5.4.5" |
| 80 | + }, |
| 81 | + "dependencies": { |
| 82 | + "webmarker-js": "^0.0.2" |
| 83 | + } |
| 84 | + } |
| 85 | + |
| 86 | +yarn manifest: |
| 87 | + No manifest |
| 88 | + |
| 89 | +Lockfile: |
| 90 | + # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
| 91 | + # yarn lockfile v1 |
| 92 | + |
| 93 | + |
| 94 | + "@floating-ui/core@^1.0.0": |
| 95 | + version "1.6.2" |
| 96 | + resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.2.tgz#d37f3e0ac1f1c756c7de45db13303a266226851a" |
| 97 | + integrity sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg== |
| 98 | + dependencies: |
| 99 | + "@floating-ui/utils" "^0.2.0" |
| 100 | + |
| 101 | + "@floating-ui/dom@^1.6.5": |
| 102 | + version "1.6.5" |
| 103 | + resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.5.tgz#323f065c003f1d3ecf0ff16d2c2c4d38979f4cb9" |
| 104 | + integrity sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw== |
| 105 | + dependencies: |
| 106 | + "@floating-ui/core" "^1.0.0" |
| 107 | + "@floating-ui/utils" "^0.2.0" |
| 108 | + |
| 109 | + "@floating-ui/utils@^0.2.0": |
| 110 | + version "0.2.2" |
| 111 | + resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.2.tgz#d8bae93ac8b815b2bd7a98078cf91e2724ef11e5" |
| 112 | + integrity sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw== |
| 113 | + |
| 114 | + webmarker-js@^0.0.2: |
| 115 | + version "0.0.2" |
| 116 | + resolved "https://registry.yarnpkg.com/webmarker-js/-/webmarker-js-0.0.2.tgz#7253c9cf47e706f0cf9b9b0868887d8761f48b9d" |
| 117 | + integrity sha512-rmaxBLG8VG3cl4xW0FcxyZmwutDzlwHurpk4Gxg73M+Y2rFZ4yEbugPbdr9YHr63xKobhLk9rGNQh0gNv5X/ig== |
| 118 | + dependencies: |
| 119 | + "@floating-ui/dom" "^1.6.5" |
0 commit comments