UNPKG

@advanced-rest-client/arc-headers

Version:

A module that contains UI and logic for handle HTTP headers in an HTTP request and request editors.

92 lines (91 loc) 3.09 kB
{ "name": "@advanced-rest-client/arc-headers", "description": "A module that contains UI and logic for handle HTTP headers in an HTTP request and request editors.", "version": "0.1.16", "license": "Apache-2.0", "main": "index.js", "module": "index.js", "keywords": [ "web-components", "headers-parser", "api-components", "arc-components" ], "authors": [ "Pawel Psztyc" ], "contributors": [ "Your name can be here!" ], "repository": { "type": "git", "url": "git://github.com/advanced-rest-client/arc-headers.git" }, "bugs": { "url": "https://github.com/advanced-rest-client/arc-headers/issues" }, "dependencies": { "@advanced-rest-client/arc-definitions": "^3.1.1", "@advanced-rest-client/arc-events": "^0.2.21", "@advanced-rest-client/arc-icons": "^3.3.4", "@advanced-rest-client/arc-types": "^0.2.62", "@advanced-rest-client/clipboard-copy": "^3.0.1", "@advanced-rest-client/code-mirror": "^3.1.4", "@advanced-rest-client/events-target-mixin": "^3.2.6", "@anypoint-web-components/anypoint-autocomplete": "^0.2.13", "@anypoint-web-components/anypoint-button": "^1.2.4", "@anypoint-web-components/anypoint-input": "^0.2.27", "@anypoint-web-components/anypoint-switch": "^0.1.11", "@open-wc/dedupe-mixin": "^1.3.0", "lit-element": "^2.4.0", "lit-html": "^1.3.0" }, "devDependencies": { "@advanced-rest-client/arc-data-generator": "^3.2.2", "@advanced-rest-client/arc-demo-helper": "^2.2.4", "@open-wc/eslint-config": "^6.0.0", "@open-wc/testing": "^3.0.1", "@web/dev-server": "^0.1.25", "@web/test-runner": "^0.13.20", "@web/test-runner-playwright": "^0.8.8", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "sinon": "^11.1.2", "typescript": "^4.4.4", "typescript-lit-html-plugin": "^0.9.0" }, "scripts": { "start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .", "lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore", "format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore", "lint:types": "tsc", "lint": "npm run lint:eslint", "format": "npm run format:eslint", "test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit", "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium", "gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json" }, "eslintConfig": { "extends": [ "@open-wc/eslint-config", "eslint-config-prettier" ], "overrides": [ { "files": [ "demo/**/*.js", "test/**/*.js", "**/demo/**/*.html" ], "rules": { "no-console": "off", "no-unused-expressions": "off", "no-plusplus": "off", "no-param-reassing": "off", "class-methods-use-this": "off", "import/no-extraneous-dependencies": "off" } } ] } }