source: imaps-frontend/node_modules/commander/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_from": "commander@^2.20.0",
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.20.0",
12 "name": "commander",
13 "escapedName": "commander",
14 "rawSpec": "^2.20.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.20.0"
17 },
18 "_requiredBy": [
19 "/terser"
20 ],
21 "_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
22 "_shasum": "fd485e84c03eb4881c20722ba48035e8531aeb33",
23 "_spec": "commander@^2.20.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/terser",
25 "author": {
26 "name": "TJ Holowaychuk",
27 "email": "tj@vision-media.ca"
28 },
29 "bugs": {
30 "url": "https://github.com/tj/commander.js/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {},
34 "deprecated": false,
35 "description": "the complete solution for node.js command-line programs",
36 "devDependencies": {
37 "@types/node": "^12.7.8",
38 "eslint": "^6.4.0",
39 "should": "^13.2.3",
40 "sinon": "^7.5.0",
41 "standard": "^14.3.1",
42 "ts-node": "^8.4.1",
43 "typescript": "^3.6.3"
44 },
45 "files": [
46 "index.js",
47 "typings/index.d.ts"
48 ],
49 "homepage": "https://github.com/tj/commander.js#readme",
50 "keywords": [
51 "commander",
52 "command",
53 "option",
54 "parser"
55 ],
56 "license": "MIT",
57 "main": "index",
58 "name": "commander",
59 "repository": {
60 "type": "git",
61 "url": "git+https://github.com/tj/commander.js.git"
62 },
63 "scripts": {
64 "lint": "eslint index.js",
65 "test": "node test/run.js && npm run test-typings",
66 "test-typings": "tsc -p tsconfig.json"
67 },
68 "typings": "typings/index.d.ts",
69 "version": "2.20.3"
70}
Note: See TracBrowser for help on using the repository browser.