/
websites
/
operateit-node
/
node_modules
/
@adonisjs
/
auth
/
Upload File
HOME
{ "_from": "@adonisjs/auth@^3.0.7", "_id": "@adonisjs/auth@3.1.0", "_inBundle": false, "_integrity": "sha512-NLy0Jjmb7/Vmh5GvL7ma8qrSoC8oW32lcz6T5FRDMnXFs59pfBS0Mej0Try6iY/aGGFMKiLVVOoGzhgWgeX8eA==", "_location": "/@adonisjs/auth", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@adonisjs/auth@^3.0.7", "name": "@adonisjs/auth", "escapedName": "@adonisjs%2fauth", "scope": "@adonisjs", "rawSpec": "^3.0.7", "saveSpec": null, "fetchSpec": "^3.0.7" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@adonisjs/auth/-/auth-3.1.0.tgz", "_shasum": "039c2bd60d959d3bb5e6e49ec29825ad54b165d8", "_spec": "@adonisjs/auth@^3.0.7", "_where": "D:\\xampp\\htdocs\\operateit", "author": { "name": "adonisjs" }, "bugs": { "url": "https://github.com/adonisjs/adonis-auth/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "@adonisjs/generic-exceptions": "^2.0.1", "basic-auth": "^2.0.1", "debug": "^4.0.1", "jsonwebtoken": "^8.3.0", "lodash": "^4.17.11", "ms": "^2.1.1", "resetable": "^1.0.3", "uuid": "^3.3.2" }, "deprecated": false, "description": "Offical authentication provider for Adonis framework", "devDependencies": { "@adonisjs/fold": "^4.0.9", "@adonisjs/lucid": "^6.1.2", "@adonisjs/mrm-preset": "^1.0.13", "@adonisjs/sink": "^1.0.17", "commitizen": "^2.10.1", "cookie": "^0.3.1", "coveralls": "^3.0.2", "cz-conventional-changelog": "^2.1.0", "edge.js": "^1.1.4", "fs-extra": "^7.0.0", "japa": "^2.0.3", "japa-cli": "^1.0.1", "macroable": "^1.0.0", "mrm": "^1.2.1", "node-req": "^2.1.1", "nyc": "^13.0.1", "pkg-ok": "^2.2.0", "semver": "^5.5.1", "sqlite3": "^4.0.2", "standard": "^12.0.1", "supertest": "^3.3.0" }, "directories": { "test": "test" }, "files": [ "src", "providers", "templates", "instructions.js", "instructions.md" ], "homepage": "https://github.com/adonisjs/adonis-auth#readme", "keywords": [ "adonis", "adonis-framework", "adonis-auth", "authentication" ], "license": "MIT", "main": "index.js", "name": "@adonisjs/auth", "nyc": { "exclude": [ "test" ] }, "repository": { "type": "git", "url": "git+https://github.com/adonisjs/adonis-auth.git" }, "scripts": { "commit": "git-cz", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "standard", "mrm": "mrm --preset=@adonisjs/mrm-preset", "pretest": "npm run lint", "test": "nyc node japaFile.js", "test:local": "FORCE_COLOR=true node bin/index.js --local", "test:win": "node ./node_modules/japa-cli/index.js" }, "standard": { "globals": [ "use" ] }, "version": "3.1.0" }