1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "express-jwt",
- "_id": "express-jwt@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==",
- "_location": "/express-jwt",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "express-jwt",
- "name": "express-jwt",
- "escapedName": "express-jwt",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-6.0.0.tgz",
- "_shasum": "20886c730983ffb1c706a4383235df86eff349b8",
- "_spec": "express-jwt",
- "_where": "E:\\a-level\\project_js2",
- "author": {
- "name": "Matias Woloski",
- "email": "matias@auth0.com",
- "url": "https://www.auth0.com/"
- },
- "bugs": {
- "url": "http://github.com/auth0/express-jwt/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "async": "^1.5.0",
- "express-unless": "^0.3.0",
- "jsonwebtoken": "^8.1.0",
- "lodash.set": "^4.0.0"
- },
- "deprecated": false,
- "description": "JWT authentication middleware.",
- "devDependencies": {
- "conventional-changelog": "~1.1.0",
- "mocha": "^7.1.1"
- },
- "engines": {
- "node": ">= 8.0.0"
- },
- "homepage": "https://github.com/auth0/express-jwt#readme",
- "keywords": [
- "auth",
- "authn",
- "authentication",
- "authz",
- "authorization",
- "http",
- "jwt",
- "token",
- "oauth",
- "express"
- ],
- "license": "MIT",
- "main": "./lib",
- "name": "express-jwt",
- "repository": {
- "type": "git",
- "url": "git://github.com/auth0/express-jwt.git"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "version": "6.0.0"
- }
|