mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 23:37:21 +00:00
push all website files
This commit is contained in:
134
website/functions/node_modules/google-proto-files/package.json
generated
vendored
Normal file
134
website/functions/node_modules/google-proto-files/package.json
generated
vendored
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"_from": "google-proto-files@^0.16.1",
|
||||
"_id": "google-proto-files@0.16.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ykdhaYDiU/jlyrkzZDPemraKwVIgLT31XMHVNSJW//R9VED56hqSDRMx1Jlxbf0O4iDZnBWQ0JQLHbM2r5+wuA==",
|
||||
"_location": "/google-proto-files",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "google-proto-files@^0.16.1",
|
||||
"name": "google-proto-files",
|
||||
"escapedName": "google-proto-files",
|
||||
"rawSpec": "^0.16.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.16.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@google-cloud/firestore",
|
||||
"/google-gax"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/google-proto-files/-/google-proto-files-0.16.1.tgz",
|
||||
"_shasum": "e422e4c0cfd65c481b63f3c0e0cca03ba9cd97ce",
|
||||
"_spec": "google-proto-files@^0.16.1",
|
||||
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\firestore",
|
||||
"author": {
|
||||
"name": "google-proto-files project authors"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/googleapis/nodejs-proto-files/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alexander Fenster",
|
||||
"email": "fenster@google.com"
|
||||
},
|
||||
{
|
||||
"name": "Dave Gramlich",
|
||||
"email": "callmehiphop@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Ernest Landrito",
|
||||
"email": "landrito@google.com"
|
||||
},
|
||||
{
|
||||
"name": "Evawere Ogbe",
|
||||
"email": "eoogbe@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jason Dobry",
|
||||
"email": "jdobry@google.com"
|
||||
},
|
||||
{
|
||||
"name": "Stephen Sawchuk",
|
||||
"email": "sawchuk@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Stephen Sawchuk",
|
||||
"email": "stephenplusplusplus@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"globby": "^8.0.0",
|
||||
"power-assert": "^1.4.4",
|
||||
"protobufjs": "^6.8.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "All of the Google API's protocol buffer files",
|
||||
"devDependencies": {
|
||||
"@google-cloud/nodejs-repo-tools": "^2.1.4",
|
||||
"async": "^2.6.0",
|
||||
"codecov": "^3.0.0",
|
||||
"decompress-zip": "^0.3.0",
|
||||
"eslint": "^4.16.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-node": "^6.0.0",
|
||||
"eslint-plugin-prettier": "^2.5.0",
|
||||
"extend": "^3.0.1",
|
||||
"got": "^8.0.3",
|
||||
"intelli-espower-loader": "^1.0.1",
|
||||
"mocha": "^5.0.0",
|
||||
"nyc": "^12.0.2",
|
||||
"prettier": "^1.10.2",
|
||||
"proxyquire": "^2.0.0",
|
||||
"sinon": "^6.0.0",
|
||||
"standard": "^11.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"google/",
|
||||
"index.js",
|
||||
"load.js"
|
||||
],
|
||||
"homepage": "https://github.com/googleapis/nodejs-proto-files#readme",
|
||||
"keywords": [
|
||||
"google",
|
||||
"proto",
|
||||
"protobuf",
|
||||
"protocol buffer",
|
||||
"grpc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "google-proto-files",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/googleapis/nodejs-proto-files.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",
|
||||
"generate-scaffolding": "repo-tools generate all",
|
||||
"lint": "repo-tools lint --cmd eslint -- ./ test/",
|
||||
"mocha": "mocha -R spec test/*.test.js",
|
||||
"prepublishOnly": "node ./prepublish.js",
|
||||
"prettier": "repo-tools exec -- prettier --write *.js test/*.js",
|
||||
"test": "repo-tools test run --cmd npm -- run cover",
|
||||
"test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts"
|
||||
},
|
||||
"standard": {
|
||||
"global": [
|
||||
"before",
|
||||
"describe",
|
||||
"it"
|
||||
],
|
||||
"ignore": [
|
||||
"google/",
|
||||
"overrides/"
|
||||
]
|
||||
},
|
||||
"version": "0.16.1"
|
||||
}
|
Reference in New Issue
Block a user