node-laravel-encryptor
Version:
node version Laravel Illuminate/Encryption/Encrypter.php
49 lines (48 loc) • 1.36 kB
JSON
{
"name": "node-laravel-encryptor",
"engines": {
"node": ">=8.16.1",
"npm": ">=6.4.1"
},
"module": "dist/index.js",
"version": "3.0.2",
"description": "node version Laravel Illuminate/Encryption/Encrypter.php",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AdSegura/node-laravel-encryptor.git"
},
"keywords": [
"laravel",
"crypto",
"nodejs"
],
"homepage": "https://github.com/AdSegura/node-laravel-encryptor/blob/master/README.md",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "NODE_ENV=test node_modules/.bin/_mocha --exit -r tests/lib/spec-helper.js tests/",
"artillery_expect": "artillery run tests/artillery/artillery_expect.yml",
"artillery": "artillery run tests/artillery/artillery.yml",
"artillery_server_async": "node tests/express/start-server.js 1",
"artillery_server_sync": "node tests/express/start-server.js"
},
"bin": {
"encryptor": "bin/encryptor.js"
},
"author": "Adolfo Segura Hall",
"license": "MIT",
"dependencies": {
"php-serialize": "^3.0.0"
},
"devDependencies": {
"@types/node": "^12.7.5",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"mocha": "^6.2.0",
"typescript": "^2.9.2",
"uuid": "^3.3.3"
}
}