File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/apollo-reporting-protobuf/package.json
{
"_from": "apollo-reporting-protobuf@^0.6.0",
"_id": "apollo-reporting-protobuf@0.6.0",
"_inBundle": false,
"_integrity": "sha512-AFLQIuO0QhkoCF+41Be/B/YU0C33BZ0opfyXorIjM3MNNiEDSyjZqmUozlB3LqgfhT9mn2IR5RSsA+1b4VovDQ==",
"_location": "/apollo-reporting-protobuf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo-reporting-protobuf@^0.6.0",
"name": "apollo-reporting-protobuf",
"escapedName": "apollo-reporting-protobuf",
"rawSpec": "^0.6.0",
"saveSpec": null,
"fetchSpec": "^0.6.0"
},
"_requiredBy": [
"/apollo-server-core",
"/apollo-server-types"
],
"_resolved": "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.0.tgz",
"_shasum": "179e49e99229851d588b1fe6faff4ffdcf503224",
"_spec": "apollo-reporting-protobuf@^0.6.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo-server-core",
"author": {
"name": "Apollo",
"email": "opensource@apollographql.com"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-server/issues"
},
"bundleDependencies": false,
"dependencies": {
"@apollo/protobufjs": "^1.0.3"
},
"deprecated": false,
"description": "Protobuf format for Apollo usage reporting",
"gitHead": "2aab7fd973bf352a0de28b2385dbad4be7c7fabc",
"homepage": "https://github.com/apollographql/apollo-server#readme",
"keywords": [
"GraphQL",
"Apollo",
"Server",
"Javascript"
],
"license": "MIT",
"main": "dist/index.js",
"name": "apollo-reporting-protobuf",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-server.git",
"directory": "packages/apollo-reporting-protobuf"
},
"scripts": {
"clean": "git clean -fdX -- dist",
"pbjs": "apollo-pbjs --target static-module --out dist/protobuf.js --wrap commonjs --force-number dist/reports.proto",
"pbts": "apollo-pbts -o dist/protobuf.d.ts dist/protobuf.js",
"prepare": "npm run clean && mkdir dist && npm run prepare:proto && npm run pbjs && npm run pbts && cp src/* dist",
"prepare:proto": "npm run prepare:proto:nix -s || npm run prepare:proto:win -s",
"prepare:proto:nix": "grep -v \"package mdg.engine.proto\" src/reports.proto > dist/reports.proto",
"prepare:proto:win": "type src\\reports.proto | findstr /V \"package mdg.engine.proto\" > dist/reports.proto"
},
"types": "dist/index.d.ts",
"version": "0.6.0"
}