shasum

WebJar for shasum

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

shasum
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

shasum
WebJar for shasum
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/dominictarr/shasum

Скачать shasum

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/shasum/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>shasum</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/shasum/
implementation 'org.webjars.npm:shasum:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/shasum/
implementation ("org.webjars.npm:shasum:1.0.2")
'org.webjars.npm:shasum:jar:1.0.2'
<dependency org="org.webjars.npm" name="shasum" rev="1.0.2">
  <artifact name="shasum" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='shasum', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "shasum" % "1.0.2"
[org.webjars.npm/shasum "1.0.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : json-stable-stringify jar [0.0.0,0.1)
org.webjars.npm : sha.js jar [2.4.4,2.5)

Модули Проекта

Данный проект не имеет модулей.

shasum

Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.

var shasum = require('shasum')
shasum(string || buffer || object)

Oh yeah, it works in the browser too, with browserify

License

MIT

Версии библиотеки

Версия
1.0.2
1.0.1