- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/electron-to-chromium/package.json
rceaed42 r59329aa 1 1 { 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 }, 4 37 "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 }, 6 46 "files": [ 7 47 "versions.js", … … 11 51 "LICENSE" 12 52 ], 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", 23 54 "keywords": [ 24 55 "electron", … … 26 57 "browserlist" 27 58 ], 28 "author": "Kilian Valkhof",29 59 "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" 38 73 }
Note:
See TracChangeset
for help on using the changeset viewer.