package.json
1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_from": "@root/encoding@^1.0.1",
"_id": "@root/encoding@1.0.1",
"_inBundle": false,
"_integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ==",
"_location": "/@root/encoding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@root/encoding@^1.0.1",
"name": "@root/encoding",
"escapedName": "@root%2fencoding",
"scope": "@root",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/@root/acme",
"/@root/asn1",
"/@root/keypairs",
"/@root/x509"
],
"_resolved": "https://registry.npmjs.org/@root/encoding/-/encoding-1.0.1.tgz",
"_shasum": "60cf3ccb9e2239226b30e8394c7a4a258a161c3e",
"_spec": "@root/encoding@^1.0.1",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\acme",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"browser": {
"./base64.js": "./browser/base64.js",
"./bytes.js": "./browser/bytes.js",
"./hex.js": "./browser/hex.js"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Leightweight, Zero-dependency, translation between Unicode, Buffers, Base64, Hex, Binary Strings, UCS-2, UTF-8, etc.",
"keywords": [
"Unicode",
"UTF-8",
"Buffer",
"ArrayBuffer",
"Binary",
"Strings",
"TypedArray",
"utf8",
"unibabel"
],
"license": "MPL-2.0",
"main": "./encoding.js",
"name": "@root/encoding",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/encoding.js.git"
},
"scripts": {
"test": "node tests/"
},
"version": "1.0.1"
}