Edit File: package.json
{ "_args": [ [ "async-retry@1.3.3", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "async-retry@1.3.3", "_id": "async-retry@1.3.3", "_inBundle": false, "_integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", "_location": "/async-retry", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "async-retry@1.3.3", "name": "async-retry", "escapedName": "async-retry", "rawSpec": "1.3.3", "saveSpec": null, "fetchSpec": "1.3.3" }, "_requiredBy": [ "/@google-cloud/storage", "/gcs-resumable-upload" ], "_resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz", "_spec": "1.3.3", "_where": "/home/taswqeshtry/public_html/nodejs", "ava": { "failFast": true }, "bugs": { "url": "https://github.com/vercel/async-retry/issues" }, "dependencies": { "retry": "0.13.1" }, "description": "Retrying made simple, easy and async", "devDependencies": { "ava": "3.15.0", "eslint": "7.32.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.24.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.24.0", "lint-staged": "11.1.2", "node-fetch": "2.6.1", "pre-commit": "1.2.2", "prettier": "2.3.2", "then-sleep": "1.0.1" }, "eslintConfig": { "extends": [ "airbnb", "prettier" ], "rules": { "no-var": 0, "prefer-arrow-callback": 0 } }, "files": [ "lib" ], "homepage": "https://github.com/vercel/async-retry#readme", "license": "MIT", "lint-staged": { "*.js": [ "eslint", "prettier --write --single-quote", "git add" ] }, "main": "./lib/index.js", "name": "async-retry", "pre-commit": "lint:staged", "repository": { "type": "git", "url": "git+https://github.com/vercel/async-retry.git" }, "scripts": { "lint:staged": "lint-staged", "test": "yarn run test-lint && yarn run test-unit", "test-lint": "eslint .", "test-unit": "ava" }, "version": "1.3.3" }
Back to File Manager