73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
|
{
|
||
|
"_from": "hash-stream-validation@^0.2.2",
|
||
|
"_id": "hash-stream-validation@0.2.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-Gjzu0Xn7IagXVkSu9cSFuK1fqzwtLwFhNhVL8IFJijRNMgUttFbBSIAzKuSIrsFMO1+g1RlsoN49zPIbwPDMGQ==",
|
||
|
"_location": "/hash-stream-validation",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "hash-stream-validation@^0.2.2",
|
||
|
"name": "hash-stream-validation",
|
||
|
"escapedName": "hash-stream-validation",
|
||
|
"rawSpec": "^0.2.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.2.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/fcm-node/@google-cloud/storage"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/hash-stream-validation/-/hash-stream-validation-0.2.4.tgz",
|
||
|
"_shasum": "ee68b41bf822f7f44db1142ec28ba9ee7ccb7512",
|
||
|
"_spec": "hash-stream-validation@^0.2.2",
|
||
|
"_where": "/var/www/api.medcify.app/node_modules/fcm-node/node_modules/@google-cloud/storage",
|
||
|
"author": {
|
||
|
"name": "Stephen Sawchuk",
|
||
|
"email": "sawchuk@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stephenplusplus/hash-stream-validation/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Hash a stream of data, then validate",
|
||
|
"devDependencies": {
|
||
|
"fast-crc32c": "^1.0.2",
|
||
|
"mocha": "^2.2.5",
|
||
|
"standard": "^5.1.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"crc32c.js",
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/stephenplusplus/hash-stream-validation#readme",
|
||
|
"keywords": [
|
||
|
"hash",
|
||
|
"stream",
|
||
|
"algorithm",
|
||
|
"validation",
|
||
|
"crc32c",
|
||
|
"crc32",
|
||
|
"md5"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "hash-stream-validation",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/stephenplusplus/hash-stream-validation.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"standard": {
|
||
|
"global": [
|
||
|
"before",
|
||
|
"describe",
|
||
|
"it"
|
||
|
]
|
||
|
},
|
||
|
"version": "0.2.4"
|
||
|
}
|