UNPKG

s3u

Version:

S3 URL manipulation helper similar to standard URL class

53 lines (52 loc) 1.21 kB
{ "name": "s3u", "version": "1.1.2", "description": "S3 URL manipulation helper similar to standard URL class", "main": "src/index.js", "browser": { "./src/utils/crypto.js": "./src/utils/crypto.browser.js" }, "scripts": { "lint": "eslint 'src/**/*.js'", "test": "humile", "test:full": "npm run test && npm run lint && tsc --noEmit", "postversion": "git push && git push --tags", "prepack": "npm run test:full", "preversion": "npm run test:full" }, "repository": "megahertz/s3u", "files": [ "!**/__specs__", "src" ], "keywords": [ "aws", "amazon", "digitalocean", "digitalocean-spaces", "link", "parse", "presigned", "s3", "sign", "spaces", "stackpath", "storage", "url" ], "author": "Alexey Prokhorov", "license": "MIT", "bugs": "https://github.com/megahertz/s3u/issues", "homepage": "https://github.com/megahertz/s3u#readme", "engines": { "node": ">=12.0" }, "typings": "src/index.d.ts", "devDependencies": { "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "humile": "^0.5.3", "typescript": "^5.4.5" } }