@hom3chuk/tektek
Version:
A library for detecting technologies used within HTTP Archive (HAR)
35 lines (34 loc) • 850 B
JSON
{
"name": "@hom3chuk/tektek",
"version": "1.0.16",
"description": "A library for detecting technologies used within HTTP Archive (HAR)",
"main": "lib/es5/index.js",
"module": "/lib/es6/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/hom3chuk/tektek.git"
},
"files": [
"CHANGELOG.md",
"lib",
"LICENSE",
"package.json",
"README.md"
],
"keywords": [
"HAR",
"HTTP",
"Archive",
"technology",
"profiling",
"web",
"fingerprinting"
],
"author": "Eugene Chekan <hom3chuk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hom3chuk/tektek/issues"
},
"homepage": "https://github.com/hom3chuk/tektek#readme"
}