1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/@grpc/grpc-js/package.json
2020-03-03 22:30:50 +02:00

95 lines
2.6 KiB
JSON

{
"_from": "@grpc/grpc-js@^0.6.12",
"_id": "@grpc/grpc-js@0.6.15",
"_inBundle": false,
"_integrity": "sha512-BFK5YMu8JILedibo0nr3NYM0ZC5hCZuXtzk10wEUp3d3pH11PjdvTfN1yEJ0VsfBY5Gtp3WOQ+t7Byq0NzH/iQ==",
"_location": "/@grpc/grpc-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@grpc/grpc-js@^0.6.12",
"name": "@grpc/grpc-js",
"escapedName": "@grpc%2fgrpc-js",
"scope": "@grpc",
"rawSpec": "^0.6.12",
"saveSpec": null,
"fetchSpec": "^0.6.12"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-0.6.15.tgz",
"_shasum": "534d1051ddced4e5e5849212789dd64014214dd4",
"_spec": "@grpc/grpc-js@^0.6.12",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\google-gax",
"author": {
"name": "Google Inc."
},
"bundleDependencies": false,
"contributors": [
{
"name": "Google Inc."
}
],
"dependencies": {
"semver": "^6.2.0"
},
"deprecated": false,
"description": "gRPC Library for Node - pure JS implementation",
"devDependencies": {
"@grpc/proto-loader": "^0.5.0",
"@types/gulp": "^4.0.6",
"@types/gulp-mocha": "0.0.32",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.6",
"@types/ncp": "^2.0.1",
"@types/node": "^12.7.5",
"@types/pify": "^3.0.2",
"@types/semver": "^6.0.1",
"clang-format": "^1.0.55",
"execa": "^2.0.3",
"gts": "^1.1.0",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"lodash": "^4.17.4",
"mocha-jenkins-reporter": "^0.4.1",
"ncp": "^2.0.0",
"pify": "^4.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
"files": [
"src/*.ts",
"build/src/*.{js,d.ts,js.map}",
"LICENSE"
],
"homepage": "https://grpc.io/",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@grpc/grpc-js",
"repository": {
"type": "git",
"url": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js"
},
"scripts": {
"build": "npm run compile",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix",
"format": "clang-format -i -style=\"{Language: JavaScript, BasedOnStyle: Google, ColumnLimit: 80}\" src/*.ts test/*.ts",
"lint": "tslint -c node_modules/google-ts-style/tslint.json -p . -t codeFrame --type-check",
"posttest": "npm run check",
"prepare": "npm run compile",
"pretest": "npm run compile",
"test": "gulp test"
},
"types": "build/src/index.d.ts",
"version": "0.6.15"
}