|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "electron@13.5.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "electron@13.5.1",
- "_id": "electron@13.5.1",
- "_inBundle": false,
- "_integrity": "sha512-ZyxhIhmdaeE3xiIGObf0zqEyCyuIDqZQBv9NKX8w5FNzGm87j4qR0H1+GQg6vz+cA1Nnv1x175Zvimzc0/UwEQ==",
- "_location": "/electron",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "electron@13.5.1",
- "name": "electron",
- "escapedName": "electron",
- "rawSpec": "13.5.1",
- "saveSpec": null,
- "fetchSpec": "13.5.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/electron/-/electron-13.5.1.tgz",
- "_spec": "13.5.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Electron Community"
- },
- "bin": {
- "electron": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/electron/electron/issues"
- },
- "dependencies": {
- "@electron/get": "^1.0.1",
- "@types/node": "^14.6.2",
- "extract-zip": "^1.0.3"
- },
- "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
- "engines": {
- "node": ">= 8.6"
- },
- "homepage": "https://github.com/electron/electron#readme",
- "keywords": [
- "electron"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "electron",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron/electron.git"
- },
- "scripts": {
- "postinstall": "node install.js"
- },
- "types": "electron.d.ts",
- "version": "13.5.1"
- }
|