mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_from": "jsonwebtoken@8.1.0",
|
|
"_id": "jsonwebtoken@8.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xjl80uX9WD1lwAeoPce7eOaYK4M=",
|
|
"_location": "/jsonwebtoken",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jsonwebtoken@8.1.0",
|
|
"name": "jsonwebtoken",
|
|
"escapedName": "jsonwebtoken",
|
|
"rawSpec": "8.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/firebase-admin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz",
|
|
"_shasum": "c6397cd2e5fd583d65c007a83dc7bb78e6982b83",
|
|
"_spec": "jsonwebtoken@8.1.0",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\firebase-admin",
|
|
"author": {
|
|
"name": "auth0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"jws": "^3.1.4",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isinteger": "^4.0.4",
|
|
"lodash.isnumber": "^3.0.3",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.once": "^4.0.0",
|
|
"ms": "^2.0.0",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JSON Web Token implementation (symmetric and asymmetric)",
|
|
"devDependencies": {
|
|
"atob": "^1.1.2",
|
|
"chai": "^1.10.0",
|
|
"conventional-changelog": "~1.1.0",
|
|
"cost-of-modules": "^1.0.1",
|
|
"mocha": "^2.1.0",
|
|
"nsp": "^2.6.2",
|
|
"sinon": "^1.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12",
|
|
"npm": ">=1.4.28"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"decode.js",
|
|
"sign.js",
|
|
"verify.js"
|
|
],
|
|
"homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
|
|
"keywords": [
|
|
"jwt"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "jsonwebtoken",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/auth0/node-jsonwebtoken.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require test/util/fakeDate && nsp check && cost-of-modules"
|
|
},
|
|
"version": "8.1.0"
|
|
}
|