{ "_from": "jackspeak@^2.3.5", "_id": "jackspeak@2.3.6", "_inBundle": false, "_integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "_location": "/jackspeak", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jackspeak@^2.3.5", "name": "jackspeak", "escapedName": "jackspeak", "rawSpec": "^2.3.5", "saveSpec": null, "fetchSpec": "^2.3.5" }, "_requiredBy": [ "/glob" ], "_resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", "_shasum": "647ecc472238aee4b06ac0e461acc21a8c505ca8", "_spec": "jackspeak@^2.3.5", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/glob", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" }, "bugs": { "url": "https://github.com/isaacs/jackspeak/issues" }, "bundleDependencies": false, "dependencies": { "@isaacs/cliui": "^8.0.2", "@pkgjs/parseargs": "^0.11.0" }, "deprecated": false, "description": "A very strict and proper argument parser.", "devDependencies": { "@types/node": "^20.7.0", "@types/pkgjs__parseargs": "^0.10.1", "prettier": "^2.8.6", "tap": "^18.1.4", "tshy": "^1.2.2", "typedoc": "^0.25.1", "typescript": "^5.2.2" }, "engines": { "node": ">=14" }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "files": [ "dist" ], "funding": { "url": "https://github.com/sponsors/isaacs" }, "homepage": "https://github.com/isaacs/jackspeak#readme", "keywords": [ "argument", "parser", "args", "option", "flag", "cli", "command", "line", "parse", "parsing" ], "license": "BlueOak-1.0.0", "main": "./dist/commonjs/index.js", "name": "jackspeak", "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" }, "prettier": { "semi": false, "printWidth": 75, "tabWidth": 2, "useTabs": false, "singleQuote": true, "jsxSingleQuote": false, "bracketSameLine": true, "arrowParens": "avoid", "endOfLine": "lf" }, "repository": { "type": "git", "url": "git+https://github.com/isaacs/jackspeak.git" }, "scripts": { "build-examples": "for i in examples/*.js ; do node $i -h > ${i/.js/.txt}; done", "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" }, "tshy": { "main": true, "exports": { "./package.json": "./package.json", ".": "./src/index.js" } }, "type": "module", "types": "./dist/commonjs/index.d.ts", "version": "2.3.6" }