123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "electron-to-chromium@^1.3.712",
- "_id": "electron-to-chromium@1.3.719",
- "_inBundle": false,
- "_integrity": "sha512-heM78GKSqrIzO9Oz0/y22nTBN7bqSP1Pla2SyU9DiSnQD+Ea9SyyN5RWWlgqsqeBLNDkSlE9J9EHFmdMPzxB/g==",
- "_location": "/electron-to-chromium",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "electron-to-chromium@^1.3.712",
- "name": "electron-to-chromium",
- "escapedName": "electron-to-chromium",
- "rawSpec": "^1.3.712",
- "saveSpec": null,
- "fetchSpec": "^1.3.712"
- },
- "_requiredBy": [
- "/browserslist"
- ],
- "_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.719.tgz",
- "_shasum": "87166fee347a46a2557f19aadb40a1d68241e61c",
- "_spec": "electron-to-chromium@^1.3.712",
- "_where": "D:\\jiayue\\pig-ui\\node_modules\\browserslist",
- "author": {
- "name": "Kilian Valkhof"
- },
- "bugs": {
- "url": "https://github.com/kilian/electron-to-chromium/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Provides a list of electron-to-chromium version mappings",
- "devDependencies": {
- "ava": "^3.8.2",
- "codecov": "^3.8.0",
- "electron-releases": "^3.670.0",
- "nyc": "^15.1.0",
- "request": "^2.88.0",
- "shelljs": "^0.8.4"
- },
- "files": [
- "versions.js",
- "full-versions.js",
- "chromium-versions.js",
- "full-chromium-versions.js",
- "LICENSE"
- ],
- "homepage": "https://github.com/kilian/electron-to-chromium#readme",
- "keywords": [
- "electron",
- "chrome",
- "browserlist"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "electron-to-chromium",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kilian/electron-to-chromium.git"
- },
- "scripts": {
- "build": "node build.js",
- "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
- "test": "nyc ava --verbose",
- "update": "node automated-update.js"
- },
- "version": "1.3.719"
- }
|