forked from Jstarfish/JavaKeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.18 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.18 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
77
78
79
80
81
82
83
{
"_from": "@types/ws@^7.2.2",
"_id": "@types/ws@7.2.7",
"_inBundle": false,
"_integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==",
"_location": "/@types/ws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@types/ws@^7.2.2",
"name": "@types/ws",
"escapedName": "@types%2fws",
"scope": "@types",
"rawSpec": "^7.2.2",
"saveSpec": null,
"fetchSpec": "^7.2.2"
},
"_requiredBy": [
"/@leancloud/platform-adapters-node"
],
"_resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz",
"_shasum": "362ad1a1d62721bdb725e72c8cccf357078cf5a3",
"_spec": "@types/ws@^7.2.2",
"_where": "/Users/starfish/JavaKeeper/node_modules/@leancloud/platform-adapters-node",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Paul Loyd",
"url": "https://github.com/loyd"
},
{
"name": "Matt Silverlock",
"url": "https://github.com/elithrar"
},
{
"name": "Margus Lamp",
"url": "https://github.com/mlamp"
},
{
"name": "Philippe D'Alva",
"url": "https://github.com/TitaneBoy"
},
{
"name": "Orblazer",
"url": "https://github.com/orblazer"
},
{
"name": "reduckted",
"url": "https://github.com/reduckted"
},
{
"name": "teidesu",
"url": "https://github.com/teidesu"
},
{
"name": "Bartosz Wojtkowiak",
"url": "https://github.com/wojtkowiak"
}
],
"dependencies": {
"@types/node": "*"
},
"deprecated": false,
"description": "TypeScript definitions for ws",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",
"main": "",
"name": "@types/ws",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/ws"
},
"scripts": {},
"typeScriptVersion": "3.2",
"types": "index.d.ts",
"typesPublisherContentHash": "8cd215aa17ea5ce0fbdcf5d7ef57c68e70efef180780e2aa366c3bfd1d48e387",
"version": "7.2.7"
}