UNPKG

@feathersjs/client

Version:

A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections

74 lines (73 loc) 2.25 kB
{ "name": "@feathersjs/client", "description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections", "version": "4.5.7", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" }, "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/feathers" }, "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "homepage": "https://github.com/feathersjs/client", "keywords": [ "feathers", "feathers-plugin" ], "author": "Feathers contributors", "engines": { "node": ">= 10" }, "main": "index.js", "types": "index.d.ts", "scripts": { "clean": "../../node_modules/.bin/shx rm -rf dist/ && ../../node_modules/.bin/shx mkdir -p dist", "version": "npm run build", "mocha": "mocha --config ../../.mocharc.json test/ --recursive", "test": "npm run build && npm run mocha", "test:browser": "mocha-puppeteer browser/test.js", "build": "npm run clean && npm run webpack", "webpack": "parallel-webpack" }, "browserslist": [ "last 2 versions", "IE 10" ], "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", "@feathersjs/authentication-client": "^4.5.7", "@feathersjs/errors": "^4.5.7", "@feathersjs/express": "^4.5.7", "@feathersjs/feathers": "^4.5.7", "@feathersjs/primus": "^4.5.7", "@feathersjs/primus-client": "^4.5.7", "@feathersjs/rest-client": "^4.5.7", "@feathersjs/socketio": "^4.5.7", "@feathersjs/socketio-client": "^4.5.7", "@feathersjs/tests": "^4.5.7", "babel-loader": "^8.1.0", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", "jquery": "^3.5.1", "jsdom": "^16.3.0", "mocha": "^8.0.1", "mocha-puppeteer": "^0.14.0", "node-fetch": "^2.6.0", "parallel-webpack": "^2.6.0", "request": "^2.88.2", "socket.io-client": "^2.3.0", "superagent": "^5.3.1", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.43.0", "webpack-merge": "^5.0.9", "ws": "^7.3.1", "xhr2": "^0.2.0" }, "gitHead": "a1a8ee535b4337ff8132858095eabf0969c3b6d3" }