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
| {
| "_from": "cacheable-lookup@^5.0.3",
| "_id": "cacheable-lookup@5.0.4",
| "_inBundle": false,
| "_integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
| "_location": "/cacheable-lookup",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "cacheable-lookup@^5.0.3",
| "name": "cacheable-lookup",
| "escapedName": "cacheable-lookup",
| "rawSpec": "^5.0.3",
| "saveSpec": null,
| "fetchSpec": "^5.0.3"
| },
| "_requiredBy": [
| "/got"
| ],
| "_resolved": "https://registry.npmmirror.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
| "_shasum": "5a6b865b2c44357be3d5ebc2a467b032719a7005",
| "_spec": "cacheable-lookup@^5.0.3",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/got",
| "author": {
| "name": "Szymon Marczak"
| },
| "bugs": {
| "url": "https://github.com/szmarczak/cacheable-lookup/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A cacheable dns.lookup(…) that respects the TTL",
| "devDependencies": {
| "@types/keyv": "^3.1.1",
| "ava": "^3.8.2",
| "benchmark": "^2.1.4",
| "coveralls": "^3.0.9",
| "keyv": "^4.0.0",
| "nyc": "^15.0.0",
| "proxyquire": "^2.1.3",
| "quick-lru": "^5.1.0",
| "tsd": "^0.11.0",
| "xo": "^0.25.3"
| },
| "engines": {
| "node": ">=10.6.0"
| },
| "files": [
| "source",
| "index.d.ts"
| ],
| "homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
| "keywords": [
| "dns",
| "lookup",
| "cacheable",
| "ttl"
| ],
| "license": "MIT",
| "main": "source/index.js",
| "name": "cacheable-lookup",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/szmarczak/cacheable-lookup.git"
| },
| "scripts": {
| "test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
| },
| "types": "index.d.ts",
| "version": "5.0.4"
| }
|
|