Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/har-schema/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "version": "2.0.0", "name": "har-schema", "description": "JSON Schema for HTTP Archive (HAR)", "author": "Ahmad Nassri <[email protected]> (https://www.ahmadnassri.com/)", "contributors": [ "Evgeny Poberezkin <[email protected]>" ], "homepage": "https://github.com/ahmadnassri/har-schema", "repository": { "type": "git", "url": "https://github.com/ahmadnassri/har-schema.git" }, "license": "ISC", "main": "lib/index.js", "keywords": [ "har", "http", "archive", "JSON", "schema", "JSON-schema" ], "engines": { "node": ">=4" }, "files": [ "lib" ], "bugs": { "url": "https://github.com/ahmadnassri/har-schema/issues" }, "scripts": { "test": "tap test --reporter spec", "pretest": "snazzy && echint", "coverage": "tap test --reporter silent --coverage", "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "devDependencies": { "ajv": "^5.0.0", "codeclimate-test-reporter": "^0.4.0", "cz-conventional-changelog": "^1.2.0", "echint": "^2.1.0", "semantic-release": "^6.3.2", "snazzy": "^5.0.0", "tap": "^8.0.1" } }