mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
126 lines
3.5 KiB
JSON
126 lines
3.5 KiB
JSON
{
|
|
"_from": "gaxios@^2.1.0",
|
|
"_id": "gaxios@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VgC4JKJQAAAGK5rFZbPcS5mXsdIYVMIUJOxMjSOkYdfhB74R0L6y8PFQDdS0r1ObG6hdP11e71EjHh3xbI+6fQ==",
|
|
"_location": "/gaxios",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gaxios@^2.1.0",
|
|
"name": "gaxios",
|
|
"escapedName": "gaxios",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/storage",
|
|
"/gcp-metadata",
|
|
"/gcs-resumable-upload",
|
|
"/google-auth-library",
|
|
"/gtoken"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gaxios/-/gaxios-2.3.0.tgz",
|
|
"_shasum": "442eb57c6f00811795946a89a13dfe47bdb9ba40",
|
|
"_spec": "gaxios@^2.1.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\google-auth-library",
|
|
"author": {
|
|
"name": "Google, LLC"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JustinBeckwith/gaxios/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^4.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"node-fetch": "^2.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A simple common HTTP client specifically for Google APIs and services.",
|
|
"devDependencies": {
|
|
"@compodoc/compodoc": "^1.1.9",
|
|
"@types/execa": "^0.9.0",
|
|
"@types/express": "^4.16.1",
|
|
"@types/extend": "^3.0.1",
|
|
"@types/mocha": "^7.0.0",
|
|
"@types/mv": "^2.1.0",
|
|
"@types/ncp": "^2.0.1",
|
|
"@types/nock": "^10.0.0",
|
|
"@types/node": "^11.9.5",
|
|
"@types/node-fetch": "^2.1.6",
|
|
"@types/sinon": "^7.0.7",
|
|
"@types/tmp": "0.1.0",
|
|
"assert-rejects": "^1.0.0",
|
|
"c8": "^7.0.0",
|
|
"codecov": "^3.2.0",
|
|
"execa": "^4.0.0",
|
|
"express": "^4.16.4",
|
|
"gts": "^1.0.0",
|
|
"is-docker": "^2.0.0",
|
|
"karma": "^4.0.0",
|
|
"karma-chrome-launcher": "^3.0.0",
|
|
"karma-coverage": "^2.0.0",
|
|
"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.0",
|
|
"linkinator": "^1.5.0",
|
|
"mocha": "^7.0.0",
|
|
"mv": "^2.1.1",
|
|
"ncp": "^2.0.0",
|
|
"nock": "^11.0.0",
|
|
"null-loader": "^3.0.0",
|
|
"puppeteer": "^2.0.0",
|
|
"sinon": "^8.0.0",
|
|
"source-map-support": "^0.5.10",
|
|
"tmp": "0.1.0",
|
|
"ts-loader": "^6.0.0",
|
|
"typescript": "3.6.4",
|
|
"webpack": "^4.29.5",
|
|
"webpack-cli": "^3.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"homepage": "https://github.com/JustinBeckwith/gaxios#readme",
|
|
"keywords": [
|
|
"google"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "build/src/index.js",
|
|
"name": "gaxios",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JustinBeckwith/gaxios.git"
|
|
},
|
|
"scripts": {
|
|
"browser-test": "node build/browser-test/browser-test-runner.js",
|
|
"clean": "gts clean",
|
|
"compile": "tsc -p .",
|
|
"docs": "compodoc src/",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"prebrowser-test": "npm run compile",
|
|
"predocs-test": "npm run docs",
|
|
"prepare": "npm run compile",
|
|
"presystem-test": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
|
|
"system-test": "mocha build/system-test --timeout 40000",
|
|
"test": "c8 mocha build/test",
|
|
"webpack": "webpack"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "2.3.0"
|
|
}
|