UNPKG

quasar-json-api

Version:

Normalizes and validates JSON API for 3rd-party Quasar Components, Directives, Mixins and Plugins using the Quasar UI Kit

52 lines 1.35 kB
{ "name": "quasar-json-api", "version": "2.0.0-alpha.5", "author": "Jeff Galbraith <jeff@quasar.dev>", "description": "Normalizes and validates JSON API for 3rd-party Quasar Components, Directives, Mixins and Plugins using the Quasar UI Kit", "license": "MIT", "module": "src/index.js", "main": "src/index.js", "scripts": { "lint": "eslint --ext .js src" }, "funding": { "type": "github", "url": "https://github.com/sponsors/hawkeye64" }, "publishConfig": { "access": "public" }, "keywords": [ "quasar", "api", "json", "normalization", "validation", "vetur" ], "repository": { "type": "git", "url": "git+https://github.com/hawkeye64/quasar-json-api.git" }, "bugs": "https://github.com/hawkeye64/quasar-json-api/issues", "homepage": "https://github.com/hawkeye64/quasar-json-api", "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.28.0", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0" }, "dependencies": { "babylon": "^6.18.0", "chalk": "^4.1.1", "glob": "^7.1.7", "recast": "^0.23.9", "rimraf": "^3.0.2", "table": "^6.9.0", "webpack-merge": "^5.8.0", "zlib": "^1.0.5" } }