Files
2021-12-29 01:57:42 -08:00

88 lines
2.7 KiB
JSON

{
"_from": "proto3-json-serializer@^0.1.5",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-tGbV6m6Kad8NqxMh5hw87euPS0YoZSAOIfvR01zYkQV8Gpx1V/8yU/0gCKCvfCkhAJsjvzzhnnsdQxA1w7PSog==",
"_location": "/proto3-json-serializer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proto3-json-serializer@^0.1.5",
"name": "proto3-json-serializer",
"escapedName": "proto3-json-serializer",
"rawSpec": "^0.1.5",
"saveSpec": null,
"fetchSpec": "^0.1.5"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-0.1.6.tgz",
"_shasum": "67cf3b8d5f4c8bebfc410698ad3b1ed64da39c7b",
"_spec": "proto3-json-serializer@^0.1.5",
"_where": "/Users/talksik/Development/nirvana-server/node_modules/google-gax",
"bugs": {
"url": "https://github.com/googleapis/proto3-json-serializer-nodejs/issues"
},
"bundleDependencies": false,
"dependencies": {
"protobufjs": "^6.11.2"
},
"deprecated": false,
"description": "Support for proto3 JSON serialiazation/deserialization for protobuf.js",
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"c8": "^7.7.3",
"google-proto-files": "^2.4.0",
"gts": "^3.1.0",
"jsdoc": "^3.6.7",
"jsdoc-fresh": "^1.1.0",
"jsdoc-region-tag": "^1.3.0",
"linkinator": "^2.14.0",
"mocha": "^9.0.3",
"pack-n-play": "^1.0.0-2",
"typescript": "^4.0.3"
},
"files": [
"build/src"
],
"homepage": "https://github.com/googleapis/proto3-json-serializer-nodejs#readme",
"keywords": [
"protobufjs",
"protobuf.js",
"protobuf",
"proto3",
"json",
"serialization",
"deserialization"
],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "proto3-json-serializer",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/proto3-json-serializer-nodejs.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc",
"compile-test-protos": "cd test-fixtures/proto && pbjs -t json test.proto > test.json",
"docs": "jsdoc -c .jsdoc.js",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts lint",
"posttest": "npm run lint",
"predocs-test": "npm run docs",
"prelint": "cd samples && npm link ../ && npm install",
"prepare": "npm run compile",
"pretest": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/test/system",
"test": "c8 node_modules/mocha/bin/mocha build/test/unit"
},
"types": "build/src/index.d.ts",
"version": "0.1.6"
}