Firebase Update
This commit is contained in:
61
express-server/node_modules/split-array-stream/package.json
generated
vendored
Normal file
61
express-server/node_modules/split-array-stream/package.json
generated
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "split-array-stream@^1.0.0",
|
||||
"_id": "split-array-stream@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-0rdajl4Ngk1S/eyLgiWDncLjXfo=",
|
||||
"_location": "/split-array-stream",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "split-array-stream@^1.0.0",
|
||||
"name": "split-array-stream",
|
||||
"escapedName": "split-array-stream",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@google-cloud/common"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/split-array-stream/-/split-array-stream-1.0.3.tgz",
|
||||
"_shasum": "d2b75a8e5e0d824d52fdec8b8225839dc2e35dfa",
|
||||
"_spec": "split-array-stream@^1.0.0",
|
||||
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\@google-cloud\\common",
|
||||
"author": {
|
||||
"name": "Stephen Sawchuk",
|
||||
"email": "sawchuk@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/stephenplusplus/split-array-stream/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"async": "^2.4.0",
|
||||
"is-stream-ended": "^0.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Safely push each item of an array to a stream",
|
||||
"devDependencies": {
|
||||
"mocha": "^3.3.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/stephenplusplus/split-array-stream#readme",
|
||||
"keywords": [
|
||||
"array",
|
||||
"stream",
|
||||
"split",
|
||||
"push"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "split-array-stream",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/stephenplusplus/split-array-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.3"
|
||||
}
|
Reference in New Issue
Block a user