2018-12-22 23:30:39 +01:00

116 lines
3.4 KiB
JSON

{
"_from": "google-proto-files@^0.18.0",
"_id": "google-proto-files@0.18.0",
"_inBundle": false,
"_integrity": "sha512-blJ5rA3TWEiZIw7Qm0GHNERDdZeezDj46wE4O5uGnOWpZI/STQjeI6rPbqiwjmxzG+b592Hrp2+GKYfbmKR+Lg==",
"_location": "/google-proto-files",
"_phantomChildren": {
"@protobufjs/aspromise": "1.1.2",
"@protobufjs/base64": "1.1.2",
"@protobufjs/codegen": "2.0.4",
"@protobufjs/eventemitter": "1.1.0",
"@protobufjs/fetch": "1.1.0",
"@protobufjs/float": "1.0.2",
"@protobufjs/inquire": "1.1.0",
"@protobufjs/path": "1.1.2",
"@protobufjs/pool": "1.1.0",
"@protobufjs/utf8": "1.1.0",
"@types/long": "4.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "google-proto-files@^0.18.0",
"name": "google-proto-files",
"escapedName": "google-proto-files",
"rawSpec": "^0.18.0",
"saveSpec": null,
"fetchSpec": "^0.18.0"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/google-proto-files/-/google-proto-files-0.18.0.tgz",
"_shasum": "5be91bac15b38dbeae00393b0e47b9acb6c51cf2",
"_spec": "google-proto-files@^0.18.0",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\google-gax",
"author": {
"name": "google-proto-files project authors"
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-proto-files/issues"
},
"bundleDependencies": false,
"dependencies": {
"protobufjs": "^6.8.0",
"walkdir": "0.0.12"
},
"deprecated": false,
"description": "All of the Google API's protocol buffer files",
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.1.4",
"@types/async": "^2.0.50",
"@types/got": "^9.2.0",
"@types/mocha": "^5.2.5",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^5.0.5",
"async": "^2.6.0",
"codecov": "^3.0.0",
"decompress-zip": "^0.3.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"got": "^8.0.3",
"gts": "^0.8.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.0.0",
"nyc": "^13.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.10.2",
"proxyquire": "^2.0.0",
"sinon": "^7.0.0",
"source-map-support": "^0.5.9",
"typescript": "~3.1.5"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"google/",
"build/src"
],
"homepage": "https://github.com/googleapis/nodejs-proto-files#readme",
"keywords": [
"google",
"proto",
"protobuf",
"protocol buffer",
"grpc"
],
"license": "MIT",
"main": "./build/src/index.js",
"name": "google-proto-files",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-proto-files.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc -p .",
"cover": "nyc --reporter=lcov mocha build/test && nyc report",
"docs": "echo no docs 🤷‍♂️",
"fix": "gts fix && eslint --fix '**/*.js'",
"generate-scaffolding": "repo-tools generate all",
"lint": "gts check && eslint '**/*.js'",
"mocha": "nyc mocha build/test",
"prepare": "npm run compile && node ./build/tools/prepublish.js",
"pretest": "npm run prepare && npm run compile",
"samples-test": "echo no sample tests 😱",
"system-test": "echo no system tests 😱",
"test": "npm run cover"
},
"types": "./build/src/index.d.ts",
"version": "0.18.0"
}