UNPKG

backblaze-b2

Version:

Node.js Library for the Backblaze B2 Storage Service

45 lines (44 loc) 1.2 kB
{ "name": "backblaze-b2", "version": "1.7.1", "description": "Node.js Library for the Backblaze B2 Storage Service", "main": "index.js", "scripts": { "test": "npm run lint-all && npm run test-unit", "test-unit": "mocha \"test/**/*Test.js\"", "lint-lib": "eslint \"lib/**/*.js\" --parser-options=ecmaVersion:6 --global Promise", "lint-test": "eslint \"test/**/*.js\" --parser-options=ecmaVersion:6 --global describe,it,beforeEach,Promise", "lint-all": "npm run lint-lib && npm run lint-test" }, "keywords": [ "backblaze", "b2", "storage" ], "homepage": "https://github.com/yakovkhalinsky/backblaze-b2", "author": { "name": "Yakov Khalinsky", "email": "yakov@therocketsurgeon.com" }, "repository": { "type": "git", "url": "https://github.com/yakovkhalinsky/backblaze-b2.git" }, "bugs": { "url": "https://github.com/yakovkhalinsky/backblaze-b2/issues" }, "license": "MIT", "devDependencies": { "eslint": "^7.28.0", "expect.js": "^0.3.1", "mocha": "^8.4.0" }, "dependencies": { "axios": "^1.9.0", "axios-retry": "^4.5.0", "lodash": "^4.17.21" }, "engines": { "node": ">=10.0" } }