package.json
1.43 KB
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
{
"_from": "fast-text-encoding@^1.0.0",
"_id": "fast-text-encoding@1.0.0",
"_inBundle": false,
"_integrity": "sha512-R9bHCvweUxxwkDwhjav5vxpFvdPGlVngtqmx4pIZfSUhM/Q4NiIUHB456BAf+Q1Nwu3HEZYONtu+Rya+af4jiQ==",
"_location": "/fast-text-encoding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-text-encoding@^1.0.0",
"name": "fast-text-encoding",
"escapedName": "fast-text-encoding",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.0.tgz",
"_shasum": "3e5ce8293409cfaa7177a71b9ca84e1b1e6f25ef",
"_spec": "fast-text-encoding@^1.0.0",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\google-auth-library",
"author": {
"name": "Sam Thorogood",
"email": "sam.thorogood@gmail.com"
},
"bugs": {
"url": "https://github.com/samthor/fast-text-encoder/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8",
"homepage": "https://github.com/samthor/fast-text-encoder#readme",
"license": "Apache-2",
"main": "text.min.js",
"name": "fast-text-encoding",
"repository": {
"type": "git",
"url": "git+https://github.com/samthor/fast-text-encoder.git"
},
"version": "1.0.0"
}