@ima/plugin-xhr
Version:
Helper plugin simplifying the usage of the XMLHttpRequest API.
44 lines • 1.15 kB
JSON
{
"name": "@ima/plugin-xhr",
"version": "3.0.1",
"description": "Helper plugin simplifying the usage of the XMLHttpRequest API.",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
"scripts": {
"test": "../../node_modules/.bin/jest --coverage --no-watchman --config=jest.config.js",
"build": "ima-plugin build",
"dev": "ima-plugin dev",
"link": "ima-plugin link",
"lint": "eslint './**/*.{js,jsx,ts,tsx,mjs}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seznam/IMA.js-plugins.git"
},
"keywords": [
"ima",
"ima.js",
"plugin",
"xhr",
"xmlhttprequest"
],
"author": "Martin Jurča <martin.jurca@firma.seznam.cz>",
"contributors": [
{
"name": "Miroslav Jancarik",
"email": "miroslav.jancarik@firma.seznam.cz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/seznam/IMA.js-plugins/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"homepage": "https://github.com/seznam/IMA.js-plugins#readme",
"peerDependencies": {
"@ima/core": ">=18.0.0"
}
}