package.json 2.31 KB
{
  "_from": "@electron/universal@1.0.4",
  "_id": "@electron/universal@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-ajZoumi4XwqwmZe8YVhu4XGkZBCPyWZsVCQONPTIe9TUlleSN+dic3YpXlaWcilx/HOzTdldTKtabNTeI0gDoA==",
  "_location": "/@electron/universal",
  "_phantomChildren": {
    "at-least-node": "1.0.0",
    "graceful-fs": "4.2.3",
    "ms": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@electron/universal@1.0.4",
    "name": "@electron/universal",
    "escapedName": "@electron%2funiversal",
    "scope": "@electron",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/app-builder-lib"
  ],
  "_resolved": "https://registry.npmjs.org/@electron/universal/-/universal-1.0.4.tgz",
  "_shasum": "231ac246c39d45b80e159bd21c3f9027dcaa10f5",
  "_spec": "@electron/universal@1.0.4",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\app-builder-lib",
  "author": {
    "name": "Samuel Attard"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@malept/cross-spawn-promise": "^1.1.0",
    "asar": "^3.0.3",
    "debug": "^4.3.1",
    "dir-compare": "^2.4.0",
    "fs-extra": "^9.0.1"
  },
  "deprecated": false,
  "description": "Utility for creating Universal macOS applications from two x64 and arm64 Electron applications",
  "devDependencies": {
    "@continuous-auth/semantic-release-npm": "^2.0.0",
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^9.0.4",
    "@types/node": "^14.14.7",
    "husky": "^4.3.0",
    "lint-staged": "^10.5.1",
    "prettier": "^2.1.2",
    "semantic-release": "^17.2.2",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=8.6"
  },
  "files": [
    "dist/*",
    "entry-asar/*",
    "README.md"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "electron",
    "apple silicon",
    "universal"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "name": "@electron/universal",
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "lint": "prettier --check \"src/**/*.ts\"",
    "prepublishOnly": "npm run build",
    "test": "exit 0"
  },
  "version": "1.0.4"
}