|
@@ -0,0 +1,57 @@
|
|
|
|
+Arguments:
|
|
|
|
+ /usr/local/bin/node /opt/homebrew/bin/yarn workspace lib build
|
|
|
|
+
|
|
|
|
+PATH:
|
|
|
|
+ /opt/homebrew/opt/lua/bin:/usr/local/opt/node@14/bin:/opt/homebrew/opt/composer/bin:/usr/local/opt/node@14/bin:/opt/homebrew/sbin:/opt/homebrew/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:/usr/local/share/dotnet:~/.dotnet/tools:/opt/homebrew/opt/lua/bin:/opt/homebrew/opt/composer/bin
|
|
|
|
+
|
|
|
|
+Yarn version:
|
|
|
|
+ 1.22.19
|
|
|
|
+
|
|
|
|
+Node version:
|
|
|
|
+ 18.10.0
|
|
|
|
+
|
|
|
|
+Platform:
|
|
|
|
+ darwin arm64
|
|
|
|
+
|
|
|
|
+Trace:
|
|
|
|
+ SyntaxError: /Users/mrs4z/developing/projects/qf-project/qf-types/package.json: Unexpected string in JSON at position 294
|
|
|
|
+ at JSON.parse (<anonymous>)
|
|
|
|
+ at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:1629:59
|
|
|
|
+ at Generator.next (<anonymous>)
|
|
|
|
+ at step (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:310:30)
|
|
|
|
+ at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:321:13
|
|
|
|
+
|
|
|
|
+npm manifest:
|
|
|
|
+ {
|
|
|
|
+ "name": "qf-types",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "description": "Global package for about interfaces, types.",
|
|
|
|
+ "files": ["dist"],
|
|
|
|
+ "main": "./dist/index.js",
|
|
|
|
+ "module": "./dist/index.js",
|
|
|
|
+ "types": "./dist/index.d.ts",
|
|
|
|
+ "exports":{
|
|
|
|
+ ".": {
|
|
|
|
+ "import": "./dist/index.js"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ "repository": "https://git.ali33.ru/s4z/qf-types.git",
|
|
|
|
+ "author": "0xJS",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "typescript": "^5.0.4"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+yarn manifest:
|
|
|
|
+ No manifest
|
|
|
|
+
|
|
|
|
+Lockfile:
|
|
|
|
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
|
|
+ # yarn lockfile v1
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ typescript@^5.0.4:
|
|
|
|
+ version "5.0.4"
|
|
|
|
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
|
|
|
|
+ integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
|