15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "_from": "tmp@^0.2.0",
  "_id": "tmp@0.2.3",
  "_inBundle": false,
  "_integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==",
  "_location": "/tmp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tmp@^0.2.0",
    "name": "tmp",
    "escapedName": "tmp",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/tmp-promise"
  ],
  "_resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.2.3.tgz",
  "_shasum": "eb783cc22bc1e8bebd0671476d46ea4eb32a79ae",
  "_spec": "tmp@^0.2.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/tmp-promise",
  "author": {
    "name": "KARASZI István",
    "email": "github@spam.raszi.hu",
    "url": "http://raszi.hu/"
  },
  "bugs": {
    "url": "http://github.com/raszi/node-tmp/issues"
  },
  "bundleDependencies": false,
  "changelog": {
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal"
    },
    "cacheDir": ".changelog"
  },
  "contributors": [
    {
      "name": "Carsten Klein",
      "email": "trancesilken@gmail.com",
      "url": "https://github.com/silkentrance"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Temporary file and directory creator",
  "devDependencies": {
    "eslint": "^6.3.0",
    "eslint-plugin-mocha": "^6.1.1",
    "istanbul": "^0.4.5",
    "lerna-changelog": "^1.0.1",
    "mocha": "^10.2.0"
  },
  "engines": {
    "node": ">=14.14"
  },
  "files": [
    "lib/"
  ],
  "homepage": "http://github.com/raszi/node-tmp",
  "keywords": [
    "temporary",
    "tmp",
    "temp",
    "tempdir",
    "tempfile",
    "tmpdir",
    "tmpfile"
  ],
  "license": "MIT",
  "main": "lib/tmp.js",
  "name": "tmp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raszi/node-tmp.git"
  },
  "scripts": {
    "changelog": "lerna-changelog",
    "clean": "rm -Rf ./coverage",
    "doc": "jsdoc -c .jsdoc.json",
    "lint": "eslint lib --env mocha test",
    "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary"
  },
  "version": "0.2.3"
}