| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_from": "commander@>0.0.1",
- "_id": "commander@14.0.1",
- "_inBundle": false,
- "_integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
- "_location": "/commander",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "commander@>0.0.1",
- "name": "commander",
- "escapedName": "commander",
- "rawSpec": ">0.0.1",
- "saveSpec": null,
- "fetchSpec": ">0.0.1"
- },
- "_requiredBy": [
- "/oss"
- ],
- "_resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.1.tgz",
- "_shasum": "2f9225c19e6ebd0dc4404dd45821b2caa17ea09b",
- "_spec": "commander@>0.0.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oss",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/tj/commander.js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "the complete solution for node.js command-line programs",
- "devDependencies": {
- "@eslint/js": "^9.4.0",
- "@types/jest": "^30.0.0",
- "@types/node": "^22.7.4",
- "eslint": "^9.17.0",
- "eslint-config-prettier": "^10.0.1",
- "eslint-plugin-jest": "^29.0.1",
- "globals": "^16.0.0",
- "jest": "^30.0.3",
- "prettier": "^3.2.5",
- "ts-jest": "^29.0.3",
- "tsd": "^0.33.0",
- "typescript": "^5.0.4",
- "typescript-eslint": "^8.12.2"
- },
- "engines": {
- "node": ">=20"
- },
- "exports": {
- ".": {
- "require": {
- "types": "./typings/index.d.ts",
- "default": "./index.js"
- },
- "import": {
- "types": "./typings/esm.d.mts",
- "default": "./esm.mjs"
- },
- "default": "./index.js"
- },
- "./esm.mjs": {
- "types": "./typings/esm.d.mts",
- "import": "./esm.mjs"
- }
- },
- "files": [
- "index.js",
- "lib/*.js",
- "esm.mjs",
- "typings/index.d.ts",
- "typings/esm.d.mts",
- "package-support.json"
- ],
- "homepage": "https://github.com/tj/commander.js#readme",
- "keywords": [
- "commander",
- "command",
- "option",
- "parser",
- "cli",
- "argument",
- "args",
- "argv"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "commander",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tj/commander.js.git"
- },
- "scripts": {
- "check": "npm run check:type && npm run check:lint && npm run check:format",
- "check:format": "prettier --check .",
- "check:lint": "eslint .",
- "check:type": "npm run check:type:js && npm run check:type:ts",
- "check:type:js": "tsc -p tsconfig.js.json",
- "check:type:ts": "tsd && tsc -p tsconfig.ts.json",
- "fix": "npm run fix:lint && npm run fix:format",
- "fix:format": "prettier --write .",
- "fix:lint": "eslint --fix .",
- "test": "jest && npm run check:type:ts",
- "test-all": "jest && npm run test-esm && npm run check",
- "test-esm": "node ./tests/esm-imports-test.mjs"
- },
- "support": true,
- "type": "commonjs",
- "types": "typings/index.d.ts",
- "version": "14.0.1"
- }
|