|
| 1 | +Arguments: |
| 2 | + /home/raymond/.nvm/versions/node/v12.14.0/bin/node /home/raymond/.nvm/versions/node/v12.14.0/bin/yarn publish |
| 3 | + |
| 4 | +PATH: |
| 5 | + /home/raymond/.solc-select:/home/raymond/.nix-profile/bin:~/.local/bin:/home/raymond/.solc-select:/home/raymond/.nix-profile/bin:~/.local/bin:/home/raymond/anaconda3/condabin:/home/raymond/.nvm/versions/node/v12.14.0/bin:/home/raymond/.nix-profile/bin:/home/raymond/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/raymond/.dotnet/tools:/home/raymond/.zokrates/bin:/home/raymond/.zokrates/bin |
| 6 | + |
| 7 | +Yarn version: |
| 8 | + 1.21.1 |
| 9 | + |
| 10 | +Node version: |
| 11 | + 12.14.0 |
| 12 | + |
| 13 | +Platform: |
| 14 | + linux x64 |
| 15 | + |
| 16 | +Trace: |
| 17 | + Error: canceled |
| 18 | + at Interface.<anonymous> (/home/raymond/.nvm/versions/node/v12.14.0/lib/node_modules/yarn/lib/cli.js:136925:13) |
| 19 | + at Interface.emit (events.js:210:5) |
| 20 | + at Interface._ttyWrite (readline.js:887:16) |
| 21 | + at ReadStream.onkeypress (readline.js:191:10) |
| 22 | + at ReadStream.emit (events.js:210:5) |
| 23 | + at emitKeys (internal/readline/utils.js:433:14) |
| 24 | + at emitKeys.next (<anonymous>) |
| 25 | + at ReadStream.onData (readline.js:1153:36) |
| 26 | + at ReadStream.emit (events.js:210:5) |
| 27 | + at addChunk (_stream_readable.js:309:12) |
| 28 | + |
| 29 | +npm manifest: |
| 30 | + { |
| 31 | + "name": "@govtechsg/oa-schemata", |
| 32 | + "version": "0.0.0-development", |
| 33 | + "description": "Repository for schemata created by open-attestation", |
| 34 | + "main": "dist/cjs/index.js", |
| 35 | + "module": "dist/esm/index.js", |
| 36 | + "browser": "dist/index.umd.js", |
| 37 | + "types": "dist/types/index.d.ts", |
| 38 | + "scripts": { |
| 39 | + "build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:type", |
| 40 | + "build:cjs": "tsc --module commonjs --outDir dist/cjs --project ./tsconfig.prod.json", |
| 41 | + "build:esm": "tsc --module es2015 --outDir dist/esm --project ./tsconfig.prod.json", |
| 42 | + "build:type": "tsc -d --emitDeclarationOnly --outDir dist/types", |
| 43 | + "build:umd": "rollup -c", |
| 44 | + "clean": "rm -rf dist/", |
| 45 | + "dev": "cd app && npm run dev", |
| 46 | + "test": "jest", |
| 47 | + "test:watch": "npm run test -- --watch", |
| 48 | + "lint": "eslint . --ext .ts --ext .js --max-warnings 0", |
| 49 | + "lint:fix": "npm run lint -- --fix", |
| 50 | + "publish:schema": "scripts/publish-schema.sh && cp _redirects ./public && cd app && npm i && npm run build && cd .. && cp -r app/public/* ./public ", |
| 51 | + "postinstall": "node scripts/post-install", |
| 52 | + "semantic-release": "semantic-release" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@commitlint/cli": "8.3.3", |
| 56 | + "@commitlint/config-conventional": "8.3.3", |
| 57 | + "@commitlint/prompt": "8.3.3", |
| 58 | + "@ls-age/commitlint-circle": "1.0.0", |
| 59 | + "@rollup/plugin-json": "^4.0.0", |
| 60 | + "@types/jest": "^24.0.23", |
| 61 | + "@types/lodash": "^4.14.162", |
| 62 | + "@typescript-eslint/eslint-plugin": "^2.8.0", |
| 63 | + "@typescript-eslint/parser": "^2.8.0", |
| 64 | + "axios": "^0.20.0", |
| 65 | + "commitizen": "4.0.3", |
| 66 | + "eslint": "^6.6.0", |
| 67 | + "eslint-config-airbnb-base": "^14.0.0", |
| 68 | + "eslint-config-prettier": "^6.7.0", |
| 69 | + "eslint-plugin-import": "^2.18.2", |
| 70 | + "eslint-plugin-jest": "^23.0.4", |
| 71 | + "eslint-plugin-prettier": "^3.1.1", |
| 72 | + "eslint-plugin-svelte3": "^2.7.3", |
| 73 | + "git-cz": "^3.3.0", |
| 74 | + "jest": "^24.9.0", |
| 75 | + "lodash": "^4.17.20", |
| 76 | + "mkdirp": "^1.0.4", |
| 77 | + "prettier": "^1.19.1", |
| 78 | + "prettier-plugin-svelte": "^1.4.1", |
| 79 | + "quicktype": "^15.0.258", |
| 80 | + "rollup": "^1.27.3", |
| 81 | + "rollup-plugin-commonjs": "^10.1.0", |
| 82 | + "semantic-release": "^17.2.1", |
| 83 | + "svelte": "^3.29.4", |
| 84 | + "ts-jest": "^24.1.0", |
| 85 | + "ts-node": "^8.5.2", |
| 86 | + "typescript": "^3.9.7" |
| 87 | + }, |
| 88 | + "files": [ |
| 89 | + "/dist", |
| 90 | + "/scripts" |
| 91 | + ], |
| 92 | + "repository": { |
| 93 | + "type": "git", |
| 94 | + "url": "https://github.com/Open-Attestation/schemata.git" |
| 95 | + }, |
| 96 | + "keywords": [], |
| 97 | + "author": "", |
| 98 | + "license": "Apache-2.0", |
| 99 | + "bugs": { |
| 100 | + "url": "https://github.com/Open-Attestation/schemata/issues" |
| 101 | + }, |
| 102 | + "homepage": "https://github.com/Open-Attestation/schemata#readme", |
| 103 | + "publishConfig": { |
| 104 | + "access": "public" |
| 105 | + }, |
| 106 | + "config": { |
| 107 | + "commitizen": { |
| 108 | + "path": "node_modules/@commitlint/prompt" |
| 109 | + } |
| 110 | + }, |
| 111 | + "jest": { |
| 112 | + "preset": "ts-jest", |
| 113 | + "setupFiles": [ |
| 114 | + "core-js" |
| 115 | + ], |
| 116 | + "testEnvironment": "node", |
| 117 | + "testPathIgnorePatterns": [ |
| 118 | + "node_modules", |
| 119 | + "dist" |
| 120 | + ] |
| 121 | + }, |
| 122 | + "eslintConfig": { |
| 123 | + "extends": [ |
| 124 | + "plugin:@typescript-eslint/recommended", |
| 125 | + "prettier", |
| 126 | + "prettier/@typescript-eslint", |
| 127 | + "plugin:jest/recommended" |
| 128 | + ], |
| 129 | + "env": { |
| 130 | + "jest": true |
| 131 | + }, |
| 132 | + "parser": "@typescript-eslint/parser", |
| 133 | + "plugins": [ |
| 134 | + "prettier", |
| 135 | + "@typescript-eslint", |
| 136 | + "svelte3" |
| 137 | + ], |
| 138 | + "overrides": [ |
| 139 | + { |
| 140 | + "files": [ |
| 141 | + "**/*.svelte" |
| 142 | + ], |
| 143 | + "processor": "svelte3/svelte3" |
| 144 | + } |
| 145 | + ], |
| 146 | + "rules": { |
| 147 | + "no-unused-vars": [ |
| 148 | + "error", |
| 149 | + { |
| 150 | + "argsIgnorePattern": "^_" |
| 151 | + } |
| 152 | + ], |
| 153 | + "func-names": [ |
| 154 | + "error", |
| 155 | + "as-needed" |
| 156 | + ], |
| 157 | + "prettier/prettier": "error", |
| 158 | + "import/no-unresolved": "off", |
| 159 | + "import/prefer-default-export": "off", |
| 160 | + "@typescript-eslint/explicit-function-return-type": "off", |
| 161 | + "@typescript-eslint/no-explicit-any": "off", |
| 162 | + "no-unused-expressions": "off", |
| 163 | + "@typescript-eslint/no-unused-expressions": [ |
| 164 | + "error" |
| 165 | + ] |
| 166 | + } |
| 167 | + }, |
| 168 | + "prettier": { |
| 169 | + "printWidth": 120 |
| 170 | + } |
| 171 | + } |
| 172 | + |
| 173 | +yarn manifest: |
| 174 | + No manifest |
| 175 | + |
| 176 | +Lockfile: |
| 177 | + No lockfile |
0 commit comments