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
| {
| "_from": "sanitize-filename@^1.6.3",
| "_id": "sanitize-filename@1.6.3",
| "_inBundle": false,
| "_integrity": "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==",
| "_location": "/sanitize-filename",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "sanitize-filename@^1.6.3",
| "name": "sanitize-filename",
| "escapedName": "sanitize-filename",
| "rawSpec": "^1.6.3",
| "saveSpec": null,
| "fetchSpec": "^1.6.3"
| },
| "_requiredBy": [
| "/app-builder-lib"
| ],
| "_resolved": "https://registry.npmmirror.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz",
| "_shasum": "755ebd752045931977e30b2025d340d7c9090378",
| "_spec": "sanitize-filename@^1.6.3",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/app-builder-lib",
| "author": {
| "name": "Parsha Pourkhomami"
| },
| "bugs": {
| "url": "https://github.com/parshap/node-sanitize-filename/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Parsha Pourkhomami",
| "email": "parshap@gmail.com"
| },
| {
| "name": "Joel Mukuthu",
| "email": "joelmukuthu@gmail.com"
| }
| ],
| "dependencies": {
| "truncate-utf8-bytes": "^1.0.0"
| },
| "deprecated": false,
| "description": "Sanitize a string for use as a filename",
| "devDependencies": {
| "airtap": "^2.0.3",
| "browserify": "^14.0.0",
| "concat-stream": "^1.5.1",
| "mktemp": "^0.4.0",
| "tape": "^4.2.2"
| },
| "homepage": "https://github.com/parshap/node-sanitize-filename#readme",
| "keywords": [
| "file",
| "name",
| "filename",
| "sanitize",
| "validate",
| "escape"
| ],
| "license": "WTFPL OR ISC",
| "main": "index.js",
| "name": "sanitize-filename",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/parshap/node-sanitize-filename.git"
| },
| "scripts": {
| "test": "tape test.js",
| "test-browser": "airtap --local --open -- test.js",
| "test-browser-sauce": "airtap -- test.js"
| },
| "types": "index.d.ts",
| "version": "1.6.3"
| }
|
|