{ "_args": [ [ "commander@6.1.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "commander@6.1.0", "_id": "commander@6.1.0", "_inBundle": false, "_integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==", "_location": "/strapi/commander", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "commander@6.1.0", "name": "commander", "escapedName": "commander", "rawSpec": "6.1.0", "saveSpec": null, "fetchSpec": "6.1.0" }, "_requiredBy": [ "/strapi" ], "_resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz", "_spec": "6.1.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/tj/commander.js/issues" }, "dependencies": {}, "description": "the complete solution for node.js command-line programs", "devDependencies": { "@types/jest": "^26.0.5", "@types/node": "^14.0.23", "@typescript-eslint/eslint-plugin": "^2.34.0", "eslint": "^6.8.0", "eslint-config-standard-with-typescript": "^16.0.0", "eslint-plugin-jest": "^23.18.0", "jest": "^26.1.0", "standard": "^14.3.4", "typescript": "^3.9.7" }, "engines": { "node": ">= 6" }, "files": [ "index.js", "typings/index.d.ts" ], "homepage": "https://github.com/tj/commander.js#readme", "keywords": [ "commander", "command", "option", "parser", "cli", "argument", "args", "argv" ], "license": "MIT", "main": "index", "name": "commander", "repository": { "type": "git", "url": "git+https://github.com/tj/commander.js.git" }, "scripts": { "lint": "eslint index.js \"tests/**/*.js\"", "test": "jest && npm run test-typings", "test-typings": "tsc -p tsconfig.json", "typescript-lint": "eslint typings/*.ts" }, "typings": "typings/index.d.ts", "version": "6.1.0" }