package.json 2.28 KB
{
  "_from": "electron-log@4.3.5",
  "_id": "electron-log@4.3.5",
  "_inBundle": false,
  "_integrity": "sha512-J5Ew3axdk7W4jzzxKLSAi1sqbcAoo9CzHuBVsG0tT47j256xKulNrWFf3lZmHJ1KDXOQUcuwOngQF0jjmpEdpw==",
  "_location": "/electron-log",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "electron-log@4.3.5",
    "name": "electron-log",
    "escapedName": "electron-log",
    "rawSpec": "4.3.5",
    "saveSpec": null,
    "fetchSpec": "4.3.5"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.5.tgz",
  "_shasum": "2aad5f93842b9b5214a1b4a10e47b5ac5c9ec104",
  "_spec": "electron-log@4.3.5",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "Alexey Prokhorov"
  },
  "bugs": {
    "url": "https://github.com/megahertz/electron-log/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Just a very simple logging module for your Electron application",
  "devDependencies": {
    "@types/node": "^14.14.6",
    "electron": "*",
    "eslint": "^7.12.1",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.1",
    "humile": "^0.3.2",
    "nw": "0.42.3",
    "typescript": "^4.0.5",
    "webpack": "^5.3.2",
    "webpack-cli": "^4.1.0"
  },
  "files": [
    "src/*",
    "!__specs__"
  ],
  "homepage": "https://github.com/megahertz/electron-log#readme",
  "keywords": [
    "electron",
    "atom",
    "log",
    "logger",
    "logging",
    "windows",
    "mac",
    "osx",
    "linux",
    "desktop"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "electron-log",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/megahertz/electron-log.git"
  },
  "scripts": {
    "lint": "eslint '**/*.js' --ignore-pattern '**/dist/*.js' && tsc --noEmit",
    "postversion": "git push && git push --tags",
    "prepack": "npm run test:full",
    "preversion": "npm run test:full",
    "test": "humile 'src/**/*spec.js'",
    "test:e2e": "humile 'e2e/**/*.spec.js' -R list",
    "test:full": "npm run test && npm run lint && npm run test:e2e",
    "ttt": "echo ${npm_config_node_version}"
  },
  "typings": "src/index.d.ts",
  "version": "4.3.5"
}