UNPKG

@inventivetalent/optimus-ts

Version:

Knuths multiplicative hashing based id obfuscation for javascript (port of https://github.com/jenssegers/optimus).

40 lines (39 loc) 1.09 kB
{ "name": "@inventivetalent/optimus-ts", "version": "0.2.1", "description": "Knuths multiplicative hashing based id obfuscation for javascript (port of https://github.com/jenssegers/optimus).", "main": "dist/optimus.js", "types": "dist/optimus.d.ts", "scripts": { "clean": "rm -rf dist", "compile": "tsc", "build": "npm run clean && npm run compile", "test": "mocha -r ts-node/register test/**.ts" }, "author": "Chamindu R. Munasinghe <cmunasinghe@gmail.com>", "repository": { "type": "git", "url": "git@github.com:chamindu/optimus-js.git" }, "homepage": "https://github.com/chamindu/optimus-js", "bugs": "https://github.com/chamindu/optimus-js/issues", "keywords": [ "optimus", "hash", "multiplicative", "obfuscation", "ids" ], "license": "MIT", "devDependencies": { "@types/chai": "^4.2.14", "@types/long": "^4.0.1", "@types/mocha": "^8.2.0", "chai": "^4.2.0", "mocha": "^8.2.1", "ts-node": "^9.1.1" }, "dependencies": { "long": "^3.0.3" } }