119 lines
3.5 KiB
JSON
119 lines
3.5 KiB
JSON
{
|
|
"_from": "googleapis-common@^2.0.2",
|
|
"_id": "googleapis-common@2.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8RRkxr24v1jIKCC1onFWA8RGnwFV55m3Qpil9DLX1yLc9e5qvOJsRoDOhhD2e7jFRONYEhT/BzT8vJZANqSr9w==",
|
|
"_location": "/googleapis-common",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "googleapis-common@^2.0.2",
|
|
"name": "googleapis-common",
|
|
"escapedName": "googleapis-common",
|
|
"rawSpec": "^2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/googleapis"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-2.0.4.tgz",
|
|
"_shasum": "bd28eba24578d632b28dfa140838dee4d37ba2f3",
|
|
"_spec": "googleapis-common@^2.0.2",
|
|
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube\\node_modules\\googleapis",
|
|
"author": {
|
|
"name": "Google LLC"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googleapis/nodejs-googleapis-common/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"gaxios": "^2.0.1",
|
|
"google-auth-library": "^4.2.5",
|
|
"qs": "^6.7.0",
|
|
"url-template": "^2.0.8",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",
|
|
"devDependencies": {
|
|
"@compodoc/compodoc": "^1.1.9",
|
|
"@types/chai": "^4.1.7",
|
|
"@types/execa": "^0.9.0",
|
|
"@types/extend": "^3.0.1",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/mv": "^2.1.0",
|
|
"@types/ncp": "^2.0.1",
|
|
"@types/nock": "^10.0.3",
|
|
"@types/qs": "^6.5.3",
|
|
"@types/tmp": "0.1.0",
|
|
"@types/url-template": "^2.0.28",
|
|
"@types/uuid": "^3.4.4",
|
|
"chai": "^4.2.0",
|
|
"codecov": "^3.5.0",
|
|
"gts": "^1.0.0",
|
|
"intelli-espower-loader": "^1.0.1",
|
|
"is-docker": "^2.0.0",
|
|
"karma": "^4.1.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.2",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-remap-coverage": "^0.1.5",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^4.0.2",
|
|
"linkinator": "^1.5.0",
|
|
"mocha": "^6.1.4",
|
|
"mv": "^2.1.1",
|
|
"ncp": "^2.0.0",
|
|
"nock": "^10.0.6",
|
|
"null-loader": "^3.0.0",
|
|
"nyc": "^14.1.1",
|
|
"puppeteer": "^1.18.1",
|
|
"source-map-support": "^0.5.12",
|
|
"ts-loader": "^6.0.4",
|
|
"typescript": "~3.5.2",
|
|
"webpack": "^4.35.0",
|
|
"webpack-cli": "^3.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"files": [
|
|
"build/src",
|
|
"!build/src/**/*.map"
|
|
],
|
|
"homepage": "https://github.com/googleapis/nodejs-googleapis-common#readme",
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"main": "build/src/index.js",
|
|
"name": "googleapis-common",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googleapis/nodejs-googleapis-common.git"
|
|
},
|
|
"scripts": {
|
|
"browser-test": "karma start",
|
|
"clean": "gts clean",
|
|
"compile": "tsc -p .",
|
|
"docs": "compodoc src/",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"posttest": "npm run lint",
|
|
"predocs-test": "npm run docs",
|
|
"prepare": "npm run compile",
|
|
"presystem-test": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"samples-test": "mocha build/samples-test",
|
|
"system-test": "mocha build/system-test",
|
|
"test": "nyc mocha build/test",
|
|
"webpack": "webpack"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "2.0.4"
|
|
}
|