UNPKG

eazydict-google

Version:
59 lines (58 loc) 1.33 kB
{ "name": "eazydict-google", "version": "2.1.0", "description": "EazyDict Google词典插件", "main": "index.js", "scripts": { "test": "elint lint \"lib/**/*.js\" defaultConfig.js index.js --fix", "beforecommit": "elint lint commit && npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/keenwon/eazydict-google.git" }, "author": { "name": "keenwon", "email": "semanwmj@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/keenwon/eazydict-google/issues" }, "files": [ "lib", "defaultConfig.js", "index.js" ], "keywords": [ "eazydict", "dictionary", "translate", "youdao", "bing", "google", "terminal", "console", "linux" ], "homepage": "https://github.com/keenwon/eazydict-google#readme", "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.3", "elint": "^1.11.0", "elint-preset-kw": "^1.8.1", "joi": "^14.3.1", "mocha": "^6.0.2", "nyc": "^13.3.0", "proxyquire": "^2.1.0" }, "dependencies": { "eazydict-standard-output": "^1.7.2", "https-proxy-agent": "^2.2.1", "lodash.assign": "^4.2.0", "node-fetch": "^2.3.0", "p-retry": "^4.1.0", "socks-proxy-agent": "^4.0.2" } }