Initial commit
This commit is contained in:
+177
@@ -0,0 +1,177 @@
|
||||
{
|
||||
"_from": "jose@^2.0.5",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-BAiDNeDKTMgk4tvD0BbxJ8xHEHBZgpeRZ1zGPPsitSyMgjoMWiLGYAE7H7NpP5h0lPppQajQs871E8NHUrzVPA==",
|
||||
"_location": "/jose",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jose@^2.0.5",
|
||||
"name": "jose",
|
||||
"escapedName": "jose",
|
||||
"rawSpec": "^2.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jwks-rsa"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jose/-/jose-2.0.5.tgz",
|
||||
"_shasum": "29746a18d9fff7dcf9d5d2a6f62cb0c7cd27abd3",
|
||||
"_spec": "jose@^2.0.5",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/jwks-rsa",
|
||||
"author": {
|
||||
"name": "Filip Skokan",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"ava": {
|
||||
"babel": false,
|
||||
"compileEnhancements": false,
|
||||
"files": [
|
||||
"test/**/*.test.js"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/panva/jose/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@panva/asn1.js": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"ava": "^2.4.0",
|
||||
"c8": "^7.3.5",
|
||||
"husky": "^4.3.0",
|
||||
"standard": "^16.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0 < 13 || >=13.7.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.mjs",
|
||||
"require": "./lib/index.js"
|
||||
},
|
||||
"./": "./"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*.js",
|
||||
"lib/**/*.mjs",
|
||||
"LICENSE_THIRD_PARTY",
|
||||
"types/index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/panva",
|
||||
"homepage": "https://github.com/panva/jose",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"access token",
|
||||
"access_token",
|
||||
"compact",
|
||||
"decode",
|
||||
"decrypt",
|
||||
"detached",
|
||||
"ec",
|
||||
"ecdsa",
|
||||
"eddsa",
|
||||
"electron",
|
||||
"embedded",
|
||||
"encrypt",
|
||||
"flattened",
|
||||
"general",
|
||||
"id token",
|
||||
"id_token",
|
||||
"jose",
|
||||
"json web token",
|
||||
"jsonwebtoken",
|
||||
"jwa",
|
||||
"jwe",
|
||||
"jwk",
|
||||
"jwks",
|
||||
"jws",
|
||||
"jwt",
|
||||
"logout token",
|
||||
"logout_token",
|
||||
"oct",
|
||||
"okp",
|
||||
"payload",
|
||||
"rsa",
|
||||
"secp256k1",
|
||||
"sign",
|
||||
"signature",
|
||||
"validate",
|
||||
"verify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "jose",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/panva/jose.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "c8 ava",
|
||||
"lint": "standard",
|
||||
"lint-fix": "standard --fix",
|
||||
"lint-ts": "npx typescript@~3.6.0 --build types",
|
||||
"test": "ava",
|
||||
"watch": "ava --watch"
|
||||
},
|
||||
"standard-version": {
|
||||
"scripts": {
|
||||
"postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
|
||||
},
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "style",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"section": "Refactor",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"section": "Performance",
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "2.0.5"
|
||||
}
|
||||
Reference in New Issue
Block a user