| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "electron",
- "_id": "electron@1.8.4",
- "_inBundle": false,
- "_integrity": "sha512-2f1cx0G3riMFODXFftF5AHXy+oHfhpntZHTDN66Hxtl09gmEr42B3piNEod9MEmw72f75LX2JfeYceqq1PF8cA==",
- "_location": "/electron",
- "_phantomChildren": {
- "es6-promise": "4.2.4",
- "graceful-fs": "4.1.11",
- "home-path": "1.0.5",
- "jsonfile": "2.4.0",
- "klaw": "1.3.1",
- "ms": "2.0.0",
- "nugget": "2.0.1",
- "path-is-absolute": "1.0.1",
- "pinkie-promise": "2.0.1",
- "rc": "1.2.6",
- "rimraf": "2.6.2",
- "semver": "5.5.0"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "electron",
- "name": "electron",
- "escapedName": "electron",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/electron/-/electron-1.8.4.tgz",
- "_shasum": "cca8d0e6889f238f55b414ad224f03e03b226a38",
- "_spec": "electron",
- "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
- "author": {
- "name": "Electron Community"
- },
- "bin": {
- "electron": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/electron/electron/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/node": "^8.0.24",
- "electron-download": "^3.0.1",
- "extract-zip": "^1.0.3"
- },
- "deprecated": false,
- "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
- "devDependencies": {
- "home-path": "^0.1.1",
- "path-exists": "^2.0.0",
- "standard": "^5.4.1"
- },
- "directories": {
- "test": "test"
- },
- "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": {
- "cache-clean": "rm -rf ~/.electron && rm -rf dist",
- "postinstall": "node install.js",
- "pretest": "npm run cache-clean",
- "test": "standard"
- },
- "types": "electron.d.ts",
- "version": "1.8.4"
- }
|