blob: 0f68df892bf83cf92ccb827566e3800c527ac29f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "commander@^2.8.1",
3 "_id": "commander@2.20.3",
4 "_inBundle": false,
5 "_integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
6 "_location": "/commander",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "commander@^2.8.1",
12 "name": "commander",
13 "escapedName": "commander",
14 "rawSpec": "^2.8.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.8.1"
17 },
18 "_requiredBy": [
19 "/seek-bzip",
20 "/terser"
21 ],
22 "_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
23 "_shasum": "fd485e84c03eb4881c20722ba48035e8531aeb33",
24 "_spec": "commander@^2.8.1",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\seek-bzip",
26 "author": {
27 "name": "TJ Holowaychuk",
28 "email": "tj@vision-media.ca"
29 },
30 "bugs": {
31 "url": "https://github.com/tj/commander.js/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "the complete solution for node.js command-line programs",
37 "devDependencies": {
38 "@types/node": "^12.7.8",
39 "eslint": "^6.4.0",
40 "should": "^13.2.3",
41 "sinon": "^7.5.0",
42 "standard": "^14.3.1",
43 "ts-node": "^8.4.1",
44 "typescript": "^3.6.3"
45 },
46 "files": [
47 "index.js",
48 "typings/index.d.ts"
49 ],
50 "homepage": "https://github.com/tj/commander.js#readme",
51 "keywords": [
52 "commander",
53 "command",
54 "option",
55 "parser"
56 ],
57 "license": "MIT",
58 "main": "index",
59 "name": "commander",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/tj/commander.js.git"
63 },
64 "scripts": {
65 "lint": "eslint index.js",
66 "test": "node test/run.js && npm run test-typings",
67 "test-typings": "tsc -p tsconfig.json"
68 },
69 "typings": "typings/index.d.ts",
70 "version": "2.20.3"
71}