11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci    "name": "iconv-lite",
31cb0ef41Sopenharmony_ci    "description": "Convert character encodings in pure javascript.",
41cb0ef41Sopenharmony_ci    "version": "0.6.3",
51cb0ef41Sopenharmony_ci    "license": "MIT",
61cb0ef41Sopenharmony_ci    "keywords": [
71cb0ef41Sopenharmony_ci        "iconv",
81cb0ef41Sopenharmony_ci        "convert",
91cb0ef41Sopenharmony_ci        "charset",
101cb0ef41Sopenharmony_ci        "icu"
111cb0ef41Sopenharmony_ci    ],
121cb0ef41Sopenharmony_ci    "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
131cb0ef41Sopenharmony_ci    "main": "./lib/index.js",
141cb0ef41Sopenharmony_ci    "typings": "./lib/index.d.ts",
151cb0ef41Sopenharmony_ci    "homepage": "https://github.com/ashtuchkin/iconv-lite",
161cb0ef41Sopenharmony_ci    "bugs": "https://github.com/ashtuchkin/iconv-lite/issues",
171cb0ef41Sopenharmony_ci    "repository": {
181cb0ef41Sopenharmony_ci        "type": "git",
191cb0ef41Sopenharmony_ci        "url": "git://github.com/ashtuchkin/iconv-lite.git"
201cb0ef41Sopenharmony_ci    },
211cb0ef41Sopenharmony_ci    "engines": {
221cb0ef41Sopenharmony_ci        "node": ">=0.10.0"
231cb0ef41Sopenharmony_ci    },
241cb0ef41Sopenharmony_ci    "scripts": {
251cb0ef41Sopenharmony_ci        "coverage": "c8 _mocha --grep .",
261cb0ef41Sopenharmony_ci        "test": "mocha --reporter spec --grep ."
271cb0ef41Sopenharmony_ci    },
281cb0ef41Sopenharmony_ci    "browser": {
291cb0ef41Sopenharmony_ci        "stream": false
301cb0ef41Sopenharmony_ci    },
311cb0ef41Sopenharmony_ci    "devDependencies": {
321cb0ef41Sopenharmony_ci        "async": "^3.2.0",
331cb0ef41Sopenharmony_ci        "c8": "^7.2.0",
341cb0ef41Sopenharmony_ci        "errto": "^0.2.1",
351cb0ef41Sopenharmony_ci        "iconv": "^2.3.5",
361cb0ef41Sopenharmony_ci        "mocha": "^3.5.3",
371cb0ef41Sopenharmony_ci        "request": "^2.88.2",
381cb0ef41Sopenharmony_ci        "semver": "^6.3.0",
391cb0ef41Sopenharmony_ci        "unorm": "^1.6.0"
401cb0ef41Sopenharmony_ci    },
411cb0ef41Sopenharmony_ci    "dependencies": {
421cb0ef41Sopenharmony_ci        "safer-buffer": ">= 2.1.2 < 3.0.0"
431cb0ef41Sopenharmony_ci    }
441cb0ef41Sopenharmony_ci}
45