source: trip-planner-front/node_modules/dashdash/package.json

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "dashdash@1.14.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "dashdash@1.14.1",
10 "_id": "dashdash@1.14.1",
11 "_inBundle": false,
12 "_integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
13 "_location": "/dashdash",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "dashdash@1.14.1",
19 "name": "dashdash",
20 "escapedName": "dashdash",
21 "rawSpec": "1.14.1",
22 "saveSpec": null,
23 "fetchSpec": "1.14.1"
24 },
25 "_requiredBy": [
26 "/sshpk"
27 ],
28 "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
29 "_spec": "1.14.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Trent Mick",
33 "email": "trentm@gmail.com",
34 "url": "http://trentm.com"
35 },
36 "bugs": {
37 "url": "https://github.com/trentm/node-dashdash/issues"
38 },
39 "dependencies": {
40 "assert-plus": "^1.0.0"
41 },
42 "description": "A light, featureful and explicit option parsing library.",
43 "devDependencies": {
44 "nodeunit": "0.9.x"
45 },
46 "engines": {
47 "node": ">=0.10"
48 },
49 "homepage": "https://github.com/trentm/node-dashdash#readme",
50 "keywords": [
51 "option",
52 "parser",
53 "parsing",
54 "cli",
55 "command",
56 "args",
57 "bash",
58 "completion"
59 ],
60 "license": "MIT",
61 "main": "./lib/dashdash.js",
62 "name": "dashdash",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/trentm/node-dashdash.git"
66 },
67 "scripts": {
68 "test": "nodeunit test/*.test.js"
69 },
70 "version": "1.14.1"
71}
Note: See TracBrowser for help on using the repository browser.