wallet-core/node_modules/iconv-lite/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"name": "iconv-lite",
2016-11-03 01:33:53 +01:00
"description": "Convert character encodings in pure javascript.",
2018-09-20 02:56:13 +02:00
"version": "0.4.24",
2016-11-03 01:33:53 +01:00
"license": "MIT",
2017-12-10 21:51:33 +01:00
"keywords": [
"iconv",
"convert",
"charset",
"icu"
],
2016-11-03 01:33:53 +01:00
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/ashtuchkin/iconv-lite",
"bugs": "https://github.com/ashtuchkin/iconv-lite/issues",
"repository": {
"type": "git",
"url": "git://github.com/ashtuchkin/iconv-lite.git"
},
"engines": {
"node": ">=0.10.0"
2016-11-03 01:33:53 +01:00
},
"scripts": {
2017-12-10 21:51:33 +01:00
"coverage": "istanbul cover _mocha -- --grep .",
"coverage-open": "open coverage/lcov-report/index.html",
"test": "mocha --reporter spec --grep ."
2016-11-03 01:33:53 +01:00
},
"browser": {
2018-09-20 02:56:13 +02:00
"./lib/extend-node": false,
"./lib/streams": false
2016-11-03 01:33:53 +01:00
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"mocha": "^3.1.0",
"request": "~2.87.0",
2016-11-03 01:33:53 +01:00
"unorm": "*",
"errto": "*",
"async": "*",
"istanbul": "*",
2017-05-24 15:10:37 +02:00
"semver": "*",
"iconv": "*"
2018-09-20 02:56:13 +02:00
},
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
2016-10-10 03:43:44 +02:00
}
}