liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "temp-path@^1.0.0",
  "_id": "temp-path@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-TvmyH7kC6ZVTYkqCODjJIbgvu0FKiwQpZ4D1aknE7xpcDf/qEOB8KZEK5ef2pfbVoiBhNWs3yx4y+ESMtNYmlg==",
  "_location": "/temp-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "temp-path@^1.0.0",
    "name": "temp-path",
    "escapedName": "temp-path",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/jsdoc-api"
  ],
  "_resolved": "https://registry.npmjs.org/temp-path/-/temp-path-1.0.0.tgz",
  "_shasum": "24b1543973ab442896d9ad367dd9cbdbfafe918b",
  "_spec": "temp-path@^1.0.0",
  "_where": "/home/l/plc/node-red/node_modules/jsdoc-api",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/fs-utils/temp-path/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Create a temporary filename or path",
  "devDependencies": {
    "istanbul": "0",
    "mocha": "2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/fs-utils/temp-path#readme",
  "keywords": [
    "temporary",
    "path",
    "filename"
  ],
  "license": "MIT",
  "name": "temp-path",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fs-utils/temp-path.git"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.0.0"
}