Edit File: package.json
{ "_args": [ [ "@google-cloud/paginator@3.0.6", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "@google-cloud/paginator@3.0.6", "_id": "@google-cloud/paginator@3.0.6", "_inBundle": false, "_integrity": "sha512-XCTm/GfQIlc1ZxpNtTSs/mnZxC2cePNhxU3X8EzHXKIJ2JFncmJj2Fcd2IP+gbmZaSZnY0juFxbUCkIeuu/2eQ==", "_location": "/@google-cloud/paginator", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@google-cloud/paginator@3.0.6", "name": "@google-cloud/paginator", "escapedName": "@google-cloud%2fpaginator", "scope": "@google-cloud", "rawSpec": "3.0.6", "saveSpec": null, "fetchSpec": "3.0.6" }, "_requiredBy": [ "/@google-cloud/storage" ], "_resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.6.tgz", "_spec": "3.0.6", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Google Inc." }, "bugs": { "url": "https://github.com/googleapis/nodejs-paginator/issues" }, "dependencies": { "arrify": "^2.0.0", "extend": "^3.0.2" }, "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": "^14.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": "^11.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.6" }
Back to File Manager