This commit is contained in:
Jonas Roussel
2021-03-24 19:53:31 +01:00
parent 39dc4a45f8
commit a9b7e3f453

View File

@ -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