You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

63 lines
1.9 KiB

{
"_from": "jschardet@^1.4.2",
"_id": "jschardet@1.5.0",
"_inBundle": false,
"_integrity": "sha512-+Q8JsoEQbrdE+a/gg1F9XO92gcKXgpE5UACqr0sIubjDmBEkd+OOWPGzQeMrWSLxd73r4dHxBeRW7edHu5LmJQ==",
"_location": "/eslint/jschardet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jschardet@^1.4.2",
"name": "jschardet",
"escapedName": "jschardet",
"rawSpec": "^1.4.2",
"saveSpec": null,
"fetchSpec": "^1.4.2"
},
"_requiredBy": [
"/eslint/external-editor"
],
"_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.5.0.tgz",
"_shasum": "a61f310306a5a71188e1b1acd08add3cfbb08b1e",
"_spec": "jschardet@^1.4.2",
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/external-editor",
"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+",
"main": "src/init",
"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": "1.5.0"
}