package.json
1.35 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
{
"_from": "iconv",
"_id": "iconv@2.3.0",
"_inBundle": false,
"_integrity": "sha512-eu9senpOZ7wzNweLX09jtrCdmEiie8Z5/iMxdIq3i7tkgg562EwKSU9yjXMz8ncaQ0B+845vbqAz+1kPFXzbtQ==",
"_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-2.3.0.tgz",
"_shasum": "9739887c2bd492d9a5e236dd3667c5358601201b",
"_spec": "iconv",
"_where": "/home/swc/capD/backend",
"author": {
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl"
},
"bugs": {
"url": "https://github.com/bnoordhuis/node-iconv/issues"
},
"bundleDependencies": false,
"dependencies": {
"nan": "^2.3.5"
},
"deprecated": false,
"description": "Text recoding in JavaScript for fun and profit!",
"engines": {
"node": ">=0.8.0"
},
"gypfile": true,
"homepage": "https://github.com/bnoordhuis/node-iconv",
"license": "ISC",
"main": "./lib/iconv",
"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": "2.3.0"
}