2016-08-15 02:43:26 +00:00
|
|
|
{
|
2018-09-07 23:04:47 +00:00
|
|
|
"name": "@pushrocks/smarthash",
|
2022-06-26 09:34:09 +00:00
|
|
|
"version": "3.0.0",
|
2018-09-07 23:04:47 +00:00
|
|
|
"private": false,
|
2019-01-30 01:42:19 +00:00
|
|
|
"description": "simplified access to node hash functions",
|
2020-10-05 15:07:28 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2016-08-15 02:43:26 +00:00
|
|
|
"scripts": {
|
2021-03-01 01:26:55 +00:00
|
|
|
"test": "(tstest test/ --web)",
|
2022-06-26 09:34:09 +00:00
|
|
|
"build": "(tsbuild --web)",
|
|
|
|
"buildDocs": "tsdoc"
|
2016-08-15 02:43:26 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2019-01-30 01:42:19 +00:00
|
|
|
"pushrocks",
|
|
|
|
"typescript",
|
2016-08-15 02:43:26 +00:00
|
|
|
"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",
|
|
|
|
"devDependencies": {
|
2022-06-26 09:34:09 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.63",
|
|
|
|
"@gitzone/tsrun": "^1.2.37",
|
|
|
|
"@gitzone/tstest": "^1.0.71",
|
|
|
|
"@pushrocks/tapbundle": "^5.0.3",
|
|
|
|
"@types/node": "^18.0.0"
|
2016-08-15 03:55:09 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-26 09:34:09 +00:00
|
|
|
"@pushrocks/smartjson": "^5.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
2020-10-05 15:07:28 +00:00
|
|
|
"@types/through2": "^2.0.36",
|
|
|
|
"through2": "^4.0.2"
|
2019-07-04 14:56:37 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2019-11-21 14:20:57 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-10-05 15:07:28 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-11-21 14:20:57 +00:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-07-04 14:56:37 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-10-05 15:07:28 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2022-06-26 09:34:09 +00:00
|
|
|
],
|
|
|
|
"type": "module"
|
2022-06-26 09:34:09 +00:00
|
|
|
}
|