11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "jackspeak", 31cb0ef41Sopenharmony_ci "version": "2.3.6", 41cb0ef41Sopenharmony_ci "description": "A very strict and proper argument parser.", 51cb0ef41Sopenharmony_ci "tshy": { 61cb0ef41Sopenharmony_ci "main": true, 71cb0ef41Sopenharmony_ci "exports": { 81cb0ef41Sopenharmony_ci "./package.json": "./package.json", 91cb0ef41Sopenharmony_ci ".": "./src/index.js" 101cb0ef41Sopenharmony_ci } 111cb0ef41Sopenharmony_ci }, 121cb0ef41Sopenharmony_ci "main": "./dist/commonjs/index.js", 131cb0ef41Sopenharmony_ci "types": "./dist/commonjs/index.d.ts", 141cb0ef41Sopenharmony_ci "type": "module", 151cb0ef41Sopenharmony_ci "exports": { 161cb0ef41Sopenharmony_ci "./package.json": "./package.json", 171cb0ef41Sopenharmony_ci ".": { 181cb0ef41Sopenharmony_ci "import": { 191cb0ef41Sopenharmony_ci "types": "./dist/esm/index.d.ts", 201cb0ef41Sopenharmony_ci "default": "./dist/esm/index.js" 211cb0ef41Sopenharmony_ci }, 221cb0ef41Sopenharmony_ci "require": { 231cb0ef41Sopenharmony_ci "types": "./dist/commonjs/index.d.ts", 241cb0ef41Sopenharmony_ci "default": "./dist/commonjs/index.js" 251cb0ef41Sopenharmony_ci } 261cb0ef41Sopenharmony_ci } 271cb0ef41Sopenharmony_ci }, 281cb0ef41Sopenharmony_ci "files": [ 291cb0ef41Sopenharmony_ci "dist" 301cb0ef41Sopenharmony_ci ], 311cb0ef41Sopenharmony_ci "scripts": { 321cb0ef41Sopenharmony_ci "build-examples": "for i in examples/*.js ; do node $i -h > ${i/.js/.txt}; done", 331cb0ef41Sopenharmony_ci "preversion": "npm test", 341cb0ef41Sopenharmony_ci "postversion": "npm publish", 351cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags", 361cb0ef41Sopenharmony_ci "prepare": "tshy", 371cb0ef41Sopenharmony_ci "pretest": "npm run prepare", 381cb0ef41Sopenharmony_ci "presnap": "npm run prepare", 391cb0ef41Sopenharmony_ci "test": "tap", 401cb0ef41Sopenharmony_ci "snap": "tap", 411cb0ef41Sopenharmony_ci "format": "prettier --write . --loglevel warn", 421cb0ef41Sopenharmony_ci "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" 431cb0ef41Sopenharmony_ci }, 441cb0ef41Sopenharmony_ci "license": "BlueOak-1.0.0", 451cb0ef41Sopenharmony_ci "prettier": { 461cb0ef41Sopenharmony_ci "semi": false, 471cb0ef41Sopenharmony_ci "printWidth": 75, 481cb0ef41Sopenharmony_ci "tabWidth": 2, 491cb0ef41Sopenharmony_ci "useTabs": false, 501cb0ef41Sopenharmony_ci "singleQuote": true, 511cb0ef41Sopenharmony_ci "jsxSingleQuote": false, 521cb0ef41Sopenharmony_ci "bracketSameLine": true, 531cb0ef41Sopenharmony_ci "arrowParens": "avoid", 541cb0ef41Sopenharmony_ci "endOfLine": "lf" 551cb0ef41Sopenharmony_ci }, 561cb0ef41Sopenharmony_ci "devDependencies": { 571cb0ef41Sopenharmony_ci "@types/node": "^20.7.0", 581cb0ef41Sopenharmony_ci "@types/pkgjs__parseargs": "^0.10.1", 591cb0ef41Sopenharmony_ci "prettier": "^2.8.6", 601cb0ef41Sopenharmony_ci "tap": "^18.1.4", 611cb0ef41Sopenharmony_ci "tshy": "^1.2.2", 621cb0ef41Sopenharmony_ci "typedoc": "^0.25.1", 631cb0ef41Sopenharmony_ci "typescript": "^5.2.2" 641cb0ef41Sopenharmony_ci }, 651cb0ef41Sopenharmony_ci "dependencies": { 661cb0ef41Sopenharmony_ci "@isaacs/cliui": "^8.0.2" 671cb0ef41Sopenharmony_ci }, 681cb0ef41Sopenharmony_ci "engines": { 691cb0ef41Sopenharmony_ci "node": ">=14" 701cb0ef41Sopenharmony_ci }, 711cb0ef41Sopenharmony_ci "funding": { 721cb0ef41Sopenharmony_ci "url": "https://github.com/sponsors/isaacs" 731cb0ef41Sopenharmony_ci }, 741cb0ef41Sopenharmony_ci "repository": { 751cb0ef41Sopenharmony_ci "type": "git", 761cb0ef41Sopenharmony_ci "url": "git+https://github.com/isaacs/jackspeak.git" 771cb0ef41Sopenharmony_ci }, 781cb0ef41Sopenharmony_ci "keywords": [ 791cb0ef41Sopenharmony_ci "argument", 801cb0ef41Sopenharmony_ci "parser", 811cb0ef41Sopenharmony_ci "args", 821cb0ef41Sopenharmony_ci "option", 831cb0ef41Sopenharmony_ci "flag", 841cb0ef41Sopenharmony_ci "cli", 851cb0ef41Sopenharmony_ci "command", 861cb0ef41Sopenharmony_ci "line", 871cb0ef41Sopenharmony_ci "parse", 881cb0ef41Sopenharmony_ci "parsing" 891cb0ef41Sopenharmony_ci ], 901cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me>", 911cb0ef41Sopenharmony_ci "optionalDependencies": { 921cb0ef41Sopenharmony_ci "@pkgjs/parseargs": "^0.11.0" 931cb0ef41Sopenharmony_ci } 941cb0ef41Sopenharmony_ci} 95