mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 22:15:59 +02:00
132 lines
3.2 KiB
JSON
132 lines
3.2 KiB
JSON
{
|
|
"_from": "jackspeak@^2.0.3",
|
|
"_id": "jackspeak@2.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-R2bUw+kVZFS/h1AZqBKrSgDmdmjApzgY0AlCPumopFiAlbUxE2gf+SCuBzQ0cP5hHmUmFYF5yw55T97Th5Kstg==",
|
|
"_location": "/jackspeak",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jackspeak@^2.0.3",
|
|
"name": "jackspeak",
|
|
"escapedName": "jackspeak",
|
|
"rawSpec": "^2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/glob"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.3.tgz",
|
|
"_shasum": "95e4cbcc03b3eb357bf6bcce14a903fb3d1151e1",
|
|
"_spec": "jackspeak@^2.0.3",
|
|
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/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": "^18.15.11",
|
|
"@types/pkgjs__parseargs": "^0.10.0",
|
|
"@types/tap": "^15.0.8",
|
|
"c8": "^7.13.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"prettier": "^2.8.6",
|
|
"tap": "^16.3.4",
|
|
"ts-node": "^10.9.1",
|
|
"typedoc": "^0.23.28",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/mjs/index.d.ts",
|
|
"default": "./dist/mjs/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/cjs/index.d.ts",
|
|
"default": "./dist/cjs/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/cjs/index.js",
|
|
"module": "./dist/mjs/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": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh",
|
|
"prepublishOnly": "git push origin --follow-tags",
|
|
"presnap": "npm run prepare",
|
|
"pretest": "npm run prepare",
|
|
"preversion": "npm test",
|
|
"snap": "c8 tap",
|
|
"test": "c8 tap",
|
|
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
|
|
},
|
|
"tap": {
|
|
"coverage": false,
|
|
"node-arg": [
|
|
"--no-warnings",
|
|
"--loader",
|
|
"ts-node/esm"
|
|
],
|
|
"ts": false
|
|
},
|
|
"types": "./dist/mjs/index.js",
|
|
"version": "2.3.3"
|
|
}
|