github-pages-deploy-action/node_modules/chardet/package.json

48 lines
962 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "chardet",
"version": "0.7.0",
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/runk/node-chardet",
2020-03-31 20:57:48 +08:00
"description": "Character detector",
2020-03-07 11:45:40 +08:00
"keywords": [
"encoding",
"character",
"utf8",
"detector",
"chardet",
"icu"
],
2020-03-31 20:57:48 +08:00
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"contributors": [
"@spikying",
"@wtgtybhertgeghgtwtg",
"@suisho",
"@seangarner",
"@zevanty"
],
"devDependencies": {
"github-publish-release": "^5.0.0",
"mocha": "^5.2.0"
},
2020-03-07 11:45:40 +08:00
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "git@github.com:runk/node-chardet.git"
},
"bugs": {
"mail": "deadrunk@gmail.com",
"url": "http://github.com/runk/node-chardet/issues"
2020-03-07 11:45:40 +08:00
},
"scripts": {
2020-03-31 20:57:48 +08:00
"test": "mocha -R spec --recursive --bail",
"release": "scripts/release"
},
"main": "index.js",
"engine": {
"node": ">=4"
},
"readmeFilename": "README.md",
"directories": {
"test": "test"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT"
2020-03-07 11:45:40 +08:00
}