48 lines
985 B
JSON
48 lines
985 B
JSON
{
|
|
"name": "chardet",
|
|
"version": "0.0.0-development",
|
|
"homepage": "https://github.com/runk/node-chardet",
|
|
"description": "Character detector",
|
|
"keywords": [
|
|
"encoding",
|
|
"character",
|
|
"utf8",
|
|
"detector",
|
|
"chardet",
|
|
"icu"
|
|
],
|
|
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
|
|
"contributors": [
|
|
"@spikying",
|
|
"@wtgtybhertgeghgtwtg",
|
|
"@suisho",
|
|
"@seangarner",
|
|
"@zevanty"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "^6.1.4",
|
|
"semantic-release": "^15.13.18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/runk/node-chardet.git"
|
|
},
|
|
"bugs": {
|
|
"mail": "deadrunk@gmail.com",
|
|
"url": "http://github.com/runk/node-chardet/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec --recursive --bail",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"main": "index.js",
|
|
"engine": {
|
|
"node": ">=4"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"license": "MIT"
|
|
}
|