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/link-preview-js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "link-preview-js", "version": "3.0.5", "description": "Javascript module to extract and fetch HTTP link information from blocks of text.", "main": "build/index.js", "exports": { ".": { "require": "./build/index.js", "import": "./build/index.js" }, "./package.json": "./package.json" }, "types": "build/index.d.ts", "scripts": { "test": "jest", "test:ci": "jest --testLocationInResults --ci --outputFile=test_results.json --json", "build": "tsc", "bump": "./bump-version.sh", "prepublishOnly": "tsc" }, "keywords": [ "javascript", "link", "url", "http", "preview" ], "author": "Oscar Franco", "email": "[email protected]", "license": "MIT", "repository": "https://github.com/ospfranco/link-preview-js", "dependencies": { "abort-controller": "^3.0.0", "cheerio": "1.0.0-rc.11", "cross-fetch": "3.1.5", "url": "0.11.0" }, "files": [ "build" ], "devDependencies": { "@skypack/package-check": "^0.2.2", "@types/cheerio": "0.22.24", "@types/jest": "^28.1.4", "jest": "^28.1.2", "prettier": "2.7.1", "ts-jest": "^28.0.5", "typescript": "^4.7.4" } }