package.json
1.34 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
{
"_from": "iconv",
"_id": "iconv@3.0.0",
"_inBundle": false,
"_integrity": "sha512-bKTEP55J/e+UutBE3BDBWq6KukPWh3GBYCZGbLEY9vxRDUU2F3bqvPsp/a/DEdIamgF2MvW5lF0Rj1U/7KRL+g==",
"_location": "/iconv",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "iconv",
"name": "iconv",
"escapedName": "iconv",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/iconv/-/iconv-3.0.0.tgz",
"_shasum": "9a293ec123b16b4717e450714ddbb07f985b7d9c",
"_spec": "iconv",
"_where": "C:\\Users\\worro\\OneDrive\\Desktop\\openSourceSoftware\\webcrawling-practice",
"author": {
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl"
},
"bugs": {
"url": "https://github.com/bnoordhuis/node-iconv/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Text recoding in JavaScript for fun and profit!",
"engines": {
"node": ">=10.0.0"
},
"gypfile": true,
"homepage": "https://github.com/bnoordhuis/node-iconv",
"license": "ISC",
"name": "iconv",
"repository": {
"type": "git",
"url": "git://github.com/bnoordhuis/node-iconv.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "node test/run-tests.js"
},
"version": "3.0.0"
}