111 lines
3.1 KiB
JSON
111 lines
3.1 KiB
JSON
{
|
|
"_from": "gcs-resumable-upload@^3.6.0",
|
|
"_id": "gcs-resumable-upload@3.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IyaNs4tx3Mp2UKn0CltRUiW/ZXYFlBNuK/V+ixs80chzVD+BJq3+8bfiganATFfCoMluAjokF9EswNJdVuOs8A==",
|
|
"_location": "/gcs-resumable-upload",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gcs-resumable-upload@^3.6.0",
|
|
"name": "gcs-resumable-upload",
|
|
"escapedName": "gcs-resumable-upload",
|
|
"rawSpec": "^3.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/storage"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gcs-resumable-upload/-/gcs-resumable-upload-3.6.0.tgz",
|
|
"_shasum": "6a2fdf3ba1bc00d956d119427b5fc963d1fcdb79",
|
|
"_spec": "gcs-resumable-upload@^3.6.0",
|
|
"_where": "/Users/talksik/Development/nirvana-server/node_modules/@google-cloud/storage",
|
|
"author": {
|
|
"name": "Stephen Sawchuk",
|
|
"email": "sawchuk@gmail.com"
|
|
},
|
|
"bin": {
|
|
"gcs-upload": "build/src/cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googleapis/gcs-resumable-upload/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"async-retry": "^1.3.3",
|
|
"configstore": "^5.0.0",
|
|
"extend": "^3.0.2",
|
|
"gaxios": "^4.0.0",
|
|
"google-auth-library": "^7.0.0",
|
|
"pumpify": "^2.0.0",
|
|
"stream-events": "^1.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
|
|
"devDependencies": {
|
|
"@compodoc/compodoc": "^1.1.7",
|
|
"@types/async-retry": "^1.4.3",
|
|
"@types/configstore": "^5.0.0",
|
|
"@types/extend": "^3.0.1",
|
|
"@types/is-stream": "^1.1.0",
|
|
"@types/mocha": "^8.0.0",
|
|
"@types/mockery": "^1.4.29",
|
|
"@types/node": "^16.0.0",
|
|
"@types/pumpify": "^1.4.1",
|
|
"@types/sinon": "^10.0.0",
|
|
"c8": "^7.0.0",
|
|
"gts": "^2.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"linkinator": "^2.0.0",
|
|
"mocha": "^8.0.0",
|
|
"mockery": "^2.1.0",
|
|
"nock": "^13.0.0",
|
|
"sinon": "^12.0.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"homepage": "https://github.com/googleapis/gcs-resumable-upload#readme",
|
|
"keywords": [
|
|
"google",
|
|
"gcloud",
|
|
"storage",
|
|
"gcs",
|
|
"upload",
|
|
"resumable"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/src/index.js",
|
|
"name": "gcs-resumable-upload",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googleapis/gcs-resumable-upload.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "gts clean",
|
|
"compile": "tsc -p .",
|
|
"docs": "compodoc src/",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"precompile": "gts clean",
|
|
"predocs-test": "npm run docs",
|
|
"prelint": "cd samples; npm link ../; npm install",
|
|
"prepare": "npm run compile",
|
|
"presystem-test": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"samples-test": "echo no samples 🤷♂️",
|
|
"system-test": "mocha build/system-test --timeout 60000",
|
|
"test": "c8 mocha build/test"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "3.6.0"
|
|
}
|