mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Deps updates
This commit is contained in:
57
node_modules/jwt-simple/package.json
generated
vendored
Normal file
57
node_modules/jwt-simple/package.json
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "jwt-simple",
|
||||
"description": "JWT(JSON Web Token) encode and decode module",
|
||||
"version": "0.3.1",
|
||||
"author": {
|
||||
"name": "Kazuhito Hokamura",
|
||||
"email": "k.hokamura@gmail.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/hokaccha/node-jwt-simple.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"expect.js": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/*.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"jwt",
|
||||
"encode",
|
||||
"decode"
|
||||
],
|
||||
"main": "./index",
|
||||
"gitHead": "8367ebca9379efa3116e57702ecc48bdeedd9841",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hokaccha/node-jwt-simple/issues"
|
||||
},
|
||||
"homepage": "https://github.com/hokaccha/node-jwt-simple#readme",
|
||||
"_id": "jwt-simple@0.3.1",
|
||||
"_shasum": "86e0b121d149534423dbd8044a727e3cf1eb939e",
|
||||
"_from": "jwt-simple@*",
|
||||
"_npmVersion": "2.11.0",
|
||||
"_nodeVersion": "0.10.33",
|
||||
"_npmUser": {
|
||||
"name": "hokaccha",
|
||||
"email": "k.hokamura@gmail.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "hokaccha",
|
||||
"email": "k.hokamura@gmail.com"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "86e0b121d149534423dbd8044a727e3cf1eb939e",
|
||||
"tarball": "http://registry.npmjs.org/jwt-simple/-/jwt-simple-0.3.1.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/jwt-simple/-/jwt-simple-0.3.1.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
Reference in New Issue
Block a user