package.json 1.54 KB
{
  "_from": "lazy-val@^1.0.4",
  "_id": "lazy-val@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-0/BnGCCfyUMkBpeDgWihanIAF9JmZhHBgUhEqzvf+adhNGLoP6TaiI5oF8oyb3I45P+PcnrqihSf01M0l0G5+Q==",
  "_location": "/lazy-val",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lazy-val@^1.0.4",
    "name": "lazy-val",
    "escapedName": "lazy-val",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/app-builder-lib",
    "/electron-builder",
    "/electron-publish",
    "/read-config-file"
  ],
  "_resolved": "https://registry.npmjs.org/lazy-val/-/lazy-val-1.0.5.tgz",
  "_shasum": "6cf3b9f5bc31cee7ee3e369c0832b7583dcd923d",
  "_spec": "lazy-val@^1.0.4",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\electron-builder",
  "author": {
    "name": "Vladimir Krivosheev"
  },
  "bugs": {
    "url": "https://github.com/develar/lazy-val/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lazy value.",
  "devDependencies": {
    "typescript": "^4.2.4"
  },
  "files": [
    "out"
  ],
  "homepage": "https://github.com/develar/lazy-val",
  "license": "MIT",
  "main": "out/main.js",
  "name": "lazy-val",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/develar/lazy-val.git"
  },
  "scripts": {
    "compile": "tsc",
    "release": "pnpm compile && pnpm publish --no-git-checks"
  },
  "typings": "./out/main.d.ts",
  "version": "1.0.5"
}