mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"_from": "@google-cloud/paginator@^2.0.0",
|
|
"_id": "@google-cloud/paginator@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kp/pkb2p/p0d8/SKUu4mOq8+HGwF8NPzHWkj+VKrIPQPyMRw8deZtrO/OcSiy9C/7bpfU5Txah5ltUNfPkgEXg==",
|
|
"_location": "/@google-cloud/paginator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@google-cloud/paginator@^2.0.0",
|
|
"name": "@google-cloud/paginator",
|
|
"escapedName": "@google-cloud%2fpaginator",
|
|
"scope": "@google-cloud",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/storage"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-2.0.3.tgz",
|
|
"_shasum": "c7987ad05d1c3ebcef554381be80e9e8da4e4882",
|
|
"_spec": "@google-cloud/paginator@^2.0.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\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": "^5.2.4",
|
|
"@types/node": "^10.5.2",
|
|
"@types/proxyquire": "^1.3.28",
|
|
"@types/sinon": "^7.0.0",
|
|
"@types/uuid": "^3.4.3",
|
|
"codecov": "^3.0.4",
|
|
"gts": "^1.0.0",
|
|
"intelli-espower-loader": "^1.0.1",
|
|
"linkinator": "^1.5.0",
|
|
"mocha": "^6.0.0",
|
|
"nyc": "^14.0.0",
|
|
"proxyquire": "^2.0.1",
|
|
"sinon": "^7.0.0",
|
|
"source-map-support": "^0.5.6",
|
|
"typescript": "3.6.4",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"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",
|
|
"posttest": "npm run lint",
|
|
"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",
|
|
"test": "nyc mocha build/test"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "2.0.3"
|
|
}
|