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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_from": "defer-to-connect@^1.0.1",
| "_id": "defer-to-connect@1.1.3",
| "_inBundle": false,
| "_integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==",
| "_location": "/@electron/get/defer-to-connect",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "defer-to-connect@^1.0.1",
| "name": "defer-to-connect",
| "escapedName": "defer-to-connect",
| "rawSpec": "^1.0.1",
| "saveSpec": null,
| "fetchSpec": "^1.0.1"
| },
| "_requiredBy": [
| "/@electron/get/@szmarczak/http-timer"
| ],
| "_resolved": "https://registry.npmmirror.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz",
| "_shasum": "331ae050c08dcf789f8c83a7b81f0ed94f4ac591",
| "_spec": "defer-to-connect@^1.0.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/get/node_modules/@szmarczak/http-timer",
| "author": {
| "name": "Szymon Marczak"
| },
| "ava": {
| "babel": false,
| "compileEnhancements": false,
| "extensions": [
| "ts"
| ],
| "require": [
| "ts-node/register"
| ],
| "files": [
| "!dist/tests/test.d.ts"
| ]
| },
| "bugs": {
| "url": "https://github.com/szmarczak/defer-to-connect/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "The safe way to handle the `connect` socket event",
| "devDependencies": {
| "@sindresorhus/tsconfig": "^0.5.0",
| "@types/node": "^12.12.4",
| "@typescript-eslint/eslint-plugin": "^1.11.0",
| "@typescript-eslint/parser": "^1.11.0",
| "ava": "^2.1.0",
| "coveralls": "^3.0.7",
| "create-cert": "^1.0.6",
| "del-cli": "^3.0.0",
| "eslint-config-xo-typescript": "^0.15.0",
| "nyc": "^14.0.0",
| "p-event": "^4.1.0",
| "ts-node": "^8.1.0",
| "typescript": "^3.6.4",
| "xo": "^0.25.3"
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/szmarczak/defer-to-connect#readme",
| "keywords": [
| "socket",
| "connect",
| "event"
| ],
| "license": "MIT",
| "main": "dist",
| "name": "defer-to-connect",
| "nyc": {
| "extension": [
| ".ts"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/szmarczak/defer-to-connect.git"
| },
| "scripts": {
| "build": "del-cli dist && tsc",
| "coveralls": "nyc report --reporter=text-lcov | coveralls",
| "prepublishOnly": "npm run build",
| "test": "xo && nyc ava"
| },
| "types": "dist",
| "version": "1.1.3",
| "xo": {
| "extends": "xo-typescript",
| "extensions": [
| "ts"
| ],
| "rules": {
| "ava/no-ignored-test-files": "off"
| }
| }
| }
|
|