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
| {
| "_from": "unique-filename@^2.0.0",
| "_id": "unique-filename@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==",
| "_location": "/unique-filename",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "unique-filename@^2.0.0",
| "name": "unique-filename",
| "escapedName": "unique-filename",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/cacache"
| ],
| "_resolved": "https://registry.npmmirror.com/unique-filename/-/unique-filename-2.0.1.tgz",
| "_shasum": "e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2",
| "_spec": "unique-filename@^2.0.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/cacache",
| "author": {
| "name": "GitHub Inc."
| },
| "bugs": {
| "url": "https://github.com/iarna/unique-filename/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "unique-slug": "^3.0.0"
| },
| "deprecated": false,
| "description": "Generate a unique filename for use in temporary directories or caches.",
| "devDependencies": {
| "@npmcli/eslint-config": "^3.1.0",
| "@npmcli/template-oss": "3.5.0",
| "tap": "^16.3.0"
| },
| "engines": {
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
| },
| "files": [
| "bin/",
| "lib/"
| ],
| "homepage": "https://github.com/iarna/unique-filename",
| "keywords": [],
| "license": "ISC",
| "main": "lib/index.js",
| "name": "unique-filename",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/npm/unique-filename.git"
| },
| "scripts": {
| "lint": "eslint \"**/*.js\"",
| "lintfix": "npm run lint -- --fix",
| "postlint": "template-oss-check",
| "posttest": "npm run lint",
| "postversion": "npm publish",
| "prepublishOnly": "git push origin --follow-tags",
| "preversion": "npm test",
| "snap": "tap",
| "template-oss-apply": "template-oss-apply --force",
| "test": "tap"
| },
| "templateOSS": {
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
| "version": "3.5.0"
| },
| "version": "2.0.1"
| }
|
|