2016-08-15 02:43:26 +00:00
|
|
|
{
|
2018-09-07 23:04:47 +00:00
|
|
|
"name": "@pushrocks/smarthash",
|
2018-09-07 23:04:48 +00:00
|
|
|
"version": "2.0.0",
|
2018-09-07 23:04:47 +00:00
|
|
|
"private": false,
|
2016-08-15 02:43:26 +00:00
|
|
|
"description": "simplifies access to node hash functions",
|
|
|
|
"main": "dist/index.js",
|
2016-08-15 03:55:09 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-08-15 02:43:26 +00:00
|
|
|
"scripts": {
|
2018-09-07 23:04:47 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2016-08-15 02:43:26 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pushrocks/nodehash.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hash",
|
|
|
|
"node",
|
2016-08-16 01:45:15 +00:00
|
|
|
"sha256",
|
|
|
|
"stream",
|
|
|
|
"filehash"
|
2016-08-15 02:43:26 +00:00
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pushrocks/nodehash/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/pushrocks/nodehash#readme",
|
|
|
|
"devDependencies": {
|
2018-09-07 23:04:47 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.9.4"
|
2016-08-15 03:55:09 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-07 23:04:47 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@types/through2": "^2.0.33",
|
|
|
|
"through2": "^2.0.3"
|
2016-08-15 02:43:26 +00:00
|
|
|
}
|
2018-09-07 23:04:48 +00:00
|
|
|
}
|