{
  "_args": [
    [
      "is-electron@2.2.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "is-electron@2.2.2",
  "_id": "is-electron@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==",
  "_location": "/is-electron",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-electron@2.2.2",
    "name": "is-electron",
    "escapedName": "is-electron",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/is-electron/-/is-electron-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Cheton Wu",
    "email": "cheton@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/cheton/is-electron/issues"
  },
  "description": "Detect if running in Electron.",
  "devDependencies": {
    "coveralls": "^2.11.9",
    "tap": "^5.7.2"
  },
  "files": [
    "index.d.ts"
  ],
  "homepage": "https://github.com/cheton/is-electron",
  "keywords": [
    "atom",
    "electron",
    "renderer",
    "process"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-electron",
  "nyc": {
    "exclude": []
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cheton/is-electron.git"
  },
  "scripts": {
    "coveralls": "tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls",
    "test": "tap --coverage test/*.js"
  },
  "types": "index.d.ts",
  "version": "2.2.2"
}
