source: trip-planner-front/node_modules/electron-to-chromium/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: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "electron-to-chromium@1.3.864",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "electron-to-chromium@1.3.864",
10 "_id": "electron-to-chromium@1.3.864",
11 "_inBundle": false,
12 "_integrity": "sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw==",
13 "_location": "/electron-to-chromium",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "electron-to-chromium@1.3.864",
19 "name": "electron-to-chromium",
20 "escapedName": "electron-to-chromium",
21 "rawSpec": "1.3.864",
22 "saveSpec": null,
23 "fetchSpec": "1.3.864"
24 },
25 "_requiredBy": [
26 "/browserslist"
27 ],
28 "_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.864.tgz",
29 "_spec": "1.3.864",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Kilian Valkhof"
33 },
34 "bugs": {
35 "url": "https://github.com/kilian/electron-to-chromium/issues"
36 },
37 "description": "Provides a list of electron-to-chromium version mappings",
38 "devDependencies": {
39 "ava": "^3.8.2",
40 "codecov": "^3.8.0",
41 "electron-releases": "^3.823.0",
42 "nyc": "^15.1.0",
43 "request": "^2.88.0",
44 "shelljs": "^0.8.4"
45 },
46 "files": [
47 "versions.js",
48 "full-versions.js",
49 "chromium-versions.js",
50 "full-chromium-versions.js",
51 "LICENSE"
52 ],
53 "homepage": "https://github.com/kilian/electron-to-chromium#readme",
54 "keywords": [
55 "electron",
56 "chrome",
57 "browserlist"
58 ],
59 "license": "ISC",
60 "main": "index.js",
61 "name": "electron-to-chromium",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/kilian/electron-to-chromium.git"
65 },
66 "scripts": {
67 "build": "node build.js",
68 "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
69 "test": "nyc ava --verbose",
70 "update": "node automated-update.js"
71 },
72 "version": "1.3.864"
73}
Note: See TracBrowser for help on using the repository browser.