tra-analysis/website/functions/node_modules/split-array-stream/package.json
2019-01-06 13:14:45 -06:00

62 lines
1.7 KiB
JSON

{
"_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": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\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"
}