UNPKG

@quadratclown/dbus-next

Version:
87 lines (86 loc) 2.16 kB
{ "name": "@quadratclown/dbus-next", "version": "1.0.2", "keywords": [ "dbus", "dcop", "d-bus", "rpc", "gnome", "kde" ], "description": "The next great DBus library for Node", "files": [ "lib/*", "index.js", "package.json", "types.d.ts" ], "directories": { "lib": "lib", "test": "test", "examples": "examples" }, "main": "index.js", "types": "types.d.ts", "maintainers": [ { "name": "Thomas Huffert", "email": "thomas@huffert.de" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/quadratclown/node-dbus-next.git" }, "dependencies": { "event-stream": "3.3.4", "jsbi": "^2.0.5", "long": "^4.0.0", "@nornagon/put": "0.0.8", "safe-buffer": "^5.1.1", "xml2js": "^0.4.17" }, "optionalDependencies": { "usocket": "^1.0.1" }, "devDependencies": { "@babel/core": "^7.1.5", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-decorators": "^7.1.2", "@babel/plugin-syntax-bigint": "^7.2.0", "@babel/plugin-transform-async-to-generator": "^7.3.4", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "commander": "^2.19.0", "handlebars": "^4.1.0", "jest": "^24.1.0", "jsdoc": "^3.6.3", "semistandard": "^16.0.0" }, "scripts": { "integration": "dbus-run-session -- jest ./test/integration", "coverage": "dbus-run-session -- jest --coverage", "unit": "jest ./test/*.test.js", "test": "dbus-run-session -- jest", "doc": "jsdoc --verbose -c jsdoc.conf --readme README.md -r lib index.js -d doc", "format": "cd lib && semistandard --global BigInt --fix && cd ../test && semistandard --env jest --parser babel-eslint --global BigInt --fix" }, "jest": { "testEnvironment": "node", "bail": true }, "standard": { "parser": "babel-eslint", "globals": [ "BigInt" ] }, "engine": { "node": ">=6.3.0" } }