| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_args": [
- [
- "commander@10.0.0",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_from": "commander@10.0.0",
- "_id": "commander@10.0.0",
- "_inBundle": false,
- "_integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==",
- "_location": "/commander",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "commander@10.0.0",
- "name": "commander",
- "escapedName": "commander",
- "rawSpec": "10.0.0",
- "saveSpec": null,
- "fetchSpec": "10.0.0"
- },
- "_requiredBy": [
- "/mockjs"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz",
- "_spec": "10.0.0",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/tj/commander.js/issues"
- },
- "description": "the complete solution for node.js command-line programs",
- "devDependencies": {
- "@types/jest": "^29.2.4",
- "@types/node": "^18.11.18",
- "@typescript-eslint/eslint-plugin": "^5.47.1",
- "@typescript-eslint/parser": "^5.47.1",
- "eslint": "^8.30.0",
- "eslint-config-standard": "^17.0.0",
- "eslint-config-standard-with-typescript": "^24.0.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-jest": "^27.1.7",
- "eslint-plugin-n": "^15.6.0",
- "eslint-plugin-promise": "^6.1.1",
- "jest": "^29.3.1",
- "ts-jest": "^29.0.3",
- "tsd": "^0.25.0",
- "typescript": "^4.9.4"
- },
- "engines": {
- "node": ">=14"
- },
- "exports": {
- ".": {
- "types": "./typings/index.d.ts",
- "require": "./index.js",
- "import": "./esm.mjs"
- },
- "./esm.mjs": "./esm.mjs"
- },
- "files": [
- "index.js",
- "lib/*.js",
- "esm.mjs",
- "typings/index.d.ts",
- "package-support.json"
- ],
- "homepage": "https://github.com/tj/commander.js#readme",
- "jest": {
- "testEnvironment": "node",
- "collectCoverage": true,
- "transform": {
- "^.+\\.tsx?$": "ts-jest"
- },
- "testPathIgnorePatterns": [
- "/node_modules/"
- ]
- },
- "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": {
- "lint": "npm run lint:javascript && npm run lint:typescript",
- "lint:javascript": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"",
- "lint:typescript": "eslint typings/*.ts tests/*.ts",
- "test": "jest && npm run test-typings",
- "test-all": "npm run test && npm run lint && npm run typescript-checkJS && npm run test-esm",
- "test-esm": "node ./tests/esm-imports-test.mjs",
- "test-typings": "tsd",
- "typescript-checkJS": "tsc --allowJS --checkJS index.js lib/*.js --noEmit"
- },
- "support": true,
- "type": "commonjs",
- "types": "typings/index.d.ts",
- "version": "10.0.0"
- }
|