Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/electron-to-chromium/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "electron-to-chromium",
    3   "version": "1.3.864",
     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  },
    437  "description": "Provides a list of electron-to-chromium version mappings",
    5   "main": "index.js",
     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  },
    646  "files": [
    747    "versions.js",
     
    1151    "LICENSE"
    1252  ],
    13   "scripts": {
    14     "build": "node build.js",
    15     "update": "node automated-update.js",
    16     "test": "nyc ava --verbose",
    17     "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
    18   },
    19   "repository": {
    20     "type": "git",
    21     "url": "https://github.com/kilian/electron-to-chromium/"
    22   },
     53  "homepage": "https://github.com/kilian/electron-to-chromium#readme",
    2354  "keywords": [
    2455    "electron",
     
    2657    "browserlist"
    2758  ],
    28   "author": "Kilian Valkhof",
    2959  "license": "ISC",
    30   "devDependencies": {
    31     "ava": "^3.8.2",
    32     "codecov": "^3.8.0",
    33     "electron-releases": "^3.823.0",
    34     "nyc": "^15.1.0",
    35     "request": "^2.88.0",
    36     "shelljs": "^0.8.4"
    37   }
     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"
    3873}
Note: See TracChangeset for help on using the changeset viewer.