mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"hash-stream-validation@0.2.2",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "hash-stream-validation@0.2.2",
|
|
"_id": "hash-stream-validation@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cMlva5CxWZOrlS/cY0C+9qAzesn5srhFA8IT1VPiHc9bWWBLkJfEUIZr7MWoi89oOOGmpg8ymchaOjiArsGu5A==",
|
|
"_location": "/hash-stream-validation",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.2",
|
|
"inherits": "2.0.4",
|
|
"process-nextick-args": "2.0.1",
|
|
"safe-buffer": "5.1.2",
|
|
"util-deprecate": "1.0.2",
|
|
"xtend": "4.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": [
|
|
"/@google-cloud/storage"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hash-stream-validation/-/hash-stream-validation-0.2.2.tgz",
|
|
"_spec": "0.2.2",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "Stephen Sawchuk",
|
|
"email": "sawchuk@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stephenplusplus/hash-stream-validation/issues"
|
|
},
|
|
"dependencies": {
|
|
"through2": "^2.0.0"
|
|
},
|
|
"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.2"
|
|
}
|