%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.154.253.140  /  Your IP : 216.73.216.49 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Microsoft VS Code/resources/app/extensions/git/node_modules/jschardet/  | 
Upload File :  | 
{
    "name": "jschardet",
    "version": "1.6.0",
    "description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
    "main": "src/init",
    "author": "António Afonso",
    "license": "LGPL-2.1+",
    "keywords": [
        "encoding",
        "charset"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/aadsm/jschardet.git"
    },
    "directories": {
        "lib": "./lib",
        "test": "./test"
    },
    "dependencies": {},
    "devDependencies": {
        "browserify": "~12.0.1",
        "google-closure-compiler": "20151015.0.0"
    },
    "scripts": {
        "dist-dev": "mkdir -p dist && browserify index.js -s jschardet --detect-globals false -o dist/jschardet.js",
        "dist": "npm run dist-dev && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level QUIET --compilation_level SIMPLE_OPTIMIZATIONS --js dist/jschardet.js > dist/jschardet.min.js"
    },
    "engines": {
        "node": ">=0.1.90"
    }
}