source: trip-planner-front/node_modules/minimist/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "minimist@1.2.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minimist@1.2.5",
10 "_id": "minimist@1.2.5",
11 "_inBundle": false,
12 "_integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
13 "_location": "/minimist",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minimist@1.2.5",
19 "name": "minimist",
20 "escapedName": "minimist",
21 "rawSpec": "1.2.5",
22 "saveSpec": null,
23 "fetchSpec": "1.2.5"
24 },
25 "_requiredBy": [
26 "/@angular/compiler-cli",
27 "/babel-loader/json5",
28 "/json5",
29 "/portfinder/mkdirp",
30 "/webpack-dev-server/mkdirp"
31 ],
32 "_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
33 "_spec": "1.2.5",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "James Halliday",
37 "email": "mail@substack.net",
38 "url": "http://substack.net"
39 },
40 "bugs": {
41 "url": "https://github.com/substack/minimist/issues"
42 },
43 "description": "parse argument options",
44 "devDependencies": {
45 "covert": "^1.0.0",
46 "tap": "~0.4.0",
47 "tape": "^3.5.0"
48 },
49 "homepage": "https://github.com/substack/minimist",
50 "keywords": [
51 "argv",
52 "getopt",
53 "parser",
54 "optimist"
55 ],
56 "license": "MIT",
57 "main": "index.js",
58 "name": "minimist",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/substack/minimist.git"
62 },
63 "scripts": {
64 "coverage": "covert test/*.js",
65 "test": "tap test/*.js"
66 },
67 "testling": {
68 "files": "test/*.js",
69 "browsers": [
70 "ie/6..latest",
71 "ff/5",
72 "firefox/latest",
73 "chrome/10",
74 "chrome/latest",
75 "safari/5.1",
76 "safari/latest",
77 "opera/12"
78 ]
79 },
80 "version": "1.2.5"
81}
Note: See TracBrowser for help on using the repository browser.