1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
| {
| "_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": {},
| "_requested": {
| "type": "range",
| "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.npmmirror.com/temp-file/-/temp-file-3.4.0.tgz",
| "_shasum": "766ea28911c683996c248ef1a20eea04d51652c7",
| "_spec": "temp-file@^3.4.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/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"
| }
|
|