API/api.medcify.app/node_modules/@google-cloud/paginator/package.json
2022-09-26 11:41:44 +05:30

93 lines
2.7 KiB
JSON

{
"_from": "@google-cloud/paginator@^3.0.7",
"_id": "@google-cloud/paginator@3.0.7",
"_inBundle": false,
"_integrity": "sha512-jJNutk0arIQhmpUUQJPJErsojqo834KcyB6X7a1mxuic8i1tKXxde8E69IZxNZawRIlZdIK2QY4WALvlK5MzYQ==",
"_location": "/@google-cloud/paginator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@google-cloud/paginator@^3.0.7",
"name": "@google-cloud/paginator",
"escapedName": "@google-cloud%2fpaginator",
"scope": "@google-cloud",
"rawSpec": "^3.0.7",
"saveSpec": null,
"fetchSpec": "^3.0.7"
},
"_requiredBy": [
"/@google-cloud/storage"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz",
"_shasum": "fb6f8e24ec841f99defaebf62c75c2e744dd419b",
"_spec": "@google-cloud/paginator@^3.0.7",
"_where": "/var/www/api.medcify.app/node_modules/@google-cloud/storage",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-paginator/issues"
},
"bundleDependencies": false,
"dependencies": {
"arrify": "^2.0.0",
"extend": "^3.0.2"
},
"deprecated": false,
"description": "A result paging utility used by Google node.js modules",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/extend": "^3.0.0",
"@types/mocha": "^8.0.0",
"@types/node": "^16.0.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.0",
"@types/uuid": "^8.0.0",
"c8": "^7.0.0",
"codecov": "^3.0.4",
"gts": "^3.0.0",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"proxyquire": "^2.0.1",
"sinon": "^13.0.0",
"typescript": "^3.8.3",
"uuid": "^8.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src",
"!build/src/**/*.map"
],
"homepage": "https://github.com/googleapis/nodejs-paginator#readme",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@google-cloud/paginator",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-paginator.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": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test",
"test": "c8 mocha build/test"
},
"types": "build/src/index.d.ts",
"version": "3.0.7"
}