1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/chardet/package.json

77 lines
1.6 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"_args": [
[
"chardet@0.4.2",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "chardet@0.4.2",
"_id": "chardet@0.4.2",
"_inBundle": false,
"_integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=",
"_location": "/chardet",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chardet@0.4.2",
"name": "chardet",
"escapedName": "chardet",
"rawSpec": "0.4.2",
"saveSpec": null,
"fetchSpec": "0.4.2"
},
"_requiredBy": [
"/external-editor"
],
"_resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz",
"_spec": "0.4.2",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Dmitry Shirokov",
"email": "deadrunk@gmail.com"
},
"bugs": {
"url": "http://github.com/runk/node-chardet/issues"
},
"contributors": [
{
"name": "@spikying"
}
],
"description": "Character detector",
"devDependencies": {
"github-publish-release": "^4.0.0",
"mocha": "^4.0.1"
},
"directories": {
"test": "test"
},
"engine": {
"node": ">=4"
},
"homepage": "https://github.com/runk/node-chardet",
"keywords": [
"encoding",
"character",
"utf8",
"detector",
"chardet",
"icu"
],
"license": "MIT",
"main": "index.js",
"name": "chardet",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/runk/node-chardet.git"
},
"scripts": {
"release": "scripts/release",
"test": "mocha -R spec --recursive"
},
"version": "0.4.2"
}