12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "chardet@0.4.2",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_development": true,
- "_from": "chardet@0.4.2",
- "_id": "chardet@0.4.2",
- "_inBundle": false,
- "_integrity": "sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==",
- "_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.npmmirror.com/chardet/-/chardet-0.4.2.tgz",
- "_spec": "0.4.2",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "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"
- }
|