Edit File: package.json
{ "_args": [ [ "proto3-json-serializer@0.1.6", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "proto3-json-serializer@0.1.6", "_id": "proto3-json-serializer@0.1.6", "_inBundle": false, "_integrity": "sha512-tGbV6m6Kad8NqxMh5hw87euPS0YoZSAOIfvR01zYkQV8Gpx1V/8yU/0gCKCvfCkhAJsjvzzhnnsdQxA1w7PSog==", "_location": "/proto3-json-serializer", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "proto3-json-serializer@0.1.6", "name": "proto3-json-serializer", "escapedName": "proto3-json-serializer", "rawSpec": "0.1.6", "saveSpec": null, "fetchSpec": "0.1.6" }, "_requiredBy": [ "/google-gax" ], "_resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-0.1.6.tgz", "_spec": "0.1.6", "_where": "/home/taswqeshtry/public_html/nodejs", "bugs": { "url": "https://github.com/googleapis/proto3-json-serializer-nodejs/issues" }, "dependencies": { "protobufjs": "^6.11.2" }, "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" }
Back to File Manager