query-string-hash
Version:
Hash querystring params
37 lines (36 loc) • 760 B
JSON
{
"name": "query-string-hash",
"version": "1.0.6",
"description": "Hash querystring params",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"keywords": [
"query-string",
"hash",
"params",
"query-params",
"hide",
"security",
"encrypt",
"decrypt",
"url params",
"parameters"
],
"author": "thealoneprogrammer",
"license": "ISC",
"dependencies": {
"query-string": "^7.0.0",
"simple-encryptor": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"repository": {
"type": "git",
"url": "git@github.com:thealoneprogrammer/query-string-hash.git"
}
}