85 lines
2.9 KiB
Plaintext
85 lines
2.9 KiB
Plaintext
Arguments:
|
|
/Users/minhuang/.nvm/versions/node/v18.1.0/bin/node /usr/local/bin/yarn
|
|
|
|
PATH:
|
|
/Users/minhuang/.nvm/versions/node/v18.1.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/go/bin:/usr/local/laps:/Library/Apple/usr/bin:/Users/minhuang/.rover/bin:/Users/minhuang/.nvm/versions/node/v18.1.0/bin:/usr/local/Cellar/kotlin/1.6.0/bin;/usr/local/Cellar/go/1.18/bin:/usr/local/Cellar/kotlin/1.6.0/bin;/usr/local/Cellar/go/1.18/bin
|
|
|
|
Yarn version:
|
|
1.22.17
|
|
|
|
Node version:
|
|
18.1.0
|
|
|
|
Platform:
|
|
darwin x64
|
|
|
|
Trace:
|
|
SyntaxError: /Users/minhuang/Codes/Projects/graphql-server/package.json: Unexpected token } in JSON at position 1535
|
|
at JSON.parse (<anonymous>)
|
|
at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59
|
|
at Generator.next (<anonymous>)
|
|
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30)
|
|
at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13
|
|
|
|
npm manifest:
|
|
{
|
|
"name": "@honojs/graphql-server",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:honojs/grahql-server.git",
|
|
"author": "Minghe Huang <h.minghe@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint --ext js,ts src .eslintrc.js",
|
|
"lint:fix": "eslint --ext js,ts src .eslintrc.js --fix",
|
|
"build": "rimraf dist && tsc --project tsconfig.build.esm.json && tsc --project tsconfig.build.json",
|
|
"watch": "tsc --project tsconfig.build.json -w",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "^16.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^3.7.1",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/mustache": "^4.1.2",
|
|
"@types/node": "^17.0.29",
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
"crypto-js": "^4.1.1",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-define-config": "^1.4.0",
|
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"form-data": "^4.0.0",
|
|
"graphql": "^16.4.0",
|
|
"jest": "27.5.1",
|
|
"jest-environment-miniflare": "^2.5.0",
|
|
"mustache": "^4.2.0",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-md-nocjsp": "^1.2.0",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
}
|
|
|
|
yarn manifest:
|
|
No manifest
|
|
|
|
Lockfile:
|
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
graphql@^16.5.0:
|
|
version "16.5.0"
|
|
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
|
|
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
|