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