mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 16:13:18 +00:00
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
|
{
|
||
|
"_from": "@grpc/grpc-js@^0.5.2",
|
||
|
"_id": "@grpc/grpc-js@0.5.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-NE1tP/1AF6BqhLdILElnF7aOBfoky+4ZOdZU/0NmKo2d+9F9QD8zGoElpBk/5BfyQZ3u1Zs+wFbDOFpVUzDx1w==",
|
||
|
"_location": "/@grpc/grpc-js",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@grpc/grpc-js@^0.5.2",
|
||
|
"name": "@grpc/grpc-js",
|
||
|
"escapedName": "@grpc%2fgrpc-js",
|
||
|
"scope": "@grpc",
|
||
|
"rawSpec": "^0.5.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.5.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/google-gax"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-0.5.2.tgz",
|
||
|
"_shasum": "8e39876033749e1611fe9fa181d9535077805abe",
|
||
|
"_spec": "@grpc/grpc-js@^0.5.2",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\google-gax",
|
||
|
"author": {
|
||
|
"name": "Google Inc."
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Google Inc."
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"semver": "^6.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "gRPC Library for Node - pure JS implementation",
|
||
|
"devDependencies": {
|
||
|
"@grpc/proto-loader": "^0.5.0",
|
||
|
"@types/lodash": "^4.14.108",
|
||
|
"@types/mocha": "^5.2.6",
|
||
|
"@types/node": "^12.0.2",
|
||
|
"clang-format": "^1.0.55",
|
||
|
"gts": "^1.0.0",
|
||
|
"lodash": "^4.17.4",
|
||
|
"typescript": "~3.5.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^8.13.0 || >=10.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"build/src/*.{js,d.ts}",
|
||
|
"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.5.2"
|
||
|
}
|