2013-04-30 13:49:02 +00:00
|
|
|
{
|
2023-07-12 08:22:47 +00:00
|
|
|
"name": "@lumeweb/chardet",
|
2023-07-12 08:36:39 +00:00
|
|
|
"version": "1.6.1",
|
2023-07-12 08:22:47 +00:00
|
|
|
"homepage": "https://github.com/runk/node-chardet",
|
|
|
|
"description": "Character encoding detector",
|
|
|
|
"type": "module",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.lumeweb.com:LumeWeb/chardet.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/runk/node-chardet/issues"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dmitry Shirokov",
|
|
|
|
"email": "deadrunk@gmail.com"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "@spikying"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "@wtgtybhertgeghgtwtg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "@suisho"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "@seangarner"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "@zevanty"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"browser": {
|
|
|
|
"./lib/fs/node.js": "./lib/fs/browser.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@lumeweb/node-library-preset": "^0.2.7",
|
|
|
|
"presetter": "*"
|
|
|
|
},
|
|
|
|
"readme": "ERROR: No README data found!",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "presetter bootstrap",
|
|
|
|
"build": "run build",
|
|
|
|
"semantic-release": "semantic-release"
|
|
|
|
},
|
2023-07-12 08:36:39 +00:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
2023-07-12 08:22:47 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2013-04-30 13:49:02 +00:00
|
|
|
}
|