![]() 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/vreg/node_modules/querystring/ |
{ "name": "querystring", "id": "querystring", "version": "0.2.1", "description": "Node's querystring module for all engines.", "keywords": [ "commonjs", "query", "querystring" ], "author": "Irakli Gozalishvili <[email protected]>", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/Gozala/querystring.git", "web": "https://github.com/Gozala/querystring" }, "bugs": { "url": "http://github.com/Gozala/querystring/issues/" }, "devDependencies": { "test": "~0.x.0", "retape": "~0.x.0", "tape": "~0.1.5" }, "engines": { "node": ">=0.4.x" }, "scripts": { "test": "npm run test-node && npm run test-tap", "test-node": "node ./test/common-index.js", "test-tap": "node ./test/tap-index.js" }, "license": "MIT" }