2013-04-30 13:49:02 +00:00
|
|
|
{
|
2013-05-07 13:27:05 +00:00
|
|
|
"name": "chardet",
|
2018-07-03 03:57:22 +00:00
|
|
|
"version": "0.6.0",
|
2013-05-07 13:27:05 +00:00
|
|
|
"homepage": "https://github.com/runk/node-chardet",
|
|
|
|
"description": "Character detector",
|
|
|
|
"keywords": [
|
|
|
|
"encoding",
|
|
|
|
"character",
|
|
|
|
"utf8",
|
|
|
|
"detector",
|
|
|
|
"chardet",
|
|
|
|
"icu"
|
|
|
|
],
|
|
|
|
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
|
2015-11-29 21:51:34 +00:00
|
|
|
"contributors": [
|
2018-04-22 23:22:32 +00:00
|
|
|
"@spikying",
|
|
|
|
"@wtgtybhertgeghgtwtg",
|
|
|
|
"@suisho",
|
|
|
|
"@seangarner",
|
|
|
|
"@zevanty"
|
2015-11-29 21:51:34 +00:00
|
|
|
],
|
2013-05-07 13:39:21 +00:00
|
|
|
"devDependencies": {
|
2018-04-22 23:22:32 +00:00
|
|
|
"github-publish-release": "^4.2.0",
|
|
|
|
"mocha": "^5.1.1"
|
2013-05-07 13:33:47 +00:00
|
|
|
},
|
2013-05-07 13:27:05 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:runk/node-chardet.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"mail": "deadrunk@gmail.com",
|
|
|
|
"url": "http://github.com/runk/node-chardet/issues"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-04-22 23:22:32 +00:00
|
|
|
"test": "mocha -R spec --recursive --bail",
|
2017-10-16 00:49:03 +00:00
|
|
|
"release": "scripts/release"
|
2013-05-07 13:27:05 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"engine": {
|
2017-10-16 02:29:32 +00:00
|
|
|
"node": ">=4"
|
2013-05-07 13:27:05 +00:00
|
|
|
},
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
2013-08-06 01:35:58 +00:00
|
|
|
},
|
2015-11-29 21:51:34 +00:00
|
|
|
"license": "MIT"
|
2013-04-30 13:49:02 +00:00
|
|
|
}
|