mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-08-06 13:51:08 +08:00
v2.0.0
This commit is contained in:
@ -1,18 +1,16 @@
|
|||||||
name: dart_jsonwebtoken
|
name: dart_jsonwebtoken
|
||||||
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
|
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
|
||||||
version: 2.0.0-nullsafety.2
|
version: 2.0.0
|
||||||
repository: https://github.com/jonasroussel/jsonwebtoken
|
repository: https://github.com/jonasroussel/jsonwebtoken
|
||||||
homepage: https://github.com/jonasroussel/jsonwebtoken#readme
|
homepage: https://github.com/jonasroussel/jsonwebtoken#readme
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0-0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
crypto: ^3.0.0
|
crypto: ^3.0.0
|
||||||
pointycastle: ^3.0.0-nullsafety.2
|
pointycastle: ^3.0.1
|
||||||
ed25519_edwards: ^0.1.0
|
ed25519_edwards: ^0.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
uuid: ^3.0.0
|
|
||||||
test: ^1.0.0
|
|
||||||
pedantic: ^1.9.2
|
pedantic: ^1.9.2
|
||||||
|
Reference in New Issue
Block a user