![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/node_modules/url-parse/ |
{ "name": "url-parse", "version": "1.4.7", "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments", "main": "index.js", "scripts": { "browserify": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js", "minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js", "test": "nyc --reporter=html --reporter=text mocha test/test.js", "test-browser": "node test/browser.js", "prepublishOnly": "npm run browserify && npm run minify", "watch": "mocha --watch test/test.js" }, "files": [ "index.js", "dist" ], "repository": { "type": "git", "url": "https://github.com/unshiftio/url-parse.git" }, "keywords": [ "URL", "parser", "uri", "url", "parse", "query", "string", "querystring", "stringify" ], "author": "Arnout Kazemier", "license": "MIT", "dependencies": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" }, "devDependencies": { "assume": "^2.2.0", "browserify": "^16.2.3", "mocha": "^6.1.4", "nyc": "^14.0.0", "pre-commit": "^1.2.2", "sauce-browsers": "^2.0.0", "sauce-test": "^1.3.3", "uglify-js": "^3.5.7" } }