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
{
  "_from": "truncate-utf8-bytes@^1.0.0",
  "_id": "truncate-utf8-bytes@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==",
  "_location": "/truncate-utf8-bytes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "truncate-utf8-bytes@^1.0.0",
    "name": "truncate-utf8-bytes",
    "escapedName": "truncate-utf8-bytes",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sanitize-filename"
  ],
  "_resolved": "https://registry.npmmirror.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
  "_shasum": "405923909592d56f78a5818434b0b78489ca5f2b",
  "_spec": "truncate-utf8-bytes@^1.0.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/sanitize-filename",
  "author": {
    "name": "Carl Xiong",
    "email": "xiongc05@gmail.com"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/parshap/truncate-utf8-bytes/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Carl Xiong",
      "email": "xiongc05@gmail.com"
    },
    {
      "name": "Parsha Pourkhomami",
      "email": "parshap@gmail.com"
    }
  ],
  "dependencies": {
    "utf8-byte-length": "^1.0.1"
  },
  "deprecated": false,
  "description": "Truncate string to given length in bytes",
  "devDependencies": {
    "tape": "^4.2.2"
  },
  "homepage": "https://github.com/parshap/truncate-utf8-bytes#readme",
  "keywords": [
    "truncate",
    "utf8"
  ],
  "license": "WTFPL",
  "main": "index.js",
  "name": "truncate-utf8-bytes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parshap/truncate-utf8-bytes.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "version": "1.0.2"
}