source: trip-planner-front/node_modules/open/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.1 KB
Line 
1{
2 "_args": [
3 [
4 "open@8.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "open@8.2.1",
10 "_id": "open@8.2.1",
11 "_inBundle": false,
12 "_integrity": "sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==",
13 "_location": "/open",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "open@8.2.1",
19 "name": "open",
20 "escapedName": "open",
21 "rawSpec": "8.2.1",
22 "saveSpec": null,
23 "fetchSpec": "8.2.1"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular",
27 "/@angular/cli"
28 ],
29 "_resolved": "https://registry.npmjs.org/open/-/open-8.2.1.tgz",
30 "_spec": "8.2.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "https://sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/open/issues"
39 },
40 "dependencies": {
41 "define-lazy-prop": "^2.0.0",
42 "is-docker": "^2.1.1",
43 "is-wsl": "^2.2.0"
44 },
45 "description": "Open stuff like URLs, files, executables. Cross-platform.",
46 "devDependencies": {
47 "@types/node": "^15.0.0",
48 "ava": "^3.15.0",
49 "tsd": "^0.14.0",
50 "xo": "^0.39.1"
51 },
52 "engines": {
53 "node": ">=12"
54 },
55 "files": [
56 "index.js",
57 "index.d.ts",
58 "xdg-open"
59 ],
60 "funding": "https://github.com/sponsors/sindresorhus",
61 "homepage": "https://github.com/sindresorhus/open#readme",
62 "keywords": [
63 "app",
64 "open",
65 "opener",
66 "opens",
67 "launch",
68 "start",
69 "xdg-open",
70 "xdg",
71 "default",
72 "cmd",
73 "browser",
74 "editor",
75 "executable",
76 "exe",
77 "url",
78 "urls",
79 "arguments",
80 "args",
81 "spawn",
82 "exec",
83 "child",
84 "process",
85 "website",
86 "file"
87 ],
88 "license": "MIT",
89 "name": "open",
90 "repository": {
91 "type": "git",
92 "url": "git+https://github.com/sindresorhus/open.git"
93 },
94 "scripts": {
95 "test": "xo && tsd"
96 },
97 "version": "8.2.1"
98}
Note: See TracBrowser for help on using the repository browser.