{"_id":"@acceleratxr/appconfig","_rev":"5-6861ece8e9eaf3aa53fb4190f75fd829","name":"@acceleratxr/appconfig","description":"Client SDK for working with AcceleratXR powered services.","dist-tags":{"latest":"1.0.3"},"versions":{"1.0.1":{"name":"@acceleratxr/appconfig","version":"1.0.1","author":{"name":"Jean-Philippe Steinmetz","email":"info@acceleratxr.com"},"license":"https://www.acceleratxr.com/eula","_id":"@acceleratxr/appconfig@1.0.1","maintainers":[{"name":"acceleratxr","email":"admin@acceleratxr.com"}],"dist":{"shasum":"1d427e7570693a6599a94ee0a7ef140c548805f9","tarball":"https://registry.npmjs.org/@acceleratxr/appconfig/-/appconfig-1.0.1.tgz","fileCount":9,"integrity":"sha512-mV/CyfYz9DIQmsjpFc3Ul84AND7vfJ2oXYwijGHcyfy3mVTZEQGCOuzFS7nGihKV6D8J2pZJqt1gZ3RLMyqClA==","signatures":[{"sig":"MEYCIQDvpFjm30BMi06plAwk5j8SlSQfU8lxkAWXjbcAt23LXgIhAMBJMWM91Tdk1Mcovek60FGg7+fcHrgJHPFz41bVepVs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk2QnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaKg/+JIaV2/DkAOdaH3LIDie0sVAZR3Vymt+zyEH6pvXMcEjZmWs/\r\nGhsdnIXUTptq1OyPxSeWIus0cwo2/V1PxKa8YhL2Tz7foYI9q+cfPGLxi/EY\r\n7uZxpU5h+VKH0kPDR7sB/WEQSNJR36lDUo7g2qukUUiRUfupYpCuCTBGDuim\r\n64WmAupxCrjd73wOZY7blRnkVVHbLT5IC9agFFaWRHTVAPXqeDZM4sC7SbiV\r\n+oZs+2dwd+Dp53kbs7DRAzPEf4AQoadxjW6XlP+ZY9EC1e1sF4s9OSlxWMEE\r\nfxU98ejtuvY+9FV4e7DnZ/QvAxMOOZHAh2/urzkqw/ykNFqw73OqDGzFnaYv\r\n3yybLaGmHpzIA6JFXFgXEndP22MVSBvS6oinFyMbO8Sts8Ft8sUZBIHuMd+4\r\nnfVNOYvWmKwM6r43K3nf6vksnt2Ce1P5TKTVqBd28QgdXUOgtm8uheQwTqgF\r\nc6Z8l3dpQan1uBkkuw9dnZUfv0EdMWksN9mCMsQ9zYblDoZXi9MMcPdboY3J\r\nRy5Nvq88oSPeZhw/Ee2THFIu6IN4h5CcSkAWv3HFoYmUSBPv0nWrwfRDDsWu\r\nJqjaQQw7Ls/kL7r7+rn/vt+XjmbcgYoUep6VRGSWOmFe2N17ROvcnVZa/sBb\r\nKL5+hhn1BNzCFrVqUSya2flJxNheNpJ8YKI=\r\n=oSQc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","transform":{".(ts|tsx)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":0,"branches":0,"functions":0,"statements":0}},"collectCoverageFrom":["src/*.{js,ts}"],"moduleFileExtensions":["ts","tsx","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/lib/index.js","config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"engines":{"node":">=10.0.0"},"gitHead":"b5fb43a81c446e8c719a889be72553b69dd4cb28","scripts":{"docs":"typedoc --plugin typedoc-plugin-markdown --out docs/reference --target esnext --mode file src","lint":"tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","test":"jest --coverage","build":"tsc","commit":"git-cz","esbuild":"tsc -noEmit && yarn esbuild-base -- --sourcemap","prebuild":"rimraf dist","precommit":"lint-staged","test:prod":"yarn lint && yarn test -- --no-cache","preesbuild":"rimraf dist","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","postversion":"git push && git push --tags","esbuild-base":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --format=cjs --platform=node","esbuild-watch":"yarn esbuild-base -- --sourcemap --watch","report-coverage":"cat ./coverage/lcov.info | coveralls","semantic-release":"semantic-release","semantic-release-prepare":"ts-node tools/semantic-release-prepare"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"acceleratxr","email":"admin@acceleratxr.com"},"prettier":{"semi":true,"tabWidth":4,"printWidth":120,"singleQuote":false,"trailingComma":"es5"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"https://gitlab.acceleratxr.com/Core/tools/appconfig.git","type":"git"},"_npmVersion":"8.19.2","description":"Client SDK for working with AcceleratXR powered services.","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"_nodeVersion":"18.12.1","dependencies":{"lodash":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","nconf":"^0.10.0","colors":"^1.3.2","prompt":"^1.0.0","tslint":"^5.18.0","esbuild":"^0.14.10","logform":"^2.1.2","ts-jest":"^24.0.2","ts-node":"^8.3.0","typedoc":"^0.14.2","prettier":"^1.18.2","coveralls":"^3.0.5","cross-env":"^5.2.0","commitizen":"^3.0.0","typescript":"^3.5.3","@types/jest":"^24.0.15","@types/node":"^12.6.3","jest-config":"^24.8.0","lint-staged":"^9.2.0","@commitlint/cli":"^8.1.0","lodash.camelcase":"^4.3.0","semantic-release":"^15.13.18","tslint-config-prettier":"^1.15.0","tslint-config-standard":"^8.0.1","typedoc-plugin-markdown":"^3.0.7","cz-conventional-changelog":"^2.1.0","@commitlint/config-conventional":"^8.1.0"},"_npmOperationalInternal":{"tmp":"tmp/appconfig_1.0.1_1670603815426_0.9224123527433505","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@acceleratxr/appconfig","version":"1.0.2","author":{"name":"Jean-Philippe Steinmetz","email":"info@acceleratxr.com"},"license":"https://www.acceleratxr.com/eula","_id":"@acceleratxr/appconfig@1.0.2","maintainers":[{"name":"acceleratxr","email":"admin@acceleratxr.com"}],"dist":{"shasum":"36065c03273fa0616ca195689443684e4288010e","tarball":"https://registry.npmjs.org/@acceleratxr/appconfig/-/appconfig-1.0.2.tgz","fileCount":9,"integrity":"sha512-Lf7OTQwJewoxOTO3RhToG8aefRQS7NsD0e0PY1Edi43kYwa4UD2WqEihRf1QG/D/e5NxKwpfsapCmR7mPFi1iA==","signatures":[{"sig":"MEQCIDK3RWjoLqq0tdlTEK6Nfc3IDvnEux4bNmTLXYenHIGKAiBqdONBJP87+4/9px0q37e9kQV6mKxqnaWx52mD8M+66A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":186073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk2i7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxqA//XpJ0J2Ed1jxt3l69k789nUJRNW3rFc23BV31jAlvrDe7HY3C\r\nIFUs0pkGqAgoYXP1bVBrGFa+2JlvMX4YaQz/gPTN1NYL/7+/4BQxZH0dcdyD\r\ngI5qRqsD+C10EnTHMgb5vW0Ook8TMPh/k4KExE4pPaEJqogBcVyPbapSbVfu\r\nVurEMiVRkWCW8IBdDi7knR/6gdp3tbHJU/DACwbBgW87NP/V1W2hOPa6LnjD\r\nn3Fz+u2/SpPFkCDJjqNEvVLE8WMjzS9bGn+cOJQxIynzhJ51/068zXc1NhSa\r\nZ4MbDzMjdrJ+gtT9M9rGMQXr9AeNo27CtbUy8lN13NDRgKnl1Ib3QxYoIQzo\r\nV/KH/WbXpuu6MfHLh0aykF+UEhA0bBE9OgkKaLkQvo+5+xJYfQfdeqOSt7GF\r\nQyDECS7EFnCeqxSr1XorZzZJjN6X1QxIOZzJBQliXVzMjc4ndZuRAJPKvf/3\r\nb0DmS+j/bjVUYkwfk5qvRcRVzjZn8bYkzhNxsqDBnyyIztuZ+t76OUg3zJaT\r\nj5ikbRxgVDd4mgqSZu8FL7k+qg5ODu/X0qoDgM3AWqoA/ncK5WACLxoJF6vx\r\n63ldn9plwPtVuRcBtqVRCFEsZJS/qvcAM2+81qzDIgyIcNABLGNqQ18UKrDr\r\nTLifpu+KVLI4GGSyjWZVowR2szDqwTsvk6w=\r\n=O5sJ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","transform":{".(ts|tsx)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":0,"branches":0,"functions":0,"statements":0}},"collectCoverageFrom":["src/*.{js,ts}"],"moduleFileExtensions":["ts","tsx","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/lib/index.js","config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"engines":{"node":">=10.0.0"},"gitHead":"2825a5eadcaa763e9394e5303078d0268376ae26","scripts":{"docs":"typedoc --plugin typedoc-plugin-markdown --out docs/reference --target esnext --mode file src","lint":"tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","test":"jest --coverage","build":"tsc","commit":"git-cz","esbuild":"tsc -noEmit && yarn esbuild-base -- --sourcemap","prebuild":"rimraf dist","precommit":"lint-staged","test:prod":"yarn lint && yarn test -- --no-cache","preesbuild":"rimraf dist","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","postversion":"git push && git push --tags","esbuild-base":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --format=cjs --platform=node","esbuild-watch":"yarn esbuild-base -- --sourcemap --watch","report-coverage":"cat ./coverage/lcov.info | coveralls","semantic-release":"semantic-release","semantic-release-prepare":"ts-node tools/semantic-release-prepare"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"acceleratxr","email":"admin@acceleratxr.com"},"prettier":{"semi":true,"tabWidth":4,"printWidth":120,"singleQuote":false,"trailingComma":"es5"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"https://gitlab.acceleratxr.com/Core/tools/appconfig.git","type":"git"},"_npmVersion":"8.11.0","description":"Client SDK for working with AcceleratXR powered services.","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"_nodeVersion":"16.16.0","dependencies":{"lodash":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","nconf":"^0.10.0","colors":"^1.3.2","prompt":"^1.0.0","tslint":"^5.18.0","esbuild":"^0.14.10","logform":"^2.1.2","ts-jest":"^24.0.2","ts-node":"^8.3.0","typedoc":"^0.14.2","prettier":"^1.18.2","coveralls":"^3.0.5","cross-env":"^5.2.0","commitizen":"^3.0.0","typescript":"^3.5.3","@types/jest":"^24.0.15","@types/node":"^12.6.3","jest-config":"^24.8.0","lint-staged":"^9.2.0","@commitlint/cli":"^8.1.0","lodash.camelcase":"^4.3.0","semantic-release":"^15.13.18","tslint-config-prettier":"^1.15.0","tslint-config-standard":"^8.0.1","typedoc-plugin-markdown":"^3.0.7","cz-conventional-changelog":"^2.1.0","@commitlint/config-conventional":"^8.1.0"},"_npmOperationalInternal":{"tmp":"tmp/appconfig_1.0.2_1670604987637_0.03166391235895416","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@acceleratxr/appconfig","version":"1.0.3","description":"Client SDK for working with AcceleratXR powered services.","author":{"name":"Jean-Philippe Steinmetz","email":"info@acceleratxr.com"},"repository":{"type":"git","url":"https://gitlab.acceleratxr.com/Core/tools/appconfig.git"},"license":"https://www.acceleratxr.com/eula","main":"dist/lib/index.js","typings":"dist/types/index.d.ts","engines":{"node":">=10.0.0"},"scripts":{"lint":"tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc","docs":"typedoc --plugin typedoc-plugin-markdown --out docs/reference --target esnext --mode file src","esbuild-base":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --format=cjs --platform=node","preesbuild":"rimraf dist","esbuild":"tsc -noEmit && yarn esbuild-base -- --sourcemap","esbuild-watch":"yarn esbuild-base -- --sourcemap --watch","test":"jest --coverage","test:watch":"jest --coverage --watch","test:prod":"yarn lint && yarn test -- --no-cache","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","semantic-release":"semantic-release","semantic-release-prepare":"ts-node tools/semantic-release-prepare","precommit":"lint-staged","postversion":"git push && git push --tags"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"jest":{"transform":{".(ts|tsx)":"ts-jest"},"testEnvironment":"node","testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"],"coverageThreshold":{"global":{"branches":0,"functions":0,"lines":0,"statements":0}},"collectCoverageFrom":["src/*.{js,ts}"]},"prettier":{"printWidth":120,"semi":true,"singleQuote":false,"tabWidth":4,"trailingComma":"es5"},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@commitlint/cli":"^8.1.0","@commitlint/config-conventional":"^8.1.0","@types/jest":"^24.0.15","@types/node":"^12.6.3","colors":"^1.3.2","commitizen":"^3.0.0","coveralls":"^3.0.5","cross-env":"^5.2.0","cz-conventional-changelog":"^2.1.0","esbuild":"^0.14.10","jest":"^24.8.0","jest-config":"^24.8.0","lint-staged":"^9.2.0","lodash.camelcase":"^4.3.0","logform":"^2.1.2","nconf":"^0.10.0","prettier":"^1.18.2","prompt":"^1.0.0","semantic-release":"^15.13.18","ts-jest":"^24.0.2","ts-node":"^8.3.0","tslint":"^5.18.0","tslint-config-prettier":"^1.15.0","tslint-config-standard":"^8.0.1","typedoc":"^0.14.2","typedoc-plugin-markdown":"^3.0.7","typescript":"^3.5.3"},"dependencies":{"lodash":"^4.17.21"},"_id":"@acceleratxr/appconfig@1.0.3","gitHead":"382bf1e5e829fbac520af31aef39fba76ceae1bd","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-vxzgS3SirjImCDFgo59gPYpXibYHXjBRHLh2BWeRiOGeQCXCn3Y9oyQMMxNyWLAqunYDdG9AQLCorh6K8buQTA==","shasum":"76607f5e42fcc70c44c56293d9b7ffb446d869e6","tarball":"https://registry.npmjs.org/@acceleratxr/appconfig/-/appconfig-1.0.3.tgz","fileCount":9,"unpackedSize":185812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDPWVGB+N/Fs4uA3FdMiINer2fEC/wtx+4qnz94/YFqgIgZqEOuYpL0MnDwPZUmVKEKWHiIGfXULssmfE6dHjIhsg="}]},"_npmUser":{"name":"acceleratxr","email":"xbe@xsolla.com"},"directories":{},"maintainers":[{"name":"acceleratxr","email":"xbe@xsolla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/appconfig_1.0.3_1717013045479_0.1913613565337544"},"_hasShrinkwrap":false}},"time":{"created":"2022-12-09T16:36:55.426Z","modified":"2024-05-29T20:04:05.845Z","1.0.1":"2022-12-09T16:36:55.630Z","1.0.2":"2022-12-09T16:56:27.844Z","1.0.3":"2024-05-29T20:04:05.672Z"},"maintainers":[{"name":"acceleratxr","email":"xbe@xsolla.com"}],"author":{"name":"Jean-Philippe Steinmetz","email":"info@acceleratxr.com"},"repository":{"type":"git","url":"https://gitlab.acceleratxr.com/Core/tools/appconfig.git"},"license":"https://www.acceleratxr.com/eula","readme":"# client_sdk_nodejs\n\nClient SDK for working with AcceleratXR powered services.\n\n## Yarn\n\n```\nyarn add @acceleratxr/client_sdk\n```\n\n## NPM\n\n```\nnpm i @acceleratxr/client_sdk\n```\n\n# Usage\n\n## JavaScript\n\n```javascript\nconst { Configuration, ClientSDK } = require(\"@acceleratxr/client_sdk\");\n\nvar config = new Configuration({\n    baseUrl: \"http://localhost:3000\",\n});\nClientSDK.init(config);\n```\n\n## TypeScript\n\n```typescript\nimport { Configuration, ClientSDK } from \"@acceleratxr/client_sdk\";\n\nvar config: Configuration = new Configuration({\n    baseUrl: \"http://localhost:3000\",\n});\nClientSDK.init(config);\n```\n","readmeFilename":"README.md"}