package.json
1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"_from": "jschardet@^2.1.0",
"_id": "jschardet@2.1.1",
"_inBundle": false,
"_integrity": "sha512-pA5qG9Zwm8CBpGlK/lo2GE9jPxwqRgMV7Lzc/1iaPccw6v4Rhj8Zg2BTyrdmHmxlJojnbLupLeRnaPLsq03x6Q==",
"_location": "/jschardet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jschardet@^2.1.0",
"name": "jschardet",
"escapedName": "jschardet",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/cheerio-httpcli"
],
"_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-2.1.1.tgz",
"_shasum": "af6f8fd0b3b0f5d46a8fd9614a4fce490575c184",
"_spec": "jschardet@^2.1.0",
"_where": "/Users/star/Desktop/YTMT/node_modules/cheerio-httpcli",
"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"
},
"types": "index.d.ts",
"version": "2.1.1"
}