source: trip-planner-front/node_modules/commander/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "commander@7.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "commander@7.2.0",
10 "_id": "commander@7.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
13 "_location": "/commander",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "commander@7.2.0",
19 "name": "commander",
20 "escapedName": "commander",
21 "rawSpec": "7.2.0",
22 "saveSpec": null,
23 "fetchSpec": "7.2.0"
24 },
25 "_requiredBy": [
26 "/svgo"
27 ],
28 "_resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
29 "_spec": "7.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca"
34 },
35 "bugs": {
36 "url": "https://github.com/tj/commander.js/issues"
37 },
38 "dependencies": {},
39 "description": "the complete solution for node.js command-line programs",
40 "devDependencies": {
41 "@types/jest": "^26.0.20",
42 "@types/node": "^14.14.20",
43 "@typescript-eslint/eslint-plugin": "^4.12.0",
44 "@typescript-eslint/parser": "^4.12.0",
45 "eslint": "^7.17.0",
46 "eslint-config-standard": "^16.0.2",
47 "eslint-plugin-jest": "^24.1.3",
48 "jest": "^26.6.3",
49 "standard": "^16.0.3",
50 "ts-jest": "^26.5.1",
51 "tsd": "^0.14.0",
52 "typescript": "^4.1.2"
53 },
54 "engines": {
55 "node": ">= 10"
56 },
57 "files": [
58 "index.js",
59 "esm.mjs",
60 "typings/index.d.ts",
61 "package-support.json"
62 ],
63 "homepage": "https://github.com/tj/commander.js#readme",
64 "jest": {
65 "testEnvironment": "node",
66 "collectCoverage": true,
67 "transform": {
68 "^.+\\.tsx?$": "ts-jest"
69 },
70 "testPathIgnorePatterns": [
71 "/node_modules/"
72 ]
73 },
74 "keywords": [
75 "commander",
76 "command",
77 "option",
78 "parser",
79 "cli",
80 "argument",
81 "args",
82 "argv"
83 ],
84 "license": "MIT",
85 "main": "./index.js",
86 "name": "commander",
87 "repository": {
88 "type": "git",
89 "url": "git+https://github.com/tj/commander.js.git"
90 },
91 "scripts": {
92 "lint": "eslint index.js esm.mjs \"tests/**/*.js\"",
93 "test": "jest && npm run test-typings",
94 "test-all": "npm run test && npm run lint && npm run typescript-lint && npm run typescript-checkJS && npm run test-esm",
95 "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs",
96 "test-typings": "tsd",
97 "typescript-checkJS": "tsc --allowJS --checkJS index.js --noEmit",
98 "typescript-lint": "eslint typings/*.ts tests/*.ts"
99 },
100 "support": true,
101 "type": "commonjs",
102 "types": "typings/index.d.ts",
103 "version": "7.2.0"
104}
Note: See TracBrowser for help on using the repository browser.