package.json
1.79 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_from": "type-of@^2.0.1",
"_id": "type-of@2.0.1",
"_inBundle": false,
"_integrity": "sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI=",
"_location": "/type-of",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "type-of@^2.0.1",
"name": "type-of",
"escapedName": "type-of",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/cheerio-httpcli"
],
"_resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz",
"_shasum": "e72a1741896568e9f628378d816d6912f7f23972",
"_spec": "type-of@^2.0.1",
"_where": "D:\\OSS project\\YTMT\\node_modules\\cheerio-httpcli",
"bugs": {
"url": "https://github.com/ForbesLindesay/type-of/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Type assertions aka less-broken typeof.",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/ForbesLindesay/type-of#readme",
"keywords": [],
"license": "MIT",
"name": "type-of",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/type-of.git"
},
"scripts": {
"test": "node test/tests.js"
},
"testling": {
"files": "test/tests.js",
"browsers": [
"iexplore/8.0",
"iexplore/9.0",
"iexplore/10.0",
"chrome/30.0",
"chrome/31.0",
"chrome/canary",
"firefox/4.0",
"firefox/10.0",
"firefox/15.0",
"firefox/20.0",
"firefox/21.0",
"firefox/22.0",
"firefox/23.0",
"firefox/24.0",
"firefox/25.0",
"firefox/nightly",
"opera/11.0",
"opera/17.0",
"opera/next",
"safari/5.0.5",
"safari/5.1",
"safari/6.0",
"iphone/6.0",
"ipad/6.0"
]
},
"version": "2.0.1"
}