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
64
65
| {
| "_from": "tmp-promise@^3.0.2",
| "_id": "tmp-promise@3.0.3",
| "_inBundle": false,
| "_integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==",
| "_location": "/tmp-promise",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "tmp-promise@^3.0.2",
| "name": "tmp-promise",
| "escapedName": "tmp-promise",
| "rawSpec": "^3.0.2",
| "saveSpec": null,
| "fetchSpec": "^3.0.2"
| },
| "_requiredBy": [
| "/@malept/flatpak-bundler"
| ],
| "_resolved": "https://registry.npmmirror.com/tmp-promise/-/tmp-promise-3.0.3.tgz",
| "_shasum": "60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7",
| "_spec": "tmp-promise@^3.0.2",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@malept/flatpak-bundler",
| "author": {
| "name": "Benjamin Gruenbaum and Collaborators."
| },
| "bugs": {
| "url": "https://github.com/benjamingr/tmp-promise/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "tmp": "^0.2.0"
| },
| "deprecated": false,
| "description": "The tmp package with promises support and disposers.",
| "devDependencies": {
| "@types/tmp": "^0.2.0",
| "mocha": "7.1.2",
| "tsd": "0.11.0"
| },
| "homepage": "https://github.com/benjamingr/tmp-promise#readme",
| "keywords": [
| "tmp",
| "promise",
| "tempfile",
| "mkdtemp",
| "mktemp"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "tmp-promise",
| "repository": {
| "type": "git",
| "url": "git://github.com/benjamingr/tmp-promise.git"
| },
| "scripts": {
| "check-types": "tsd",
| "mocha": "mocha",
| "publish": "node publish",
| "test": "npm run mocha && npm run check-types"
| },
| "types": "index.d.ts",
| "version": "3.0.3"
| }
|
|