mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-11 00:08:33 +08:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"_from": "jschardet",
|
|
"_id": "jschardet@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Fuk25QlebgHnvCQvAm258+y2D8yVs1VFIFwiqXbvxG4n9vo5YZsBPZuMxnc7Gb9ElAeN8QfRDvgkkIhW4DPoPA==",
|
|
"_location": "/jschardet",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "jschardet",
|
|
"name": "jschardet",
|
|
"escapedName": "jschardet",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-2.1.0.tgz",
|
|
"_shasum": "0491e1e00ec091490d4ca3dc8e30926b38de596b",
|
|
"_spec": "jschardet",
|
|
"_where": "/Users/lichao/onedrive/Configs/uTools/ProcessKiller",
|
|
"author": {
|
|
"name": "António Afonso"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aadsm/jschardet/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
|
|
"devDependencies": {
|
|
"browserify": "~12.0.1",
|
|
"google-closure-compiler": "20151015.0.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"test": "./test"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
},
|
|
"homepage": "https://github.com/aadsm/jschardet#readme",
|
|
"keywords": [
|
|
"encoding",
|
|
"charset"
|
|
],
|
|
"license": "LGPL-2.1+",
|
|
"name": "jschardet",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aadsm/jschardet.git"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"dist-dev": "mkdir -p dist && browserify index.js -s jschardet --detect-globals false -o dist/jschardet.js"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|