UNPKG

@d1g1tal/transportr

Version:
69 lines 1.72 kB
{ "name": "@d1g1tal/transportr", "version": "1.4.4", "description": "JavaScript wrapper for the Fetch API", "type": "module", "exports": { ".": "./src/transportr.js", "./dist/*": "./dist/*" }, "publishConfig": { "access": "public" }, "files": [ "/dist", "/src" ], "repository": { "type": "git", "url": "git+https://github.com/D1g1talEntr0py/transportr.git" }, "keywords": [ "Fetch", "JavaScript" ], "author": "Jason DiMeo", "license": "ISC", "bugs": { "url": "https://github.com/D1g1talEntr0py/transportr/issues" }, "homepage": "https://github.com/D1g1talEntr0py/transportr#readme", "packageManager": "pnpm@8.13.0+sha256.fbcf256db6d06bc189e31df34b3ed61220f3ba9f78a2ca8fe7be0fce4670dbd3", "dependencies": { "@d1g1tal/chrysalis": "^2.2.1", "@d1g1tal/media-type": "^5.0.0", "@d1g1tal/subscribr": "^3.0.3" }, "devDependencies": { "@xmldom/xmldom": "^0.8.10", "esbuild": "^0.19.9", "esbuild-library": "^1.0.5", "eslint": "^8.56.0", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-jsdoc": "^46.9.1", "jest": "^29.7.0" }, "browserslist": [ "defaults", "not ios_saf < 15", "not op_mini all" ], "jest": { "verbose": true, "clearMocks": true, "collectCoverage": true, "coverageDirectory": "./tests/coverage", "collectCoverageFrom": [ "src/**/*.js" ], "coveragePathIgnorePatterns": [ "/node_modules/" ] }, "scripts": { "build": "node ./esbuild.js", "lint": "eslint --ext .js --ignore-path .gitignore .", "test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js", "check": "npx package-check" } }