Edit File: package.json
{ "_args": [ [ "retry-request@4.2.2", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "retry-request@4.2.2", "_id": "retry-request@4.2.2", "_inBundle": false, "_integrity": "sha512-xA93uxUD/rogV7BV59agW/JHPGXeREMWiZc9jhcwY4YdZ7QOtC7qbomYg0n4wyk2lJhggjvKvhNX8wln/Aldhg==", "_location": "/retry-request", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "retry-request@4.2.2", "name": "retry-request", "escapedName": "retry-request", "rawSpec": "4.2.2", "saveSpec": null, "fetchSpec": "4.2.2" }, "_requiredBy": [ "/@google-cloud/common", "/google-gax" ], "_resolved": "https://registry.npmjs.org/retry-request/-/retry-request-4.2.2.tgz", "_spec": "4.2.2", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Stephen Sawchuk", "email": "sawchuk@gmail.com" }, "bugs": { "url": "https://github.com/stephenplusplus/retry-request/issues" }, "dependencies": { "debug": "^4.1.1", "extend": "^3.0.2" }, "description": "Retry a request.", "devDependencies": { "async": "^3.0.1", "lodash.range": "^3.2.0", "mocha": "^6.1.4", "request": "^2.87.0" }, "engines": { "node": ">=8.10.0" }, "files": [ "index.js", "index.d.ts", "license" ], "homepage": "https://github.com/stephenplusplus/retry-request#readme", "keywords": [ "request", "retry", "stream" ], "license": "MIT", "main": "index.js", "name": "retry-request", "repository": { "type": "git", "url": "git+https://github.com/stephenplusplus/retry-request.git" }, "scripts": { "test": "mocha --timeout 0" }, "types": "index.d.ts", "version": "4.2.2" }
Back to File Manager