summaryrefslogtreecommitdiff
path: root/node_modules/cacheable-lookup/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
commit703e03aba33f234712206769f57717ba7d92d23d (patch)
tree0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/cacheable-lookup/package.json
parentab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff)
downloadFlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz
FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/cacheable-lookup/package.json')
-rwxr-xr-xnode_modules/cacheable-lookup/package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/node_modules/cacheable-lookup/package.json b/node_modules/cacheable-lookup/package.json
new file mode 100755
index 0000000..f20991e
--- /dev/null
+++ b/node_modules/cacheable-lookup/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "cacheable-lookup",
+ "version": "5.0.4",
+ "description": "A cacheable dns.lookup(…) that respects the TTL",
+ "engines": {
+ "node": ">=10.6.0"
+ },
+ "files": [
+ "source",
+ "index.d.ts"
+ ],
+ "main": "source/index.js",
+ "types": "index.d.ts",
+ "scripts": {
+ "test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/szmarczak/cacheable-lookup.git"
+ },
+ "keywords": [
+ "dns",
+ "lookup",
+ "cacheable",
+ "ttl"
+ ],
+ "author": "Szymon Marczak",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/szmarczak/cacheable-lookup/issues"
+ },
+ "homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
+ "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",
+ "tsd": "^0.11.0",
+ "quick-lru": "^5.1.0",
+ "xo": "^0.25.3"
+ }
+}