..
This commit is contained in:
108
backend/node_modules/google-auth-library/package.json
generated
vendored
Normal file
108
backend/node_modules/google-auth-library/package.json
generated
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_from": "google-auth-library",
|
||||
"_id": "google-auth-library@0.11.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vDHBtAjXHMR5T137Xu3ShPqUdABYGQFm6LZJJWtg0gKWfQCMIx1ebQygvr8gZrkHw/0cAjRJjr0sUPgDWfcg7w==",
|
||||
"_location": "/google-auth-library",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "google-auth-library",
|
||||
"name": "google-auth-library",
|
||||
"escapedName": "google-auth-library",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-0.11.0.tgz",
|
||||
"_shasum": "1018444f3f0b62b48757948a0467208559cd2222",
|
||||
"_spec": "google-auth-library",
|
||||
"_where": "/home/bilal/Saburly/slucajna-televizija/backend",
|
||||
"author": {
|
||||
"name": "Google Inc."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/google/google-auth-library-nodejs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"gtoken": "^1.2.1",
|
||||
"jws": "^3.1.4",
|
||||
"lodash.isstring": "^4.0.1",
|
||||
"lodash.merge": "^4.6.0",
|
||||
"request": "^2.81.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Google APIs Authentication Client Library for Node.js",
|
||||
"devDependencies": {
|
||||
"@types/lodash.isstring": "^4.0.2",
|
||||
"@types/lodash.merge": "^4.6.2",
|
||||
"@types/mocha": "^2.2.41",
|
||||
"@types/nock": "^8.2.1",
|
||||
"@types/node": "^7.0.13",
|
||||
"@types/request": "^0.0.42",
|
||||
"clang-format": "^1.0.50",
|
||||
"coveralls": "^2.13.0",
|
||||
"del": "^2.2.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-clang-format": "^1.0.23",
|
||||
"gulp-mocha": "^4.3.1",
|
||||
"gulp-sourcemaps": "^2.6.0",
|
||||
"gulp-tslint": "^8.0.0",
|
||||
"gulp-typescript": "^3.1.6",
|
||||
"istanbul": "^0.4.5",
|
||||
"keypair": "^1.0.0",
|
||||
"merge2": "^1.0.3",
|
||||
"mocha": "^3.2.0",
|
||||
"nock": "^9.0.2",
|
||||
"source-map-support": "^0.4.14",
|
||||
"tslint": "^5.1.0",
|
||||
"typedoc": "^0.5.10",
|
||||
"typescript": "^2.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"lib/**/*.js",
|
||||
"package.json",
|
||||
"types/lib"
|
||||
],
|
||||
"homepage": "https://github.com/google/google-auth-library-nodejs#readme",
|
||||
"keywords": [
|
||||
"google",
|
||||
"api",
|
||||
"google apis",
|
||||
"client",
|
||||
"client library"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"name": "google-auth-library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/google/google-auth-library-nodejs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"check-format": "gulp test.check-format",
|
||||
"clean": "rm -rf lib test types",
|
||||
"coverage": "istanbul cover -x 'apis/**' _mocha -- --reporter spec --timeout 4000",
|
||||
"coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls",
|
||||
"format": "gulp format",
|
||||
"generate-docs": "typedoc --name 'Google Node.js OAuth 2.0 Client' --out docs --readme README.md ts/lib",
|
||||
"lint": "tslint --type-check -p tsconfig.json -c tslint.json ts/**/*.ts",
|
||||
"mocha": "mocha --reporter spec --timeout 4000 --require source-map-support/register",
|
||||
"prepare": "npm run build",
|
||||
"test": "npm run lint && npm run build && npm run check-format && npm run coverage"
|
||||
},
|
||||
"types": "./types/lib/index.d.ts",
|
||||
"version": "0.11.0"
|
||||
}
|
||||
Reference in New Issue
Block a user