package.json
1.63 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
{
"_args": [
[
"fast-text-encoding@1.0.2",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "fast-text-encoding@1.0.2",
"_id": "fast-text-encoding@1.0.2",
"_inBundle": false,
"_integrity": "sha512-5rQdinSsycpzvAoHga2EDn+LRX1d5xLFsuNG0Kg61JrAT/tASXcLL0nf/33v+sAxlQcfYmWbTURa1mmAf55jGw==",
"_location": "/fast-text-encoding",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fast-text-encoding@1.0.2",
"name": "fast-text-encoding",
"escapedName": "fast-text-encoding",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Sam Thorogood",
"email": "sam.thorogood@gmail.com"
},
"bugs": {
"url": "https://github.com/samthor/fast-text-encoding/issues"
},
"description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8",
"devDependencies": {
"chai": "^4.2.0",
"google-closure-compiler": "^20200406.0.0",
"mocha": "^7.1.0"
},
"homepage": "https://github.com/samthor/fast-text-encoding#readme",
"license": "Apache-2.0",
"main": "text.min.js",
"name": "fast-text-encoding",
"repository": {
"type": "git",
"url": "git+https://github.com/samthor/fast-text-encoding.git"
},
"scripts": {
"compile": "./compile.sh",
"test": "mocha"
},
"version": "1.0.2"
}