Server IP : 162.213.251.212 / Your IP : 3.145.72.125 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/loader-utils/ |
Upload File : |
{ "name": "loader-utils", "version": "2.0.4", "author": "Tobias Koppers @sokra", "description": "utils for webpack loaders", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" }, "scripts": { "lint": "eslint lib test", "pretest": "yarn lint", "test": "jest", "test:ci": "jest --coverage", "release": "yarn test && standard-version" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/webpack/loader-utils.git" }, "engines": { "node": ">=8.9.0" }, "devDependencies": { "coveralls": "^3.0.9", "eslint": "^6.8.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "jest": "^25.1.0", "prettier": "^1.19.1", "standard-version": "^7.1.0" }, "main": "lib/index.js", "files": [ "lib" ] }