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