{
  "_args": [
    [
      "temp-file@3.4.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "temp-file@3.4.0",
  "_id": "temp-file@3.4.0",
  "_inBundle": false,
  "_integrity": "sha512-C5tjlC/HCtVUOi3KWVokd4vHVViOmGjtLwIh4MuzPo/nMYTV/p1urt3RnMz2IWXDdKEGJH3k5+KPxtqRsUYGtg==",
  "_location": "/temp-file",
  "_phantomChildren": {
    "graceful-fs": "4.2.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "temp-file@3.4.0",
    "name": "temp-file",
    "escapedName": "temp-file",
    "rawSpec": "3.4.0",
    "saveSpec": null,
    "fetchSpec": "3.4.0"
  },
  "_requiredBy": [
    "/app-builder-lib",
    "/builder-util"
  ],
  "_resolved": "https://registry.npmjs.org/temp-file/-/temp-file-3.4.0.tgz",
  "_spec": "3.4.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Vladimir Krivosheev"
  },
  "bugs": {
    "url": "https://github.com/develar/temp-file/issues"
  },
  "dependencies": {
    "async-exit-hook": "^2.0.1",
    "fs-extra": "^10.0.0"
  },
  "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"
}
