Server IP : 15.235.198.142 / Your IP : 216.73.216.14 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/2of3/wp-content/plugins/nobj405n/public/vendors/split/packages/splitjs/ |
Upload File : |
{ "name": "split.js", "version": "1.5.11", "description": "2kb unopinionated utility for resizeable split views", "main": "dist/split.js", "minified:main": "dist/split.min.js", "module": "dist/split.es.js", "repository": "https://github.com/nathancahill/split", "keywords": ["css", "split", "flexbox", "tiny", "split-layout"], "author": "Nathan Cahill <nathan@nathancahill.com>", "license": "MIT", "homepage": "https://split.js.org/", "scripts": { "lint": "eslint src", "test": "karma start", "prepublish": "rollup -c", "build": "rollup -c && npm run size", "watch": "rollup -cw", "size": "echo \"gzip size: $(gzip-size --raw $npm_package_minified_main) bytes\"", "saucelabs": "yarn run test --browsers sl_firefox_latest,sl_chrome_latest,sl_safari,sl_firefox,sl_chrome,sl_edge,sl_ie_11,sl_ie_10,sl_ie_9" }, "files": ["dist"], "browserslist": [ "Chrome >= 22", "Firefox >= 6", "Opera >= 15", "Safari >= 6.2", "IE >= 9", "IE 8" ], "collective": { "type": "opencollective", "url": "https://opencollective.com/splitjs" } }