UNPKG

electron-updater

Version:

Cross platform auto-updater for electron applications

89 lines (88 loc) 1.98 kB
{ "name": "got", "version": "3.3.0", "description": "Simplified HTTP/HTTPS requests", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sindresorhus/got" }, "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, { "name": "floatdrop", "email": "floatdrop@gmail.com" }, { "name": "kevva", "email": "kevinmartensson@gmail.com" } ], "engines": { "node": ">=0.10.0" }, "scripts": { "test": "tap test/test-*.js", "coverage": "istanbul cover tape --report html -- test/test-*.js" }, "files": [ "index.js" ], "keywords": [ "http", "https", "get", "got", "url", "uri", "request", "util", "utility", "simple", "curl", "wget", "fetch" ], "dependencies": { "duplexify": "^3.2.0", "infinity-agent": "^2.0.0", "is-redirect": "^1.0.0", "is-stream": "^1.0.0", "lowercase-keys": "^1.0.0", "nested-error-stacks": "^1.0.0", "object-assign": "^2.0.0", "prepend-http": "^1.0.0", "read-all-stream": "^2.0.0", "statuses": "^1.2.1", "timed-out": "^2.0.0" }, "devDependencies": { "from2-array": "0.0.3", "istanbul": "^0.3.13", "pem": "^1.4.4", "tap": "^1.0.0" }, "gitHead": "3c728bc664cf0dd9dd4f77643b4e4a2878f86e9e", "bugs": { "url": "https://github.com/sindresorhus/got/issues" }, "homepage": "https://github.com/sindresorhus/got", "_id": "got@3.3.0", "_shasum": "6b1cb3d1f576c2491536f0d28b6cdd23aa4de3e9", "_from": "got@>=3.2.0 <4.0.0", "_npmVersion": "2.11.1", "_nodeVersion": "2.3.0", "_npmUser": { "name": "floatdrop", "email": "floatdrop@gmail.com" }, "dist": { "shasum": "6b1cb3d1f576c2491536f0d28b6cdd23aa4de3e9", "tarball": "http://registry.npmjs.org/got/-/got-3.3.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/got/-/got-3.3.0.tgz" }