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/src/../node_modules/valid-data-url/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "valid-data-url", "version": "3.0.1", "description": "Detect if a string is a data URL", "main": "index.js", "files": [ "index.js" ], "engines": { "node": ">=10" }, "license": "MIT", "author": { "name": "Alexey Kucherenko", "url": "https://github.com/killmenot" }, "homepage": "https://github.com/killmenot/valid-data-url", "repository": { "type": "git", "url": "[email protected]:killmenot/valid-data-url.git" }, "bugs": { "url": "https://github.com/killmenot/valid-data-url/issues" }, "keywords": [ "valid", "data-uri", "data-url", "data", "uri", "url", "datauri", "dataurl" ], "scripts": { "lint": "jshint index.js test.js", "test": "mocha", "coverage": "nyc --reporter=html --reporter=text mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "pre-commit": [ "lint", "test" ], "nyc": { "all": true, "include": [ "index.js" ], "exclude": [ "test.js" ] }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.1.0", "jshint": "^2.12.0", "mocha": "^8.1.3", "nyc": "^15.1.0", "pre-commit": "^1.2.2" } }