package.json 1.83 KB
{
  "_from": "temp-file@^3.3.7",
  "_id": "temp-file@3.4.0",
  "_inBundle": false,
  "_integrity": "sha512-C5tjlC/HCtVUOi3KWVokd4vHVViOmGjtLwIh4MuzPo/nMYTV/p1urt3RnMz2IWXDdKEGJH3k5+KPxtqRsUYGtg==",
  "_location": "/temp-file",
  "_phantomChildren": {
    "graceful-fs": "4.2.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "temp-file@^3.3.7",
    "name": "temp-file",
    "escapedName": "temp-file",
    "rawSpec": "^3.3.7",
    "saveSpec": null,
    "fetchSpec": "^3.3.7"
  },
  "_requiredBy": [
    "/app-builder-lib",
    "/builder-util"
  ],
  "_resolved": "https://registry.npmjs.org/temp-file/-/temp-file-3.4.0.tgz",
  "_shasum": "766ea28911c683996c248ef1a20eea04d51652c7",
  "_spec": "temp-file@^3.3.7",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\app-builder-lib",
  "author": {
    "name": "Vladimir Krivosheev"
  },
  "bugs": {
    "url": "https://github.com/develar/temp-file/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async-exit-hook": "^2.0.1",
    "fs-extra": "^10.0.0"
  },
  "deprecated": false,
  "description": "```typescript export function getTempName(prefix?: string | null | undefined): string;",
  "devDependencies": {
    "@types/fs-extra": "^9.0.11",
    "@types/js-yaml": "^4.0.1",
    "@types/node": "^15.0.2",
    "typescript": "^4.2.4"
  },
  "files": [
    "out"
  ],
  "homepage": "https://github.com/develar/temp-file",
  "license": "MIT",
  "main": "out/main.js",
  "name": "temp-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/develar/temp-file.git"
  },
  "scripts": {
    "compile": "tsc",
    "release": "pnpm compile && pnpm publish --no-git-checks",
    "update-deps": "pnpm update -i -r --latest"
  },
  "typings": "./out/main.d.ts",
  "version": "3.4.0"
}