--- a/client/package-lock.json Mon Aug 27 19:53:40 2018 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20579 +0,0 @@
-{
- "name": "client",
- "version": "0.1.0",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "@timer/detect-port": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/@timer/detect-port/-/detect-port-1.1.3.tgz",
- "integrity": "sha1-E4Or1n+aXWg99SdvipLWC9+au5A=",
- "dev": true,
- "requires": {
- "address": "1.0.1",
- "debug": "2.6.9"
- }
- },
- "abab": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/abab/-/abab-1.0.4.tgz",
- "integrity": "sha1-X6rZwsB/YN12dw9xzwJbYqY8/U4=",
- "dev": true
- },
- "abbrev": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
- "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
- "dev": true
- },
- "accepts": {
- "version": "1.3.5",
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz",
- "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=",
- "dev": true,
- "requires": {
- "mime-types": "2.1.18",
- "negotiator": "0.6.1"
- }
- },
- "acorn": {
- "version": "5.5.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.5.3.tgz",
- "integrity": "sha512-jd5MkIUlbbmb07nXH0DT3y7rDVtkzDi4XZOUVWAer8ajmF/DTSSbl5oNFyDOl/OXA33Bl79+ypHhl2pN20VeOQ==",
- "dev": true
- },
- "acorn-dynamic-import": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
- "integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
- "dev": true,
- "requires": {
- "acorn": "4.0.13"
- },
- "dependencies": {
- "acorn": {
- "version": "4.0.13",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
- "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
- "dev": true
- }
- }
- },
- "acorn-globals": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz",
- "integrity": "sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8=",
- "dev": true,
- "requires": {
- "acorn": "4.0.13"
- },
- "dependencies": {
- "acorn": {
- "version": "4.0.13",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
- "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
- "dev": true
- }
- }
- },
- "acorn-jsx": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
- "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=",
- "dev": true,
- "requires": {
- "acorn": "3.3.0"
- },
- "dependencies": {
- "acorn": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
- "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=",
- "dev": true
- }
- }
- },
- "address": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/address/-/address-1.0.1.tgz",
- "integrity": "sha1-Nj9dPyvibQZV2K/VqVYuT8IZRTc=",
- "dev": true
- },
- "ajv": {
- "version": "4.11.8",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
- "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
- "dev": true,
- "requires": {
- "co": "4.6.0",
- "json-stable-stringify": "1.0.1"
- }
- },
- "ajv-keywords": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz",
- "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=",
- "dev": true
- },
- "align-text": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
- "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2",
- "longest": "1.0.1",
- "repeat-string": "1.6.1"
- }
- },
- "alphanum-sort": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
- "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
- "dev": true
- },
- "amdefine": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
- "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
- "dev": true
- },
- "anser": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/anser/-/anser-1.3.0.tgz",
- "integrity": "sha1-ZbQvARGe21ovyOpvCJInTLy+xrE=",
- "dev": true
- },
- "ansi-align": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
- "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=",
- "dev": true,
- "requires": {
- "string-width": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- }
- },
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "ansi-escapes": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
- "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=",
- "dev": true
- },
- "ansi-html": {
- "version": "0.0.7",
- "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
- "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
- "dev": true
- },
- "ansi-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
- "dev": true
- },
- "ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "requires": {
- "color-convert": "1.9.1"
- }
- },
- "anymatch": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
- "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
- "dev": true,
- "requires": {
- "micromatch": "2.3.11",
- "normalize-path": "2.1.1"
- }
- },
- "append-transform": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-0.4.0.tgz",
- "integrity": "sha1-126/jKlNJ24keja61EpLdKthGZE=",
- "dev": true,
- "requires": {
- "default-require-extensions": "1.0.0"
- }
- },
- "aproba": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
- "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
- "dev": true
- },
- "are-we-there-yet": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
- "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
- "dev": true,
- "requires": {
- "delegates": "1.0.0",
- "readable-stream": "2.3.6"
- }
- },
- "argparse": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
- "dev": true,
- "requires": {
- "sprintf-js": "1.0.3"
- }
- },
- "aria-query": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-0.5.0.tgz",
- "integrity": "sha1-heMVLNjMW6sY2+1hzZxPzlT6ecM=",
- "dev": true,
- "requires": {
- "ast-types-flow": "0.0.7"
- }
- },
- "arr-diff": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
- "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
- "dev": true,
- "requires": {
- "arr-flatten": "1.1.0"
- }
- },
- "arr-flatten": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
- "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
- "dev": true
- },
- "arr-union": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
- "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
- "dev": true
- },
- "array-equal": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
- "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
- "dev": true
- },
- "array-filter": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz",
- "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=",
- "dev": true
- },
- "array-find-index": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
- "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
- "dev": true
- },
- "array-flatten": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
- "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
- "dev": true
- },
- "array-includes": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz",
- "integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=",
- "dev": true,
- "requires": {
- "define-properties": "1.1.2",
- "es-abstract": "1.11.0"
- }
- },
- "array-map": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz",
- "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=",
- "dev": true
- },
- "array-reduce": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz",
- "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=",
- "dev": true
- },
- "array-union": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
- "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
- "dev": true,
- "requires": {
- "array-uniq": "1.0.3"
- }
- },
- "array-uniq": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
- "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
- "dev": true
- },
- "array-unique": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
- "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
- "dev": true
- },
- "arrify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
- "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
- "dev": true
- },
- "asap": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
- "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
- },
- "asn1": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
- "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
- "dev": true
- },
- "asn1.js": {
- "version": "4.10.1",
- "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
- "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0"
- }
- },
- "assert": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
- "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
- "dev": true,
- "requires": {
- "util": "0.10.3"
- }
- },
- "assert-plus": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
- "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
- "dev": true
- },
- "assign-symbols": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
- "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
- "dev": true
- },
- "ast-types-flow": {
- "version": "0.0.7",
- "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
- "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=",
- "dev": true
- },
- "async": {
- "version": "2.6.0",
- "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz",
- "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
- "dev": true,
- "requires": {
- "lodash": "4.17.5"
- }
- },
- "async-each": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
- "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
- "dev": true
- },
- "async-foreach": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
- "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
- "dev": true
- },
- "asynckit": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
- "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
- "dev": true
- },
- "atob": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.0.tgz",
- "integrity": "sha512-SuiKH8vbsOyCALjA/+EINmt/Kdl+TQPrtFgW7XZZcwtryFu9e5kQoX3bjCW6mIvGH1fbeAZZuvwGR5IlBRznGw==",
- "dev": true
- },
- "autoprefixer": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.1.0.tgz",
- "integrity": "sha1-rkkTrcIh+mylrTpvgDn2pcBrOHc=",
- "dev": true,
- "requires": {
- "browserslist": "2.11.3",
- "caniuse-lite": "1.0.30000827",
- "normalize-range": "0.1.2",
- "num2fraction": "1.2.2",
- "postcss": "6.0.21",
- "postcss-value-parser": "3.3.0"
- }
- },
- "aws-sign2": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
- "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
- "dev": true
- },
- "aws4": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz",
- "integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w==",
- "dev": true
- },
- "axobject-query": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-0.1.0.tgz",
- "integrity": "sha1-YvWdvFnJ+SQnWco0mWDnov48NsA=",
- "dev": true,
- "requires": {
- "ast-types-flow": "0.0.7"
- }
- },
- "babel-code-frame": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
- "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "esutils": "2.0.2",
- "js-tokens": "3.0.2"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "babel-core": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.24.1.tgz",
- "integrity": "sha1-jEKFZNzh4fQfszfsNPTDsCK1rYM=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "babel-generator": "6.26.1",
- "babel-helpers": "6.24.1",
- "babel-messages": "6.23.0",
- "babel-register": "6.26.0",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "convert-source-map": "1.5.1",
- "debug": "2.6.9",
- "json5": "0.5.1",
- "lodash": "4.17.5",
- "minimatch": "3.0.4",
- "path-is-absolute": "1.0.1",
- "private": "0.1.8",
- "slash": "1.0.0",
- "source-map": "0.5.7"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "babel-eslint": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.2.3.tgz",
- "integrity": "sha1-sv4tgBJkcPXBlELcdXJTqJdxCCc=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0"
- }
- },
- "babel-generator": {
- "version": "6.26.1",
- "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz",
- "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==",
- "dev": true,
- "requires": {
- "babel-messages": "6.23.0",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "detect-indent": "4.0.0",
- "jsesc": "1.3.0",
- "lodash": "4.17.5",
- "source-map": "0.5.7",
- "trim-right": "1.0.1"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "babel-helper-builder-binary-assignment-operator-visitor": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
- "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
- "dev": true,
- "requires": {
- "babel-helper-explode-assignable-expression": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-builder-react-jsx": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz",
- "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "esutils": "2.0.2"
- }
- },
- "babel-helper-call-delegate": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
- "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
- "dev": true,
- "requires": {
- "babel-helper-hoist-variables": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-define-map": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
- "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
- "dev": true,
- "requires": {
- "babel-helper-function-name": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "lodash": "4.17.5"
- }
- },
- "babel-helper-explode-assignable-expression": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
- "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-function-name": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
- "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
- "dev": true,
- "requires": {
- "babel-helper-get-function-arity": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-get-function-arity": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
- "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-hoist-variables": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
- "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-optimise-call-expression": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
- "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-regex": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
- "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "lodash": "4.17.5"
- }
- },
- "babel-helper-remap-async-to-generator": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
- "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
- "dev": true,
- "requires": {
- "babel-helper-function-name": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helper-replace-supers": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
- "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
- "dev": true,
- "requires": {
- "babel-helper-optimise-call-expression": "6.24.1",
- "babel-messages": "6.23.0",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-helpers": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
- "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0"
- }
- },
- "babel-jest": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-20.0.3.tgz",
- "integrity": "sha1-5KA7E9wQOJ4UD8ZF0J/8TO0wFnE=",
- "dev": true,
- "requires": {
- "babel-core": "6.24.1",
- "babel-plugin-istanbul": "4.1.6",
- "babel-preset-jest": "20.0.3"
- }
- },
- "babel-loader": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.0.0.tgz",
- "integrity": "sha1-LkOma+4f/0RwUz0EAsikUy+vuvc=",
- "dev": true,
- "requires": {
- "find-cache-dir": "0.1.1",
- "loader-utils": "1.1.0",
- "mkdirp": "0.5.1"
- }
- },
- "babel-messages": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
- "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-check-es2015-constants": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
- "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-dynamic-import-node": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.1.0.tgz",
- "integrity": "sha512-tTfZbM9Ecwj3GK50mnPrUpinTwA4xXmDiQGCk/aBYbvl1+X8YqldK86wZ1owVJ4u3mrKbRlXMma80J18qwiaTQ==",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-dynamic-import": "6.18.0",
- "babel-template": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-istanbul": {
- "version": "4.1.6",
- "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz",
- "integrity": "sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-object-rest-spread": "6.13.0",
- "find-up": "2.1.0",
- "istanbul-lib-instrument": "1.10.1",
- "test-exclude": "4.2.1"
- },
- "dependencies": {
- "find-up": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
- "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
- "dev": true,
- "requires": {
- "locate-path": "2.0.0"
- }
- }
- }
- },
- "babel-plugin-jest-hoist": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-20.0.3.tgz",
- "integrity": "sha1-r+3IU70/jcNUjqZx++adA8wsF2c=",
- "dev": true
- },
- "babel-plugin-syntax-async-functions": {
- "version": "6.13.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
- "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
- "dev": true
- },
- "babel-plugin-syntax-class-properties": {
- "version": "6.13.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
- "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=",
- "dev": true
- },
- "babel-plugin-syntax-dynamic-import": {
- "version": "6.18.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
- "integrity": "sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo=",
- "dev": true
- },
- "babel-plugin-syntax-exponentiation-operator": {
- "version": "6.13.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
- "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=",
- "dev": true
- },
- "babel-plugin-syntax-flow": {
- "version": "6.18.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz",
- "integrity": "sha1-TDqyCiryaqIM0lmVw5jE63AxDI0=",
- "dev": true
- },
- "babel-plugin-syntax-jsx": {
- "version": "6.18.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
- "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=",
- "dev": true
- },
- "babel-plugin-syntax-object-rest-spread": {
- "version": "6.13.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
- "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=",
- "dev": true
- },
- "babel-plugin-syntax-trailing-function-commas": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
- "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=",
- "dev": true
- },
- "babel-plugin-transform-async-to-generator": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
- "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
- "dev": true,
- "requires": {
- "babel-helper-remap-async-to-generator": "6.24.1",
- "babel-plugin-syntax-async-functions": "6.13.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-class-properties": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz",
- "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=",
- "dev": true,
- "requires": {
- "babel-helper-function-name": "6.24.1",
- "babel-plugin-syntax-class-properties": "6.13.0",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-arrow-functions": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
- "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-block-scoped-functions": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
- "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-block-scoping": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
- "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "lodash": "4.17.5"
- }
- },
- "babel-plugin-transform-es2015-classes": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
- "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
- "dev": true,
- "requires": {
- "babel-helper-define-map": "6.26.0",
- "babel-helper-function-name": "6.24.1",
- "babel-helper-optimise-call-expression": "6.24.1",
- "babel-helper-replace-supers": "6.24.1",
- "babel-messages": "6.23.0",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-computed-properties": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
- "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-destructuring": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
- "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-duplicate-keys": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
- "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-for-of": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
- "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-function-name": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
- "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
- "dev": true,
- "requires": {
- "babel-helper-function-name": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-literals": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
- "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-modules-amd": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
- "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
- "dev": true,
- "requires": {
- "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-modules-commonjs": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz",
- "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=",
- "dev": true,
- "requires": {
- "babel-plugin-transform-strict-mode": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-modules-systemjs": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
- "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
- "dev": true,
- "requires": {
- "babel-helper-hoist-variables": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-modules-umd": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
- "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
- "dev": true,
- "requires": {
- "babel-plugin-transform-es2015-modules-amd": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-object-super": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
- "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
- "dev": true,
- "requires": {
- "babel-helper-replace-supers": "6.24.1",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-parameters": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
- "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
- "dev": true,
- "requires": {
- "babel-helper-call-delegate": "6.24.1",
- "babel-helper-get-function-arity": "6.24.1",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-shorthand-properties": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
- "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-spread": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
- "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-sticky-regex": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
- "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
- "dev": true,
- "requires": {
- "babel-helper-regex": "6.26.0",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-template-literals": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
- "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-typeof-symbol": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
- "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-es2015-unicode-regex": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
- "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
- "dev": true,
- "requires": {
- "babel-helper-regex": "6.26.0",
- "babel-runtime": "6.26.0",
- "regexpu-core": "2.0.0"
- }
- },
- "babel-plugin-transform-exponentiation-operator": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
- "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
- "dev": true,
- "requires": {
- "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
- "babel-plugin-syntax-exponentiation-operator": "6.13.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-flow-strip-types": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz",
- "integrity": "sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-flow": "6.18.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-object-rest-spread": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
- "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-object-rest-spread": "6.13.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-react-constant-elements": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-constant-elements/-/babel-plugin-transform-react-constant-elements-6.23.0.tgz",
- "integrity": "sha1-LxGb9NLN1F65uqrldAU8YE9hR90=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-react-display-name": {
- "version": "6.25.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz",
- "integrity": "sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-react-jsx": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz",
- "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=",
- "dev": true,
- "requires": {
- "babel-helper-builder-react-jsx": "6.26.0",
- "babel-plugin-syntax-jsx": "6.18.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-react-jsx-self": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz",
- "integrity": "sha1-322AqdomEqEh5t3XVYvL7PBuY24=",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-jsx": "6.18.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-react-jsx-source": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz",
- "integrity": "sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY=",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-jsx": "6.18.0",
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-regenerator": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
- "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
- "dev": true,
- "requires": {
- "regenerator-transform": "0.10.1"
- }
- },
- "babel-plugin-transform-runtime": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz",
- "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-plugin-transform-strict-mode": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
- "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0"
- }
- },
- "babel-preset-env": {
- "version": "1.6.1",
- "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.6.1.tgz",
- "integrity": "sha512-W6VIyA6Ch9ePMI7VptNn2wBM6dbG0eSz25HEiL40nQXCsXGTGZSTZu1Iap+cj3Q0S5a7T9+529l/5Bkvd+afNA==",
- "dev": true,
- "requires": {
- "babel-plugin-check-es2015-constants": "6.22.0",
- "babel-plugin-syntax-trailing-function-commas": "6.22.0",
- "babel-plugin-transform-async-to-generator": "6.24.1",
- "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
- "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
- "babel-plugin-transform-es2015-block-scoping": "6.26.0",
- "babel-plugin-transform-es2015-classes": "6.24.1",
- "babel-plugin-transform-es2015-computed-properties": "6.24.1",
- "babel-plugin-transform-es2015-destructuring": "6.23.0",
- "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
- "babel-plugin-transform-es2015-for-of": "6.23.0",
- "babel-plugin-transform-es2015-function-name": "6.24.1",
- "babel-plugin-transform-es2015-literals": "6.22.0",
- "babel-plugin-transform-es2015-modules-amd": "6.24.1",
- "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
- "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
- "babel-plugin-transform-es2015-modules-umd": "6.24.1",
- "babel-plugin-transform-es2015-object-super": "6.24.1",
- "babel-plugin-transform-es2015-parameters": "6.24.1",
- "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
- "babel-plugin-transform-es2015-spread": "6.22.0",
- "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
- "babel-plugin-transform-es2015-template-literals": "6.22.0",
- "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
- "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
- "babel-plugin-transform-exponentiation-operator": "6.24.1",
- "babel-plugin-transform-regenerator": "6.26.0",
- "browserslist": "2.11.3",
- "invariant": "2.2.4",
- "semver": "5.5.0"
- }
- },
- "babel-preset-flow": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz",
- "integrity": "sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0=",
- "dev": true,
- "requires": {
- "babel-plugin-transform-flow-strip-types": "6.22.0"
- }
- },
- "babel-preset-jest": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-20.0.3.tgz",
- "integrity": "sha1-y6yq3stdaJyh4d4TYOv8ZoYsF4o=",
- "dev": true,
- "requires": {
- "babel-plugin-jest-hoist": "20.0.3"
- }
- },
- "babel-preset-react": {
- "version": "6.24.1",
- "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.24.1.tgz",
- "integrity": "sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=",
- "dev": true,
- "requires": {
- "babel-plugin-syntax-jsx": "6.18.0",
- "babel-plugin-transform-react-display-name": "6.25.0",
- "babel-plugin-transform-react-jsx": "6.24.1",
- "babel-plugin-transform-react-jsx-self": "6.22.0",
- "babel-plugin-transform-react-jsx-source": "6.22.0",
- "babel-preset-flow": "6.23.0"
- }
- },
- "babel-preset-react-app": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-3.1.1.tgz",
- "integrity": "sha512-9fRHopNaGL5ScRZdPSoyxRaABKmkS2fx0HUJ5Yphan5G8QDFD7lETsPyY7El6b7YPT3sNrw9gfrWzl4/LsJcfA==",
- "dev": true,
- "requires": {
- "babel-plugin-dynamic-import-node": "1.1.0",
- "babel-plugin-syntax-dynamic-import": "6.18.0",
- "babel-plugin-transform-class-properties": "6.24.1",
- "babel-plugin-transform-es2015-destructuring": "6.23.0",
- "babel-plugin-transform-object-rest-spread": "6.26.0",
- "babel-plugin-transform-react-constant-elements": "6.23.0",
- "babel-plugin-transform-react-jsx": "6.24.1",
- "babel-plugin-transform-react-jsx-self": "6.22.0",
- "babel-plugin-transform-react-jsx-source": "6.22.0",
- "babel-plugin-transform-regenerator": "6.26.0",
- "babel-plugin-transform-runtime": "6.23.0",
- "babel-preset-env": "1.6.1",
- "babel-preset-react": "6.24.1"
- }
- },
- "babel-register": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz",
- "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
- "dev": true,
- "requires": {
- "babel-core": "6.26.0",
- "babel-runtime": "6.26.0",
- "core-js": "2.5.5",
- "home-or-tmp": "2.0.0",
- "lodash": "4.17.5",
- "mkdirp": "0.5.1",
- "source-map-support": "0.4.18"
- },
- "dependencies": {
- "babel-core": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz",
- "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "babel-generator": "6.26.1",
- "babel-helpers": "6.24.1",
- "babel-messages": "6.23.0",
- "babel-register": "6.26.0",
- "babel-runtime": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "convert-source-map": "1.5.1",
- "debug": "2.6.9",
- "json5": "0.5.1",
- "lodash": "4.17.5",
- "minimatch": "3.0.4",
- "path-is-absolute": "1.0.1",
- "private": "0.1.8",
- "slash": "1.0.0",
- "source-map": "0.5.7"
- }
- },
- "core-js": {
- "version": "2.5.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.5.tgz",
- "integrity": "sha1-sU3ek2xkDAV5prUMq8wTLdYSfjs=",
- "dev": true
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "babel-runtime": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
- "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
- "requires": {
- "core-js": "2.5.5",
- "regenerator-runtime": "0.11.1"
- },
- "dependencies": {
- "core-js": {
- "version": "2.5.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.5.tgz",
- "integrity": "sha1-sU3ek2xkDAV5prUMq8wTLdYSfjs="
- }
- }
- },
- "babel-template": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
- "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "lodash": "4.17.5"
- }
- },
- "babel-traverse": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
- "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "babel-messages": "6.23.0",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "debug": "2.6.9",
- "globals": "9.18.0",
- "invariant": "2.2.4",
- "lodash": "4.17.5"
- }
- },
- "babel-types": {
- "version": "6.26.0",
- "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
- "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "esutils": "2.0.2",
- "lodash": "4.17.5",
- "to-fast-properties": "1.0.3"
- }
- },
- "babylon": {
- "version": "6.18.0",
- "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
- "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
- "dev": true
- },
- "balanced-match": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
- "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
- "dev": true
- },
- "base": {
- "version": "0.11.2",
- "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
- "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
- "dev": true,
- "requires": {
- "cache-base": "1.0.1",
- "class-utils": "0.3.6",
- "component-emitter": "1.2.1",
- "define-property": "1.0.0",
- "isobject": "3.0.1",
- "mixin-deep": "1.3.1",
- "pascalcase": "0.1.1"
- },
- "dependencies": {
- "define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
- "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
- "dev": true,
- "requires": {
- "is-descriptor": "1.0.2"
- }
- },
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "1.0.0",
- "is-data-descriptor": "1.0.0",
- "kind-of": "6.0.2"
- }
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- },
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- }
- }
- },
- "base64-js": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.3.tgz",
- "integrity": "sha512-MsAhsUW1GxCdgYSO6tAfZrNapmUKk7mWx/k5mFY/A1gBtkaCaNapTg+FExCw1r9yeaZhqx/xPg43xgTFH6KL5w==",
- "dev": true
- },
- "batch": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
- "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
- "dev": true
- },
- "bcrypt-pbkdf": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
- "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
- "dev": true,
- "optional": true,
- "requires": {
- "tweetnacl": "0.14.5"
- }
- },
- "big.js": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
- "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
- "dev": true
- },
- "binary-extensions": {
- "version": "1.11.0",
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz",
- "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=",
- "dev": true
- },
- "block-stream": {
- "version": "0.0.9",
- "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
- "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "bluebird": {
- "version": "3.5.1",
- "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
- "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
- "dev": true
- },
- "bn.js": {
- "version": "4.11.8",
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
- "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
- "dev": true
- },
- "body-parser": {
- "version": "1.18.2",
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz",
- "integrity": "sha1-h2eKGdhLR9hZuDGZvVm84iKxBFQ=",
- "dev": true,
- "requires": {
- "bytes": "3.0.0",
- "content-type": "1.0.4",
- "debug": "2.6.9",
- "depd": "1.1.2",
- "http-errors": "1.6.3",
- "iconv-lite": "0.4.19",
- "on-finished": "2.3.0",
- "qs": "6.5.1",
- "raw-body": "2.3.2",
- "type-is": "1.6.16"
- },
- "dependencies": {
- "iconv-lite": {
- "version": "0.4.19",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
- "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
- "dev": true
- }
- }
- },
- "boolbase": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
- "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
- },
- "boom": {
- "version": "2.10.1",
- "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
- "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "bootstrap-sass": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz",
- "integrity": "sha1-ZZbHq0D2Y3OTMjqwvIDQZPxjBJg=",
- "dev": true
- },
- "boxen": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
- "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==",
- "dev": true,
- "requires": {
- "ansi-align": "2.0.0",
- "camelcase": "4.1.0",
- "chalk": "2.3.2",
- "cli-boxes": "1.0.0",
- "string-width": "2.1.1",
- "term-size": "1.2.0",
- "widest-line": "2.0.0"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "camelcase": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
- "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
- "dev": true
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- }
- },
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "requires": {
- "balanced-match": "1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "braces": {
- "version": "1.8.5",
- "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
- "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
- "dev": true,
- "requires": {
- "expand-range": "1.8.2",
- "preserve": "0.2.0",
- "repeat-element": "1.1.2"
- }
- },
- "brorand": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
- "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
- "dev": true
- },
- "browser-resolve": {
- "version": "1.11.2",
- "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz",
- "integrity": "sha1-j/CbCixCFxihBRwmCzLkj0QpOM4=",
- "dev": true,
- "requires": {
- "resolve": "1.1.7"
- },
- "dependencies": {
- "resolve": {
- "version": "1.1.7",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
- "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
- "dev": true
- }
- }
- },
- "browserify-aes": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
- "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
- "dev": true,
- "requires": {
- "buffer-xor": "1.0.3",
- "cipher-base": "1.0.4",
- "create-hash": "1.1.3",
- "evp_bytestokey": "1.0.3",
- "inherits": "2.0.3",
- "safe-buffer": "5.1.1"
- }
- },
- "browserify-cipher": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz",
- "integrity": "sha1-mYgkSHS/XtTijalWZtzWasj8Njo=",
- "dev": true,
- "requires": {
- "browserify-aes": "1.2.0",
- "browserify-des": "1.0.0",
- "evp_bytestokey": "1.0.3"
- }
- },
- "browserify-des": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz",
- "integrity": "sha1-2qJ3cXRwki7S/hhZQRihdUOXId0=",
- "dev": true,
- "requires": {
- "cipher-base": "1.0.4",
- "des.js": "1.0.0",
- "inherits": "2.0.3"
- }
- },
- "browserify-rsa": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
- "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "randombytes": "2.0.6"
- }
- },
- "browserify-sign": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
- "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "browserify-rsa": "4.0.1",
- "create-hash": "1.1.3",
- "create-hmac": "1.1.6",
- "elliptic": "6.4.0",
- "inherits": "2.0.3",
- "parse-asn1": "5.1.0"
- }
- },
- "browserify-zlib": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
- "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
- "dev": true,
- "requires": {
- "pako": "1.0.6"
- }
- },
- "browserslist": {
- "version": "2.11.3",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz",
- "integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==",
- "dev": true,
- "requires": {
- "caniuse-lite": "1.0.30000827",
- "electron-to-chromium": "1.3.42"
- }
- },
- "bser": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz",
- "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=",
- "dev": true,
- "requires": {
- "node-int64": "0.4.0"
- }
- },
- "buffer": {
- "version": "4.9.1",
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
- "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
- "dev": true,
- "requires": {
- "base64-js": "1.2.3",
- "ieee754": "1.1.11",
- "isarray": "1.0.0"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- }
- }
- },
- "buffer-from": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.0.0.tgz",
- "integrity": "sha512-83apNb8KK0Se60UE1+4Ukbe3HbfELJ6UlI4ldtOGs7So4KD26orJM8hIY9lxdzP+UpItH1Yh/Y8GUvNFWFFRxA==",
- "dev": true
- },
- "buffer-xor": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
- "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
- "dev": true
- },
- "builtin-modules": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
- "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
- "dev": true
- },
- "builtin-status-codes": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
- "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
- "dev": true
- },
- "bytes": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
- "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
- "dev": true
- },
- "cache-base": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
- "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
- "dev": true,
- "requires": {
- "collection-visit": "1.0.0",
- "component-emitter": "1.2.1",
- "get-value": "2.0.6",
- "has-value": "1.0.0",
- "isobject": "3.0.1",
- "set-value": "2.0.0",
- "to-object-path": "0.3.0",
- "union-value": "1.0.0",
- "unset-value": "1.0.0"
- },
- "dependencies": {
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "caller-path": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz",
- "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
- "dev": true,
- "requires": {
- "callsites": "0.2.0"
- }
- },
- "callsites": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz",
- "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=",
- "dev": true
- },
- "camel-case": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
- "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
- "dev": true,
- "requires": {
- "no-case": "2.3.2",
- "upper-case": "1.1.3"
- }
- },
- "camelcase": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
- "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
- "dev": true
- },
- "camelcase-keys": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
- "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
- "dev": true,
- "requires": {
- "camelcase": "2.1.1",
- "map-obj": "1.0.1"
- }
- },
- "caniuse-api": {
- "version": "1.6.1",
- "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.6.1.tgz",
- "integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=",
- "dev": true,
- "requires": {
- "browserslist": "1.7.7",
- "caniuse-db": "1.0.30000827",
- "lodash.memoize": "4.1.2",
- "lodash.uniq": "4.5.0"
- },
- "dependencies": {
- "browserslist": {
- "version": "1.7.7",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
- "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
- "dev": true,
- "requires": {
- "caniuse-db": "1.0.30000827",
- "electron-to-chromium": "1.3.42"
- }
- }
- }
- },
- "caniuse-db": {
- "version": "1.0.30000827",
- "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000827.tgz",
- "integrity": "sha1-vSg53Rlgk7RMKMF/k1ExQMnZJYg=",
- "dev": true
- },
- "caniuse-lite": {
- "version": "1.0.30000827",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000827.tgz",
- "integrity": "sha512-j9Q9hP5AhqOARNP6fLdctr3XrGhF921sBSycudf4E+8RCWpFT3rJdTfp/5o8LDp6p0NJTpYWEpBFiM+QEDzA6g==",
- "dev": true
- },
- "capture-stack-trace": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz",
- "integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=",
- "dev": true
- },
- "case-sensitive-paths-webpack-plugin": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.0.0.tgz",
- "integrity": "sha1-YBQtfQvqvbNWdu8K6s4wJ9oFeLo=",
- "dev": true
- },
- "caseless": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
- "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=",
- "dev": true
- },
- "center-align": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
- "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
- "dev": true,
- "requires": {
- "align-text": "0.1.4",
- "lazy-cache": "1.0.4"
- }
- },
- "chalk": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.2.tgz",
- "integrity": "sha512-ZM4j2/ld/YZDc3Ma8PgN7gyAk+kHMMMyzLNryCPGhWrsfAuDVeuid5bpRFTDgMH9JBK2lA4dyyAkkZYF/WcqDQ==",
- "dev": true,
- "requires": {
- "ansi-styles": "3.2.1",
- "escape-string-regexp": "1.0.5",
- "supports-color": "5.3.0"
- }
- },
- "chardet": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz",
- "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=",
- "dev": true
- },
- "cheerio": {
- "version": "0.22.0",
- "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz",
- "integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=",
- "requires": {
- "css-select": "1.2.0",
- "dom-serializer": "0.1.0",
- "entities": "1.1.1",
- "htmlparser2": "3.9.2",
- "lodash.assignin": "4.2.0",
- "lodash.bind": "4.2.1",
- "lodash.defaults": "4.2.0",
- "lodash.filter": "4.6.0",
- "lodash.flatten": "4.4.0",
- "lodash.foreach": "4.5.0",
- "lodash.map": "4.6.0",
- "lodash.merge": "4.6.1",
- "lodash.pick": "4.4.0",
- "lodash.reduce": "4.6.0",
- "lodash.reject": "4.6.0",
- "lodash.some": "4.6.0"
- }
- },
- "chokidar": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
- "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
- "dev": true,
- "requires": {
- "anymatch": "1.3.2",
- "async-each": "1.0.1",
- "fsevents": "1.1.3",
- "glob-parent": "2.0.0",
- "inherits": "2.0.3",
- "is-binary-path": "1.0.1",
- "is-glob": "2.0.1",
- "path-is-absolute": "1.0.1",
- "readdirp": "2.1.0"
- }
- },
- "ci-info": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.1.3.tgz",
- "integrity": "sha512-SK/846h/Rcy8q9Z9CAwGBLfCJ6EkjJWdpelWDufQpqVDYq2Wnnv8zlSO6AMQap02jvhVruKKpEtQOufo3pFhLg==",
- "dev": true
- },
- "cipher-base": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
- "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "safe-buffer": "5.1.1"
- }
- },
- "circular-json": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
- "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
- "dev": true
- },
- "clap": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz",
- "integrity": "sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "class-utils": {
- "version": "0.3.6",
- "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
- "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
- "dev": true,
- "requires": {
- "arr-union": "3.1.0",
- "define-property": "0.2.5",
- "isobject": "3.0.1",
- "static-extend": "0.1.2"
- },
- "dependencies": {
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
- "dev": true,
- "requires": {
- "is-descriptor": "0.1.6"
- }
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "classnames": {
- "version": "2.2.5",
- "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.5.tgz",
- "integrity": "sha1-+zgB1FNGdknvNgPH1hoCvRKb3m0="
- },
- "clean-css": {
- "version": "4.1.11",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
- "integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=",
- "dev": true,
- "requires": {
- "source-map": "0.5.7"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "cli-boxes": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
- "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=",
- "dev": true
- },
- "cli-cursor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz",
- "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=",
- "dev": true,
- "requires": {
- "restore-cursor": "1.0.1"
- }
- },
- "cli-width": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz",
- "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=",
- "dev": true
- },
- "cliui": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
- "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
- "dev": true,
- "requires": {
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wrap-ansi": "2.1.0"
- }
- },
- "clone": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
- "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
- "dev": true
- },
- "co": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
- "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
- "dev": true
- },
- "coa": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
- "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
- "dev": true,
- "requires": {
- "q": "1.5.1"
- }
- },
- "code-point-at": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
- "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
- "dev": true
- },
- "collection-visit": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
- "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
- "dev": true,
- "requires": {
- "map-visit": "1.0.0",
- "object-visit": "1.0.1"
- }
- },
- "color": {
- "version": "0.11.4",
- "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
- "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
- "dev": true,
- "requires": {
- "clone": "1.0.4",
- "color-convert": "1.9.1",
- "color-string": "0.3.0"
- }
- },
- "color-convert": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz",
- "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
- "dev": true,
- "requires": {
- "color-name": "1.1.3"
- }
- },
- "color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
- "dev": true
- },
- "color-string": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
- "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=",
- "dev": true,
- "requires": {
- "color-name": "1.1.3"
- }
- },
- "colormin": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
- "integrity": "sha1-6i90IKcrlogaOKrlnsEkpvcpgTM=",
- "dev": true,
- "requires": {
- "color": "0.11.4",
- "css-color-names": "0.0.4",
- "has": "1.0.1"
- }
- },
- "colors": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
- "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
- "dev": true
- },
- "combined-stream": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
- "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
- "dev": true,
- "requires": {
- "delayed-stream": "1.0.0"
- }
- },
- "commander": {
- "version": "2.15.1",
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
- "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
- "dev": true
- },
- "commondir": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
- "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
- "dev": true
- },
- "compare-versions": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.1.0.tgz",
- "integrity": "sha512-4hAxDSBypT/yp2ySFD346So6Ragw5xmBn/e/agIGl3bZr6DLUqnoRZPusxKrXdYRZpgexO9daejmIenlq/wrIQ==",
- "dev": true
- },
- "component-emitter": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
- "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
- "dev": true
- },
- "compressible": {
- "version": "2.0.13",
- "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.13.tgz",
- "integrity": "sha1-DRAgq5JLL9tNYnmHXH1tq6a6p6k=",
- "dev": true,
- "requires": {
- "mime-db": "1.33.0"
- }
- },
- "compression": {
- "version": "1.7.2",
- "resolved": "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz",
- "integrity": "sha1-qv+81qr4VLROuygDU9WtFlH1mmk=",
- "dev": true,
- "requires": {
- "accepts": "1.3.5",
- "bytes": "3.0.0",
- "compressible": "2.0.13",
- "debug": "2.6.9",
- "on-headers": "1.0.1",
- "safe-buffer": "5.1.1",
- "vary": "1.1.2"
- }
- },
- "concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
- "dev": true
- },
- "concat-stream": {
- "version": "1.6.2",
- "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
- "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
- "dev": true,
- "requires": {
- "buffer-from": "1.0.0",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "typedarray": "0.0.6"
- }
- },
- "configstore": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
- "integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==",
- "dev": true,
- "requires": {
- "dot-prop": "4.2.0",
- "graceful-fs": "4.1.11",
- "make-dir": "1.2.0",
- "unique-string": "1.0.0",
- "write-file-atomic": "2.3.0",
- "xdg-basedir": "3.0.0"
- }
- },
- "connect-history-api-fallback": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.3.0.tgz",
- "integrity": "sha1-5R0X+PDvDbkKZP20feMFFVbp8Wk=",
- "dev": true
- },
- "console-browserify": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
- "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
- "dev": true,
- "requires": {
- "date-now": "0.1.4"
- }
- },
- "console-control-strings": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
- "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
- "dev": true
- },
- "constants-browserify": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
- "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
- "dev": true
- },
- "contains-path": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
- "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=",
- "dev": true
- },
- "content-disposition": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
- "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
- "dev": true
- },
- "content-type": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
- "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
- "dev": true
- },
- "content-type-parser": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz",
- "integrity": "sha512-lM4l4CnMEwOLHAHr/P6MEZwZFPJFtAAKgL6pogbXmVZggIqXhdB6RbBtPOTsw2FcXwYhehRGERJmRrjOiIB8pQ==",
- "dev": true
- },
- "convert-source-map": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz",
- "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=",
- "dev": true
- },
- "cookie": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
- "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
- "dev": true
- },
- "cookie-signature": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
- "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
- "dev": true
- },
- "copy-descriptor": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
- "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
- "dev": true
- },
- "core-js": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
- "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY="
- },
- "core-util-is": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
- "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
- },
- "cosmiconfig": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.2.2.tgz",
- "integrity": "sha512-GiNXLwAFPYHy25XmTPpafYvn3CLAkJ8FLsscq78MQd1Kh0OU6Yzhn4eV2MVF4G9WEQZoWEGltatdR+ntGPMl5A==",
- "dev": true,
- "requires": {
- "is-directory": "0.3.1",
- "js-yaml": "3.7.0",
- "minimist": "1.2.0",
- "object-assign": "4.1.1",
- "os-homedir": "1.0.2",
- "parse-json": "2.2.0",
- "require-from-string": "1.2.1"
- },
- "dependencies": {
- "parse-json": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
- "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
- "dev": true,
- "requires": {
- "error-ex": "1.3.1"
- }
- }
- }
- },
- "create-ecdh": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz",
- "integrity": "sha1-iIxyNZbN92EvZJgjPuvXo1MBc30=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "elliptic": "6.4.0"
- }
- },
- "create-error-class": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
- "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
- "dev": true,
- "requires": {
- "capture-stack-trace": "1.0.0"
- }
- },
- "create-hash": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
- "integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=",
- "dev": true,
- "requires": {
- "cipher-base": "1.0.4",
- "inherits": "2.0.3",
- "ripemd160": "2.0.1",
- "sha.js": "2.4.11"
- }
- },
- "create-hmac": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz",
- "integrity": "sha1-rLniIaThe9sHbpBlfEK5PjcmzwY=",
- "dev": true,
- "requires": {
- "cipher-base": "1.0.4",
- "create-hash": "1.1.3",
- "inherits": "2.0.3",
- "ripemd160": "2.0.1",
- "safe-buffer": "5.1.1",
- "sha.js": "2.4.11"
- }
- },
- "create-react-class": {
- "version": "15.6.3",
- "resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz",
- "integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==",
- "requires": {
- "fbjs": "0.8.16",
- "loose-envify": "1.3.1",
- "object-assign": "4.1.1"
- }
- },
- "cross-spawn": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
- "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
- "dev": true,
- "requires": {
- "lru-cache": "4.1.2",
- "shebang-command": "1.2.0",
- "which": "1.3.0"
- }
- },
- "cryptiles": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
- "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
- "dev": true,
- "requires": {
- "boom": "2.10.1"
- }
- },
- "crypto-browserify": {
- "version": "3.12.0",
- "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
- "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
- "dev": true,
- "requires": {
- "browserify-cipher": "1.0.0",
- "browserify-sign": "4.0.4",
- "create-ecdh": "4.0.0",
- "create-hash": "1.1.3",
- "create-hmac": "1.1.6",
- "diffie-hellman": "5.0.2",
- "inherits": "2.0.3",
- "pbkdf2": "3.0.14",
- "public-encrypt": "4.0.0",
- "randombytes": "2.0.6",
- "randomfill": "1.0.4"
- }
- },
- "crypto-random-string": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
- "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=",
- "dev": true
- },
- "css-color-names": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
- "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=",
- "dev": true
- },
- "css-loader": {
- "version": "0.28.1",
- "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.28.1.tgz",
- "integrity": "sha1-IgMlWZ+PAEUtnOtMPKbIpmeYZC0=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "css-selector-tokenizer": "0.7.0",
- "cssnano": "3.10.0",
- "loader-utils": "1.1.0",
- "lodash.camelcase": "4.3.0",
- "object-assign": "4.1.1",
- "postcss": "5.2.18",
- "postcss-modules-extract-imports": "1.1.0",
- "postcss-modules-local-by-default": "1.2.0",
- "postcss-modules-scope": "1.1.0",
- "postcss-modules-values": "1.3.0",
- "postcss-value-parser": "3.3.0",
- "source-list-map": "0.1.8"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "css-select": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
- "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
- "requires": {
- "boolbase": "1.0.0",
- "css-what": "2.1.0",
- "domutils": "1.5.1",
- "nth-check": "1.0.1"
- }
- },
- "css-selector-tokenizer": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz",
- "integrity": "sha1-5piEdK6MlTR3v15+/s/OzNnPTIY=",
- "dev": true,
- "requires": {
- "cssesc": "0.1.0",
- "fastparse": "1.1.1",
- "regexpu-core": "1.0.0"
- },
- "dependencies": {
- "regexpu-core": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz",
- "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=",
- "dev": true,
- "requires": {
- "regenerate": "1.3.3",
- "regjsgen": "0.2.0",
- "regjsparser": "0.1.5"
- }
- }
- }
- },
- "css-what": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz",
- "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0="
- },
- "cssesc": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
- "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
- "dev": true
- },
- "cssnano": {
- "version": "3.10.0",
- "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz",
- "integrity": "sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg=",
- "dev": true,
- "requires": {
- "autoprefixer": "6.7.7",
- "decamelize": "1.2.0",
- "defined": "1.0.0",
- "has": "1.0.1",
- "object-assign": "4.1.1",
- "postcss": "5.2.18",
- "postcss-calc": "5.3.1",
- "postcss-colormin": "2.2.2",
- "postcss-convert-values": "2.6.1",
- "postcss-discard-comments": "2.0.4",
- "postcss-discard-duplicates": "2.1.0",
- "postcss-discard-empty": "2.1.0",
- "postcss-discard-overridden": "0.1.1",
- "postcss-discard-unused": "2.2.3",
- "postcss-filter-plugins": "2.0.2",
- "postcss-merge-idents": "2.1.7",
- "postcss-merge-longhand": "2.0.2",
- "postcss-merge-rules": "2.1.2",
- "postcss-minify-font-values": "1.0.5",
- "postcss-minify-gradients": "1.0.5",
- "postcss-minify-params": "1.2.2",
- "postcss-minify-selectors": "2.1.1",
- "postcss-normalize-charset": "1.1.1",
- "postcss-normalize-url": "3.0.8",
- "postcss-ordered-values": "2.2.3",
- "postcss-reduce-idents": "2.4.0",
- "postcss-reduce-initial": "1.0.1",
- "postcss-reduce-transforms": "1.0.4",
- "postcss-svgo": "2.1.6",
- "postcss-unique-selectors": "2.0.2",
- "postcss-value-parser": "3.3.0",
- "postcss-zindex": "2.2.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "autoprefixer": {
- "version": "6.7.7",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz",
- "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=",
- "dev": true,
- "requires": {
- "browserslist": "1.7.7",
- "caniuse-db": "1.0.30000827",
- "normalize-range": "0.1.2",
- "num2fraction": "1.2.2",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- }
- },
- "browserslist": {
- "version": "1.7.7",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
- "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
- "dev": true,
- "requires": {
- "caniuse-db": "1.0.30000827",
- "electron-to-chromium": "1.3.42"
- }
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "csso": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz",
- "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=",
- "dev": true,
- "requires": {
- "clap": "1.2.3",
- "source-map": "0.5.7"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "cssom": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz",
- "integrity": "sha1-uANhcMefB6kP8vFuIihAJ6JDhIs=",
- "dev": true
- },
- "cssstyle": {
- "version": "0.2.37",
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
- "integrity": "sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=",
- "dev": true,
- "requires": {
- "cssom": "0.3.2"
- }
- },
- "currently-unhandled": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
- "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
- "dev": true,
- "requires": {
- "array-find-index": "1.0.2"
- }
- },
- "d": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
- "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
- "requires": {
- "es5-ext": "0.10.42"
- }
- },
- "damerau-levenshtein": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz",
- "integrity": "sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ=",
- "dev": true
- },
- "dashdash": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
- "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "date-now": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
- "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
- "dev": true
- },
- "debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "requires": {
- "ms": "2.0.0"
- }
- },
- "decamelize": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
- "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
- "dev": true
- },
- "decode-uri-component": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
- "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
- "dev": true
- },
- "deep-extend": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz",
- "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=",
- "dev": true
- },
- "deep-is": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
- "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
- "dev": true
- },
- "default-require-extensions": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-1.0.0.tgz",
- "integrity": "sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=",
- "dev": true,
- "requires": {
- "strip-bom": "2.0.0"
- },
- "dependencies": {
- "strip-bom": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
- "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
- "dev": true,
- "requires": {
- "is-utf8": "0.2.1"
- }
- }
- }
- },
- "define-properties": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz",
- "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=",
- "dev": true,
- "requires": {
- "foreach": "2.0.5",
- "object-keys": "1.0.11"
- }
- },
- "define-property": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
- "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
- "dev": true,
- "requires": {
- "is-descriptor": "1.0.2",
- "isobject": "3.0.1"
- },
- "dependencies": {
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "1.0.0",
- "is-data-descriptor": "1.0.0",
- "kind-of": "6.0.2"
- }
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- },
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- }
- }
- },
- "defined": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
- "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=",
- "dev": true
- },
- "del": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
- "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
- "dev": true,
- "requires": {
- "globby": "5.0.0",
- "is-path-cwd": "1.0.0",
- "is-path-in-cwd": "1.0.1",
- "object-assign": "4.1.1",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1",
- "rimraf": "2.6.2"
- },
- "dependencies": {
- "pify": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
- "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
- "dev": true
- }
- }
- },
- "delayed-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
- "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
- "dev": true
- },
- "delegates": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
- "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
- "dev": true
- },
- "depd": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
- "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
- "dev": true
- },
- "des.js": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
- "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0"
- }
- },
- "destroy": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
- "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
- "dev": true
- },
- "detect-indent": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
- "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
- "dev": true,
- "requires": {
- "repeating": "2.0.1"
- }
- },
- "detect-node": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.3.tgz",
- "integrity": "sha1-ogM8CcyOFY03dI+951B4Mr1s4Sc=",
- "dev": true
- },
- "diff": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
- "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
- "dev": true
- },
- "diffie-hellman": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz",
- "integrity": "sha1-tYNXOScM/ias9jIJn97SoH8gnl4=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "miller-rabin": "4.0.1",
- "randombytes": "2.0.6"
- }
- },
- "direction": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/direction/-/direction-0.1.5.tgz",
- "integrity": "sha1-zl15f5fib4vnvv9T99xA4cGp7Ew="
- },
- "doctrine": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
- "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
- "dev": true,
- "requires": {
- "esutils": "2.0.2"
- }
- },
- "dom-converter": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz",
- "integrity": "sha1-pF71cnuJDJv/5tfIduexnLDhfzs=",
- "dev": true,
- "requires": {
- "utila": "0.3.3"
- },
- "dependencies": {
- "utila": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz",
- "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=",
- "dev": true
- }
- }
- },
- "dom-helpers": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.3.1.tgz",
- "integrity": "sha512-2Sm+JaYn74OiTM2wHvxJOo3roiq/h25Yi69Fqk269cNUwIXsCvATB6CRSFC9Am/20G2b28hGv/+7NiWydIrPvg=="
- },
- "dom-serializer": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
- "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
- "requires": {
- "domelementtype": "1.1.3",
- "entities": "1.1.1"
- },
- "dependencies": {
- "domelementtype": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
- "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs="
- }
- }
- },
- "dom-urls": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/dom-urls/-/dom-urls-1.1.0.tgz",
- "integrity": "sha1-AB3fgWKM0ecGElxxdvU8zsVdkY4=",
- "dev": true,
- "requires": {
- "urijs": "1.19.1"
- }
- },
- "domain-browser": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
- "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
- "dev": true
- },
- "domelementtype": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
- "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI="
- },
- "domhandler": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz",
- "integrity": "sha1-iS5HAAqZvlW783dP/qBWHYh5wlk=",
- "requires": {
- "domelementtype": "1.3.0"
- }
- },
- "domutils": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
- "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
- "requires": {
- "dom-serializer": "0.1.0",
- "domelementtype": "1.3.0"
- }
- },
- "dot-prop": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
- "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
- "dev": true,
- "requires": {
- "is-obj": "1.0.1"
- }
- },
- "dotenv": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz",
- "integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0=",
- "dev": true
- },
- "duplexer": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
- "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
- "dev": true
- },
- "duplexer3": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
- "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=",
- "dev": true
- },
- "ecc-jsbn": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
- "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
- "dev": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.1"
- }
- },
- "ee-first": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
- "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
- "dev": true
- },
- "electron-to-chromium": {
- "version": "1.3.42",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.42.tgz",
- "integrity": "sha1-lcM78B0MxAVVauyJn+Yf1NduoPk=",
- "dev": true
- },
- "elliptic": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
- "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "brorand": "1.1.0",
- "hash.js": "1.1.3",
- "hmac-drbg": "1.0.1",
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0",
- "minimalistic-crypto-utils": "1.0.1"
- }
- },
- "emoji-regex": {
- "version": "6.5.1",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.5.1.tgz",
- "integrity": "sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ==",
- "dev": true
- },
- "emojis-list": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
- "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
- "dev": true
- },
- "encodeurl": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
- "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
- "dev": true
- },
- "encoding": {
- "version": "0.1.12",
- "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
- "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
- "requires": {
- "iconv-lite": "0.4.21"
- }
- },
- "enhanced-resolve": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz",
- "integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "memory-fs": "0.4.1",
- "object-assign": "4.1.1",
- "tapable": "0.2.8"
- }
- },
- "entities": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
- "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA="
- },
- "enzyme": {
- "version": "2.9.1",
- "resolved": "https://registry.npmjs.org/enzyme/-/enzyme-2.9.1.tgz",
- "integrity": "sha1-B9XOaRJBJA+4F78sSxjW5TAkDfY=",
- "dev": true,
- "requires": {
- "cheerio": "0.22.0",
- "function.prototype.name": "1.1.0",
- "is-subset": "0.1.1",
- "lodash": "4.17.5",
- "object-is": "1.0.1",
- "object.assign": "4.1.0",
- "object.entries": "1.0.4",
- "object.values": "1.0.4",
- "prop-types": "15.6.1",
- "uuid": "3.2.1"
- }
- },
- "errno": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
- "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==",
- "dev": true,
- "requires": {
- "prr": "1.0.1"
- }
- },
- "error-ex": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
- "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
- "dev": true,
- "requires": {
- "is-arrayish": "0.2.1"
- }
- },
- "es-abstract": {
- "version": "1.11.0",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.11.0.tgz",
- "integrity": "sha512-ZnQrE/lXTTQ39ulXZ+J1DTFazV9qBy61x2bY071B+qGco8Z8q1QddsLdt/EF8Ai9hcWH72dWS0kFqXLxOxqslA==",
- "dev": true,
- "requires": {
- "es-to-primitive": "1.1.1",
- "function-bind": "1.1.1",
- "has": "1.0.1",
- "is-callable": "1.1.3",
- "is-regex": "1.0.4"
- }
- },
- "es-to-primitive": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz",
- "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=",
- "dev": true,
- "requires": {
- "is-callable": "1.1.3",
- "is-date-object": "1.0.1",
- "is-symbol": "1.0.1"
- }
- },
- "es5-ext": {
- "version": "0.10.42",
- "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.42.tgz",
- "integrity": "sha512-AJxO1rmPe1bDEfSR6TJ/FgMFYuTBhR5R57KW58iCkYACMyFbrkqVyzXSurYoScDGvgyMpk7uRF/lPUPPTmsRSA==",
- "requires": {
- "es6-iterator": "2.0.3",
- "es6-symbol": "3.1.1",
- "next-tick": "1.0.0"
- }
- },
- "es6-iterator": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
- "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.42",
- "es6-symbol": "3.1.1"
- }
- },
- "es6-map": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
- "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.42",
- "es6-iterator": "2.0.3",
- "es6-set": "0.1.5",
- "es6-symbol": "3.1.1",
- "event-emitter": "0.3.5"
- }
- },
- "es6-promise": {
- "version": "4.2.4",
- "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.4.tgz",
- "integrity": "sha512-/NdNZVJg+uZgtm9eS3O6lrOLYmQag2DjdEXuPaHlZ6RuVqgqaVZfgYCepEIKsLqwdQArOPtC3XzRLqGGfT8KQQ==",
- "dev": true
- },
- "es6-set": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
- "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.42",
- "es6-iterator": "2.0.3",
- "es6-symbol": "3.1.1",
- "event-emitter": "0.3.5"
- }
- },
- "es6-symbol": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
- "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.42"
- }
- },
- "es6-weak-map": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz",
- "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.42",
- "es6-iterator": "2.0.3",
- "es6-symbol": "3.1.1"
- }
- },
- "escape-html": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
- "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
- "dev": true
- },
- "escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
- "dev": true
- },
- "escodegen": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.9.1.tgz",
- "integrity": "sha512-6hTjO1NAWkHnDk3OqQ4YrCuwwmGHL9S3nPlzBOUG/R44rda3wLNrfvQ5fkSGjyhHFKM7ALPKcKGrwvCLe0lC7Q==",
- "dev": true,
- "requires": {
- "esprima": "3.1.3",
- "estraverse": "4.2.0",
- "esutils": "2.0.2",
- "optionator": "0.8.2",
- "source-map": "0.6.1"
- },
- "dependencies": {
- "esprima": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
- "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=",
- "dev": true
- },
- "source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true,
- "optional": true
- }
- }
- },
- "escope": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
- "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
- "dev": true,
- "requires": {
- "es6-map": "0.1.5",
- "es6-weak-map": "2.0.2",
- "esrecurse": "4.2.1",
- "estraverse": "4.2.0"
- }
- },
- "eslint": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-3.19.0.tgz",
- "integrity": "sha1-yPxiAcf0DdCJQbh8CFdnOGpnmsw=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "chalk": "1.1.3",
- "concat-stream": "1.6.2",
- "debug": "2.6.9",
- "doctrine": "2.1.0",
- "escope": "3.6.0",
- "espree": "3.5.4",
- "esquery": "1.0.1",
- "estraverse": "4.2.0",
- "esutils": "2.0.2",
- "file-entry-cache": "2.0.0",
- "glob": "7.1.2",
- "globals": "9.18.0",
- "ignore": "3.3.7",
- "imurmurhash": "0.1.4",
- "inquirer": "0.12.0",
- "is-my-json-valid": "2.17.2",
- "is-resolvable": "1.1.0",
- "js-yaml": "3.7.0",
- "json-stable-stringify": "1.0.1",
- "levn": "0.3.0",
- "lodash": "4.17.5",
- "mkdirp": "0.5.1",
- "natural-compare": "1.4.0",
- "optionator": "0.8.2",
- "path-is-inside": "1.0.2",
- "pluralize": "1.2.1",
- "progress": "1.1.8",
- "require-uncached": "1.0.3",
- "shelljs": "0.7.8",
- "strip-bom": "3.0.0",
- "strip-json-comments": "2.0.1",
- "table": "3.8.3",
- "text-table": "0.2.0",
- "user-home": "2.0.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "eslint-config-react-app": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-1.0.5.tgz",
- "integrity": "sha1-mDN1l7wBzCKZH8vdoHRR87RRFxg=",
- "dev": true
- },
- "eslint-import-resolver-node": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz",
- "integrity": "sha1-Wt2BBujJKNssuiMrzZ76hG49oWw=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "object-assign": "4.1.1",
- "resolve": "1.7.0"
- }
- },
- "eslint-loader": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-1.7.1.tgz",
- "integrity": "sha1-ULFY3WJy3O+5fphCVIN/gaWALOA=",
- "dev": true,
- "requires": {
- "find-cache-dir": "0.1.1",
- "loader-fs-cache": "1.0.1",
- "loader-utils": "1.1.0",
- "object-assign": "4.1.1",
- "object-hash": "1.3.0",
- "rimraf": "2.6.2"
- }
- },
- "eslint-module-utils": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz",
- "integrity": "sha1-snA2LNiLGkitMIl2zn+lTphBF0Y=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "pkg-dir": "1.0.0"
- }
- },
- "eslint-plugin-flowtype": {
- "version": "2.33.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.33.0.tgz",
- "integrity": "sha1-sng4FO0t3PcplTuPZf9zyQyr7ks=",
- "dev": true,
- "requires": {
- "lodash": "4.17.5"
- }
- },
- "eslint-plugin-import": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.2.0.tgz",
- "integrity": "sha1-crowb60wXWfEgWNIpGmaQimsi04=",
- "dev": true,
- "requires": {
- "builtin-modules": "1.1.1",
- "contains-path": "0.1.0",
- "debug": "2.6.9",
- "doctrine": "1.5.0",
- "eslint-import-resolver-node": "0.2.3",
- "eslint-module-utils": "2.2.0",
- "has": "1.0.1",
- "lodash.cond": "4.5.2",
- "minimatch": "3.0.4",
- "pkg-up": "1.0.0"
- },
- "dependencies": {
- "doctrine": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
- "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
- "dev": true,
- "requires": {
- "esutils": "2.0.2",
- "isarray": "1.0.0"
- }
- },
- "isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- }
- }
- },
- "eslint-plugin-jsx-a11y": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.1.tgz",
- "integrity": "sha1-SOZ4iR/sn+HlPvU63C99Bf7mZAw=",
- "dev": true,
- "requires": {
- "aria-query": "0.5.0",
- "array-includes": "3.0.3",
- "ast-types-flow": "0.0.7",
- "axobject-query": "0.1.0",
- "damerau-levenshtein": "1.0.4",
- "emoji-regex": "6.5.1",
- "jsx-ast-utils": "1.4.1"
- }
- },
- "eslint-plugin-react": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.0.1.tgz",
- "integrity": "sha1-54EH4eVZxuKxd4a7Z8LioBCtDS8=",
- "dev": true,
- "requires": {
- "doctrine": "2.1.0",
- "has": "1.0.1",
- "jsx-ast-utils": "1.4.1"
- }
- },
- "espree": {
- "version": "3.5.4",
- "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz",
- "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==",
- "dev": true,
- "requires": {
- "acorn": "5.5.3",
- "acorn-jsx": "3.0.1"
- }
- },
- "esprima": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
- "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
- "dev": true
- },
- "esquery": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz",
- "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==",
- "dev": true,
- "requires": {
- "estraverse": "4.2.0"
- }
- },
- "esrecurse": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz",
- "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==",
- "dev": true,
- "requires": {
- "estraverse": "4.2.0"
- }
- },
- "esrever": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/esrever/-/esrever-0.2.0.tgz",
- "integrity": "sha1-lunSj08bGnZ4TNXUkOquAQ50B7g="
- },
- "estraverse": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
- "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
- "dev": true
- },
- "esutils": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
- "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
- "dev": true
- },
- "etag": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
- "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
- "dev": true
- },
- "event-emitter": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
- "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.42"
- }
- },
- "event-stream": {
- "version": "3.3.4",
- "resolved": "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz",
- "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=",
- "dev": true,
- "requires": {
- "duplexer": "0.1.1",
- "from": "0.1.7",
- "map-stream": "0.1.0",
- "pause-stream": "0.0.11",
- "split": "0.3.3",
- "stream-combiner": "0.0.4",
- "through": "2.3.8"
- }
- },
- "eventemitter3": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz",
- "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=",
- "dev": true
- },
- "events": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
- "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=",
- "dev": true
- },
- "eventsource": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz",
- "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
- "dev": true,
- "requires": {
- "original": "1.0.0"
- }
- },
- "evp_bytestokey": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
- "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
- "dev": true,
- "requires": {
- "md5.js": "1.3.4",
- "safe-buffer": "5.1.1"
- }
- },
- "exec-sh": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.1.tgz",
- "integrity": "sha512-aLt95pexaugVtQerpmE51+4QfWrNc304uez7jvj6fWnN8GeEHpttB8F36n8N7uVhUMbH/1enbxQ9HImZ4w/9qg==",
- "dev": true,
- "requires": {
- "merge": "1.2.0"
- }
- },
- "execa": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
- "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
- "dev": true,
- "requires": {
- "cross-spawn": "5.1.0",
- "get-stream": "3.0.0",
- "is-stream": "1.1.0",
- "npm-run-path": "2.0.2",
- "p-finally": "1.0.0",
- "signal-exit": "3.0.2",
- "strip-eof": "1.0.0"
- }
- },
- "exit-hook": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
- "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=",
- "dev": true
- },
- "expand-brackets": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
- "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
- "dev": true,
- "requires": {
- "is-posix-bracket": "0.1.1"
- }
- },
- "expand-range": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
- "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
- "dev": true,
- "requires": {
- "fill-range": "2.2.3"
- }
- },
- "expand-tilde": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
- "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
- "dev": true,
- "requires": {
- "homedir-polyfill": "1.0.1"
- }
- },
- "express": {
- "version": "4.16.3",
- "resolved": "https://registry.npmjs.org/express/-/express-4.16.3.tgz",
- "integrity": "sha1-avilAjUNsyRuzEvs9rWjTSL37VM=",
- "dev": true,
- "requires": {
- "accepts": "1.3.5",
- "array-flatten": "1.1.1",
- "body-parser": "1.18.2",
- "content-disposition": "0.5.2",
- "content-type": "1.0.4",
- "cookie": "0.3.1",
- "cookie-signature": "1.0.6",
- "debug": "2.6.9",
- "depd": "1.1.2",
- "encodeurl": "1.0.2",
- "escape-html": "1.0.3",
- "etag": "1.8.1",
- "finalhandler": "1.1.1",
- "fresh": "0.5.2",
- "merge-descriptors": "1.0.1",
- "methods": "1.1.2",
- "on-finished": "2.3.0",
- "parseurl": "1.3.2",
- "path-to-regexp": "0.1.7",
- "proxy-addr": "2.0.3",
- "qs": "6.5.1",
- "range-parser": "1.2.0",
- "safe-buffer": "5.1.1",
- "send": "0.16.2",
- "serve-static": "1.13.2",
- "setprototypeof": "1.1.0",
- "statuses": "1.4.0",
- "type-is": "1.6.16",
- "utils-merge": "1.0.1",
- "vary": "1.1.2"
- },
- "dependencies": {
- "path-to-regexp": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
- "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
- "dev": true
- }
- }
- },
- "extend": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
- "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
- "dev": true
- },
- "extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
- "dev": true,
- "requires": {
- "assign-symbols": "1.0.0",
- "is-extendable": "1.0.1"
- },
- "dependencies": {
- "is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "requires": {
- "is-plain-object": "2.0.4"
- }
- }
- }
- },
- "external-editor": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
- "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==",
- "dev": true,
- "requires": {
- "chardet": "0.4.2",
- "iconv-lite": "0.4.21",
- "tmp": "0.0.33"
- }
- },
- "extglob": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
- "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
- "dev": true,
- "requires": {
- "is-extglob": "1.0.0"
- }
- },
- "extract-text-webpack-plugin": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.0.tgz",
- "integrity": "sha1-aTFbiF+Hbb+W04Gfap8cynrr8Vk=",
- "dev": true,
- "requires": {
- "ajv": "4.11.8",
- "async": "2.6.0",
- "loader-utils": "1.1.0",
- "webpack-sources": "0.1.5"
- }
- },
- "extsprintf": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
- "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
- "dev": true
- },
- "fast-deep-equal": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
- "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=",
- "dev": true
- },
- "fast-json-stable-stringify": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
- "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
- "dev": true
- },
- "fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
- "dev": true
- },
- "fastparse": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
- "integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=",
- "dev": true
- },
- "faye-websocket": {
- "version": "0.11.1",
- "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.1.tgz",
- "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=",
- "dev": true,
- "requires": {
- "websocket-driver": "0.7.0"
- }
- },
- "fb-watchman": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz",
- "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=",
- "dev": true,
- "requires": {
- "bser": "2.0.0"
- }
- },
- "fbjs": {
- "version": "0.8.16",
- "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz",
- "integrity": "sha1-XmdDL1UNxBtXK/VYR7ispk5TN9s=",
- "requires": {
- "core-js": "1.2.7",
- "isomorphic-fetch": "2.2.1",
- "loose-envify": "1.3.1",
- "object-assign": "4.1.1",
- "promise": "7.3.1",
- "setimmediate": "1.0.5",
- "ua-parser-js": "0.7.17"
- }
- },
- "figures": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
- "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
- "dev": true,
- "requires": {
- "escape-string-regexp": "1.0.5",
- "object-assign": "4.1.1"
- }
- },
- "file-entry-cache": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
- "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
- "dev": true,
- "requires": {
- "flat-cache": "1.3.0",
- "object-assign": "4.1.1"
- }
- },
- "file-loader": {
- "version": "0.11.1",
- "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-0.11.1.tgz",
- "integrity": "sha1-azKO4SNKcp5OR9Njdd1tNcDh24Q=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0"
- }
- },
- "filename-regex": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
- "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
- "dev": true
- },
- "fileset": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz",
- "integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=",
- "dev": true,
- "requires": {
- "glob": "7.1.2",
- "minimatch": "3.0.4"
- }
- },
- "filesize": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.3.0.tgz",
- "integrity": "sha1-UxSeo0YOOy4CSWKlFkiqVyz5gSI=",
- "dev": true
- },
- "fill-range": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
- "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
- "dev": true,
- "requires": {
- "is-number": "2.1.0",
- "isobject": "2.1.0",
- "randomatic": "1.1.7",
- "repeat-element": "1.1.2",
- "repeat-string": "1.6.1"
- }
- },
- "finalhandler": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
- "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "encodeurl": "1.0.2",
- "escape-html": "1.0.3",
- "on-finished": "2.3.0",
- "parseurl": "1.3.2",
- "statuses": "1.4.0",
- "unpipe": "1.0.0"
- }
- },
- "find-cache-dir": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz",
- "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=",
- "dev": true,
- "requires": {
- "commondir": "1.0.1",
- "mkdirp": "0.5.1",
- "pkg-dir": "1.0.0"
- }
- },
- "find-up": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
- "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
- "dev": true,
- "requires": {
- "path-exists": "2.1.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "flat-cache": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz",
- "integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=",
- "dev": true,
- "requires": {
- "circular-json": "0.3.3",
- "del": "2.2.2",
- "graceful-fs": "4.1.11",
- "write": "0.2.1"
- }
- },
- "flatten": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
- "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=",
- "dev": true
- },
- "for-in": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
- "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
- "dev": true
- },
- "for-own": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
- "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
- "dev": true,
- "requires": {
- "for-in": "1.0.2"
- }
- },
- "foreach": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
- "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
- "dev": true
- },
- "forever-agent": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
- "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
- "dev": true
- },
- "form-data": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
- "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
- "dev": true,
- "requires": {
- "asynckit": "0.4.0",
- "combined-stream": "1.0.6",
- "mime-types": "2.1.18"
- }
- },
- "forwarded": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
- "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
- "dev": true
- },
- "fragment-cache": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
- "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
- "dev": true,
- "requires": {
- "map-cache": "0.2.2"
- }
- },
- "fresh": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
- "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
- "dev": true
- },
- "from": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
- "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=",
- "dev": true
- },
- "fs-extra": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz",
- "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "jsonfile": "3.0.1",
- "universalify": "0.1.1"
- }
- },
- "fs.realpath": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
- "dev": true
- },
- "fsevents": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz",
- "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==",
- "dev": true,
- "optional": true,
- "requires": {
- "nan": "2.10.0",
- "node-pre-gyp": "0.6.39"
- },
- "dependencies": {
- "abbrev": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "ajv": {
- "version": "4.11.8",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "co": "4.6.0",
- "json-stable-stringify": "1.0.1"
- }
- },
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true,
- "dev": true
- },
- "aproba": {
- "version": "1.1.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "are-we-there-yet": {
- "version": "1.1.4",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "delegates": "1.0.0",
- "readable-stream": "2.2.9"
- }
- },
- "asn1": {
- "version": "0.2.3",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "assert-plus": {
- "version": "0.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "asynckit": {
- "version": "0.4.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "aws-sign2": {
- "version": "0.6.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "aws4": {
- "version": "1.6.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "balanced-match": {
- "version": "0.4.2",
- "bundled": true,
- "dev": true
- },
- "bcrypt-pbkdf": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "tweetnacl": "0.14.5"
- }
- },
- "block-stream": {
- "version": "0.0.9",
- "bundled": true,
- "dev": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "boom": {
- "version": "2.10.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "brace-expansion": {
- "version": "1.1.7",
- "bundled": true,
- "dev": true,
- "requires": {
- "balanced-match": "0.4.2",
- "concat-map": "0.0.1"
- }
- },
- "buffer-shims": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "caseless": {
- "version": "0.12.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "co": {
- "version": "4.6.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "code-point-at": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true
- },
- "combined-stream": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "requires": {
- "delayed-stream": "1.0.0"
- }
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true,
- "dev": true
- },
- "console-control-strings": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true
- },
- "core-util-is": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "cryptiles": {
- "version": "2.0.5",
- "bundled": true,
- "dev": true,
- "requires": {
- "boom": "2.10.1"
- }
- },
- "dashdash": {
- "version": "1.14.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "debug": {
- "version": "2.6.8",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "ms": "2.0.0"
- }
- },
- "deep-extend": {
- "version": "0.4.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "delayed-stream": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "delegates": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "detect-libc": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "ecc-jsbn": {
- "version": "0.1.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.1"
- }
- },
- "extend": {
- "version": "3.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "extsprintf": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "forever-agent": {
- "version": "0.6.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "form-data": {
- "version": "2.1.4",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "asynckit": "0.4.0",
- "combined-stream": "1.0.5",
- "mime-types": "2.1.15"
- }
- },
- "fs.realpath": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "fstream": {
- "version": "1.0.11",
- "bundled": true,
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "inherits": "2.0.3",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.1"
- }
- },
- "fstream-ignore": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "fstream": "1.0.11",
- "inherits": "2.0.3",
- "minimatch": "3.0.4"
- }
- },
- "gauge": {
- "version": "2.7.4",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "aproba": "1.1.1",
- "console-control-strings": "1.1.0",
- "has-unicode": "2.0.1",
- "object-assign": "4.1.1",
- "signal-exit": "3.0.2",
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wide-align": "1.1.2"
- }
- },
- "getpass": {
- "version": "0.1.7",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "glob": {
- "version": "7.1.2",
- "bundled": true,
- "dev": true,
- "requires": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- }
- },
- "graceful-fs": {
- "version": "4.1.11",
- "bundled": true,
- "dev": true
- },
- "har-schema": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "har-validator": {
- "version": "4.2.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "ajv": "4.11.8",
- "har-schema": "1.0.5"
- }
- },
- "has-unicode": {
- "version": "2.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "hawk": {
- "version": "3.1.3",
- "bundled": true,
- "dev": true,
- "requires": {
- "boom": "2.10.1",
- "cryptiles": "2.0.5",
- "hoek": "2.16.3",
- "sntp": "1.0.9"
- }
- },
- "hoek": {
- "version": "2.16.3",
- "bundled": true,
- "dev": true
- },
- "http-signature": {
- "version": "1.1.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "0.2.0",
- "jsprim": "1.4.0",
- "sshpk": "1.13.0"
- }
- },
- "inflight": {
- "version": "1.0.6",
- "bundled": true,
- "dev": true,
- "requires": {
- "once": "1.4.0",
- "wrappy": "1.0.2"
- }
- },
- "inherits": {
- "version": "2.0.3",
- "bundled": true,
- "dev": true
- },
- "ini": {
- "version": "1.3.4",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "is-typedarray": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "isarray": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "isstream": {
- "version": "0.1.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "jodid25519": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.1"
- }
- },
- "jsbn": {
- "version": "0.1.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "json-schema": {
- "version": "0.2.3",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "json-stable-stringify": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "jsonify": "0.0.0"
- }
- },
- "json-stringify-safe": {
- "version": "5.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "jsonify": {
- "version": "0.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "jsprim": {
- "version": "1.4.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.0.2",
- "json-schema": "0.2.3",
- "verror": "1.3.6"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "mime-db": {
- "version": "1.27.0",
- "bundled": true,
- "dev": true
- },
- "mime-types": {
- "version": "2.1.15",
- "bundled": true,
- "dev": true,
- "requires": {
- "mime-db": "1.27.0"
- }
- },
- "minimatch": {
- "version": "3.0.4",
- "bundled": true,
- "dev": true,
- "requires": {
- "brace-expansion": "1.1.7"
- }
- },
- "minimist": {
- "version": "0.0.8",
- "bundled": true,
- "dev": true
- },
- "mkdirp": {
- "version": "0.5.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "minimist": "0.0.8"
- }
- },
- "ms": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "node-pre-gyp": {
- "version": "0.6.39",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "detect-libc": "1.0.2",
- "hawk": "3.1.3",
- "mkdirp": "0.5.1",
- "nopt": "4.0.1",
- "npmlog": "4.1.0",
- "rc": "1.2.1",
- "request": "2.81.0",
- "rimraf": "2.6.1",
- "semver": "5.3.0",
- "tar": "2.2.1",
- "tar-pack": "3.4.0"
- }
- },
- "nopt": {
- "version": "4.0.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "abbrev": "1.1.0",
- "osenv": "0.1.4"
- }
- },
- "npmlog": {
- "version": "4.1.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "are-we-there-yet": "1.1.4",
- "console-control-strings": "1.1.0",
- "gauge": "2.7.4",
- "set-blocking": "2.0.0"
- }
- },
- "number-is-nan": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true
- },
- "oauth-sign": {
- "version": "0.8.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "object-assign": {
- "version": "4.1.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "once": {
- "version": "1.4.0",
- "bundled": true,
- "dev": true,
- "requires": {
- "wrappy": "1.0.2"
- }
- },
- "os-homedir": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "os-tmpdir": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "osenv": {
- "version": "0.1.4",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "os-homedir": "1.0.2",
- "os-tmpdir": "1.0.2"
- }
- },
- "path-is-absolute": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true
- },
- "performance-now": {
- "version": "0.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "process-nextick-args": {
- "version": "1.0.7",
- "bundled": true,
- "dev": true
- },
- "punycode": {
- "version": "1.4.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "qs": {
- "version": "6.4.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "rc": {
- "version": "1.2.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "deep-extend": "0.4.2",
- "ini": "1.3.4",
- "minimist": "1.2.0",
- "strip-json-comments": "2.0.1"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "readable-stream": {
- "version": "2.2.9",
- "bundled": true,
- "dev": true,
- "requires": {
- "buffer-shims": "1.0.0",
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "string_decoder": "1.0.1",
- "util-deprecate": "1.0.2"
- }
- },
- "request": {
- "version": "2.81.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "aws-sign2": "0.6.0",
- "aws4": "1.6.0",
- "caseless": "0.12.0",
- "combined-stream": "1.0.5",
- "extend": "3.0.1",
- "forever-agent": "0.6.1",
- "form-data": "2.1.4",
- "har-validator": "4.2.1",
- "hawk": "3.1.3",
- "http-signature": "1.1.1",
- "is-typedarray": "1.0.0",
- "isstream": "0.1.2",
- "json-stringify-safe": "5.0.1",
- "mime-types": "2.1.15",
- "oauth-sign": "0.8.2",
- "performance-now": "0.2.0",
- "qs": "6.4.0",
- "safe-buffer": "5.0.1",
- "stringstream": "0.0.5",
- "tough-cookie": "2.3.2",
- "tunnel-agent": "0.6.0",
- "uuid": "3.0.1"
- }
- },
- "rimraf": {
- "version": "2.6.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "glob": "7.1.2"
- }
- },
- "safe-buffer": {
- "version": "5.0.1",
- "bundled": true,
- "dev": true
- },
- "semver": {
- "version": "5.3.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "set-blocking": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "sntp": {
- "version": "1.0.9",
- "bundled": true,
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "sshpk": {
- "version": "1.13.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "asn1": "0.2.3",
- "assert-plus": "1.0.0",
- "bcrypt-pbkdf": "1.0.1",
- "dashdash": "1.14.1",
- "ecc-jsbn": "0.1.1",
- "getpass": "0.1.7",
- "jodid25519": "1.0.2",
- "jsbn": "0.1.1",
- "tweetnacl": "0.14.5"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "string-width": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- },
- "string_decoder": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "safe-buffer": "5.0.1"
- }
- },
- "stringstream": {
- "version": "0.0.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "ansi-regex": "2.1.1"
- }
- },
- "strip-json-comments": {
- "version": "2.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "tar": {
- "version": "2.2.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "block-stream": "0.0.9",
- "fstream": "1.0.11",
- "inherits": "2.0.3"
- }
- },
- "tar-pack": {
- "version": "3.4.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "debug": "2.6.8",
- "fstream": "1.0.11",
- "fstream-ignore": "1.0.5",
- "once": "1.4.0",
- "readable-stream": "2.2.9",
- "rimraf": "2.6.1",
- "tar": "2.2.1",
- "uid-number": "0.0.6"
- }
- },
- "tough-cookie": {
- "version": "2.3.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "punycode": "1.4.1"
- }
- },
- "tunnel-agent": {
- "version": "0.6.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "safe-buffer": "5.0.1"
- }
- },
- "tweetnacl": {
- "version": "0.14.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "uid-number": {
- "version": "0.0.6",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "util-deprecate": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "uuid": {
- "version": "3.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "verror": {
- "version": "1.3.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "extsprintf": "1.0.2"
- }
- },
- "wide-align": {
- "version": "1.1.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "string-width": "1.0.2"
- }
- },
- "wrappy": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- }
- }
- },
- "fstream": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
- "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "inherits": "2.0.3",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2"
- }
- },
- "function-bind": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
- "dev": true
- },
- "function.prototype.name": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.0.tgz",
- "integrity": "sha512-Bs0VRrTz4ghD8pTmbJQD1mZ8A/mN0ur/jGz+A6FBxPDUPkm1tNfF6bhTYPA7i7aF4lZJVr+OXTNNrnnIl58Wfg==",
- "dev": true,
- "requires": {
- "define-properties": "1.1.2",
- "function-bind": "1.1.1",
- "is-callable": "1.1.3"
- }
- },
- "gauge": {
- "version": "2.7.4",
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
- "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
- "dev": true,
- "requires": {
- "aproba": "1.2.0",
- "console-control-strings": "1.1.0",
- "has-unicode": "2.0.1",
- "object-assign": "4.1.1",
- "signal-exit": "3.0.2",
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wide-align": "1.1.2"
- }
- },
- "gaze": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
- "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
- "dev": true,
- "requires": {
- "globule": "1.2.0"
- }
- },
- "generate-function": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
- "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=",
- "dev": true
- },
- "generate-object-property": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
- "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
- "dev": true,
- "requires": {
- "is-property": "1.0.2"
- }
- },
- "get-caller-file": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
- "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
- "dev": true
- },
- "get-document": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/get-document/-/get-document-1.0.0.tgz",
- "integrity": "sha1-SCG85m8cJMsDMWAr5strEsTwHEs="
- },
- "get-stdin": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
- "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
- "dev": true
- },
- "get-stream": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
- "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
- "dev": true
- },
- "get-value": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
- "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
- "dev": true
- },
- "get-window": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/get-window/-/get-window-1.1.2.tgz",
- "integrity": "sha512-yjWpFcy9fjhLQHW1dPtg9ga4pmizLY8y4ZSHdGrAQ1NU277MRhnGnnLPxe19X8W5lWVsCZz++5xEuNozWMVmTw==",
- "requires": {
- "get-document": "1.0.0"
- }
- },
- "getpass": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
- "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "glob": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
- "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
- "dev": true,
- "requires": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- }
- },
- "glob-base": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
- "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
- "dev": true,
- "requires": {
- "glob-parent": "2.0.0",
- "is-glob": "2.0.1"
- }
- },
- "glob-parent": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
- "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
- "dev": true,
- "requires": {
- "is-glob": "2.0.1"
- }
- },
- "global-dirs": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
- "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
- "dev": true,
- "requires": {
- "ini": "1.3.5"
- }
- },
- "global-modules": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
- "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
- "dev": true,
- "requires": {
- "global-prefix": "1.0.2",
- "is-windows": "1.0.2",
- "resolve-dir": "1.0.1"
- }
- },
- "global-prefix": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
- "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
- "dev": true,
- "requires": {
- "expand-tilde": "2.0.2",
- "homedir-polyfill": "1.0.1",
- "ini": "1.3.5",
- "is-windows": "1.0.2",
- "which": "1.3.0"
- }
- },
- "globals": {
- "version": "9.18.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
- "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
- "dev": true
- },
- "globby": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
- "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
- "dev": true,
- "requires": {
- "array-union": "1.0.2",
- "arrify": "1.0.1",
- "glob": "7.1.2",
- "object-assign": "4.1.1",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1"
- },
- "dependencies": {
- "pify": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
- "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
- "dev": true
- }
- }
- },
- "globule": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
- "integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
- "dev": true,
- "requires": {
- "glob": "7.1.2",
- "lodash": "4.17.5",
- "minimatch": "3.0.4"
- }
- },
- "got": {
- "version": "6.7.1",
- "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz",
- "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=",
- "dev": true,
- "requires": {
- "create-error-class": "3.0.2",
- "duplexer3": "0.1.4",
- "get-stream": "3.0.0",
- "is-redirect": "1.0.0",
- "is-retry-allowed": "1.1.0",
- "is-stream": "1.1.0",
- "lowercase-keys": "1.0.1",
- "safe-buffer": "5.1.1",
- "timed-out": "4.0.1",
- "unzip-response": "2.0.1",
- "url-parse-lax": "1.0.0"
- }
- },
- "graceful-fs": {
- "version": "4.1.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
- "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
- "dev": true
- },
- "growly": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
- "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
- "dev": true
- },
- "gzip-size": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
- "integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
- "dev": true,
- "requires": {
- "duplexer": "0.1.1"
- }
- },
- "handle-thing": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz",
- "integrity": "sha1-/Xqtcmvxpf0W38KbL3pmAdJxOcQ=",
- "dev": true
- },
- "handlebars": {
- "version": "4.0.11",
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz",
- "integrity": "sha1-Ywo13+ApS8KB7a5v/F0yn8eYLcw=",
- "dev": true,
- "requires": {
- "async": "1.5.2",
- "optimist": "0.6.1",
- "source-map": "0.4.4",
- "uglify-js": "2.8.29"
- },
- "dependencies": {
- "async": {
- "version": "1.5.2",
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
- "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
- "dev": true
- },
- "camelcase": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
- "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
- "dev": true,
- "optional": true
- },
- "cliui": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
- "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
- "dev": true,
- "optional": true,
- "requires": {
- "center-align": "0.1.3",
- "right-align": "0.1.3",
- "wordwrap": "0.0.2"
- }
- },
- "uglify-js": {
- "version": "2.8.29",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
- "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "dev": true,
- "optional": true,
- "requires": {
- "source-map": "0.5.7",
- "uglify-to-browserify": "1.0.2",
- "yargs": "3.10.0"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true,
- "optional": true
- }
- }
- },
- "wordwrap": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
- "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
- "dev": true,
- "optional": true
- },
- "yargs": {
- "version": "3.10.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
- "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
- "dev": true,
- "optional": true,
- "requires": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "window-size": "0.1.0"
- }
- }
- }
- },
- "har-validator": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
- "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "commander": "2.15.1",
- "is-my-json-valid": "2.17.2",
- "pinkie-promise": "2.0.1"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
- "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
- "dev": true,
- "requires": {
- "function-bind": "1.1.1"
- }
- },
- "has-ansi": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
- "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
- "dev": true,
- "requires": {
- "ansi-regex": "2.1.1"
- }
- },
- "has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
- "dev": true
- },
- "has-symbols": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
- "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=",
- "dev": true
- },
- "has-unicode": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
- "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
- "dev": true
- },
- "has-value": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
- "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
- "dev": true,
- "requires": {
- "get-value": "2.0.6",
- "has-values": "1.0.0",
- "isobject": "3.0.1"
- },
- "dependencies": {
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "has-values": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
- "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
- "dev": true,
- "requires": {
- "is-number": "3.0.0",
- "kind-of": "4.0.0"
- },
- "dependencies": {
- "is-number": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "kind-of": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
- "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "hash-base": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
- "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "hash.js": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz",
- "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0"
- }
- },
- "hawk": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
- "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
- "dev": true,
- "requires": {
- "boom": "2.10.1",
- "cryptiles": "2.0.5",
- "hoek": "2.16.3",
- "sntp": "1.0.9"
- }
- },
- "he": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
- "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=",
- "dev": true
- },
- "history": {
- "version": "4.7.2",
- "resolved": "https://registry.npmjs.org/history/-/history-4.7.2.tgz",
- "integrity": "sha512-1zkBRWW6XweO0NBcjiphtVJVsIQ+SXF29z9DVkceeaSLVMFXHool+fdCZD4spDCfZJCILPILc3bm7Bc+HRi0nA==",
- "requires": {
- "invariant": "2.2.4",
- "loose-envify": "1.3.1",
- "resolve-pathname": "2.2.0",
- "value-equal": "0.4.0",
- "warning": "3.0.0"
- }
- },
- "hmac-drbg": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
- "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
- "dev": true,
- "requires": {
- "hash.js": "1.1.3",
- "minimalistic-assert": "1.0.0",
- "minimalistic-crypto-utils": "1.0.1"
- }
- },
- "hoek": {
- "version": "2.16.3",
- "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
- "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
- "dev": true
- },
- "hoist-non-react-statics": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz",
- "integrity": "sha512-6Bl6XsDT1ntE0lHbIhr4Kp2PGcleGZ66qu5Jqk8lc0Xc/IeG6gVLmwUGs/K0Us+L8VWoKgj0uWdPMataOsm31w=="
- },
- "home-or-tmp": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
- "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
- "dev": true,
- "requires": {
- "os-homedir": "1.0.2",
- "os-tmpdir": "1.0.2"
- }
- },
- "homedir-polyfill": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
- "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
- "dev": true,
- "requires": {
- "parse-passwd": "1.0.0"
- }
- },
- "hosted-git-info": {
- "version": "2.6.0",
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
- "integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
- "dev": true
- },
- "hpack.js": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
- "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "obuf": "1.1.2",
- "readable-stream": "2.3.6",
- "wbuf": "1.7.3"
- }
- },
- "html-comment-regex": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz",
- "integrity": "sha1-ZouTd26q5V696POtRkswekljYl4=",
- "dev": true
- },
- "html-encoding-sniffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
- "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==",
- "dev": true,
- "requires": {
- "whatwg-encoding": "1.0.3"
- }
- },
- "html-entities": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
- "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
- "dev": true
- },
- "html-minifier": {
- "version": "3.5.14",
- "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.14.tgz",
- "integrity": "sha512-sZjw6zhQgyUnIlIPU+W80XpRjWjdxHtNcxjfyOskOsCTDKytcfLY04wsQY/83Yqb4ndoiD2FtauiL7Yg6uUQFQ==",
- "dev": true,
- "requires": {
- "camel-case": "3.0.0",
- "clean-css": "4.1.11",
- "commander": "2.15.1",
- "he": "1.1.1",
- "param-case": "2.1.1",
- "relateurl": "0.2.7",
- "uglify-js": "3.3.20"
- }
- },
- "html-webpack-plugin": {
- "version": "2.28.0",
- "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.28.0.tgz",
- "integrity": "sha1-LnhjtX5f1I/iYzA+L/yTTDBk0Ak=",
- "dev": true,
- "requires": {
- "bluebird": "3.5.1",
- "html-minifier": "3.5.14",
- "loader-utils": "0.2.17",
- "lodash": "4.17.5",
- "pretty-error": "2.1.1",
- "toposort": "1.0.6"
- },
- "dependencies": {
- "loader-utils": {
- "version": "0.2.17",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",
- "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=",
- "dev": true,
- "requires": {
- "big.js": "3.2.0",
- "emojis-list": "2.1.0",
- "json5": "0.5.1",
- "object-assign": "4.1.1"
- }
- }
- }
- },
- "htmlparser2": {
- "version": "3.9.2",
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz",
- "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=",
- "requires": {
- "domelementtype": "1.3.0",
- "domhandler": "2.4.1",
- "domutils": "1.5.1",
- "entities": "1.1.1",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "http-deceiver": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
- "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=",
- "dev": true
- },
- "http-errors": {
- "version": "1.6.3",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
- "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
- "dev": true,
- "requires": {
- "depd": "1.1.2",
- "inherits": "2.0.3",
- "setprototypeof": "1.1.0",
- "statuses": "1.4.0"
- }
- },
- "http-parser-js": {
- "version": "0.4.11",
- "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.11.tgz",
- "integrity": "sha512-QCR5O2AjjMW8Mo4HyI1ctFcv+O99j/0g367V3YoVnrNw5hkDvAWZD0lWGcc+F4yN3V55USPCVix4efb75HxFfA==",
- "dev": true
- },
- "http-proxy": {
- "version": "1.16.2",
- "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz",
- "integrity": "sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=",
- "dev": true,
- "requires": {
- "eventemitter3": "1.2.0",
- "requires-port": "1.0.0"
- }
- },
- "http-proxy-middleware": {
- "version": "0.17.4",
- "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz",
- "integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=",
- "dev": true,
- "requires": {
- "http-proxy": "1.16.2",
- "is-glob": "3.1.0",
- "lodash": "4.17.5",
- "micromatch": "2.3.11"
- },
- "dependencies": {
- "is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
- "dev": true
- },
- "is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
- "dev": true,
- "requires": {
- "is-extglob": "2.1.1"
- }
- }
- }
- },
- "http-signature": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
- "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
- "dev": true,
- "requires": {
- "assert-plus": "0.2.0",
- "jsprim": "1.4.1",
- "sshpk": "1.14.1"
- }
- },
- "https-browserify": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
- "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=",
- "dev": true
- },
- "iconv-lite": {
- "version": "0.4.21",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.21.tgz",
- "integrity": "sha512-En5V9za5mBt2oUA03WGD3TwDv0MKAruqsuxstbMUZaj9W9k/m1CV/9py3l0L5kw9Bln8fdHQmzHSYtvpvTLpKw==",
- "requires": {
- "safer-buffer": "2.1.2"
- }
- },
- "icss-replace-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
- "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
- "dev": true
- },
- "ieee754": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.11.tgz",
- "integrity": "sha512-VhDzCKN7K8ufStx/CLj5/PDTMgph+qwN5Pkd5i0sGnVwk56zJ0lkT8Qzi1xqWLS0Wp29DgDtNeS7v8/wMoZeHg==",
- "dev": true
- },
- "ignore": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz",
- "integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
- "dev": true
- },
- "immediate": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
- "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps="
- },
- "immutable": {
- "version": "3.8.2",
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
- "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM="
- },
- "import-lazy": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
- "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=",
- "dev": true
- },
- "imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
- "dev": true
- },
- "in-publish": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
- "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
- "dev": true
- },
- "indent-string": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
- "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
- "dev": true,
- "requires": {
- "repeating": "2.0.1"
- }
- },
- "indexes-of": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
- "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
- "dev": true
- },
- "indexof": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
- "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
- "dev": true
- },
- "inflight": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
- "dev": true,
- "requires": {
- "once": "1.4.0",
- "wrappy": "1.0.2"
- }
- },
- "inherits": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
- "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
- },
- "ini": {
- "version": "1.3.5",
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
- "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
- "dev": true
- },
- "inquirer": {
- "version": "0.12.0",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz",
- "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=",
- "dev": true,
- "requires": {
- "ansi-escapes": "1.4.0",
- "ansi-regex": "2.1.1",
- "chalk": "1.1.3",
- "cli-cursor": "1.0.2",
- "cli-width": "2.2.0",
- "figures": "1.7.0",
- "lodash": "4.17.5",
- "readline2": "1.0.1",
- "run-async": "0.1.0",
- "rx-lite": "3.1.2",
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "through": "2.3.8"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "interpret": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz",
- "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=",
- "dev": true
- },
- "invariant": {
- "version": "2.2.4",
- "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
- "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
- "requires": {
- "loose-envify": "1.3.1"
- }
- },
- "invert-kv": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
- "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
- "dev": true
- },
- "ipaddr.js": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.6.0.tgz",
- "integrity": "sha1-4/o1e3c9phnybpXwSdBVxyeW+Gs=",
- "dev": true
- },
- "is-absolute-url": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
- "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
- "dev": true
- },
- "is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- },
- "is-arrayish": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
- "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
- "dev": true
- },
- "is-binary-path": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
- "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
- "dev": true,
- "requires": {
- "binary-extensions": "1.11.0"
- }
- },
- "is-buffer": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
- "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
- "dev": true
- },
- "is-builtin-module": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
- "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
- "dev": true,
- "requires": {
- "builtin-modules": "1.1.1"
- }
- },
- "is-callable": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz",
- "integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=",
- "dev": true
- },
- "is-ci": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.1.0.tgz",
- "integrity": "sha512-c7TnwxLePuqIlxHgr7xtxzycJPegNHFuIrBkwbf8hc58//+Op1CqFkyS+xnIMkwn9UsJIwc174BIjkyBmSpjKg==",
- "dev": true,
- "requires": {
- "ci-info": "1.1.3"
- }
- },
- "is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- },
- "is-date-object": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
- "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
- "dev": true
- },
- "is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "0.1.6",
- "is-data-descriptor": "0.1.4",
- "kind-of": "5.1.0"
- },
- "dependencies": {
- "kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "dev": true
- }
- }
- },
- "is-directory": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
- "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
- "dev": true
- },
- "is-dotfile": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
- "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
- "dev": true
- },
- "is-empty": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz",
- "integrity": "sha1-3pu1snhzigWgsJpX4ftNSjQan2s="
- },
- "is-equal-shallow": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
- "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
- "dev": true,
- "requires": {
- "is-primitive": "2.0.0"
- }
- },
- "is-extendable": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
- "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
- "dev": true
- },
- "is-extglob": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
- "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
- "dev": true
- },
- "is-finite": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
- "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "is-glob": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
- "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
- "dev": true,
- "requires": {
- "is-extglob": "1.0.0"
- }
- },
- "is-in-browser": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
- "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU="
- },
- "is-installed-globally": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
- "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=",
- "dev": true,
- "requires": {
- "global-dirs": "0.1.1",
- "is-path-inside": "1.0.1"
- }
- },
- "is-my-ip-valid": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
- "integrity": "sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==",
- "dev": true
- },
- "is-my-json-valid": {
- "version": "2.17.2",
- "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
- "integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==",
- "dev": true,
- "requires": {
- "generate-function": "2.0.0",
- "generate-object-property": "1.2.0",
- "is-my-ip-valid": "1.0.0",
- "jsonpointer": "4.0.1",
- "xtend": "4.0.1"
- }
- },
- "is-npm": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz",
- "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=",
- "dev": true
- },
- "is-number": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
- "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- },
- "is-obj": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
- "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
- "dev": true
- },
- "is-odd": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-odd/-/is-odd-2.0.0.tgz",
- "integrity": "sha512-OTiixgpZAT1M4NHgS5IguFp/Vz2VI3U7Goh4/HA1adtwyLtSBrxYlcSYkhpAE07s4fKEcjrFxyvtQBND4vFQyQ==",
- "dev": true,
- "requires": {
- "is-number": "4.0.0"
- },
- "dependencies": {
- "is-number": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
- "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
- "dev": true
- }
- }
- },
- "is-path-cwd": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
- "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
- "dev": true
- },
- "is-path-in-cwd": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
- "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
- "dev": true,
- "requires": {
- "is-path-inside": "1.0.1"
- }
- },
- "is-path-inside": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
- "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
- "dev": true,
- "requires": {
- "path-is-inside": "1.0.2"
- }
- },
- "is-plain-obj": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
- "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
- "dev": true
- },
- "is-plain-object": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
- "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
- "dev": true,
- "requires": {
- "isobject": "3.0.1"
- },
- "dependencies": {
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "is-posix-bracket": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
- "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
- "dev": true
- },
- "is-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
- "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
- "dev": true
- },
- "is-promise": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
- "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=",
- "dev": true
- },
- "is-property": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
- "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=",
- "dev": true
- },
- "is-redirect": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
- "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=",
- "dev": true
- },
- "is-regex": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
- "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
- "dev": true,
- "requires": {
- "has": "1.0.1"
- }
- },
- "is-resolvable": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
- "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
- "dev": true
- },
- "is-retry-allowed": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz",
- "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=",
- "dev": true
- },
- "is-root": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz",
- "integrity": "sha1-B7bCM7w5TNnQK6FclmvWZg1jQtU=",
- "dev": true
- },
- "is-stream": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
- "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
- },
- "is-subset": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
- "integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=",
- "dev": true
- },
- "is-svg": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
- "integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=",
- "dev": true,
- "requires": {
- "html-comment-regex": "1.1.1"
- }
- },
- "is-symbol": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
- "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=",
- "dev": true
- },
- "is-typedarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
- "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
- "dev": true
- },
- "is-utf8": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
- "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
- "dev": true
- },
- "is-window": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz",
- "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0="
- },
- "is-windows": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
- "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
- "dev": true
- },
- "is-wsl": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
- "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
- "dev": true
- },
- "isarray": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
- "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
- },
- "isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
- "dev": true
- },
- "isobject": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
- "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
- "dev": true,
- "requires": {
- "isarray": "1.0.0"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- }
- }
- },
- "isomorphic-fetch": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
- "requires": {
- "node-fetch": "1.7.3",
- "whatwg-fetch": "2.0.4"
- }
- },
- "isstream": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
- "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
- "dev": true
- },
- "istanbul-api": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.3.1.tgz",
- "integrity": "sha512-duj6AlLcsWNwUpfyfHt0nWIeRiZpuShnP40YTxOGQgtaN8fd6JYSxsvxUphTDy8V5MfDXo4s/xVCIIvVCO808g==",
- "dev": true,
- "requires": {
- "async": "2.6.0",
- "compare-versions": "3.1.0",
- "fileset": "2.0.3",
- "istanbul-lib-coverage": "1.2.0",
- "istanbul-lib-hook": "1.2.0",
- "istanbul-lib-instrument": "1.10.1",
- "istanbul-lib-report": "1.1.4",
- "istanbul-lib-source-maps": "1.2.4",
- "istanbul-reports": "1.3.0",
- "js-yaml": "3.7.0",
- "mkdirp": "0.5.1",
- "once": "1.4.0"
- },
- "dependencies": {
- "debug": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
- "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
- "dev": true,
- "requires": {
- "ms": "2.0.0"
- }
- },
- "istanbul-lib-source-maps": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.4.tgz",
- "integrity": "sha512-UzuK0g1wyQijiaYQxj/CdNycFhAd2TLtO2obKQMTZrZ1jzEMRY3rvpASEKkaxbRR6brvdovfA03znPa/pXcejg==",
- "dev": true,
- "requires": {
- "debug": "3.1.0",
- "istanbul-lib-coverage": "1.2.0",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2",
- "source-map": "0.5.7"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "istanbul-lib-coverage": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz",
- "integrity": "sha512-GvgM/uXRwm+gLlvkWHTjDAvwynZkL9ns15calTrmhGgowlwJBbWMYzWbKqE2DT6JDP1AFXKa+Zi0EkqNCUqY0A==",
- "dev": true
- },
- "istanbul-lib-hook": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-1.2.0.tgz",
- "integrity": "sha512-p3En6/oGkFQV55Up8ZPC2oLxvgSxD8CzA0yBrhRZSh3pfv3OFj9aSGVC0yoerAi/O4u7jUVnOGVX1eVFM+0tmQ==",
- "dev": true,
- "requires": {
- "append-transform": "0.4.0"
- }
- },
- "istanbul-lib-instrument": {
- "version": "1.10.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz",
- "integrity": "sha512-1dYuzkOCbuR5GRJqySuZdsmsNKPL3PTuyPevQfoCXJePT9C8y1ga75neU+Tuy9+yS3G/dgx8wgOmp2KLpgdoeQ==",
- "dev": true,
- "requires": {
- "babel-generator": "6.26.1",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "istanbul-lib-coverage": "1.2.0",
- "semver": "5.5.0"
- }
- },
- "istanbul-lib-report": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.4.tgz",
- "integrity": "sha512-Azqvq5tT0U09nrncK3q82e/Zjkxa4tkFZv7E6VcqP0QCPn6oNljDPfrZEC/umNXds2t7b8sRJfs6Kmpzt8m2kA==",
- "dev": true,
- "requires": {
- "istanbul-lib-coverage": "1.2.0",
- "mkdirp": "0.5.1",
- "path-parse": "1.0.5",
- "supports-color": "3.2.3"
- },
- "dependencies": {
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "istanbul-lib-source-maps": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.3.tgz",
- "integrity": "sha512-fDa0hwU/5sDXwAklXgAoCJCOsFsBplVQ6WBldz5UwaqOzmDhUK4nfuR7/G//G2lERlblUNJB8P6e8cXq3a7MlA==",
- "dev": true,
- "requires": {
- "debug": "3.1.0",
- "istanbul-lib-coverage": "1.2.0",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2",
- "source-map": "0.5.7"
- },
- "dependencies": {
- "debug": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
- "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
- "dev": true,
- "requires": {
- "ms": "2.0.0"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "istanbul-reports": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.3.0.tgz",
- "integrity": "sha512-y2Z2IMqE1gefWUaVjrBm0mSKvUkaBy9Vqz8iwr/r40Y9hBbIteH5wqHG/9DLTfJ9xUnUT2j7A3+VVJ6EaYBllA==",
- "dev": true,
- "requires": {
- "handlebars": "4.0.11"
- }
- },
- "jest": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest/-/jest-20.0.3.tgz",
- "integrity": "sha1-5P0FTE8RcKEWoAdh2kz9tz8c3DM=",
- "dev": true,
- "requires": {
- "jest-cli": "20.0.4"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "callsites": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
- "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "jest-cli": {
- "version": "20.0.4",
- "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-20.0.4.tgz",
- "integrity": "sha1-5TKxnYiuW8bEF+iwWTpv6VSx3JM=",
- "dev": true,
- "requires": {
- "ansi-escapes": "1.4.0",
- "callsites": "2.0.0",
- "chalk": "1.1.3",
- "graceful-fs": "4.1.11",
- "is-ci": "1.1.0",
- "istanbul-api": "1.3.1",
- "istanbul-lib-coverage": "1.2.0",
- "istanbul-lib-instrument": "1.10.1",
- "istanbul-lib-source-maps": "1.2.3",
- "jest-changed-files": "20.0.3",
- "jest-config": "20.0.4",
- "jest-docblock": "20.0.3",
- "jest-environment-jsdom": "20.0.3",
- "jest-haste-map": "20.0.5",
- "jest-jasmine2": "20.0.4",
- "jest-message-util": "20.0.3",
- "jest-regex-util": "20.0.3",
- "jest-resolve-dependencies": "20.0.3",
- "jest-runtime": "20.0.4",
- "jest-snapshot": "20.0.3",
- "jest-util": "20.0.3",
- "micromatch": "2.3.11",
- "node-notifier": "5.2.1",
- "pify": "2.3.0",
- "slash": "1.0.0",
- "string-length": "1.0.1",
- "throat": "3.2.0",
- "which": "1.3.0",
- "worker-farm": "1.6.0",
- "yargs": "7.1.0"
- }
- },
- "pify": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
- "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
- "dev": true
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-changed-files": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-20.0.3.tgz",
- "integrity": "sha1-k5TVzGXEOEBhSb7xv01Sto4D4/g=",
- "dev": true
- },
- "jest-config": {
- "version": "20.0.4",
- "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-20.0.4.tgz",
- "integrity": "sha1-43kwqyIXyRNgXv8T5712PsSPruo=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "glob": "7.1.2",
- "jest-environment-jsdom": "20.0.3",
- "jest-environment-node": "20.0.3",
- "jest-jasmine2": "20.0.4",
- "jest-matcher-utils": "20.0.3",
- "jest-regex-util": "20.0.3",
- "jest-resolve": "20.0.4",
- "jest-validate": "20.0.3",
- "pretty-format": "20.0.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-diff": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-20.0.3.tgz",
- "integrity": "sha1-gfKI/Z5nXw+yPHXxwrGURf5YZhc=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "diff": "3.5.0",
- "jest-matcher-utils": "20.0.3",
- "pretty-format": "20.0.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-docblock": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-20.0.3.tgz",
- "integrity": "sha1-F76phDQswz2DxQ++FUXqDvqkRxI=",
- "dev": true
- },
- "jest-environment-jsdom": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-20.0.3.tgz",
- "integrity": "sha1-BIqKwS7iJfcZBBdxODS7mZeH3pk=",
- "dev": true,
- "requires": {
- "jest-mock": "20.0.3",
- "jest-util": "20.0.3",
- "jsdom": "9.12.0"
- }
- },
- "jest-environment-node": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-20.0.3.tgz",
- "integrity": "sha1-1Ii8RhKvLCRumG6K52caCZFj1AM=",
- "dev": true,
- "requires": {
- "jest-mock": "20.0.3",
- "jest-util": "20.0.3"
- }
- },
- "jest-haste-map": {
- "version": "20.0.5",
- "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-20.0.5.tgz",
- "integrity": "sha512-0IKAQjUvuZjMCNi/0VNQQF74/H9KB67hsHJqGiwTWQC6XO5Azs7kLWm+6Q/dwuhvDUvABDOBMFK2/FwZ3sZ07Q==",
- "dev": true,
- "requires": {
- "fb-watchman": "2.0.0",
- "graceful-fs": "4.1.11",
- "jest-docblock": "20.0.3",
- "micromatch": "2.3.11",
- "sane": "1.6.0",
- "worker-farm": "1.6.0"
- }
- },
- "jest-jasmine2": {
- "version": "20.0.4",
- "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-20.0.4.tgz",
- "integrity": "sha1-/MWxQReA2RHQQpAu8YWehS5g1eE=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "graceful-fs": "4.1.11",
- "jest-diff": "20.0.3",
- "jest-matcher-utils": "20.0.3",
- "jest-matchers": "20.0.3",
- "jest-message-util": "20.0.3",
- "jest-snapshot": "20.0.3",
- "once": "1.4.0",
- "p-map": "1.2.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-matcher-utils": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-20.0.3.tgz",
- "integrity": "sha1-s6a443yld4A7CDKpixZPRLeBVhI=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "pretty-format": "20.0.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-matchers": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-matchers/-/jest-matchers-20.0.3.tgz",
- "integrity": "sha1-ymnbHDLbWm9wf6XgQBq7VXAN/WA=",
- "dev": true,
- "requires": {
- "jest-diff": "20.0.3",
- "jest-matcher-utils": "20.0.3",
- "jest-message-util": "20.0.3",
- "jest-regex-util": "20.0.3"
- }
- },
- "jest-message-util": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-20.0.3.tgz",
- "integrity": "sha1-auwoRDBvyw5udNV5bBAG2W/dgxw=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "micromatch": "2.3.11",
- "slash": "1.0.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-mock": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-20.0.3.tgz",
- "integrity": "sha1-i8Bw6QQUqhVcEajWTIaaDVxx2lk=",
- "dev": true
- },
- "jest-regex-util": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-20.0.3.tgz",
- "integrity": "sha1-hburXRM+RGJbGfr4xqpRItCF12I=",
- "dev": true
- },
- "jest-resolve": {
- "version": "20.0.4",
- "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-20.0.4.tgz",
- "integrity": "sha1-lEiz6La6/BVHlETGSZBFt//ll6U=",
- "dev": true,
- "requires": {
- "browser-resolve": "1.11.2",
- "is-builtin-module": "1.0.0",
- "resolve": "1.7.0"
- }
- },
- "jest-resolve-dependencies": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-20.0.3.tgz",
- "integrity": "sha1-bhSntxevDyyzZnxUneQK8Bexcjo=",
- "dev": true,
- "requires": {
- "jest-regex-util": "20.0.3"
- }
- },
- "jest-runtime": {
- "version": "20.0.4",
- "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-20.0.4.tgz",
- "integrity": "sha1-osgCIZxCA/dU3xQE5JAYYWnRJNg=",
- "dev": true,
- "requires": {
- "babel-core": "6.24.1",
- "babel-jest": "20.0.3",
- "babel-plugin-istanbul": "4.1.6",
- "chalk": "1.1.3",
- "convert-source-map": "1.5.1",
- "graceful-fs": "4.1.11",
- "jest-config": "20.0.4",
- "jest-haste-map": "20.0.5",
- "jest-regex-util": "20.0.3",
- "jest-resolve": "20.0.4",
- "jest-util": "20.0.3",
- "json-stable-stringify": "1.0.1",
- "micromatch": "2.3.11",
- "strip-bom": "3.0.0",
- "yargs": "7.1.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-snapshot": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-20.0.3.tgz",
- "integrity": "sha1-W4R+GtsaTZCFKn+fElCG4YfHZWY=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "jest-diff": "20.0.3",
- "jest-matcher-utils": "20.0.3",
- "jest-util": "20.0.3",
- "natural-compare": "1.4.0",
- "pretty-format": "20.0.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-util": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-20.0.3.tgz",
- "integrity": "sha1-DAf32A2C9OWmfG+LnD/n9lz9Mq0=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "graceful-fs": "4.1.11",
- "jest-message-util": "20.0.3",
- "jest-mock": "20.0.3",
- "jest-validate": "20.0.3",
- "leven": "2.1.0",
- "mkdirp": "0.5.1"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "jest-validate": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-20.0.3.tgz",
- "integrity": "sha1-0M/R3k9XnymEhJJcKA+PHZTsPKs=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "jest-matcher-utils": "20.0.3",
- "leven": "2.1.0",
- "pretty-format": "20.0.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "js-base64": {
- "version": "2.4.3",
- "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
- "integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==",
- "dev": true
- },
- "js-tokens": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
- "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
- },
- "js-yaml": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
- "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=",
- "dev": true,
- "requires": {
- "argparse": "1.0.10",
- "esprima": "2.7.3"
- }
- },
- "jsbn": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
- "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
- "dev": true,
- "optional": true
- },
- "jsdom": {
- "version": "9.12.0",
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-9.12.0.tgz",
- "integrity": "sha1-6MVG//ywbADUgzyoRBD+1/igl9Q=",
- "dev": true,
- "requires": {
- "abab": "1.0.4",
- "acorn": "4.0.13",
- "acorn-globals": "3.1.0",
- "array-equal": "1.0.0",
- "content-type-parser": "1.0.2",
- "cssom": "0.3.2",
- "cssstyle": "0.2.37",
- "escodegen": "1.9.1",
- "html-encoding-sniffer": "1.0.2",
- "nwmatcher": "1.4.4",
- "parse5": "1.5.1",
- "request": "2.79.0",
- "sax": "1.2.4",
- "symbol-tree": "3.2.2",
- "tough-cookie": "2.3.4",
- "webidl-conversions": "4.0.2",
- "whatwg-encoding": "1.0.3",
- "whatwg-url": "4.8.0",
- "xml-name-validator": "2.0.1"
- },
- "dependencies": {
- "acorn": {
- "version": "4.0.13",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
- "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
- "dev": true
- }
- }
- },
- "jsesc": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
- "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
- "dev": true
- },
- "json-loader": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz",
- "integrity": "sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w==",
- "dev": true
- },
- "json-parse-better-errors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
- "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
- "dev": true
- },
- "json-schema": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
- "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
- "dev": true
- },
- "json-schema-traverse": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
- "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
- "dev": true
- },
- "json-stable-stringify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
- "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
- "dev": true,
- "requires": {
- "jsonify": "0.0.0"
- }
- },
- "json-stringify-safe": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
- "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
- },
- "json3": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
- "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
- "dev": true
- },
- "json5": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
- "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
- "dev": true
- },
- "jsonfile": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
- "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11"
- }
- },
- "jsonify": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
- "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
- "dev": true
- },
- "jsonpointer": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
- "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=",
- "dev": true
- },
- "jsprim": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
- "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.3.0",
- "json-schema": "0.2.3",
- "verror": "1.10.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "jsx-ast-utils": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz",
- "integrity": "sha1-OGchPo3Xm/Ho8jAMDPwe+xgsDfE=",
- "dev": true
- },
- "jwt-decode": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-2.2.0.tgz",
- "integrity": "sha1-fYa9VmefWM5qhHBKZX3TkruoGnk="
- },
- "keycode": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz",
- "integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ="
- },
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- },
- "klaw": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
- "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11"
- }
- },
- "latest-version": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz",
- "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=",
- "dev": true,
- "requires": {
- "package-json": "4.0.1"
- }
- },
- "lazy-cache": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
- "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
- "dev": true
- },
- "lcid": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
- "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
- "dev": true,
- "requires": {
- "invert-kv": "1.0.0"
- }
- },
- "leven": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz",
- "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=",
- "dev": true
- },
- "levn": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
- "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
- "dev": true,
- "requires": {
- "prelude-ls": "1.1.2",
- "type-check": "0.3.2"
- }
- },
- "lie": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
- "integrity": "sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=",
- "requires": {
- "immediate": "3.0.6"
- }
- },
- "load-json-file": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
- "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "parse-json": "4.0.0",
- "pify": "3.0.0",
- "strip-bom": "3.0.0"
- }
- },
- "loader-fs-cache": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz",
- "integrity": "sha1-VuC/CL2XCLJqdltoUJhAyN7J/bw=",
- "dev": true,
- "requires": {
- "find-cache-dir": "0.1.1",
- "mkdirp": "0.5.1"
- }
- },
- "loader-runner": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz",
- "integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI=",
- "dev": true
- },
- "loader-utils": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz",
- "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=",
- "dev": true,
- "requires": {
- "big.js": "3.2.0",
- "emojis-list": "2.1.0",
- "json5": "0.5.1"
- }
- },
- "localforage": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.1.tgz",
- "integrity": "sha1-5JJ+BCMCuGTbMPMhHxO1xvDell0=",
- "requires": {
- "lie": "3.1.1"
- }
- },
- "locate-path": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
- "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
- "dev": true,
- "requires": {
- "p-locate": "2.0.0",
- "path-exists": "3.0.0"
- },
- "dependencies": {
- "path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
- "dev": true
- }
- }
- },
- "lodash": {
- "version": "4.17.5",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
- "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw=="
- },
- "lodash-es": {
- "version": "4.17.8",
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.8.tgz",
- "integrity": "sha512-I9mjAxengFAleSThFhhAhvba6fsO0hunb9/0sQ6qQihSZsJRBofv2rYH58WXaOb/O++eUmYpCLywSQ22GfU+sA=="
- },
- "lodash._reinterpolate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
- "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
- "dev": true
- },
- "lodash.assign": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
- "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
- "dev": true
- },
- "lodash.assignin": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz",
- "integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI="
- },
- "lodash.bind": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz",
- "integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU="
- },
- "lodash.camelcase": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
- "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=",
- "dev": true
- },
- "lodash.clonedeep": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
- "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
- "dev": true
- },
- "lodash.cond": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/lodash.cond/-/lodash.cond-4.5.2.tgz",
- "integrity": "sha1-9HGh2khr5g9quVXRcRVSPdHSVdU=",
- "dev": true
- },
- "lodash.defaults": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
- "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw="
- },
- "lodash.filter": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz",
- "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4="
- },
- "lodash.flatten": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
- "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8="
- },
- "lodash.foreach": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
- "integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM="
- },
- "lodash.map": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz",
- "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM="
- },
- "lodash.memoize": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
- "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
- "dev": true
- },
- "lodash.merge": {
- "version": "4.6.1",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz",
- "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ=="
- },
- "lodash.mergewith": {
- "version": "4.6.1",
- "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz",
- "integrity": "sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==",
- "dev": true
- },
- "lodash.pick": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
- "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM="
- },
- "lodash.reduce": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz",
- "integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs="
- },
- "lodash.reject": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz",
- "integrity": "sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU="
- },
- "lodash.some": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz",
- "integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0="
- },
- "lodash.template": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
- "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=",
- "dev": true,
- "requires": {
- "lodash._reinterpolate": "3.0.0",
- "lodash.templatesettings": "4.1.0"
- }
- },
- "lodash.templatesettings": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz",
- "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=",
- "dev": true,
- "requires": {
- "lodash._reinterpolate": "3.0.0"
- }
- },
- "lodash.uniq": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
- "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
- "dev": true
- },
- "longest": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
- "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
- "dev": true
- },
- "loose-envify": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
- "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
- "requires": {
- "js-tokens": "3.0.2"
- }
- },
- "loud-rejection": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
- "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
- "dev": true,
- "requires": {
- "currently-unhandled": "0.4.1",
- "signal-exit": "3.0.2"
- }
- },
- "lower-case": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz",
- "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=",
- "dev": true
- },
- "lowercase-keys": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
- "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==",
- "dev": true
- },
- "lru-cache": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.2.tgz",
- "integrity": "sha512-wgeVXhrDwAWnIF/yZARsFnMBtdFXOg1b8RIrhilp+0iDYN4mdQcNZElDZ0e4B64BhaxeQ5zN7PMyvu7we1kPeQ==",
- "dev": true,
- "requires": {
- "pseudomap": "1.0.2",
- "yallist": "2.1.2"
- }
- },
- "macaddress": {
- "version": "0.2.8",
- "resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
- "integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI=",
- "dev": true
- },
- "make-dir": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.2.0.tgz",
- "integrity": "sha512-aNUAa4UMg/UougV25bbrU4ZaaKNjJ/3/xnvg/twpmKROPdKZPZ9wGgI0opdZzO8q/zUFawoUuixuOv33eZ61Iw==",
- "dev": true,
- "requires": {
- "pify": "3.0.0"
- }
- },
- "makeerror": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
- "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
- "dev": true,
- "requires": {
- "tmpl": "1.0.4"
- }
- },
- "map-cache": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
- "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
- "dev": true
- },
- "map-obj": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
- "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
- "dev": true
- },
- "map-stream": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz",
- "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=",
- "dev": true
- },
- "map-visit": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
- "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
- "dev": true,
- "requires": {
- "object-visit": "1.0.1"
- }
- },
- "material-design-icons": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/material-design-icons/-/material-design-icons-3.0.1.tgz",
- "integrity": "sha1-mnHEh0chjrylHlGmbaaCA4zct78=",
- "dev": true
- },
- "math-expression-evaluator": {
- "version": "1.2.17",
- "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
- "integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw=",
- "dev": true
- },
- "md5.js": {
- "version": "1.3.4",
- "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz",
- "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=",
- "dev": true,
- "requires": {
- "hash-base": "3.0.4",
- "inherits": "2.0.3"
- },
- "dependencies": {
- "hash-base": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
- "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "media-typer": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
- "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
- "dev": true
- },
- "memory-fs": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
- "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
- "dev": true,
- "requires": {
- "errno": "0.1.7",
- "readable-stream": "2.3.6"
- }
- },
- "memorystream": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
- "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=",
- "dev": true
- },
- "meow": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
- "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
- "dev": true,
- "requires": {
- "camelcase-keys": "2.1.0",
- "decamelize": "1.2.0",
- "loud-rejection": "1.6.0",
- "map-obj": "1.0.1",
- "minimist": "1.2.0",
- "normalize-package-data": "2.4.0",
- "object-assign": "4.1.1",
- "read-pkg-up": "1.0.1",
- "redent": "1.0.0",
- "trim-newlines": "1.0.0"
- }
- },
- "merge": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.0.tgz",
- "integrity": "sha1-dTHjnUlJwoGma4xabgJl6LBYlNo=",
- "dev": true
- },
- "merge-descriptors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
- "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
- "dev": true
- },
- "methods": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
- "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
- "dev": true
- },
- "micromatch": {
- "version": "2.3.11",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
- "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
- "dev": true,
- "requires": {
- "arr-diff": "2.0.0",
- "array-unique": "0.2.1",
- "braces": "1.8.5",
- "expand-brackets": "0.1.5",
- "extglob": "0.3.2",
- "filename-regex": "2.0.1",
- "is-extglob": "1.0.0",
- "is-glob": "2.0.1",
- "kind-of": "3.2.2",
- "normalize-path": "2.1.1",
- "object.omit": "2.0.1",
- "parse-glob": "3.0.4",
- "regex-cache": "0.4.4"
- }
- },
- "miller-rabin": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
- "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "brorand": "1.1.0"
- }
- },
- "mime": {
- "version": "1.3.6",
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.6.tgz",
- "integrity": "sha1-WR2E02U6awtKO5343lqoEI5y5eA=",
- "dev": true
- },
- "mime-db": {
- "version": "1.33.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
- "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
- "dev": true
- },
- "mime-types": {
- "version": "2.1.18",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
- "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
- "dev": true,
- "requires": {
- "mime-db": "1.33.0"
- }
- },
- "mimic-fn": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
- "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
- "dev": true
- },
- "minimalistic-assert": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz",
- "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=",
- "dev": true
- },
- "minimalistic-crypto-utils": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
- "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=",
- "dev": true
- },
- "minimatch": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
- "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
- "dev": true,
- "requires": {
- "brace-expansion": "1.1.11"
- }
- },
- "minimist": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- },
- "mixin-deep": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz",
- "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==",
- "dev": true,
- "requires": {
- "for-in": "1.0.2",
- "is-extendable": "1.0.1"
- },
- "dependencies": {
- "is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "requires": {
- "is-plain-object": "2.0.4"
- }
- }
- }
- },
- "mkdirp": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
- "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
- "dev": true,
- "requires": {
- "minimist": "0.0.8"
- },
- "dependencies": {
- "minimist": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
- "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
- "dev": true
- }
- }
- },
- "moment": {
- "version": "2.22.0",
- "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.0.tgz",
- "integrity": "sha512-1muXCh8jb1N/gHRbn9VDUBr0GYb8A/aVcHlII9QSB68a50spqEVLIGN6KVmCOnSvJrUhC0edGgKU5ofnGXdYdg=="
- },
- "ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
- },
- "mute-stream": {
- "version": "0.0.5",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz",
- "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=",
- "dev": true
- },
- "nan": {
- "version": "2.10.0",
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
- "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
- "dev": true
- },
- "nanomatch": {
- "version": "1.2.9",
- "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.9.tgz",
- "integrity": "sha512-n8R9bS8yQ6eSXaV6jHUpKzD8gLsin02w1HSFiegwrs9E098Ylhw5jdyKPaYqvHknHaSCKTPp7C8dGCQ0q9koXA==",
- "dev": true,
- "requires": {
- "arr-diff": "4.0.0",
- "array-unique": "0.3.2",
- "define-property": "2.0.2",
- "extend-shallow": "3.0.2",
- "fragment-cache": "0.2.1",
- "is-odd": "2.0.0",
- "is-windows": "1.0.2",
- "kind-of": "6.0.2",
- "object.pick": "1.3.0",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "arr-diff": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
- "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
- "dev": true
- },
- "array-unique": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
- "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
- "dev": true
- },
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- }
- }
- },
- "natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
- "dev": true
- },
- "negotiator": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
- "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=",
- "dev": true
- },
- "neo-async": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.5.0.tgz",
- "integrity": "sha512-nJmSswG4As/MkRq7QZFuH/sf/yuv8ODdMZrY4Bedjp77a5MK4A6s7YbBB64c9u79EBUOfXUXBvArmvzTD0X+6g==",
- "dev": true
- },
- "next-tick": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
- "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
- },
- "no-case": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
- "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
- "dev": true,
- "requires": {
- "lower-case": "1.1.4"
- }
- },
- "node-fetch": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
- "requires": {
- "encoding": "0.1.12",
- "is-stream": "1.1.0"
- }
- },
- "node-gyp": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
- "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
- "dev": true,
- "requires": {
- "fstream": "1.0.11",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "minimatch": "3.0.4",
- "mkdirp": "0.5.1",
- "nopt": "3.0.6",
- "npmlog": "4.1.2",
- "osenv": "0.1.5",
- "request": "2.79.0",
- "rimraf": "2.6.2",
- "semver": "5.3.0",
- "tar": "2.2.1",
- "which": "1.3.0"
- },
- "dependencies": {
- "semver": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
- "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
- "dev": true
- }
- }
- },
- "node-int64": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
- "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
- "dev": true
- },
- "node-libs-browser": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.1.0.tgz",
- "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==",
- "dev": true,
- "requires": {
- "assert": "1.4.1",
- "browserify-zlib": "0.2.0",
- "buffer": "4.9.1",
- "console-browserify": "1.1.0",
- "constants-browserify": "1.0.0",
- "crypto-browserify": "3.12.0",
- "domain-browser": "1.2.0",
- "events": "1.1.1",
- "https-browserify": "1.0.0",
- "os-browserify": "0.3.0",
- "path-browserify": "0.0.0",
- "process": "0.11.10",
- "punycode": "1.4.1",
- "querystring-es3": "0.2.1",
- "readable-stream": "2.3.6",
- "stream-browserify": "2.0.1",
- "stream-http": "2.8.1",
- "string_decoder": "1.1.1",
- "timers-browserify": "2.0.6",
- "tty-browserify": "0.0.0",
- "url": "0.11.0",
- "util": "0.10.3",
- "vm-browserify": "0.0.4"
- }
- },
- "node-notifier": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.2.1.tgz",
- "integrity": "sha512-MIBs+AAd6dJ2SklbbE8RUDRlIVhU8MaNLh1A9SUZDUHPiZkWLFde6UNwG41yQHZEToHgJMXqyVZ9UcS/ReOVTg==",
- "dev": true,
- "requires": {
- "growly": "1.3.0",
- "semver": "5.5.0",
- "shellwords": "0.1.1",
- "which": "1.3.0"
- }
- },
- "node-sass": {
- "version": "4.8.3",
- "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz",
- "integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==",
- "dev": true,
- "requires": {
- "async-foreach": "0.1.3",
- "chalk": "1.1.3",
- "cross-spawn": "3.0.1",
- "gaze": "1.1.2",
- "get-stdin": "4.0.1",
- "glob": "7.1.2",
- "in-publish": "2.0.0",
- "lodash.assign": "4.2.0",
- "lodash.clonedeep": "4.5.0",
- "lodash.mergewith": "4.6.1",
- "meow": "3.7.0",
- "mkdirp": "0.5.1",
- "nan": "2.10.0",
- "node-gyp": "3.6.2",
- "npmlog": "4.1.2",
- "request": "2.79.0",
- "sass-graph": "2.2.4",
- "stdout-stream": "1.4.0",
- "true-case-path": "1.0.2"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "cross-spawn": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
- "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
- "dev": true,
- "requires": {
- "lru-cache": "4.1.2",
- "which": "1.3.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "node-sass-chokidar": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/node-sass-chokidar/-/node-sass-chokidar-0.0.1.tgz",
- "integrity": "sha1-FF+2vOv99SEU7aFU7Rc4e/U11MU=",
- "dev": true,
- "requires": {
- "async-foreach": "0.1.3",
- "chokidar": "1.7.0",
- "get-stdin": "4.0.1",
- "glob": "7.1.2",
- "meow": "3.7.0",
- "node-sass": "4.8.3",
- "sass-graph": "2.2.4",
- "stdout-stream": "1.4.0"
- }
- },
- "nopt": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
- "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
- "dev": true,
- "requires": {
- "abbrev": "1.1.1"
- }
- },
- "normalize-package-data": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
- "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
- "dev": true,
- "requires": {
- "hosted-git-info": "2.6.0",
- "is-builtin-module": "1.0.0",
- "semver": "5.5.0",
- "validate-npm-package-license": "3.0.3"
- }
- },
- "normalize-path": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
- "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
- "dev": true,
- "requires": {
- "remove-trailing-separator": "1.1.0"
- }
- },
- "normalize-range": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
- "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
- "dev": true
- },
- "normalize-url": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
- "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "prepend-http": "1.0.4",
- "query-string": "4.3.4",
- "sort-keys": "1.1.2"
- }
- },
- "npm": {
- "version": "5.10.0",
- "resolved": "https://registry.npmjs.org/npm/-/npm-5.10.0.tgz",
- "integrity": "sha512-lvjvjgR5wG2RJ2uqak1xtZcVAWMwVOzN5HkUlUj/n8rU1f3A0fNn+7HwOzH9Lyf0Ppyu9ApgsEpHczOSnx1cwA==",
- "requires": {
- "JSONStream": "1.3.2",
- "abbrev": "1.1.1",
- "ansi-regex": "3.0.0",
- "ansicolors": "0.3.2",
- "ansistyles": "0.1.3",
- "aproba": "1.2.0",
- "archy": "1.0.0",
- "bin-links": "1.1.0",
- "bluebird": "3.5.1",
- "byte-size": "4.0.2",
- "cacache": "10.0.4",
- "call-limit": "1.1.0",
- "chownr": "1.0.1",
- "cli-columns": "3.1.2",
- "cli-table2": "0.2.0",
- "cmd-shim": "2.0.2",
- "columnify": "1.5.4",
- "config-chain": "1.1.11",
- "debuglog": "1.0.1",
- "detect-indent": "5.0.0",
- "detect-newline": "2.1.0",
- "dezalgo": "1.0.3",
- "editor": "1.0.0",
- "find-npm-prefix": "1.0.2",
- "fs-vacuum": "1.2.10",
- "fs-write-stream-atomic": "1.0.10",
- "gentle-fs": "2.0.1",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "has-unicode": "2.0.1",
- "hosted-git-info": "2.6.0",
- "iferr": "0.1.5",
- "imurmurhash": "0.1.4",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "ini": "1.3.5",
- "init-package-json": "1.10.3",
- "is-cidr": "1.0.0",
- "json-parse-better-errors": "1.0.2",
- "lazy-property": "1.0.0",
- "libcipm": "1.6.2",
- "libnpx": "10.2.0",
- "lock-verify": "2.0.2",
- "lockfile": "1.0.4",
- "lodash._baseindexof": "3.1.0",
- "lodash._baseuniq": "4.6.0",
- "lodash._bindcallback": "3.0.1",
- "lodash._cacheindexof": "3.0.2",
- "lodash._createcache": "3.1.2",
- "lodash._getnative": "3.9.1",
- "lodash.clonedeep": "4.5.0",
- "lodash.restparam": "3.6.1",
- "lodash.union": "4.6.0",
- "lodash.uniq": "4.5.0",
- "lodash.without": "4.4.0",
- "lru-cache": "4.1.2",
- "meant": "1.0.1",
- "mississippi": "3.0.0",
- "mkdirp": "0.5.1",
- "move-concurrently": "1.0.1",
- "node-gyp": "3.6.2",
- "nopt": "4.0.1",
- "normalize-package-data": "2.4.0",
- "npm-audit-report": "1.0.9",
- "npm-cache-filename": "1.0.2",
- "npm-install-checks": "3.0.0",
- "npm-lifecycle": "2.0.1",
- "npm-package-arg": "6.1.0",
- "npm-packlist": "1.1.10",
- "npm-profile": "3.0.1",
- "npm-registry-client": "8.5.1",
- "npm-registry-fetch": "1.1.0",
- "npm-user-validate": "1.0.0",
- "npmlog": "4.1.2",
- "once": "1.4.0",
- "opener": "1.4.3",
- "osenv": "0.1.5",
- "pacote": "7.6.1",
- "path-is-inside": "1.0.2",
- "promise-inflight": "1.0.1",
- "qrcode-terminal": "0.12.0",
- "query-string": "6.1.0",
- "qw": "1.0.1",
- "read": "1.0.7",
- "read-cmd-shim": "1.0.1",
- "read-installed": "4.0.3",
- "read-package-json": "2.0.13",
- "read-package-tree": "5.2.1",
- "readable-stream": "2.3.6",
- "readdir-scoped-modules": "1.0.2",
- "request": "2.85.0",
- "retry": "0.12.0",
- "rimraf": "2.6.2",
- "safe-buffer": "5.1.2",
- "semver": "5.5.0",
- "sha": "2.0.1",
- "slide": "1.1.6",
- "sorted-object": "2.0.1",
- "sorted-union-stream": "2.1.3",
- "ssri": "5.3.0",
- "strip-ansi": "4.0.0",
- "tar": "4.4.2",
- "text-table": "0.2.0",
- "tiny-relative-date": "1.3.0",
- "uid-number": "0.0.6",
- "umask": "1.1.0",
- "unique-filename": "1.1.0",
- "unpipe": "1.0.0",
- "update-notifier": "2.5.0",
- "uuid": "3.2.1",
- "validate-npm-package-license": "3.0.3",
- "validate-npm-package-name": "3.0.0",
- "which": "1.3.0",
- "worker-farm": "1.6.0",
- "wrappy": "1.0.2",
- "write-file-atomic": "2.3.0"
- },
- "dependencies": {
- "JSONStream": {
- "version": "1.3.2",
- "bundled": true,
- "requires": {
- "jsonparse": "1.3.1",
- "through": "2.3.8"
- },
- "dependencies": {
- "jsonparse": {
- "version": "1.3.1",
- "bundled": true
- },
- "through": {
- "version": "2.3.8",
- "bundled": true
- }
- }
- },
- "abbrev": {
- "version": "1.1.1",
- "bundled": true
- },
- "ansi-regex": {
- "version": "3.0.0",
- "bundled": true
- },
- "ansicolors": {
- "version": "0.3.2",
- "bundled": true
- },
- "ansistyles": {
- "version": "0.1.3",
- "bundled": true
- },
- "aproba": {
- "version": "1.2.0",
- "bundled": true
- },
- "archy": {
- "version": "1.0.0",
- "bundled": true
- },
- "bin-links": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "bluebird": "3.5.1",
- "cmd-shim": "2.0.2",
- "fs-write-stream-atomic": "1.0.10",
- "gentle-fs": "2.0.1",
- "graceful-fs": "4.1.11",
- "slide": "1.1.6"
- }
- },
- "bluebird": {
- "version": "3.5.1",
- "bundled": true
- },
- "byte-size": {
- "version": "4.0.2",
- "bundled": true
- },
- "cacache": {
- "version": "10.0.4",
- "bundled": true,
- "requires": {
- "bluebird": "3.5.1",
- "chownr": "1.0.1",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "lru-cache": "4.1.2",
- "mississippi": "2.0.0",
- "mkdirp": "0.5.1",
- "move-concurrently": "1.0.1",
- "promise-inflight": "1.0.1",
- "rimraf": "2.6.2",
- "ssri": "5.3.0",
- "unique-filename": "1.1.0",
- "y18n": "4.0.0"
- },
- "dependencies": {
- "mississippi": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "concat-stream": "1.6.1",
- "duplexify": "3.5.4",
- "end-of-stream": "1.4.1",
- "flush-write-stream": "1.0.2",
- "from2": "2.3.0",
- "parallel-transform": "1.1.0",
- "pump": "2.0.1",
- "pumpify": "1.4.0",
- "stream-each": "1.2.2",
- "through2": "2.0.3"
- },
- "dependencies": {
- "concat-stream": {
- "version": "1.6.1",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "typedarray": "0.0.6"
- },
- "dependencies": {
- "typedarray": {
- "version": "0.0.6",
- "bundled": true
- }
- }
- },
- "duplexify": {
- "version": "3.5.4",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "end-of-stream": {
- "version": "1.4.1",
- "bundled": true,
- "requires": {
- "once": "1.4.0"
- }
- },
- "flush-write-stream": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "from2": {
- "version": "2.3.0",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "parallel-transform": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "cyclist": "0.2.2",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- },
- "dependencies": {
- "cyclist": {
- "version": "0.2.2",
- "bundled": true
- }
- }
- },
- "pump": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- },
- "pumpify": {
- "version": "1.4.0",
- "bundled": true,
- "requires": {
- "duplexify": "3.5.4",
- "inherits": "2.0.3",
- "pump": "2.0.1"
- }
- },
- "stream-each": {
- "version": "1.2.2",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "through2": {
- "version": "2.0.3",
- "bundled": true,
- "requires": {
- "readable-stream": "2.3.6",
- "xtend": "4.0.1"
- },
- "dependencies": {
- "xtend": {
- "version": "4.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "y18n": {
- "version": "4.0.0",
- "bundled": true
- }
- }
- },
- "call-limit": {
- "version": "1.1.0",
- "bundled": true
- },
- "chownr": {
- "version": "1.0.1",
- "bundled": true
- },
- "cli-columns": {
- "version": "3.1.2",
- "bundled": true,
- "requires": {
- "string-width": "2.1.1",
- "strip-ansi": "3.0.1"
- },
- "dependencies": {
- "string-width": {
- "version": "2.1.1",
- "bundled": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "bundled": true
- },
- "strip-ansi": {
- "version": "4.0.0",
- "bundled": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "ansi-regex": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- }
- }
- },
- "cli-table2": {
- "version": "0.2.0",
- "bundled": true,
- "requires": {
- "colors": "1.1.2",
- "lodash": "3.10.1",
- "string-width": "1.0.2"
- },
- "dependencies": {
- "colors": {
- "version": "1.1.2",
- "bundled": true,
- "optional": true
- },
- "lodash": {
- "version": "3.10.1",
- "bundled": true
- },
- "string-width": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- },
- "dependencies": {
- "code-point-at": {
- "version": "1.1.0",
- "bundled": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "number-is-nan": "1.0.1"
- },
- "dependencies": {
- "number-is-nan": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- },
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "ansi-regex": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "cmd-shim": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "mkdirp": "0.5.1"
- }
- },
- "columnify": {
- "version": "1.5.4",
- "bundled": true,
- "requires": {
- "strip-ansi": "3.0.1",
- "wcwidth": "1.0.1"
- },
- "dependencies": {
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "ansi-regex": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- },
- "wcwidth": {
- "version": "1.0.1",
- "bundled": true,
- "requires": {
- "defaults": "1.0.3"
- },
- "dependencies": {
- "defaults": {
- "version": "1.0.3",
- "bundled": true,
- "requires": {
- "clone": "1.0.2"
- },
- "dependencies": {
- "clone": {
- "version": "1.0.2",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "config-chain": {
- "version": "1.1.11",
- "bundled": true,
- "requires": {
- "ini": "1.3.5",
- "proto-list": "1.2.4"
- },
- "dependencies": {
- "proto-list": {
- "version": "1.2.4",
- "bundled": true
- }
- }
- },
- "debuglog": {
- "version": "1.0.1",
- "bundled": true
- },
- "detect-indent": {
- "version": "5.0.0",
- "bundled": true
- },
- "detect-newline": {
- "version": "2.1.0",
- "bundled": true
- },
- "dezalgo": {
- "version": "1.0.3",
- "bundled": true,
- "requires": {
- "asap": "2.0.5",
- "wrappy": "1.0.2"
- },
- "dependencies": {
- "asap": {
- "version": "2.0.5",
- "bundled": true
- }
- }
- },
- "editor": {
- "version": "1.0.0",
- "bundled": true
- },
- "find-npm-prefix": {
- "version": "1.0.2",
- "bundled": true
- },
- "fs-vacuum": {
- "version": "1.2.10",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "path-is-inside": "1.0.2",
- "rimraf": "2.6.2"
- }
- },
- "fs-write-stream-atomic": {
- "version": "1.0.10",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "iferr": "0.1.5",
- "imurmurhash": "0.1.4",
- "readable-stream": "2.3.6"
- }
- },
- "gentle-fs": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "aproba": "1.2.0",
- "fs-vacuum": "1.2.10",
- "graceful-fs": "4.1.11",
- "iferr": "0.1.5",
- "mkdirp": "0.5.1",
- "path-is-inside": "1.0.2",
- "read-cmd-shim": "1.0.1",
- "slide": "1.1.6"
- }
- },
- "glob": {
- "version": "7.1.2",
- "bundled": true,
- "requires": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- },
- "dependencies": {
- "fs.realpath": {
- "version": "1.0.0",
- "bundled": true
- },
- "minimatch": {
- "version": "3.0.4",
- "bundled": true,
- "requires": {
- "brace-expansion": "1.1.8"
- },
- "dependencies": {
- "brace-expansion": {
- "version": "1.1.8",
- "bundled": true,
- "requires": {
- "balanced-match": "1.0.0",
- "concat-map": "0.0.1"
- },
- "dependencies": {
- "balanced-match": {
- "version": "1.0.0",
- "bundled": true
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "path-is-absolute": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- },
- "graceful-fs": {
- "version": "4.1.11",
- "bundled": true
- },
- "has-unicode": {
- "version": "2.0.1",
- "bundled": true
- },
- "hosted-git-info": {
- "version": "2.6.0",
- "bundled": true
- },
- "iferr": {
- "version": "0.1.5",
- "bundled": true
- },
- "imurmurhash": {
- "version": "0.1.4",
- "bundled": true
- },
- "inflight": {
- "version": "1.0.6",
- "bundled": true,
- "requires": {
- "once": "1.4.0",
- "wrappy": "1.0.2"
- }
- },
- "inherits": {
- "version": "2.0.3",
- "bundled": true
- },
- "ini": {
- "version": "1.3.5",
- "bundled": true
- },
- "init-package-json": {
- "version": "1.10.3",
- "bundled": true,
- "requires": {
- "glob": "7.1.2",
- "npm-package-arg": "6.1.0",
- "promzard": "0.3.0",
- "read": "1.0.7",
- "read-package-json": "2.0.13",
- "semver": "5.5.0",
- "validate-npm-package-license": "3.0.3",
- "validate-npm-package-name": "3.0.0"
- },
- "dependencies": {
- "promzard": {
- "version": "0.3.0",
- "bundled": true,
- "requires": {
- "read": "1.0.7"
- }
- }
- }
- },
- "is-cidr": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "cidr-regex": "1.0.6"
- },
- "dependencies": {
- "cidr-regex": {
- "version": "1.0.6",
- "bundled": true
- }
- }
- },
- "json-parse-better-errors": {
- "version": "1.0.2",
- "bundled": true
- },
- "lazy-property": {
- "version": "1.0.0",
- "bundled": true
- },
- "libcipm": {
- "version": "1.6.2",
- "bundled": true,
- "requires": {
- "bin-links": "1.1.0",
- "bluebird": "3.5.1",
- "find-npm-prefix": "1.0.2",
- "graceful-fs": "4.1.11",
- "lock-verify": "2.0.1",
- "npm-lifecycle": "2.0.1",
- "npm-logical-tree": "1.2.1",
- "npm-package-arg": "6.1.0",
- "pacote": "7.6.1",
- "protoduck": "5.0.0",
- "read-package-json": "2.0.13",
- "rimraf": "2.6.2",
- "worker-farm": "1.6.0"
- },
- "dependencies": {
- "lock-verify": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "npm-package-arg": "5.1.2",
- "semver": "5.5.0"
- },
- "dependencies": {
- "npm-package-arg": {
- "version": "5.1.2",
- "bundled": true,
- "requires": {
- "hosted-git-info": "2.6.0",
- "osenv": "0.1.5",
- "semver": "5.5.0",
- "validate-npm-package-name": "3.0.0"
- }
- }
- }
- },
- "npm-logical-tree": {
- "version": "1.2.1",
- "bundled": true
- },
- "protoduck": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "genfun": "4.0.1"
- },
- "dependencies": {
- "genfun": {
- "version": "4.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "libnpx": {
- "version": "10.2.0",
- "bundled": true,
- "requires": {
- "dotenv": "5.0.1",
- "npm-package-arg": "6.1.0",
- "rimraf": "2.6.2",
- "safe-buffer": "5.1.2",
- "update-notifier": "2.5.0",
- "which": "1.3.0",
- "y18n": "4.0.0",
- "yargs": "11.0.0"
- },
- "dependencies": {
- "dotenv": {
- "version": "5.0.1",
- "bundled": true
- },
- "y18n": {
- "version": "4.0.0",
- "bundled": true
- },
- "yargs": {
- "version": "11.0.0",
- "bundled": true,
- "requires": {
- "cliui": "4.1.0",
- "decamelize": "1.2.0",
- "find-up": "2.1.0",
- "get-caller-file": "1.0.2",
- "os-locale": "2.1.0",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "2.1.1",
- "which-module": "2.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "9.0.2"
- },
- "dependencies": {
- "cliui": {
- "version": "4.1.0",
- "bundled": true,
- "requires": {
- "string-width": "2.1.1",
- "strip-ansi": "4.0.0",
- "wrap-ansi": "2.1.0"
- },
- "dependencies": {
- "wrap-ansi": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1"
- },
- "dependencies": {
- "string-width": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- },
- "dependencies": {
- "code-point-at": {
- "version": "1.1.0",
- "bundled": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "number-is-nan": "1.0.1"
- },
- "dependencies": {
- "number-is-nan": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "ansi-regex": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "decamelize": {
- "version": "1.2.0",
- "bundled": true
- },
- "find-up": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "locate-path": "2.0.0"
- },
- "dependencies": {
- "locate-path": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "p-locate": "2.0.0",
- "path-exists": "3.0.0"
- },
- "dependencies": {
- "p-locate": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "p-limit": "1.2.0"
- },
- "dependencies": {
- "p-limit": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "p-try": "1.0.0"
- },
- "dependencies": {
- "p-try": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "path-exists": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "get-caller-file": {
- "version": "1.0.2",
- "bundled": true
- },
- "os-locale": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "execa": "0.7.0",
- "lcid": "1.0.0",
- "mem": "1.1.0"
- },
- "dependencies": {
- "execa": {
- "version": "0.7.0",
- "bundled": true,
- "requires": {
- "cross-spawn": "5.1.0",
- "get-stream": "3.0.0",
- "is-stream": "1.1.0",
- "npm-run-path": "2.0.2",
- "p-finally": "1.0.0",
- "signal-exit": "3.0.2",
- "strip-eof": "1.0.0"
- },
- "dependencies": {
- "cross-spawn": {
- "version": "5.1.0",
- "bundled": true,
- "requires": {
- "lru-cache": "4.1.2",
- "shebang-command": "1.2.0",
- "which": "1.3.0"
- },
- "dependencies": {
- "shebang-command": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "shebang-regex": "1.0.0"
- },
- "dependencies": {
- "shebang-regex": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "get-stream": {
- "version": "3.0.0",
- "bundled": true
- },
- "is-stream": {
- "version": "1.1.0",
- "bundled": true
- },
- "npm-run-path": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "path-key": "2.0.1"
- },
- "dependencies": {
- "path-key": {
- "version": "2.0.1",
- "bundled": true
- }
- }
- },
- "p-finally": {
- "version": "1.0.0",
- "bundled": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true
- },
- "strip-eof": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "lcid": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "invert-kv": "1.0.0"
- },
- "dependencies": {
- "invert-kv": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "mem": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "mimic-fn": "1.2.0"
- },
- "dependencies": {
- "mimic-fn": {
- "version": "1.2.0",
- "bundled": true
- }
- }
- }
- }
- },
- "require-directory": {
- "version": "2.1.1",
- "bundled": true
- },
- "require-main-filename": {
- "version": "1.0.1",
- "bundled": true
- },
- "set-blocking": {
- "version": "2.0.0",
- "bundled": true
- },
- "string-width": {
- "version": "2.1.1",
- "bundled": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- },
- "which-module": {
- "version": "2.0.0",
- "bundled": true
- },
- "y18n": {
- "version": "3.2.1",
- "bundled": true
- },
- "yargs-parser": {
- "version": "9.0.2",
- "bundled": true,
- "requires": {
- "camelcase": "4.1.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "4.1.0",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "lock-verify": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "npm-package-arg": "6.1.0",
- "semver": "5.5.0"
- }
- },
- "lockfile": {
- "version": "1.0.4",
- "bundled": true,
- "requires": {
- "signal-exit": "3.0.2"
- },
- "dependencies": {
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true
- }
- }
- },
- "lodash._baseindexof": {
- "version": "3.1.0",
- "bundled": true
- },
- "lodash._baseuniq": {
- "version": "4.6.0",
- "bundled": true,
- "requires": {
- "lodash._createset": "4.0.3",
- "lodash._root": "3.0.1"
- },
- "dependencies": {
- "lodash._createset": {
- "version": "4.0.3",
- "bundled": true
- },
- "lodash._root": {
- "version": "3.0.1",
- "bundled": true
- }
- }
- },
- "lodash._bindcallback": {
- "version": "3.0.1",
- "bundled": true
- },
- "lodash._cacheindexof": {
- "version": "3.0.2",
- "bundled": true
- },
- "lodash._createcache": {
- "version": "3.1.2",
- "bundled": true,
- "requires": {
- "lodash._getnative": "3.9.1"
- }
- },
- "lodash._getnative": {
- "version": "3.9.1",
- "bundled": true
- },
- "lodash.clonedeep": {
- "version": "4.5.0",
- "bundled": true
- },
- "lodash.restparam": {
- "version": "3.6.1",
- "bundled": true
- },
- "lodash.union": {
- "version": "4.6.0",
- "bundled": true
- },
- "lodash.uniq": {
- "version": "4.5.0",
- "bundled": true
- },
- "lodash.without": {
- "version": "4.4.0",
- "bundled": true
- },
- "lru-cache": {
- "version": "4.1.2",
- "bundled": true,
- "requires": {
- "pseudomap": "1.0.2",
- "yallist": "2.1.2"
- },
- "dependencies": {
- "pseudomap": {
- "version": "1.0.2",
- "bundled": true
- },
- "yallist": {
- "version": "2.1.2",
- "bundled": true
- }
- }
- },
- "meant": {
- "version": "1.0.1",
- "bundled": true
- },
- "mississippi": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "concat-stream": "1.6.1",
- "duplexify": "3.5.4",
- "end-of-stream": "1.4.1",
- "flush-write-stream": "1.0.2",
- "from2": "2.3.0",
- "parallel-transform": "1.1.0",
- "pump": "3.0.0",
- "pumpify": "1.4.0",
- "stream-each": "1.2.2",
- "through2": "2.0.3"
- },
- "dependencies": {
- "concat-stream": {
- "version": "1.6.1",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "typedarray": "0.0.6"
- },
- "dependencies": {
- "typedarray": {
- "version": "0.0.6",
- "bundled": true
- }
- }
- },
- "duplexify": {
- "version": "3.5.4",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "end-of-stream": {
- "version": "1.4.1",
- "bundled": true,
- "requires": {
- "once": "1.4.0"
- }
- },
- "flush-write-stream": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "from2": {
- "version": "2.3.0",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "parallel-transform": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "cyclist": "0.2.2",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- },
- "dependencies": {
- "cyclist": {
- "version": "0.2.2",
- "bundled": true
- }
- }
- },
- "pump": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- },
- "pumpify": {
- "version": "1.4.0",
- "bundled": true,
- "requires": {
- "duplexify": "3.5.4",
- "inherits": "2.0.3",
- "pump": "2.0.1"
- },
- "dependencies": {
- "pump": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- }
- }
- },
- "stream-each": {
- "version": "1.2.2",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "through2": {
- "version": "2.0.3",
- "bundled": true,
- "requires": {
- "readable-stream": "2.3.6",
- "xtend": "4.0.1"
- },
- "dependencies": {
- "xtend": {
- "version": "4.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "mkdirp": {
- "version": "0.5.1",
- "bundled": true,
- "requires": {
- "minimist": "0.0.8"
- },
- "dependencies": {
- "minimist": {
- "version": "0.0.8",
- "bundled": true
- }
- }
- },
- "move-concurrently": {
- "version": "1.0.1",
- "bundled": true,
- "requires": {
- "aproba": "1.2.0",
- "copy-concurrently": "1.0.5",
- "fs-write-stream-atomic": "1.0.10",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2",
- "run-queue": "1.0.3"
- },
- "dependencies": {
- "copy-concurrently": {
- "version": "1.0.5",
- "bundled": true,
- "requires": {
- "aproba": "1.2.0",
- "fs-write-stream-atomic": "1.0.10",
- "iferr": "0.1.5",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2",
- "run-queue": "1.0.3"
- }
- },
- "run-queue": {
- "version": "1.0.3",
- "bundled": true,
- "requires": {
- "aproba": "1.2.0"
- }
- }
- }
- },
- "node-gyp": {
- "version": "3.6.2",
- "bundled": true,
- "requires": {
- "fstream": "1.0.11",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "minimatch": "3.0.4",
- "mkdirp": "0.5.1",
- "nopt": "3.0.6",
- "npmlog": "4.1.2",
- "osenv": "0.1.5",
- "request": "2.85.0",
- "rimraf": "2.6.2",
- "semver": "5.3.0",
- "tar": "2.2.1",
- "which": "1.3.0"
- },
- "dependencies": {
- "fstream": {
- "version": "1.0.11",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "inherits": "2.0.3",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2"
- }
- },
- "minimatch": {
- "version": "3.0.4",
- "bundled": true,
- "requires": {
- "brace-expansion": "1.1.11"
- },
- "dependencies": {
- "brace-expansion": {
- "version": "1.1.11",
- "bundled": true,
- "requires": {
- "balanced-match": "1.0.0",
- "concat-map": "0.0.1"
- },
- "dependencies": {
- "balanced-match": {
- "version": "1.0.0",
- "bundled": true
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "nopt": {
- "version": "3.0.6",
- "bundled": true,
- "requires": {
- "abbrev": "1.1.1"
- }
- },
- "semver": {
- "version": "5.3.0",
- "bundled": true
- },
- "tar": {
- "version": "2.2.1",
- "bundled": true,
- "requires": {
- "block-stream": "0.0.9",
- "fstream": "1.0.11",
- "inherits": "2.0.3"
- },
- "dependencies": {
- "block-stream": {
- "version": "0.0.9",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3"
- }
- }
- }
- }
- }
- },
- "nopt": {
- "version": "4.0.1",
- "bundled": true,
- "requires": {
- "abbrev": "1.1.1",
- "osenv": "0.1.5"
- }
- },
- "normalize-package-data": {
- "version": "2.4.0",
- "bundled": true,
- "requires": {
- "hosted-git-info": "2.6.0",
- "is-builtin-module": "1.0.0",
- "semver": "5.5.0",
- "validate-npm-package-license": "3.0.3"
- },
- "dependencies": {
- "is-builtin-module": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "builtin-modules": "1.1.1"
- },
- "dependencies": {
- "builtin-modules": {
- "version": "1.1.1",
- "bundled": true
- }
- }
- }
- }
- },
- "npm-audit-report": {
- "version": "1.0.9",
- "bundled": true,
- "requires": {
- "cli-table2": "0.2.0",
- "console-control-strings": "1.1.0"
- },
- "dependencies": {
- "console-control-strings": {
- "version": "1.1.0",
- "bundled": true
- }
- }
- },
- "npm-cache-filename": {
- "version": "1.0.2",
- "bundled": true
- },
- "npm-install-checks": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "semver": "5.5.0"
- }
- },
- "npm-lifecycle": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "byline": "5.0.0",
- "graceful-fs": "4.1.11",
- "node-gyp": "3.6.2",
- "resolve-from": "4.0.0",
- "slide": "1.1.6",
- "uid-number": "0.0.6",
- "umask": "1.1.0",
- "which": "1.3.0"
- },
- "dependencies": {
- "byline": {
- "version": "5.0.0",
- "bundled": true
- },
- "resolve-from": {
- "version": "4.0.0",
- "bundled": true
- }
- }
- },
- "npm-package-arg": {
- "version": "6.1.0",
- "bundled": true,
- "requires": {
- "hosted-git-info": "2.6.0",
- "osenv": "0.1.5",
- "semver": "5.5.0",
- "validate-npm-package-name": "3.0.0"
- }
- },
- "npm-packlist": {
- "version": "1.1.10",
- "bundled": true,
- "requires": {
- "ignore-walk": "3.0.1",
- "npm-bundled": "1.0.3"
- },
- "dependencies": {
- "ignore-walk": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "minimatch": "3.0.4"
- },
- "dependencies": {
- "minimatch": {
- "version": "3.0.4",
- "bundled": true,
- "requires": {
- "brace-expansion": "1.1.8"
- },
- "dependencies": {
- "brace-expansion": {
- "version": "1.1.8",
- "bundled": true,
- "requires": {
- "balanced-match": "1.0.0",
- "concat-map": "0.0.1"
- },
- "dependencies": {
- "balanced-match": {
- "version": "1.0.0",
- "bundled": true
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "npm-bundled": {
- "version": "1.0.3",
- "bundled": true
- }
- }
- },
- "npm-profile": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "aproba": "1.2.0",
- "make-fetch-happen": "2.6.0"
- },
- "dependencies": {
- "make-fetch-happen": {
- "version": "2.6.0",
- "bundled": true,
- "requires": {
- "agentkeepalive": "3.3.0",
- "cacache": "10.0.4",
- "http-cache-semantics": "3.8.1",
- "http-proxy-agent": "2.0.0",
- "https-proxy-agent": "2.1.1",
- "lru-cache": "4.1.2",
- "mississippi": "1.3.1",
- "node-fetch-npm": "2.0.2",
- "promise-retry": "1.1.1",
- "socks-proxy-agent": "3.0.1",
- "ssri": "5.3.0"
- },
- "dependencies": {
- "agentkeepalive": {
- "version": "3.3.0",
- "bundled": true,
- "requires": {
- "humanize-ms": "1.2.1"
- },
- "dependencies": {
- "humanize-ms": {
- "version": "1.2.1",
- "bundled": true,
- "requires": {
- "ms": "2.1.1"
- },
- "dependencies": {
- "ms": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- }
- }
- },
- "http-cache-semantics": {
- "version": "3.8.1",
- "bundled": true
- },
- "http-proxy-agent": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "debug": "2.6.9"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "debug": {
- "version": "2.6.9",
- "bundled": true,
- "requires": {
- "ms": "2.0.0"
- },
- "dependencies": {
- "ms": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "https-proxy-agent": {
- "version": "2.1.1",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "debug": "3.1.0"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "debug": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "ms": "2.0.0"
- },
- "dependencies": {
- "ms": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "mississippi": {
- "version": "1.3.1",
- "bundled": true,
- "requires": {
- "concat-stream": "1.6.0",
- "duplexify": "3.5.3",
- "end-of-stream": "1.4.1",
- "flush-write-stream": "1.0.2",
- "from2": "2.3.0",
- "parallel-transform": "1.1.0",
- "pump": "1.0.3",
- "pumpify": "1.4.0",
- "stream-each": "1.2.2",
- "through2": "2.0.3"
- },
- "dependencies": {
- "concat-stream": {
- "version": "1.6.0",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "typedarray": "0.0.6"
- },
- "dependencies": {
- "typedarray": {
- "version": "0.0.6",
- "bundled": true
- }
- }
- },
- "duplexify": {
- "version": "3.5.3",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "end-of-stream": {
- "version": "1.4.1",
- "bundled": true,
- "requires": {
- "once": "1.4.0"
- }
- },
- "flush-write-stream": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "from2": {
- "version": "2.3.0",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "parallel-transform": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "cyclist": "0.2.2",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- },
- "dependencies": {
- "cyclist": {
- "version": "0.2.2",
- "bundled": true
- }
- }
- },
- "pump": {
- "version": "1.0.3",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- },
- "pumpify": {
- "version": "1.4.0",
- "bundled": true,
- "requires": {
- "duplexify": "3.5.3",
- "inherits": "2.0.3",
- "pump": "2.0.1"
- },
- "dependencies": {
- "pump": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- }
- }
- },
- "stream-each": {
- "version": "1.2.2",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "through2": {
- "version": "2.0.3",
- "bundled": true,
- "requires": {
- "readable-stream": "2.3.6",
- "xtend": "4.0.1"
- },
- "dependencies": {
- "xtend": {
- "version": "4.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "node-fetch-npm": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "encoding": "0.1.12",
- "json-parse-better-errors": "1.0.1",
- "safe-buffer": "5.1.2"
- },
- "dependencies": {
- "encoding": {
- "version": "0.1.12",
- "bundled": true,
- "requires": {
- "iconv-lite": "0.4.19"
- },
- "dependencies": {
- "iconv-lite": {
- "version": "0.4.19",
- "bundled": true
- }
- }
- },
- "json-parse-better-errors": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- },
- "promise-retry": {
- "version": "1.1.1",
- "bundled": true,
- "requires": {
- "err-code": "1.1.2",
- "retry": "0.10.1"
- },
- "dependencies": {
- "err-code": {
- "version": "1.1.2",
- "bundled": true
- },
- "retry": {
- "version": "0.10.1",
- "bundled": true
- }
- }
- },
- "socks-proxy-agent": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "socks": "1.1.10"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "socks": {
- "version": "1.1.10",
- "bundled": true,
- "requires": {
- "ip": "1.1.5",
- "smart-buffer": "1.1.15"
- },
- "dependencies": {
- "ip": {
- "version": "1.1.5",
- "bundled": true
- },
- "smart-buffer": {
- "version": "1.1.15",
- "bundled": true
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "npm-registry-client": {
- "version": "8.5.1",
- "bundled": true,
- "requires": {
- "concat-stream": "1.6.1",
- "graceful-fs": "4.1.11",
- "normalize-package-data": "2.4.0",
- "npm-package-arg": "6.1.0",
- "npmlog": "4.1.2",
- "once": "1.4.0",
- "request": "2.85.0",
- "retry": "0.10.1",
- "safe-buffer": "5.1.2",
- "semver": "5.5.0",
- "slide": "1.1.6",
- "ssri": "5.3.0"
- },
- "dependencies": {
- "concat-stream": {
- "version": "1.6.1",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "typedarray": "0.0.6"
- },
- "dependencies": {
- "typedarray": {
- "version": "0.0.6",
- "bundled": true
- }
- }
- },
- "retry": {
- "version": "0.10.1",
- "bundled": true
- }
- }
- },
- "npm-registry-fetch": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "bluebird": "3.5.1",
- "figgy-pudding": "2.0.1",
- "lru-cache": "4.1.2",
- "make-fetch-happen": "3.0.0",
- "npm-package-arg": "6.1.0",
- "safe-buffer": "5.1.2"
- },
- "dependencies": {
- "figgy-pudding": {
- "version": "2.0.1",
- "bundled": true
- },
- "make-fetch-happen": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "agentkeepalive": "3.4.1",
- "cacache": "10.0.4",
- "http-cache-semantics": "3.8.1",
- "http-proxy-agent": "2.1.0",
- "https-proxy-agent": "2.2.1",
- "lru-cache": "4.1.2",
- "mississippi": "3.0.0",
- "node-fetch-npm": "2.0.2",
- "promise-retry": "1.1.1",
- "socks-proxy-agent": "3.0.1",
- "ssri": "5.3.0"
- },
- "dependencies": {
- "agentkeepalive": {
- "version": "3.4.1",
- "bundled": true,
- "requires": {
- "humanize-ms": "1.2.1"
- },
- "dependencies": {
- "humanize-ms": {
- "version": "1.2.1",
- "bundled": true,
- "requires": {
- "ms": "2.1.1"
- },
- "dependencies": {
- "ms": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- }
- }
- },
- "http-cache-semantics": {
- "version": "3.8.1",
- "bundled": true
- },
- "http-proxy-agent": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "debug": "3.1.0"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "debug": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "ms": "2.0.0"
- },
- "dependencies": {
- "ms": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "https-proxy-agent": {
- "version": "2.2.1",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "debug": "3.1.0"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "debug": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "ms": "2.0.0"
- },
- "dependencies": {
- "ms": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "node-fetch-npm": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "encoding": "0.1.12",
- "json-parse-better-errors": "1.0.2",
- "safe-buffer": "5.1.2"
- },
- "dependencies": {
- "encoding": {
- "version": "0.1.12",
- "bundled": true,
- "requires": {
- "iconv-lite": "0.4.21"
- },
- "dependencies": {
- "iconv-lite": {
- "version": "0.4.21",
- "bundled": true,
- "requires": {
- "safer-buffer": "2.1.2"
- },
- "dependencies": {
- "safer-buffer": {
- "version": "2.1.2",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "promise-retry": {
- "version": "1.1.1",
- "bundled": true,
- "requires": {
- "err-code": "1.1.2",
- "retry": "0.10.1"
- },
- "dependencies": {
- "err-code": {
- "version": "1.1.2",
- "bundled": true
- },
- "retry": {
- "version": "0.10.1",
- "bundled": true
- }
- }
- },
- "socks-proxy-agent": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "socks": "1.1.10"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "socks": {
- "version": "1.1.10",
- "bundled": true,
- "requires": {
- "ip": "1.1.5",
- "smart-buffer": "1.1.15"
- },
- "dependencies": {
- "ip": {
- "version": "1.1.5",
- "bundled": true
- },
- "smart-buffer": {
- "version": "1.1.15",
- "bundled": true
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "npm-user-validate": {
- "version": "1.0.0",
- "bundled": true
- },
- "npmlog": {
- "version": "4.1.2",
- "bundled": true,
- "requires": {
- "are-we-there-yet": "1.1.4",
- "console-control-strings": "1.1.0",
- "gauge": "2.7.4",
- "set-blocking": "2.0.0"
- },
- "dependencies": {
- "are-we-there-yet": {
- "version": "1.1.4",
- "bundled": true,
- "requires": {
- "delegates": "1.0.0",
- "readable-stream": "2.3.6"
- },
- "dependencies": {
- "delegates": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "console-control-strings": {
- "version": "1.1.0",
- "bundled": true
- },
- "gauge": {
- "version": "2.7.4",
- "bundled": true,
- "requires": {
- "aproba": "1.2.0",
- "console-control-strings": "1.1.0",
- "has-unicode": "2.0.1",
- "object-assign": "4.1.1",
- "signal-exit": "3.0.2",
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wide-align": "1.1.2"
- },
- "dependencies": {
- "object-assign": {
- "version": "4.1.1",
- "bundled": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true
- },
- "string-width": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- },
- "dependencies": {
- "code-point-at": {
- "version": "1.1.0",
- "bundled": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "number-is-nan": "1.0.1"
- },
- "dependencies": {
- "number-is-nan": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "ansi-regex": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- },
- "wide-align": {
- "version": "1.1.2",
- "bundled": true,
- "requires": {
- "string-width": "1.0.2"
- }
- }
- }
- },
- "set-blocking": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- },
- "once": {
- "version": "1.4.0",
- "bundled": true,
- "requires": {
- "wrappy": "1.0.2"
- }
- },
- "opener": {
- "version": "1.4.3",
- "bundled": true
- },
- "osenv": {
- "version": "0.1.5",
- "bundled": true,
- "requires": {
- "os-homedir": "1.0.2",
- "os-tmpdir": "1.0.2"
- },
- "dependencies": {
- "os-homedir": {
- "version": "1.0.2",
- "bundled": true
- },
- "os-tmpdir": {
- "version": "1.0.2",
- "bundled": true
- }
- }
- },
- "pacote": {
- "version": "7.6.1",
- "bundled": true,
- "requires": {
- "bluebird": "3.5.1",
- "cacache": "10.0.4",
- "get-stream": "3.0.0",
- "glob": "7.1.2",
- "lru-cache": "4.1.2",
- "make-fetch-happen": "2.6.0",
- "minimatch": "3.0.4",
- "mississippi": "3.0.0",
- "mkdirp": "0.5.1",
- "normalize-package-data": "2.4.0",
- "npm-package-arg": "6.1.0",
- "npm-packlist": "1.1.10",
- "npm-pick-manifest": "2.1.0",
- "osenv": "0.1.5",
- "promise-inflight": "1.0.1",
- "promise-retry": "1.1.1",
- "protoduck": "5.0.0",
- "rimraf": "2.6.2",
- "safe-buffer": "5.1.2",
- "semver": "5.5.0",
- "ssri": "5.3.0",
- "tar": "4.4.2",
- "unique-filename": "1.1.0",
- "which": "1.3.0"
- },
- "dependencies": {
- "get-stream": {
- "version": "3.0.0",
- "bundled": true
- },
- "make-fetch-happen": {
- "version": "2.6.0",
- "bundled": true,
- "requires": {
- "agentkeepalive": "3.4.0",
- "cacache": "10.0.4",
- "http-cache-semantics": "3.8.1",
- "http-proxy-agent": "2.1.0",
- "https-proxy-agent": "2.2.0",
- "lru-cache": "4.1.2",
- "mississippi": "1.3.1",
- "node-fetch-npm": "2.0.2",
- "promise-retry": "1.1.1",
- "socks-proxy-agent": "3.0.1",
- "ssri": "5.3.0"
- },
- "dependencies": {
- "agentkeepalive": {
- "version": "3.4.0",
- "bundled": true,
- "requires": {
- "humanize-ms": "1.2.1"
- },
- "dependencies": {
- "humanize-ms": {
- "version": "1.2.1",
- "bundled": true,
- "requires": {
- "ms": "2.1.1"
- },
- "dependencies": {
- "ms": {
- "version": "2.1.1",
- "bundled": true
- }
- }
- }
- }
- },
- "http-cache-semantics": {
- "version": "3.8.1",
- "bundled": true
- },
- "http-proxy-agent": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "debug": "3.1.0"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "debug": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "ms": "2.0.0"
- },
- "dependencies": {
- "ms": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "https-proxy-agent": {
- "version": "2.2.0",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "debug": "3.1.0"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "debug": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "ms": "2.0.0"
- },
- "dependencies": {
- "ms": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "mississippi": {
- "version": "1.3.1",
- "bundled": true,
- "requires": {
- "concat-stream": "1.6.1",
- "duplexify": "3.5.4",
- "end-of-stream": "1.4.1",
- "flush-write-stream": "1.0.2",
- "from2": "2.3.0",
- "parallel-transform": "1.1.0",
- "pump": "1.0.3",
- "pumpify": "1.4.0",
- "stream-each": "1.2.2",
- "through2": "2.0.3"
- },
- "dependencies": {
- "concat-stream": {
- "version": "1.6.1",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "typedarray": "0.0.6"
- },
- "dependencies": {
- "typedarray": {
- "version": "0.0.6",
- "bundled": true
- }
- }
- },
- "duplexify": {
- "version": "3.5.4",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "end-of-stream": {
- "version": "1.4.1",
- "bundled": true,
- "requires": {
- "once": "1.4.0"
- }
- },
- "flush-write-stream": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "from2": {
- "version": "2.3.0",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "parallel-transform": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "cyclist": "0.2.2",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- },
- "dependencies": {
- "cyclist": {
- "version": "0.2.2",
- "bundled": true
- }
- }
- },
- "pump": {
- "version": "1.0.3",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- },
- "pumpify": {
- "version": "1.4.0",
- "bundled": true,
- "requires": {
- "duplexify": "3.5.4",
- "inherits": "2.0.3",
- "pump": "2.0.1"
- },
- "dependencies": {
- "pump": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- }
- }
- },
- "stream-each": {
- "version": "1.2.2",
- "bundled": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "through2": {
- "version": "2.0.3",
- "bundled": true,
- "requires": {
- "readable-stream": "2.3.6",
- "xtend": "4.0.1"
- },
- "dependencies": {
- "xtend": {
- "version": "4.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "node-fetch-npm": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "encoding": "0.1.12",
- "json-parse-better-errors": "1.0.1",
- "safe-buffer": "5.1.2"
- },
- "dependencies": {
- "encoding": {
- "version": "0.1.12",
- "bundled": true,
- "requires": {
- "iconv-lite": "0.4.19"
- },
- "dependencies": {
- "iconv-lite": {
- "version": "0.4.19",
- "bundled": true
- }
- }
- },
- "json-parse-better-errors": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- },
- "socks-proxy-agent": {
- "version": "3.0.1",
- "bundled": true,
- "requires": {
- "agent-base": "4.2.0",
- "socks": "1.1.10"
- },
- "dependencies": {
- "agent-base": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "es6-promisify": "5.0.0"
- },
- "dependencies": {
- "es6-promisify": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "es6-promise": "4.2.4"
- },
- "dependencies": {
- "es6-promise": {
- "version": "4.2.4",
- "bundled": true
- }
- }
- }
- }
- },
- "socks": {
- "version": "1.1.10",
- "bundled": true,
- "requires": {
- "ip": "1.1.5",
- "smart-buffer": "1.1.15"
- },
- "dependencies": {
- "ip": {
- "version": "1.1.5",
- "bundled": true
- },
- "smart-buffer": {
- "version": "1.1.15",
- "bundled": true
- }
- }
- }
- }
- }
- }
- },
- "minimatch": {
- "version": "3.0.4",
- "bundled": true,
- "requires": {
- "brace-expansion": "1.1.11"
- },
- "dependencies": {
- "brace-expansion": {
- "version": "1.1.11",
- "bundled": true,
- "requires": {
- "balanced-match": "1.0.0",
- "concat-map": "0.0.1"
- },
- "dependencies": {
- "balanced-match": {
- "version": "1.0.0",
- "bundled": true
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "npm-pick-manifest": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "npm-package-arg": "6.1.0",
- "semver": "5.5.0"
- }
- },
- "promise-retry": {
- "version": "1.1.1",
- "bundled": true,
- "requires": {
- "err-code": "1.1.2",
- "retry": "0.10.1"
- },
- "dependencies": {
- "err-code": {
- "version": "1.1.2",
- "bundled": true
- },
- "retry": {
- "version": "0.10.1",
- "bundled": true
- }
- }
- },
- "protoduck": {
- "version": "5.0.0",
- "bundled": true,
- "requires": {
- "genfun": "4.0.1"
- },
- "dependencies": {
- "genfun": {
- "version": "4.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "path-is-inside": {
- "version": "1.0.2",
- "bundled": true
- },
- "promise-inflight": {
- "version": "1.0.1",
- "bundled": true
- },
- "qrcode-terminal": {
- "version": "0.12.0",
- "bundled": true
- },
- "query-string": {
- "version": "6.1.0",
- "bundled": true,
- "requires": {
- "decode-uri-component": "0.2.0",
- "strict-uri-encode": "2.0.0"
- },
- "dependencies": {
- "decode-uri-component": {
- "version": "0.2.0",
- "bundled": true
- },
- "strict-uri-encode": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- },
- "qw": {
- "version": "1.0.1",
- "bundled": true
- },
- "read": {
- "version": "1.0.7",
- "bundled": true,
- "requires": {
- "mute-stream": "0.0.7"
- },
- "dependencies": {
- "mute-stream": {
- "version": "0.0.7",
- "bundled": true
- }
- }
- },
- "read-cmd-shim": {
- "version": "1.0.1",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11"
- }
- },
- "read-installed": {
- "version": "4.0.3",
- "bundled": true,
- "requires": {
- "debuglog": "1.0.1",
- "graceful-fs": "4.1.11",
- "read-package-json": "2.0.13",
- "readdir-scoped-modules": "1.0.2",
- "semver": "5.5.0",
- "slide": "1.1.6",
- "util-extend": "1.0.3"
- },
- "dependencies": {
- "util-extend": {
- "version": "1.0.3",
- "bundled": true
- }
- }
- },
- "read-package-json": {
- "version": "2.0.13",
- "bundled": true,
- "requires": {
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "json-parse-better-errors": "1.0.1",
- "normalize-package-data": "2.4.0",
- "slash": "1.0.0"
- },
- "dependencies": {
- "json-parse-better-errors": {
- "version": "1.0.1",
- "bundled": true
- },
- "slash": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "read-package-tree": {
- "version": "5.2.1",
- "bundled": true,
- "requires": {
- "debuglog": "1.0.1",
- "dezalgo": "1.0.3",
- "once": "1.4.0",
- "read-package-json": "2.0.13",
- "readdir-scoped-modules": "1.0.2"
- }
- },
- "readable-stream": {
- "version": "2.3.6",
- "bundled": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.2",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "dependencies": {
- "core-util-is": {
- "version": "1.0.2",
- "bundled": true
- },
- "isarray": {
- "version": "1.0.0",
- "bundled": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "bundled": true
- },
- "string_decoder": {
- "version": "1.1.1",
- "bundled": true,
- "requires": {
- "safe-buffer": "5.1.2"
- }
- },
- "util-deprecate": {
- "version": "1.0.2",
- "bundled": true
- }
- }
- },
- "readdir-scoped-modules": {
- "version": "1.0.2",
- "bundled": true,
- "requires": {
- "debuglog": "1.0.1",
- "dezalgo": "1.0.3",
- "graceful-fs": "4.1.11",
- "once": "1.4.0"
- }
- },
- "request": {
- "version": "2.85.0",
- "bundled": true,
- "requires": {
- "aws-sign2": "0.7.0",
- "aws4": "1.6.0",
- "caseless": "0.12.0",
- "combined-stream": "1.0.6",
- "extend": "3.0.1",
- "forever-agent": "0.6.1",
- "form-data": "2.3.2",
- "har-validator": "5.0.3",
- "hawk": "6.0.2",
- "http-signature": "1.2.0",
- "is-typedarray": "1.0.0",
- "isstream": "0.1.2",
- "json-stringify-safe": "5.0.1",
- "mime-types": "2.1.18",
- "oauth-sign": "0.8.2",
- "performance-now": "2.1.0",
- "qs": "6.5.1",
- "safe-buffer": "5.1.2",
- "stringstream": "0.0.5",
- "tough-cookie": "2.3.4",
- "tunnel-agent": "0.6.0",
- "uuid": "3.2.1"
- },
- "dependencies": {
- "aws-sign2": {
- "version": "0.7.0",
- "bundled": true
- },
- "aws4": {
- "version": "1.6.0",
- "bundled": true
- },
- "caseless": {
- "version": "0.12.0",
- "bundled": true
- },
- "combined-stream": {
- "version": "1.0.6",
- "bundled": true,
- "requires": {
- "delayed-stream": "1.0.0"
- },
- "dependencies": {
- "delayed-stream": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "extend": {
- "version": "3.0.1",
- "bundled": true
- },
- "forever-agent": {
- "version": "0.6.1",
- "bundled": true
- },
- "form-data": {
- "version": "2.3.2",
- "bundled": true,
- "requires": {
- "asynckit": "0.4.0",
- "combined-stream": "1.0.6",
- "mime-types": "2.1.18"
- },
- "dependencies": {
- "asynckit": {
- "version": "0.4.0",
- "bundled": true
- }
- }
- },
- "har-validator": {
- "version": "5.0.3",
- "bundled": true,
- "requires": {
- "ajv": "5.5.2",
- "har-schema": "2.0.0"
- },
- "dependencies": {
- "ajv": {
- "version": "5.5.2",
- "bundled": true,
- "requires": {
- "co": "4.6.0",
- "fast-deep-equal": "1.1.0",
- "fast-json-stable-stringify": "2.0.0",
- "json-schema-traverse": "0.3.1"
- },
- "dependencies": {
- "co": {
- "version": "4.6.0",
- "bundled": true
- },
- "fast-deep-equal": {
- "version": "1.1.0",
- "bundled": true
- },
- "fast-json-stable-stringify": {
- "version": "2.0.0",
- "bundled": true
- },
- "json-schema-traverse": {
- "version": "0.3.1",
- "bundled": true
- }
- }
- },
- "har-schema": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- },
- "hawk": {
- "version": "6.0.2",
- "bundled": true,
- "requires": {
- "boom": "4.3.1",
- "cryptiles": "3.1.2",
- "hoek": "4.2.1",
- "sntp": "2.1.0"
- },
- "dependencies": {
- "boom": {
- "version": "4.3.1",
- "bundled": true,
- "requires": {
- "hoek": "4.2.1"
- }
- },
- "cryptiles": {
- "version": "3.1.2",
- "bundled": true,
- "requires": {
- "boom": "5.2.0"
- },
- "dependencies": {
- "boom": {
- "version": "5.2.0",
- "bundled": true,
- "requires": {
- "hoek": "4.2.1"
- }
- }
- }
- },
- "hoek": {
- "version": "4.2.1",
- "bundled": true
- },
- "sntp": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "hoek": "4.2.1"
- }
- }
- }
- },
- "http-signature": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "assert-plus": "1.0.0",
- "jsprim": "1.4.1",
- "sshpk": "1.14.1"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true
- },
- "jsprim": {
- "version": "1.4.1",
- "bundled": true,
- "requires": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.3.0",
- "json-schema": "0.2.3",
- "verror": "1.10.0"
- },
- "dependencies": {
- "extsprintf": {
- "version": "1.3.0",
- "bundled": true
- },
- "json-schema": {
- "version": "0.2.3",
- "bundled": true
- },
- "verror": {
- "version": "1.10.0",
- "bundled": true,
- "requires": {
- "assert-plus": "1.0.0",
- "core-util-is": "1.0.2",
- "extsprintf": "1.3.0"
- },
- "dependencies": {
- "core-util-is": {
- "version": "1.0.2",
- "bundled": true
- }
- }
- }
- }
- },
- "sshpk": {
- "version": "1.14.1",
- "bundled": true,
- "requires": {
- "asn1": "0.2.3",
- "assert-plus": "1.0.0",
- "bcrypt-pbkdf": "1.0.1",
- "dashdash": "1.14.1",
- "ecc-jsbn": "0.1.1",
- "getpass": "0.1.7",
- "jsbn": "0.1.1",
- "tweetnacl": "0.14.5"
- },
- "dependencies": {
- "asn1": {
- "version": "0.2.3",
- "bundled": true
- },
- "bcrypt-pbkdf": {
- "version": "1.0.1",
- "bundled": true,
- "optional": true,
- "requires": {
- "tweetnacl": "0.14.5"
- }
- },
- "dashdash": {
- "version": "1.14.1",
- "bundled": true,
- "requires": {
- "assert-plus": "1.0.0"
- }
- },
- "ecc-jsbn": {
- "version": "0.1.1",
- "bundled": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.1"
- }
- },
- "getpass": {
- "version": "0.1.7",
- "bundled": true,
- "requires": {
- "assert-plus": "1.0.0"
- }
- },
- "jsbn": {
- "version": "0.1.1",
- "bundled": true,
- "optional": true
- },
- "tweetnacl": {
- "version": "0.14.5",
- "bundled": true,
- "optional": true
- }
- }
- }
- }
- },
- "is-typedarray": {
- "version": "1.0.0",
- "bundled": true
- },
- "isstream": {
- "version": "0.1.2",
- "bundled": true
- },
- "json-stringify-safe": {
- "version": "5.0.1",
- "bundled": true
- },
- "mime-types": {
- "version": "2.1.18",
- "bundled": true,
- "requires": {
- "mime-db": "1.33.0"
- },
- "dependencies": {
- "mime-db": {
- "version": "1.33.0",
- "bundled": true
- }
- }
- },
- "oauth-sign": {
- "version": "0.8.2",
- "bundled": true
- },
- "performance-now": {
- "version": "2.1.0",
- "bundled": true
- },
- "qs": {
- "version": "6.5.1",
- "bundled": true
- },
- "stringstream": {
- "version": "0.0.5",
- "bundled": true
- },
- "tough-cookie": {
- "version": "2.3.4",
- "bundled": true,
- "requires": {
- "punycode": "1.4.1"
- },
- "dependencies": {
- "punycode": {
- "version": "1.4.1",
- "bundled": true
- }
- }
- },
- "tunnel-agent": {
- "version": "0.6.0",
- "bundled": true,
- "requires": {
- "safe-buffer": "5.1.2"
- }
- }
- }
- },
- "retry": {
- "version": "0.12.0",
- "bundled": true
- },
- "rimraf": {
- "version": "2.6.2",
- "bundled": true,
- "requires": {
- "glob": "7.1.2"
- }
- },
- "safe-buffer": {
- "version": "5.1.2",
- "bundled": true
- },
- "semver": {
- "version": "5.5.0",
- "bundled": true
- },
- "sha": {
- "version": "2.0.1",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "readable-stream": "2.3.6"
- }
- },
- "slide": {
- "version": "1.1.6",
- "bundled": true
- },
- "sorted-object": {
- "version": "2.0.1",
- "bundled": true
- },
- "sorted-union-stream": {
- "version": "2.1.3",
- "bundled": true,
- "requires": {
- "from2": "1.3.0",
- "stream-iterate": "1.2.0"
- },
- "dependencies": {
- "from2": {
- "version": "1.3.0",
- "bundled": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "1.1.14"
- },
- "dependencies": {
- "readable-stream": {
- "version": "1.1.14",
- "bundled": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "0.0.1",
- "string_decoder": "0.10.31"
- },
- "dependencies": {
- "core-util-is": {
- "version": "1.0.2",
- "bundled": true
- },
- "isarray": {
- "version": "0.0.1",
- "bundled": true
- },
- "string_decoder": {
- "version": "0.10.31",
- "bundled": true
- }
- }
- }
- }
- },
- "stream-iterate": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "readable-stream": "2.3.6",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "stream-shift": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "ssri": {
- "version": "5.3.0",
- "bundled": true,
- "requires": {
- "safe-buffer": "5.1.2"
- }
- },
- "strip-ansi": {
- "version": "4.0.0",
- "bundled": true,
- "requires": {
- "ansi-regex": "3.0.0"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- },
- "tar": {
- "version": "4.4.2",
- "bundled": true,
- "requires": {
- "chownr": "1.0.1",
- "fs-minipass": "1.2.5",
- "minipass": "2.2.4",
- "minizlib": "1.1.0",
- "mkdirp": "0.5.1",
- "safe-buffer": "5.1.2",
- "yallist": "3.0.2"
- },
- "dependencies": {
- "fs-minipass": {
- "version": "1.2.5",
- "bundled": true,
- "requires": {
- "minipass": "2.2.4"
- }
- },
- "minipass": {
- "version": "2.2.4",
- "bundled": true,
- "requires": {
- "safe-buffer": "5.1.2",
- "yallist": "3.0.2"
- }
- },
- "minizlib": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "minipass": "2.2.4"
- }
- },
- "safe-buffer": {
- "version": "5.1.2",
- "bundled": true
- },
- "yallist": {
- "version": "3.0.2",
- "bundled": true
- }
- }
- },
- "text-table": {
- "version": "0.2.0",
- "bundled": true
- },
- "tiny-relative-date": {
- "version": "1.3.0",
- "bundled": true
- },
- "uid-number": {
- "version": "0.0.6",
- "bundled": true
- },
- "umask": {
- "version": "1.1.0",
- "bundled": true
- },
- "unique-filename": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "unique-slug": "2.0.0"
- },
- "dependencies": {
- "unique-slug": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "imurmurhash": "0.1.4"
- }
- }
- }
- },
- "unpipe": {
- "version": "1.0.0",
- "bundled": true
- },
- "update-notifier": {
- "version": "2.5.0",
- "bundled": true,
- "requires": {
- "boxen": "1.3.0",
- "chalk": "2.4.1",
- "configstore": "3.1.2",
- "import-lazy": "2.1.0",
- "is-ci": "1.1.0",
- "is-installed-globally": "0.1.0",
- "is-npm": "1.0.0",
- "latest-version": "3.1.0",
- "semver-diff": "2.1.0",
- "xdg-basedir": "3.0.0"
- },
- "dependencies": {
- "boxen": {
- "version": "1.3.0",
- "bundled": true,
- "requires": {
- "ansi-align": "2.0.0",
- "camelcase": "4.1.0",
- "chalk": "2.4.1",
- "cli-boxes": "1.0.0",
- "string-width": "2.1.1",
- "term-size": "1.2.0",
- "widest-line": "2.0.0"
- },
- "dependencies": {
- "ansi-align": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "string-width": "2.1.1"
- }
- },
- "camelcase": {
- "version": "4.1.0",
- "bundled": true
- },
- "cli-boxes": {
- "version": "1.0.0",
- "bundled": true
- },
- "string-width": {
- "version": "2.1.1",
- "bundled": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- },
- "term-size": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "execa": "0.7.0"
- },
- "dependencies": {
- "execa": {
- "version": "0.7.0",
- "bundled": true,
- "requires": {
- "cross-spawn": "5.1.0",
- "get-stream": "3.0.0",
- "is-stream": "1.1.0",
- "npm-run-path": "2.0.2",
- "p-finally": "1.0.0",
- "signal-exit": "3.0.2",
- "strip-eof": "1.0.0"
- },
- "dependencies": {
- "cross-spawn": {
- "version": "5.1.0",
- "bundled": true,
- "requires": {
- "lru-cache": "4.1.2",
- "shebang-command": "1.2.0",
- "which": "1.3.0"
- },
- "dependencies": {
- "shebang-command": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "shebang-regex": "1.0.0"
- },
- "dependencies": {
- "shebang-regex": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "get-stream": {
- "version": "3.0.0",
- "bundled": true
- },
- "is-stream": {
- "version": "1.1.0",
- "bundled": true
- },
- "npm-run-path": {
- "version": "2.0.2",
- "bundled": true,
- "requires": {
- "path-key": "2.0.1"
- },
- "dependencies": {
- "path-key": {
- "version": "2.0.1",
- "bundled": true
- }
- }
- },
- "p-finally": {
- "version": "1.0.0",
- "bundled": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true
- },
- "strip-eof": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "widest-line": {
- "version": "2.0.0",
- "bundled": true,
- "requires": {
- "string-width": "2.1.1"
- }
- }
- }
- },
- "chalk": {
- "version": "2.4.1",
- "bundled": true,
- "requires": {
- "ansi-styles": "3.2.1",
- "escape-string-regexp": "1.0.5",
- "supports-color": "5.4.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "3.2.1",
- "bundled": true,
- "requires": {
- "color-convert": "1.9.1"
- },
- "dependencies": {
- "color-convert": {
- "version": "1.9.1",
- "bundled": true,
- "requires": {
- "color-name": "1.1.3"
- },
- "dependencies": {
- "color-name": {
- "version": "1.1.3",
- "bundled": true
- }
- }
- }
- }
- },
- "escape-string-regexp": {
- "version": "1.0.5",
- "bundled": true
- },
- "supports-color": {
- "version": "5.4.0",
- "bundled": true,
- "requires": {
- "has-flag": "3.0.0"
- },
- "dependencies": {
- "has-flag": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "configstore": {
- "version": "3.1.2",
- "bundled": true,
- "requires": {
- "dot-prop": "4.2.0",
- "graceful-fs": "4.1.11",
- "make-dir": "1.2.0",
- "unique-string": "1.0.0",
- "write-file-atomic": "2.3.0",
- "xdg-basedir": "3.0.0"
- },
- "dependencies": {
- "dot-prop": {
- "version": "4.2.0",
- "bundled": true,
- "requires": {
- "is-obj": "1.0.1"
- },
- "dependencies": {
- "is-obj": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- },
- "make-dir": {
- "version": "1.2.0",
- "bundled": true,
- "requires": {
- "pify": "3.0.0"
- },
- "dependencies": {
- "pify": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- },
- "unique-string": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "crypto-random-string": "1.0.0"
- },
- "dependencies": {
- "crypto-random-string": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "import-lazy": {
- "version": "2.1.0",
- "bundled": true
- },
- "is-ci": {
- "version": "1.1.0",
- "bundled": true,
- "requires": {
- "ci-info": "1.1.3"
- },
- "dependencies": {
- "ci-info": {
- "version": "1.1.3",
- "bundled": true
- }
- }
- },
- "is-installed-globally": {
- "version": "0.1.0",
- "bundled": true,
- "requires": {
- "global-dirs": "0.1.1",
- "is-path-inside": "1.0.1"
- },
- "dependencies": {
- "global-dirs": {
- "version": "0.1.1",
- "bundled": true,
- "requires": {
- "ini": "1.3.5"
- }
- },
- "is-path-inside": {
- "version": "1.0.1",
- "bundled": true,
- "requires": {
- "path-is-inside": "1.0.2"
- }
- }
- }
- },
- "is-npm": {
- "version": "1.0.0",
- "bundled": true
- },
- "latest-version": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "package-json": "4.0.1"
- },
- "dependencies": {
- "package-json": {
- "version": "4.0.1",
- "bundled": true,
- "requires": {
- "got": "6.7.1",
- "registry-auth-token": "3.3.2",
- "registry-url": "3.1.0",
- "semver": "5.5.0"
- },
- "dependencies": {
- "got": {
- "version": "6.7.1",
- "bundled": true,
- "requires": {
- "create-error-class": "3.0.2",
- "duplexer3": "0.1.4",
- "get-stream": "3.0.0",
- "is-redirect": "1.0.0",
- "is-retry-allowed": "1.1.0",
- "is-stream": "1.1.0",
- "lowercase-keys": "1.0.1",
- "safe-buffer": "5.1.2",
- "timed-out": "4.0.1",
- "unzip-response": "2.0.1",
- "url-parse-lax": "1.0.0"
- },
- "dependencies": {
- "create-error-class": {
- "version": "3.0.2",
- "bundled": true,
- "requires": {
- "capture-stack-trace": "1.0.0"
- },
- "dependencies": {
- "capture-stack-trace": {
- "version": "1.0.0",
- "bundled": true
- }
- }
- },
- "duplexer3": {
- "version": "0.1.4",
- "bundled": true
- },
- "get-stream": {
- "version": "3.0.0",
- "bundled": true
- },
- "is-redirect": {
- "version": "1.0.0",
- "bundled": true
- },
- "is-retry-allowed": {
- "version": "1.1.0",
- "bundled": true
- },
- "is-stream": {
- "version": "1.1.0",
- "bundled": true
- },
- "lowercase-keys": {
- "version": "1.0.1",
- "bundled": true
- },
- "timed-out": {
- "version": "4.0.1",
- "bundled": true
- },
- "unzip-response": {
- "version": "2.0.1",
- "bundled": true
- },
- "url-parse-lax": {
- "version": "1.0.0",
- "bundled": true,
- "requires": {
- "prepend-http": "1.0.4"
- },
- "dependencies": {
- "prepend-http": {
- "version": "1.0.4",
- "bundled": true
- }
- }
- }
- }
- },
- "registry-auth-token": {
- "version": "3.3.2",
- "bundled": true,
- "requires": {
- "rc": "1.2.7",
- "safe-buffer": "5.1.2"
- },
- "dependencies": {
- "rc": {
- "version": "1.2.7",
- "bundled": true,
- "requires": {
- "deep-extend": "0.5.1",
- "ini": "1.3.5",
- "minimist": "1.2.0",
- "strip-json-comments": "2.0.1"
- },
- "dependencies": {
- "deep-extend": {
- "version": "0.5.1",
- "bundled": true
- },
- "minimist": {
- "version": "1.2.0",
- "bundled": true
- },
- "strip-json-comments": {
- "version": "2.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "registry-url": {
- "version": "3.1.0",
- "bundled": true,
- "requires": {
- "rc": "1.2.7"
- },
- "dependencies": {
- "rc": {
- "version": "1.2.7",
- "bundled": true,
- "requires": {
- "deep-extend": "0.5.1",
- "ini": "1.3.5",
- "minimist": "1.2.0",
- "strip-json-comments": "2.0.1"
- },
- "dependencies": {
- "deep-extend": {
- "version": "0.5.1",
- "bundled": true
- },
- "minimist": {
- "version": "1.2.0",
- "bundled": true
- },
- "strip-json-comments": {
- "version": "2.0.1",
- "bundled": true
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "semver-diff": {
- "version": "2.1.0",
- "bundled": true,
- "requires": {
- "semver": "5.5.0"
- }
- },
- "xdg-basedir": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- },
- "uuid": {
- "version": "3.2.1",
- "bundled": true
- },
- "validate-npm-package-license": {
- "version": "3.0.3",
- "bundled": true,
- "requires": {
- "spdx-correct": "3.0.0",
- "spdx-expression-parse": "3.0.0"
- },
- "dependencies": {
- "spdx-correct": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "spdx-expression-parse": "3.0.0",
- "spdx-license-ids": "3.0.0"
- },
- "dependencies": {
- "spdx-license-ids": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- },
- "spdx-expression-parse": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "spdx-exceptions": "2.1.0",
- "spdx-license-ids": "3.0.0"
- },
- "dependencies": {
- "spdx-exceptions": {
- "version": "2.1.0",
- "bundled": true
- },
- "spdx-license-ids": {
- "version": "3.0.0",
- "bundled": true
- }
- }
- }
- }
- },
- "validate-npm-package-name": {
- "version": "3.0.0",
- "bundled": true,
- "requires": {
- "builtins": "1.0.3"
- },
- "dependencies": {
- "builtins": {
- "version": "1.0.3",
- "bundled": true
- }
- }
- },
- "which": {
- "version": "1.3.0",
- "bundled": true,
- "requires": {
- "isexe": "2.0.0"
- },
- "dependencies": {
- "isexe": {
- "version": "2.0.0",
- "bundled": true
- }
- }
- },
- "worker-farm": {
- "version": "1.6.0",
- "bundled": true,
- "requires": {
- "errno": "0.1.7"
- },
- "dependencies": {
- "errno": {
- "version": "0.1.7",
- "bundled": true,
- "requires": {
- "prr": "1.0.1"
- },
- "dependencies": {
- "prr": {
- "version": "1.0.1",
- "bundled": true
- }
- }
- }
- }
- },
- "wrappy": {
- "version": "1.0.2",
- "bundled": true
- },
- "write-file-atomic": {
- "version": "2.3.0",
- "bundled": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "imurmurhash": "0.1.4",
- "signal-exit": "3.0.2"
- },
- "dependencies": {
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true
- }
- }
- }
- }
- },
- "npm-run-all": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.2.tgz",
- "integrity": "sha512-Z2aRlajMK4SQ8u19ZA75NZZu7wupfCNQWdYosIi8S6FgBdGf/8Y6Hgyjdc8zU2cYmIRVCx1nM80tJPkdEd+UYg==",
- "dev": true,
- "requires": {
- "ansi-styles": "3.2.1",
- "chalk": "2.3.2",
- "cross-spawn": "5.1.0",
- "memorystream": "0.3.1",
- "minimatch": "3.0.4",
- "ps-tree": "1.1.0",
- "read-pkg": "3.0.0",
- "shell-quote": "1.6.1",
- "string.prototype.padend": "3.0.0"
- }
- },
- "npm-run-path": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
- "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
- "dev": true,
- "requires": {
- "path-key": "2.0.1"
- }
- },
- "npmlog": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
- "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
- "dev": true,
- "requires": {
- "are-we-there-yet": "1.1.4",
- "console-control-strings": "1.1.0",
- "gauge": "2.7.4",
- "set-blocking": "2.0.0"
- }
- },
- "nth-check": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
- "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=",
- "requires": {
- "boolbase": "1.0.0"
- }
- },
- "num2fraction": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
- "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
- "dev": true
- },
- "number-is-nan": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
- "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
- "dev": true
- },
- "nwmatcher": {
- "version": "1.4.4",
- "resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.4.tgz",
- "integrity": "sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==",
- "dev": true
- },
- "oauth-sign": {
- "version": "0.8.2",
- "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
- "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
- "dev": true
- },
- "object-assign": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
- "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
- },
- "object-copy": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
- "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
- "dev": true,
- "requires": {
- "copy-descriptor": "0.1.1",
- "define-property": "0.2.5",
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
- "dev": true,
- "requires": {
- "is-descriptor": "0.1.6"
- }
- }
- }
- },
- "object-hash": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.0.tgz",
- "integrity": "sha512-05KzQ70lSeGSrZJQXE5wNDiTkBJDlUT/myi6RX9dVIvz7a7Qh4oH93BQdiPMn27nldYvVQCKMUaM83AfizZlsQ==",
- "dev": true
- },
- "object-is": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz",
- "integrity": "sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=",
- "dev": true
- },
- "object-keys": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz",
- "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=",
- "dev": true
- },
- "object-visit": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
- "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
- "dev": true,
- "requires": {
- "isobject": "3.0.1"
- },
- "dependencies": {
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "object.assign": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
- "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
- "dev": true,
- "requires": {
- "define-properties": "1.1.2",
- "function-bind": "1.1.1",
- "has-symbols": "1.0.0",
- "object-keys": "1.0.11"
- }
- },
- "object.entries": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.4.tgz",
- "integrity": "sha1-G/mk3SKI9bM/Opk9JXZh8F0WGl8=",
- "dev": true,
- "requires": {
- "define-properties": "1.1.2",
- "es-abstract": "1.11.0",
- "function-bind": "1.1.1",
- "has": "1.0.1"
- }
- },
- "object.omit": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
- "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
- "dev": true,
- "requires": {
- "for-own": "0.1.5",
- "is-extendable": "0.1.1"
- }
- },
- "object.pick": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
- "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
- "dev": true,
- "requires": {
- "isobject": "3.0.1"
- },
- "dependencies": {
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "object.values": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.0.4.tgz",
- "integrity": "sha1-5STaCbT2b/Bd9FdUbscqyZ8TBpo=",
- "dev": true,
- "requires": {
- "define-properties": "1.1.2",
- "es-abstract": "1.11.0",
- "function-bind": "1.1.1",
- "has": "1.0.1"
- }
- },
- "obuf": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
- "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
- "dev": true
- },
- "on-finished": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
- "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
- "dev": true,
- "requires": {
- "ee-first": "1.1.1"
- }
- },
- "on-headers": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
- "integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=",
- "dev": true
- },
- "once": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
- "dev": true,
- "requires": {
- "wrappy": "1.0.2"
- }
- },
- "onetime": {
- "version": "1.1.0",
- "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
- "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
- "dev": true
- },
- "opn": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/opn/-/opn-5.0.0.tgz",
- "integrity": "sha1-+IcNfNlpshgDDLbOWhKF55WTHfM=",
- "dev": true,
- "requires": {
- "is-wsl": "1.1.0"
- }
- },
- "optimist": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
- "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
- "dev": true,
- "requires": {
- "minimist": "0.0.10",
- "wordwrap": "0.0.3"
- },
- "dependencies": {
- "minimist": {
- "version": "0.0.10",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
- "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
- "dev": true
- },
- "wordwrap": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
- "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
- "dev": true
- }
- }
- },
- "optionator": {
- "version": "0.8.2",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
- "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
- "dev": true,
- "requires": {
- "deep-is": "0.1.3",
- "fast-levenshtein": "2.0.6",
- "levn": "0.3.0",
- "prelude-ls": "1.1.2",
- "type-check": "0.3.2",
- "wordwrap": "1.0.0"
- }
- },
- "original": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/original/-/original-1.0.0.tgz",
- "integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=",
- "dev": true,
- "requires": {
- "url-parse": "1.0.5"
- },
- "dependencies": {
- "url-parse": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz",
- "integrity": "sha1-CFSGBCKv3P7+tsllxmLUgAFpkns=",
- "dev": true,
- "requires": {
- "querystringify": "0.0.4",
- "requires-port": "1.0.0"
- }
- }
- }
- },
- "os-browserify": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
- "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=",
- "dev": true
- },
- "os-homedir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
- "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
- "dev": true
- },
- "os-locale": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
- "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
- "dev": true,
- "requires": {
- "lcid": "1.0.0"
- }
- },
- "os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
- "dev": true
- },
- "osenv": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
- "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
- "dev": true,
- "requires": {
- "os-homedir": "1.0.2",
- "os-tmpdir": "1.0.2"
- }
- },
- "p-finally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
- "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
- "dev": true
- },
- "p-limit": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
- "integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
- "dev": true,
- "requires": {
- "p-try": "1.0.0"
- }
- },
- "p-locate": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
- "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
- "dev": true,
- "requires": {
- "p-limit": "1.2.0"
- }
- },
- "p-map": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
- "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
- "dev": true
- },
- "p-try": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
- "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
- "dev": true
- },
- "package-json": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
- "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=",
- "dev": true,
- "requires": {
- "got": "6.7.1",
- "registry-auth-token": "3.3.2",
- "registry-url": "3.1.0",
- "semver": "5.5.0"
- }
- },
- "pako": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
- "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
- "dev": true
- },
- "param-case": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
- "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=",
- "dev": true,
- "requires": {
- "no-case": "2.3.2"
- }
- },
- "parse-asn1": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz",
- "integrity": "sha1-N8T5t+06tlx0gXtfJICTf7+XxxI=",
- "dev": true,
- "requires": {
- "asn1.js": "4.10.1",
- "browserify-aes": "1.2.0",
- "create-hash": "1.1.3",
- "evp_bytestokey": "1.0.3",
- "pbkdf2": "3.0.14"
- }
- },
- "parse-glob": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
- "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
- "dev": true,
- "requires": {
- "glob-base": "0.3.0",
- "is-dotfile": "1.0.3",
- "is-extglob": "1.0.0",
- "is-glob": "2.0.1"
- }
- },
- "parse-json": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
- "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
- "dev": true,
- "requires": {
- "error-ex": "1.3.1",
- "json-parse-better-errors": "1.0.2"
- }
- },
- "parse-passwd": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
- "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
- "dev": true
- },
- "parse5": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz",
- "integrity": "sha1-m387DeMr543CQBsXVzzK8Pb1nZQ=",
- "dev": true
- },
- "parseurl": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
- "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
- "dev": true
- },
- "pascalcase": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
- "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
- "dev": true
- },
- "path-browserify": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
- "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
- "dev": true
- },
- "path-dirname": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
- "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
- "dev": true
- },
- "path-exists": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
- "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
- "dev": true,
- "requires": {
- "pinkie-promise": "2.0.1"
- }
- },
- "path-is-absolute": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
- "dev": true
- },
- "path-is-inside": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
- "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
- "dev": true
- },
- "path-key": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
- "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
- "dev": true
- },
- "path-parse": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
- "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
- "dev": true
- },
- "path-to-regexp": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz",
- "integrity": "sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=",
- "requires": {
- "isarray": "0.0.1"
- }
- },
- "path-type": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
- "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
- "dev": true,
- "requires": {
- "pify": "3.0.0"
- }
- },
- "pause-stream": {
- "version": "0.0.11",
- "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
- "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
- "dev": true,
- "requires": {
- "through": "2.3.8"
- }
- },
- "pbkdf2": {
- "version": "3.0.14",
- "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz",
- "integrity": "sha512-gjsZW9O34fm0R7PaLHRJmLLVfSoesxztjPjE9o6R+qtVJij90ltg1joIovN9GKrRW3t1PzhDDG3UMEMFfZ+1wA==",
- "dev": true,
- "requires": {
- "create-hash": "1.1.3",
- "create-hmac": "1.1.6",
- "ripemd160": "2.0.1",
- "safe-buffer": "5.1.1",
- "sha.js": "2.4.11"
- }
- },
- "pify": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
- "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
- },
- "pinkie": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
- "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
- "dev": true
- },
- "pinkie-promise": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
- "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
- "dev": true,
- "requires": {
- "pinkie": "2.0.4"
- }
- },
- "pkg-dir": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz",
- "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=",
- "dev": true,
- "requires": {
- "find-up": "1.1.2"
- }
- },
- "pkg-up": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-1.0.0.tgz",
- "integrity": "sha1-Pgj7RhUlxEIWJKM7n35tCvWwWiY=",
- "dev": true,
- "requires": {
- "find-up": "1.1.2"
- }
- },
- "pluralize": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz",
- "integrity": "sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=",
- "dev": true
- },
- "portfinder": {
- "version": "1.0.13",
- "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.13.tgz",
- "integrity": "sha1-uzLs2HwnEErm7kS1o8y/Drsa7ek=",
- "dev": true,
- "requires": {
- "async": "1.5.2",
- "debug": "2.6.9",
- "mkdirp": "0.5.1"
- },
- "dependencies": {
- "async": {
- "version": "1.5.2",
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
- "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
- "dev": true
- }
- }
- },
- "posix-character-classes": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
- "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
- "dev": true
- },
- "postcss": {
- "version": "6.0.21",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.21.tgz",
- "integrity": "sha512-y/bKfbQz2Nn/QBC08bwvYUxEFOVGfPIUOTsJ2CK5inzlXW9SdYR1x4pEsG9blRAF/PX+wRNdOah+gx/hv4q7dw==",
- "dev": true,
- "requires": {
- "chalk": "2.3.2",
- "source-map": "0.6.1",
- "supports-color": "5.3.0"
- },
- "dependencies": {
- "source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
- }
- }
- },
- "postcss-calc": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
- "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "postcss-message-helpers": "2.0.0",
- "reduce-css-calc": "1.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-colormin": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.2.tgz",
- "integrity": "sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks=",
- "dev": true,
- "requires": {
- "colormin": "1.1.2",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-convert-values": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz",
- "integrity": "sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-discard-comments": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
- "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-discard-duplicates": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.1.0.tgz",
- "integrity": "sha1-uavye4isGIFYpesSq8riAmO5GTI=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-discard-empty": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
- "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-discard-overridden": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
- "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-discard-unused": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz",
- "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "uniqs": "2.0.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-filter-plugins": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz",
- "integrity": "sha1-bYWGJTTXNaxCDkqFgG4fXUKG2Ew=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "uniqid": "4.1.1"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-flexbugs-fixes": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.0.0.tgz",
- "integrity": "sha1-ezHLbCfQQXo1pnkUwpX4PEA8ftQ=",
- "dev": true,
- "requires": {
- "postcss": "6.0.21"
- }
- },
- "postcss-load-config": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.2.0.tgz",
- "integrity": "sha1-U56a/J3chiASHr+djDZz4M5Q0oo=",
- "dev": true,
- "requires": {
- "cosmiconfig": "2.2.2",
- "object-assign": "4.1.1",
- "postcss-load-options": "1.2.0",
- "postcss-load-plugins": "2.3.0"
- }
- },
- "postcss-load-options": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/postcss-load-options/-/postcss-load-options-1.2.0.tgz",
- "integrity": "sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw=",
- "dev": true,
- "requires": {
- "cosmiconfig": "2.2.2",
- "object-assign": "4.1.1"
- }
- },
- "postcss-load-plugins": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/postcss-load-plugins/-/postcss-load-plugins-2.3.0.tgz",
- "integrity": "sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI=",
- "dev": true,
- "requires": {
- "cosmiconfig": "2.2.2",
- "object-assign": "4.1.1"
- }
- },
- "postcss-loader": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-2.0.5.tgz",
- "integrity": "sha1-wZ0+i4PrGsMW9WIe9MDvWz0bizo=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "postcss": "6.0.21",
- "postcss-load-config": "1.2.0",
- "schema-utils": "0.4.5"
- }
- },
- "postcss-merge-idents": {
- "version": "2.1.7",
- "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
- "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=",
- "dev": true,
- "requires": {
- "has": "1.0.1",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-merge-longhand": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz",
- "integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-merge-rules": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.1.2.tgz",
- "integrity": "sha1-0d9d+qexrMO+VT8OnhDofGG19yE=",
- "dev": true,
- "requires": {
- "browserslist": "1.7.7",
- "caniuse-api": "1.6.1",
- "postcss": "5.2.18",
- "postcss-selector-parser": "2.2.3",
- "vendors": "1.0.1"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "browserslist": {
- "version": "1.7.7",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
- "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
- "dev": true,
- "requires": {
- "caniuse-db": "1.0.30000827",
- "electron-to-chromium": "1.3.42"
- }
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-message-helpers": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
- "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=",
- "dev": true
- },
- "postcss-minify-font-values": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
- "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-minify-gradients": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz",
- "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-minify-params": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
- "integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
- "dev": true,
- "requires": {
- "alphanum-sort": "1.0.2",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0",
- "uniqs": "2.0.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-minify-selectors": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz",
- "integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=",
- "dev": true,
- "requires": {
- "alphanum-sort": "1.0.2",
- "has": "1.0.1",
- "postcss": "5.2.18",
- "postcss-selector-parser": "2.2.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-modules-extract-imports": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz",
- "integrity": "sha1-thTJcgvmgW6u41+zpfqh26agXds=",
- "dev": true,
- "requires": {
- "postcss": "6.0.21"
- }
- },
- "postcss-modules-local-by-default": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
- "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=",
- "dev": true,
- "requires": {
- "css-selector-tokenizer": "0.7.0",
- "postcss": "6.0.21"
- }
- },
- "postcss-modules-scope": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
- "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=",
- "dev": true,
- "requires": {
- "css-selector-tokenizer": "0.7.0",
- "postcss": "6.0.21"
- }
- },
- "postcss-modules-values": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
- "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=",
- "dev": true,
- "requires": {
- "icss-replace-symbols": "1.1.0",
- "postcss": "6.0.21"
- }
- },
- "postcss-normalize-charset": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
- "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-normalize-url": {
- "version": "3.0.8",
- "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
- "integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
- "dev": true,
- "requires": {
- "is-absolute-url": "2.1.0",
- "normalize-url": "1.9.1",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-ordered-values": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.3.tgz",
- "integrity": "sha1-7sbCpntsQSqNsgQud/6NpD+VwR0=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-reduce-idents": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz",
- "integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-reduce-initial": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz",
- "integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=",
- "dev": true,
- "requires": {
- "postcss": "5.2.18"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-reduce-transforms": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz",
- "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=",
- "dev": true,
- "requires": {
- "has": "1.0.1",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-selector-parser": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz",
- "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=",
- "dev": true,
- "requires": {
- "flatten": "1.0.2",
- "indexes-of": "1.0.1",
- "uniq": "1.0.1"
- }
- },
- "postcss-svgo": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz",
- "integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=",
- "dev": true,
- "requires": {
- "is-svg": "2.1.0",
- "postcss": "5.2.18",
- "postcss-value-parser": "3.3.0",
- "svgo": "0.7.2"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-unique-selectors": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
- "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=",
- "dev": true,
- "requires": {
- "alphanum-sort": "1.0.2",
- "postcss": "5.2.18",
- "uniqs": "2.0.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "postcss-value-parser": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
- "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
- "dev": true
- },
- "postcss-zindex": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz",
- "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=",
- "dev": true,
- "requires": {
- "has": "1.0.1",
- "postcss": "5.2.18",
- "uniqs": "2.0.0"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "postcss": {
- "version": "5.2.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.4.3",
- "source-map": "0.5.7",
- "supports-color": "3.2.3"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- }
- }
- },
- "prelude-ls": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
- "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
- "dev": true
- },
- "prepend-http": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
- "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
- "dev": true
- },
- "preserve": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
- "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
- "dev": true
- },
- "pretty-bytes": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz",
- "integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=",
- "dev": true
- },
- "pretty-error": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz",
- "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=",
- "dev": true,
- "requires": {
- "renderkid": "2.0.1",
- "utila": "0.4.0"
- }
- },
- "pretty-format": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-20.0.3.tgz",
- "integrity": "sha1-Ag41ClYKH+GpjcO+tsz/s4beixQ=",
- "dev": true,
- "requires": {
- "ansi-regex": "2.1.1",
- "ansi-styles": "3.2.1"
- }
- },
- "private": {
- "version": "0.1.8",
- "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
- "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
- "dev": true
- },
- "process": {
- "version": "0.11.10",
- "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
- "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
- "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw=="
- },
- "progress": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz",
- "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=",
- "dev": true
- },
- "promise": {
- "version": "7.3.1",
- "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
- "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
- "requires": {
- "asap": "2.0.6"
- }
- },
- "prop-types": {
- "version": "15.6.1",
- "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz",
- "integrity": "sha512-4ec7bY1Y66LymSUOH/zARVYObB23AT2h8cf6e/O6ZALB/N0sqZFEx7rq6EYPX2MkOdKORuooI/H5k9TlR4q7kQ==",
- "requires": {
- "fbjs": "0.8.16",
- "loose-envify": "1.3.1",
- "object-assign": "4.1.1"
- }
- },
- "prop-types-extra": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.0.1.tgz",
- "integrity": "sha1-pXvUgQ6C0no/9DF+zBtK0AX3moI=",
- "requires": {
- "warning": "3.0.0"
- }
- },
- "proxy-addr": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
- "integrity": "sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ==",
- "dev": true,
- "requires": {
- "forwarded": "0.1.2",
- "ipaddr.js": "1.6.0"
- }
- },
- "prr": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
- "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
- "dev": true
- },
- "ps-tree": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.1.0.tgz",
- "integrity": "sha1-tCGyQUDWID8e08dplrRCewjowBQ=",
- "dev": true,
- "requires": {
- "event-stream": "3.3.4"
- }
- },
- "pseudomap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
- "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
- "dev": true
- },
- "public-encrypt": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.0.tgz",
- "integrity": "sha1-OfaZ86RlYN1eusvKaTyvfGXBjMY=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "browserify-rsa": "4.0.1",
- "create-hash": "1.1.3",
- "parse-asn1": "5.1.0",
- "randombytes": "2.0.6"
- }
- },
- "punycode": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
- "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
- "dev": true
- },
- "q": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
- "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
- "dev": true
- },
- "qs": {
- "version": "6.5.1",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
- "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A=="
- },
- "query-string": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
- "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "strict-uri-encode": "1.1.0"
- }
- },
- "querystring": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
- "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
- "dev": true
- },
- "querystring-es3": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
- "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
- "dev": true
- },
- "querystringify": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz",
- "integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw=",
- "dev": true
- },
- "randomatic": {
- "version": "1.1.7",
- "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
- "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
- "dev": true,
- "requires": {
- "is-number": "3.0.0",
- "kind-of": "4.0.0"
- },
- "dependencies": {
- "is-number": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "kind-of": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
- "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "randombytes": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz",
- "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- },
- "randomfill": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
- "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
- "dev": true,
- "requires": {
- "randombytes": "2.0.6",
- "safe-buffer": "5.1.1"
- }
- },
- "range-parser": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
- "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
- "dev": true
- },
- "raw-body": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz",
- "integrity": "sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k=",
- "dev": true,
- "requires": {
- "bytes": "3.0.0",
- "http-errors": "1.6.2",
- "iconv-lite": "0.4.19",
- "unpipe": "1.0.0"
- },
- "dependencies": {
- "depd": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
- "integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
- "dev": true
- },
- "http-errors": {
- "version": "1.6.2",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz",
- "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
- "dev": true,
- "requires": {
- "depd": "1.1.1",
- "inherits": "2.0.3",
- "setprototypeof": "1.0.3",
- "statuses": "1.4.0"
- }
- },
- "iconv-lite": {
- "version": "0.4.19",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
- "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
- "dev": true
- },
- "setprototypeof": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
- "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=",
- "dev": true
- }
- }
- },
- "rc": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.6.tgz",
- "integrity": "sha1-6xiYnG1PTxYsOZ953dKfODVWgJI=",
- "dev": true,
- "requires": {
- "deep-extend": "0.4.2",
- "ini": "1.3.5",
- "minimist": "1.2.0",
- "strip-json-comments": "2.0.1"
- }
- },
- "react": {
- "version": "15.6.2",
- "resolved": "https://registry.npmjs.org/react/-/react-15.6.2.tgz",
- "integrity": "sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=",
- "requires": {
- "create-react-class": "15.6.3",
- "fbjs": "0.8.16",
- "loose-envify": "1.3.1",
- "object-assign": "4.1.1",
- "prop-types": "15.6.1"
- }
- },
- "react-bootstrap": {
- "version": "0.31.5",
- "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-0.31.5.tgz",
- "integrity": "sha512-xgDihgX4QvYHmHzL87faDBMDnGfYyqcrqV0TEbWY+JizePOG1vfb8M3xJN+6MJ3kUYqDtQSZ7v/Q6Y5YDrkMdA==",
- "requires": {
- "babel-runtime": "6.26.0",
- "classnames": "2.2.5",
- "dom-helpers": "3.3.1",
- "invariant": "2.2.4",
- "keycode": "2.2.0",
- "prop-types": "15.6.1",
- "prop-types-extra": "1.0.1",
- "react-overlays": "0.7.4",
- "uncontrollable": "4.1.0",
- "warning": "3.0.0"
- }
- },
- "react-dev-utils": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-1.0.3.tgz",
- "integrity": "sha1-/1KmFuHTqtOIrXaqqIjMThA4dTc=",
- "dev": true,
- "requires": {
- "@timer/detect-port": "1.1.3",
- "address": "1.0.1",
- "anser": "1.3.0",
- "babel-code-frame": "6.22.0",
- "chalk": "1.1.3",
- "cross-spawn": "4.0.2",
- "escape-string-regexp": "1.0.5",
- "filesize": "3.3.0",
- "gzip-size": "3.0.0",
- "html-entities": "1.2.1",
- "inquirer": "3.0.6",
- "opn": "5.0.0",
- "recursive-readdir": "2.2.1",
- "shell-quote": "1.6.1",
- "sockjs-client": "1.1.4",
- "strip-ansi": "3.0.1",
- "text-table": "0.2.0"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "babel-code-frame": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz",
- "integrity": "sha1-AnYgvuVnqIwyVhV05/0IAdMxGOQ=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "esutils": "2.0.2",
- "js-tokens": "3.0.2"
- }
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "cli-cursor": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
- "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
- "dev": true,
- "requires": {
- "restore-cursor": "2.0.0"
- }
- },
- "cross-spawn": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz",
- "integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=",
- "dev": true,
- "requires": {
- "lru-cache": "4.1.2",
- "which": "1.3.0"
- }
- },
- "figures": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
- "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
- "dev": true,
- "requires": {
- "escape-string-regexp": "1.0.5"
- }
- },
- "inquirer": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.0.6.tgz",
- "integrity": "sha1-4EqqnQW3o8ubD0B9BDdfBEcZA0c=",
- "dev": true,
- "requires": {
- "ansi-escapes": "1.4.0",
- "chalk": "1.1.3",
- "cli-cursor": "2.1.0",
- "cli-width": "2.2.0",
- "external-editor": "2.2.0",
- "figures": "2.0.0",
- "lodash": "4.17.5",
- "mute-stream": "0.0.7",
- "run-async": "2.3.0",
- "rx": "4.1.0",
- "string-width": "2.1.1",
- "strip-ansi": "3.0.1",
- "through": "2.3.8"
- }
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "mute-stream": {
- "version": "0.0.7",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
- "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=",
- "dev": true
- },
- "onetime": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
- "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
- "dev": true,
- "requires": {
- "mimic-fn": "1.2.0"
- }
- },
- "restore-cursor": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
- "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
- "dev": true,
- "requires": {
- "onetime": "2.0.1",
- "signal-exit": "3.0.2"
- }
- },
- "run-async": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
- "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
- "dev": true,
- "requires": {
- "is-promise": "2.1.0"
- }
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "react-dom": {
- "version": "15.6.2",
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.6.2.tgz",
- "integrity": "sha1-Qc+t9pO3V/rycIRDodH9WgK+9zA=",
- "requires": {
- "fbjs": "0.8.16",
- "loose-envify": "1.3.1",
- "object-assign": "4.1.1",
- "prop-types": "15.6.1"
- }
- },
- "react-error-overlay": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-1.0.10.tgz",
- "integrity": "sha512-/fzpqRGPWlpDvvBwLN7vjE4FAI81ajbWowkrycY8P5RGqE49WIUMIdFjTS5htqJfzxcM599k/x1lCayaq+4qEw==",
- "dev": true,
- "requires": {
- "anser": "1.4.1",
- "babel-code-frame": "6.22.0",
- "babel-runtime": "6.23.0",
- "react-dev-utils": "3.1.1",
- "settle-promise": "1.0.0",
- "source-map": "0.5.6"
- },
- "dependencies": {
- "address": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/address/-/address-1.0.2.tgz",
- "integrity": "sha1-SACB6CtYe6MZRZ/vUS9Rb+A9WK8=",
- "dev": true
- },
- "anser": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.1.tgz",
- "integrity": "sha1-w2QYY6lizr75Qeoshwbyy08HFr0=",
- "dev": true
- },
- "ansi-escapes": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-2.0.0.tgz",
- "integrity": "sha1-W65SvkJIeN2Xg+iRDj/Cki6DyBs=",
- "dev": true
- },
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "babel-code-frame": {
- "version": "6.22.0",
- "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz",
- "integrity": "sha1-AnYgvuVnqIwyVhV05/0IAdMxGOQ=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "esutils": "2.0.2",
- "js-tokens": "3.0.2"
- }
- },
- "babel-runtime": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.23.0.tgz",
- "integrity": "sha1-CpSJ8UTecO+zzkMArM2zKeL8VDs=",
- "dev": true,
- "requires": {
- "core-js": "2.5.5",
- "regenerator-runtime": "0.10.5"
- }
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "cli-cursor": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
- "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
- "dev": true,
- "requires": {
- "restore-cursor": "2.0.0"
- }
- },
- "core-js": {
- "version": "2.5.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.5.tgz",
- "integrity": "sha1-sU3ek2xkDAV5prUMq8wTLdYSfjs=",
- "dev": true
- },
- "detect-port-alt": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.3.tgz",
- "integrity": "sha1-pNLwYddXoDTs83xRQmCph1DysTE=",
- "dev": true,
- "requires": {
- "address": "1.0.2",
- "debug": "2.6.9"
- }
- },
- "figures": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
- "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
- "dev": true,
- "requires": {
- "escape-string-regexp": "1.0.5"
- }
- },
- "filesize": {
- "version": "3.5.10",
- "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.10.tgz",
- "integrity": "sha1-/I+iPdtO+eXgq24eZPZ5okpWdh8=",
- "dev": true
- },
- "inquirer": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.2.1.tgz",
- "integrity": "sha512-QgW3eiPN8gpj/K5vVpHADJJgrrF0ho/dZGylikGX7iqAdRgC9FVKYKWFLx6hZDBFcOLEoSqINYrVPeFAeG/PdA==",
- "dev": true,
- "requires": {
- "ansi-escapes": "2.0.0",
- "chalk": "2.3.2",
- "cli-cursor": "2.1.0",
- "cli-width": "2.2.0",
- "external-editor": "2.2.0",
- "figures": "2.0.0",
- "lodash": "4.17.5",
- "mute-stream": "0.0.7",
- "run-async": "2.3.0",
- "rx-lite": "4.0.8",
- "rx-lite-aggregates": "4.0.8",
- "string-width": "2.1.1",
- "strip-ansi": "4.0.0",
- "through": "2.3.8"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "requires": {
- "color-convert": "1.9.1"
- }
- },
- "chalk": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.2.tgz",
- "integrity": "sha512-ZM4j2/ld/YZDc3Ma8PgN7gyAk+kHMMMyzLNryCPGhWrsfAuDVeuid5bpRFTDgMH9JBK2lA4dyyAkkZYF/WcqDQ==",
- "dev": true,
- "requires": {
- "ansi-styles": "3.2.1",
- "escape-string-regexp": "1.0.5",
- "supports-color": "5.3.0"
- }
- },
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- },
- "supports-color": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.3.0.tgz",
- "integrity": "sha512-0aP01LLIskjKs3lq52EC0aGBAJhLq7B2Rd8HC/DR/PtNNpcLilNmHC12O+hu0usQpo7wtHNRqtrhBwtDb0+dNg==",
- "dev": true,
- "requires": {
- "has-flag": "3.0.0"
- }
- }
- }
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "mute-stream": {
- "version": "0.0.7",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
- "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=",
- "dev": true
- },
- "onetime": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
- "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
- "dev": true,
- "requires": {
- "mimic-fn": "1.2.0"
- }
- },
- "opn": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
- "integrity": "sha512-iPNl7SyM8L30Rm1sjGdLLheyHVw5YXVfi3SKWJzBI7efxRwHojfRFjwE/OLM6qp9xJYMgab8WicTU1cPoY+Hpg==",
- "dev": true,
- "requires": {
- "is-wsl": "1.1.0"
- }
- },
- "react-dev-utils": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-3.1.1.tgz",
- "integrity": "sha512-xuScoO3RqgGrD15WMtmJf2MoHFu/G886lk8z3vvj87Afxm74UdAyDqtxkCBXvyjUXGRo774HQI7NsSoT9oNXQQ==",
- "dev": true,
- "requires": {
- "address": "1.0.2",
- "anser": "1.4.1",
- "babel-code-frame": "6.22.0",
- "chalk": "1.1.3",
- "cross-spawn": "5.1.0",
- "detect-port-alt": "1.1.3",
- "escape-string-regexp": "1.0.5",
- "filesize": "3.5.10",
- "global-modules": "1.0.0",
- "gzip-size": "3.0.0",
- "html-entities": "1.2.1",
- "inquirer": "3.2.1",
- "is-root": "1.0.0",
- "opn": "5.1.0",
- "recursive-readdir": "2.2.1",
- "shell-quote": "1.6.1",
- "sockjs-client": "1.1.4",
- "strip-ansi": "3.0.1",
- "text-table": "0.2.0"
- }
- },
- "regenerator-runtime": {
- "version": "0.10.5",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
- "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=",
- "dev": true
- },
- "restore-cursor": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
- "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
- "dev": true,
- "requires": {
- "onetime": "2.0.1",
- "signal-exit": "3.0.2"
- }
- },
- "run-async": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
- "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
- "dev": true,
- "requires": {
- "is-promise": "2.1.0"
- }
- },
- "rx-lite": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
- "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=",
- "dev": true
- },
- "source-map": {
- "version": "0.5.6",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
- "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
- "dev": true
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "react-overlays": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-0.7.4.tgz",
- "integrity": "sha512-7vsooMx3siLAuEfTs8FYeP/lAORWWFXTO8PON3KgX0Htq1Oa+po6ioSjGyO0/GO5CVSMNhpWt6V2opeexHgBuQ==",
- "requires": {
- "classnames": "2.2.5",
- "dom-helpers": "3.3.1",
- "prop-types": "15.6.1",
- "prop-types-extra": "1.0.1",
- "warning": "3.0.0"
- }
- },
- "react-portal": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/react-portal/-/react-portal-3.2.0.tgz",
- "integrity": "sha512-avb1FreAZAVCvNNyS2dCpxZiPYPJnAasHYPxdVBTROgNFeI+KSb+OoMHNsC1GbDawESCriPwCX+qKua6WSPIFw==",
- "requires": {
- "prop-types": "15.6.1"
- }
- },
- "react-redux": {
- "version": "5.0.7",
- "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.0.7.tgz",
- "integrity": "sha512-5VI8EV5hdgNgyjfmWzBbdrqUkrVRKlyTKk1sGH3jzM2M2Mhj/seQgPXaz6gVAj2lz/nz688AdTqMO18Lr24Zhg==",
- "requires": {
- "hoist-non-react-statics": "2.5.0",
- "invariant": "2.2.4",
- "lodash": "4.17.5",
- "lodash-es": "4.17.8",
- "loose-envify": "1.3.1",
- "prop-types": "15.6.1"
- }
- },
- "react-router": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-4.2.0.tgz",
- "integrity": "sha512-DY6pjwRhdARE4TDw7XjxjZsbx9lKmIcyZoZ+SDO7SBJ1KUeWNxT22Kara2AC7u6/c2SYEHlEDLnzBCcNhLE8Vg==",
- "requires": {
- "history": "4.7.2",
- "hoist-non-react-statics": "2.5.0",
- "invariant": "2.2.4",
- "loose-envify": "1.3.1",
- "path-to-regexp": "1.7.0",
- "prop-types": "15.6.1",
- "warning": "3.0.0"
- }
- },
- "react-router-redux": {
- "version": "5.0.0-alpha.9",
- "resolved": "https://registry.npmjs.org/react-router-redux/-/react-router-redux-5.0.0-alpha.9.tgz",
- "integrity": "sha512-euSgNIANnRXr4GydIuwA7RZCefrLQzIw5WdXspS8NPYbV+FxrKSS9MKG7U9vb6vsKHONnA4VxrVNWfnMUnUQAw==",
- "requires": {
- "history": "4.7.2",
- "prop-types": "15.6.1",
- "react-router": "4.2.0"
- }
- },
- "react-scripts": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-1.0.2.tgz",
- "integrity": "sha1-IK/pqE1fBdkzi+uxQ2SPbOh3vGc=",
- "dev": true,
- "requires": {
- "autoprefixer": "7.1.0",
- "babel-core": "6.24.1",
- "babel-eslint": "7.2.3",
- "babel-jest": "20.0.3",
- "babel-loader": "7.0.0",
- "babel-preset-react-app": "3.1.1",
- "babel-runtime": "6.23.0",
- "case-sensitive-paths-webpack-plugin": "2.0.0",
- "chalk": "1.1.3",
- "connect-history-api-fallback": "1.3.0",
- "cross-spawn": "4.0.2",
- "css-loader": "0.28.1",
- "dotenv": "4.0.0",
- "eslint": "3.19.0",
- "eslint-config-react-app": "1.0.5",
- "eslint-loader": "1.7.1",
- "eslint-plugin-flowtype": "2.33.0",
- "eslint-plugin-import": "2.2.0",
- "eslint-plugin-jsx-a11y": "5.0.1",
- "eslint-plugin-react": "7.0.1",
- "extract-text-webpack-plugin": "2.1.0",
- "file-loader": "0.11.1",
- "fs-extra": "3.0.1",
- "fsevents": "1.0.17",
- "html-webpack-plugin": "2.28.0",
- "jest": "20.0.3",
- "object-assign": "4.1.1",
- "postcss-flexbugs-fixes": "3.0.0",
- "postcss-loader": "2.0.5",
- "promise": "7.1.1",
- "react-dev-utils": "1.0.3",
- "react-error-overlay": "1.0.10",
- "style-loader": "0.17.0",
- "sw-precache-webpack-plugin": "0.9.1",
- "url-loader": "0.5.8",
- "webpack": "2.5.1",
- "webpack-dev-server": "2.4.5",
- "webpack-manifest-plugin": "1.1.0",
- "whatwg-fetch": "2.0.3"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "babel-runtime": {
- "version": "6.23.0",
- "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.23.0.tgz",
- "integrity": "sha1-CpSJ8UTecO+zzkMArM2zKeL8VDs=",
- "dev": true,
- "requires": {
- "core-js": "2.5.5",
- "regenerator-runtime": "0.10.5"
- }
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "core-js": {
- "version": "2.5.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.5.tgz",
- "integrity": "sha1-sU3ek2xkDAV5prUMq8wTLdYSfjs=",
- "dev": true
- },
- "cross-spawn": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz",
- "integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=",
- "dev": true,
- "requires": {
- "lru-cache": "4.1.2",
- "which": "1.3.0"
- }
- },
- "fsevents": {
- "version": "1.0.17",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.0.17.tgz",
- "integrity": "sha1-hTfz8SJyZ4dltP1lKMDx9m+PRVg=",
- "dev": true,
- "optional": true,
- "requires": {
- "nan": "2.10.0",
- "node-pre-gyp": "0.6.32"
- },
- "dependencies": {
- "abbrev": {
- "version": "1.0.9",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "ansi-regex": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true
- },
- "ansi-styles": {
- "version": "2.2.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "aproba": {
- "version": "1.0.4",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "are-we-there-yet": {
- "version": "1.1.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "delegates": "1.0.0",
- "readable-stream": "2.2.2"
- }
- },
- "asn1": {
- "version": "0.2.3",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "assert-plus": {
- "version": "0.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "asynckit": {
- "version": "0.4.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "aws-sign2": {
- "version": "0.6.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "aws4": {
- "version": "1.5.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "balanced-match": {
- "version": "0.4.2",
- "bundled": true,
- "dev": true
- },
- "bcrypt-pbkdf": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "tweetnacl": "0.14.5"
- }
- },
- "block-stream": {
- "version": "0.0.9",
- "bundled": true,
- "dev": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "boom": {
- "version": "2.10.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "brace-expansion": {
- "version": "1.1.6",
- "bundled": true,
- "dev": true,
- "requires": {
- "balanced-match": "0.4.2",
- "concat-map": "0.0.1"
- }
- },
- "buffer-shims": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "caseless": {
- "version": "0.11.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "chalk": {
- "version": "1.1.3",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "code-point-at": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true
- },
- "combined-stream": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "requires": {
- "delayed-stream": "1.0.0"
- }
- },
- "commander": {
- "version": "2.9.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "graceful-readlink": "1.0.1"
- }
- },
- "concat-map": {
- "version": "0.0.1",
- "bundled": true,
- "dev": true
- },
- "console-control-strings": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true
- },
- "core-util-is": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "cryptiles": {
- "version": "2.0.5",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "boom": "2.10.1"
- }
- },
- "dashdash": {
- "version": "1.14.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "debug": {
- "version": "2.2.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "ms": "0.7.1"
- }
- },
- "deep-extend": {
- "version": "0.4.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "delayed-stream": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "delegates": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "ecc-jsbn": {
- "version": "0.1.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.0"
- }
- },
- "escape-string-regexp": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "extend": {
- "version": "3.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "extsprintf": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "forever-agent": {
- "version": "0.6.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "form-data": {
- "version": "2.1.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "asynckit": "0.4.0",
- "combined-stream": "1.0.5",
- "mime-types": "2.1.13"
- }
- },
- "fs.realpath": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "fstream": {
- "version": "1.0.10",
- "bundled": true,
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "inherits": "2.0.3",
- "mkdirp": "0.5.1",
- "rimraf": "2.5.4"
- }
- },
- "fstream-ignore": {
- "version": "1.0.5",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "fstream": "1.0.10",
- "inherits": "2.0.3",
- "minimatch": "3.0.3"
- }
- },
- "gauge": {
- "version": "2.7.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "aproba": "1.0.4",
- "console-control-strings": "1.1.0",
- "has-unicode": "2.0.1",
- "object-assign": "4.1.0",
- "signal-exit": "3.0.2",
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "supports-color": "0.2.0",
- "wide-align": "1.1.0"
- }
- },
- "generate-function": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "generate-object-property": {
- "version": "1.2.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "is-property": "1.0.2"
- }
- },
- "getpass": {
- "version": "0.1.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "glob": {
- "version": "7.1.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.3",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- }
- },
- "graceful-fs": {
- "version": "4.1.11",
- "bundled": true,
- "dev": true
- },
- "graceful-readlink": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "har-validator": {
- "version": "2.0.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "chalk": "1.1.3",
- "commander": "2.9.0",
- "is-my-json-valid": "2.15.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "has-ansi": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "ansi-regex": "2.0.0"
- }
- },
- "has-unicode": {
- "version": "2.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "hawk": {
- "version": "3.1.3",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "boom": "2.10.1",
- "cryptiles": "2.0.5",
- "hoek": "2.16.3",
- "sntp": "1.0.9"
- }
- },
- "hoek": {
- "version": "2.16.3",
- "bundled": true,
- "dev": true
- },
- "http-signature": {
- "version": "1.1.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "assert-plus": "0.2.0",
- "jsprim": "1.3.1",
- "sshpk": "1.10.1"
- }
- },
- "inflight": {
- "version": "1.0.6",
- "bundled": true,
- "dev": true,
- "requires": {
- "once": "1.4.0",
- "wrappy": "1.0.2"
- }
- },
- "inherits": {
- "version": "2.0.3",
- "bundled": true,
- "dev": true
- },
- "ini": {
- "version": "1.3.4",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "is-my-json-valid": {
- "version": "2.15.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "generate-function": "2.0.0",
- "generate-object-property": "1.2.0",
- "jsonpointer": "4.0.1",
- "xtend": "4.0.1"
- }
- },
- "is-property": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "is-typedarray": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "isarray": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true
- },
- "isstream": {
- "version": "0.1.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "jodid25519": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.0"
- }
- },
- "jsbn": {
- "version": "0.1.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "json-schema": {
- "version": "0.2.3",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "json-stringify-safe": {
- "version": "5.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "jsonpointer": {
- "version": "4.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "jsprim": {
- "version": "1.3.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "extsprintf": "1.0.2",
- "json-schema": "0.2.3",
- "verror": "1.3.6"
- }
- },
- "mime-db": {
- "version": "1.25.0",
- "bundled": true,
- "dev": true
- },
- "mime-types": {
- "version": "2.1.13",
- "bundled": true,
- "dev": true,
- "requires": {
- "mime-db": "1.25.0"
- }
- },
- "minimatch": {
- "version": "3.0.3",
- "bundled": true,
- "dev": true,
- "requires": {
- "brace-expansion": "1.1.6"
- }
- },
- "minimist": {
- "version": "0.0.8",
- "bundled": true,
- "dev": true
- },
- "mkdirp": {
- "version": "0.5.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "minimist": "0.0.8"
- }
- },
- "ms": {
- "version": "0.7.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "node-pre-gyp": {
- "version": "0.6.32",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "mkdirp": "0.5.1",
- "nopt": "3.0.6",
- "npmlog": "4.0.2",
- "rc": "1.1.6",
- "request": "2.79.0",
- "rimraf": "2.5.4",
- "semver": "5.3.0",
- "tar": "2.2.1",
- "tar-pack": "3.3.0"
- }
- },
- "nopt": {
- "version": "3.0.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "abbrev": "1.0.9"
- }
- },
- "npmlog": {
- "version": "4.0.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "are-we-there-yet": "1.1.2",
- "console-control-strings": "1.1.0",
- "gauge": "2.7.2",
- "set-blocking": "2.0.0"
- }
- },
- "number-is-nan": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true
- },
- "oauth-sign": {
- "version": "0.8.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "object-assign": {
- "version": "4.1.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "once": {
- "version": "1.4.0",
- "bundled": true,
- "dev": true,
- "requires": {
- "wrappy": "1.0.2"
- }
- },
- "path-is-absolute": {
- "version": "1.0.1",
- "bundled": true,
- "dev": true
- },
- "pinkie": {
- "version": "2.0.4",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "pinkie-promise": {
- "version": "2.0.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "pinkie": "2.0.4"
- }
- },
- "process-nextick-args": {
- "version": "1.0.7",
- "bundled": true,
- "dev": true
- },
- "punycode": {
- "version": "1.4.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "qs": {
- "version": "6.3.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "rc": {
- "version": "1.1.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "deep-extend": "0.4.1",
- "ini": "1.3.4",
- "minimist": "1.2.0",
- "strip-json-comments": "1.0.4"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "readable-stream": {
- "version": "2.2.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "buffer-shims": "1.0.0",
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "string_decoder": "0.10.31",
- "util-deprecate": "1.0.2"
- }
- },
- "request": {
- "version": "2.79.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "aws-sign2": "0.6.0",
- "aws4": "1.5.0",
- "caseless": "0.11.0",
- "combined-stream": "1.0.5",
- "extend": "3.0.0",
- "forever-agent": "0.6.1",
- "form-data": "2.1.2",
- "har-validator": "2.0.6",
- "hawk": "3.1.3",
- "http-signature": "1.1.1",
- "is-typedarray": "1.0.0",
- "isstream": "0.1.2",
- "json-stringify-safe": "5.0.1",
- "mime-types": "2.1.13",
- "oauth-sign": "0.8.2",
- "qs": "6.3.0",
- "stringstream": "0.0.5",
- "tough-cookie": "2.3.2",
- "tunnel-agent": "0.4.3",
- "uuid": "3.0.1"
- }
- },
- "rimraf": {
- "version": "2.5.4",
- "bundled": true,
- "dev": true,
- "requires": {
- "glob": "7.1.1"
- }
- },
- "semver": {
- "version": "5.3.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "set-blocking": {
- "version": "2.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "sntp": {
- "version": "1.0.9",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "sshpk": {
- "version": "1.10.1",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "asn1": "0.2.3",
- "assert-plus": "1.0.0",
- "bcrypt-pbkdf": "1.0.0",
- "dashdash": "1.14.1",
- "ecc-jsbn": "0.1.1",
- "getpass": "0.1.6",
- "jodid25519": "1.0.2",
- "jsbn": "0.1.0",
- "tweetnacl": "0.14.5"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "string-width": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- },
- "string_decoder": {
- "version": "0.10.31",
- "bundled": true,
- "dev": true
- },
- "stringstream": {
- "version": "0.0.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "strip-ansi": {
- "version": "3.0.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "ansi-regex": "2.0.0"
- }
- },
- "strip-json-comments": {
- "version": "1.0.4",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "supports-color": {
- "version": "0.2.0",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "tar": {
- "version": "2.2.1",
- "bundled": true,
- "dev": true,
- "requires": {
- "block-stream": "0.0.9",
- "fstream": "1.0.10",
- "inherits": "2.0.3"
- }
- },
- "tar-pack": {
- "version": "3.3.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "debug": "2.2.0",
- "fstream": "1.0.10",
- "fstream-ignore": "1.0.5",
- "once": "1.3.3",
- "readable-stream": "2.1.5",
- "rimraf": "2.5.4",
- "tar": "2.2.1",
- "uid-number": "0.0.6"
- },
- "dependencies": {
- "once": {
- "version": "1.3.3",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "wrappy": "1.0.2"
- }
- },
- "readable-stream": {
- "version": "2.1.5",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "buffer-shims": "1.0.0",
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "string_decoder": "0.10.31",
- "util-deprecate": "1.0.2"
- }
- }
- }
- },
- "tough-cookie": {
- "version": "2.3.2",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "punycode": "1.4.1"
- }
- },
- "tunnel-agent": {
- "version": "0.4.3",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "tweetnacl": {
- "version": "0.14.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "uid-number": {
- "version": "0.0.6",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "util-deprecate": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "uuid": {
- "version": "3.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- },
- "verror": {
- "version": "1.3.6",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "extsprintf": "1.0.2"
- }
- },
- "wide-align": {
- "version": "1.1.0",
- "bundled": true,
- "dev": true,
- "optional": true,
- "requires": {
- "string-width": "1.0.2"
- }
- },
- "wrappy": {
- "version": "1.0.2",
- "bundled": true,
- "dev": true
- },
- "xtend": {
- "version": "4.0.1",
- "bundled": true,
- "dev": true,
- "optional": true
- }
- }
- },
- "promise": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz",
- "integrity": "sha1-SJZUxpJha4qlWwck+oCbt9tJxb8=",
- "dev": true,
- "requires": {
- "asap": "2.0.6"
- }
- },
- "regenerator-runtime": {
- "version": "0.10.5",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
- "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=",
- "dev": true
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- },
- "whatwg-fetch": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz",
- "integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=",
- "dev": true
- }
- }
- },
- "react-test-renderer": {
- "version": "15.6.2",
- "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-15.6.2.tgz",
- "integrity": "sha1-0DM0NPwsQ4CSaWyncNpe1IA376g=",
- "dev": true,
- "requires": {
- "fbjs": "0.8.16",
- "object-assign": "4.1.1"
- }
- },
- "read-pkg": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
- "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
- "dev": true,
- "requires": {
- "load-json-file": "4.0.0",
- "normalize-package-data": "2.4.0",
- "path-type": "3.0.0"
- }
- },
- "read-pkg-up": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
- "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
- "dev": true,
- "requires": {
- "find-up": "1.1.2",
- "read-pkg": "1.1.0"
- },
- "dependencies": {
- "load-json-file": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
- "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "parse-json": "2.2.0",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1",
- "strip-bom": "2.0.0"
- }
- },
- "parse-json": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
- "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
- "dev": true,
- "requires": {
- "error-ex": "1.3.1"
- }
- },
- "path-type": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
- "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "pify": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
- "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
- "dev": true
- },
- "read-pkg": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
- "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
- "dev": true,
- "requires": {
- "load-json-file": "1.1.0",
- "normalize-package-data": "2.4.0",
- "path-type": "1.1.0"
- }
- },
- "strip-bom": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
- "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
- "dev": true,
- "requires": {
- "is-utf8": "0.2.1"
- }
- }
- }
- },
- "readable-stream": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
- "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
- }
- }
- },
- "readdirp": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
- "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "minimatch": "3.0.4",
- "readable-stream": "2.3.6",
- "set-immediate-shim": "1.0.1"
- }
- },
- "readline2": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
- "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "mute-stream": "0.0.5"
- }
- },
- "rechoir": {
- "version": "0.6.2",
- "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
- "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
- "dev": true,
- "requires": {
- "resolve": "1.7.0"
- }
- },
- "recursive-readdir": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.1.tgz",
- "integrity": "sha1-kO8jHQd4xc4JPJpI105cVCLROpk=",
- "dev": true,
- "requires": {
- "minimatch": "3.0.3"
- },
- "dependencies": {
- "minimatch": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
- "integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
- "dev": true,
- "requires": {
- "brace-expansion": "1.1.11"
- }
- }
- }
- },
- "redent": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
- "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
- "dev": true,
- "requires": {
- "indent-string": "2.1.0",
- "strip-indent": "1.0.1"
- }
- },
- "reduce-css-calc": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
- "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
- "dev": true,
- "requires": {
- "balanced-match": "0.4.2",
- "math-expression-evaluator": "1.2.17",
- "reduce-function-call": "1.0.2"
- },
- "dependencies": {
- "balanced-match": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
- "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
- "dev": true
- }
- }
- },
- "reduce-function-call": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz",
- "integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=",
- "dev": true,
- "requires": {
- "balanced-match": "0.4.2"
- },
- "dependencies": {
- "balanced-match": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
- "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
- "dev": true
- }
- }
- },
- "redux": {
- "version": "3.7.2",
- "resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz",
- "integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==",
- "requires": {
- "lodash": "4.17.5",
- "lodash-es": "4.17.8",
- "loose-envify": "1.3.1",
- "symbol-observable": "1.2.0"
- }
- },
- "redux-immutable": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/redux-immutable/-/redux-immutable-4.0.0.tgz",
- "integrity": "sha1-Ohoy32Y2ZGK2NpHw4dw15HK7yfM="
- },
- "redux-persist": {
- "version": "4.10.2",
- "resolved": "https://registry.npmjs.org/redux-persist/-/redux-persist-4.10.2.tgz",
- "integrity": "sha512-U+e0ieMGC69Zr72929iJW40dEld7Mflh6mu0eJtVMLGfMq/aJqjxUM1hzyUWMR1VUyAEEdPHuQmeq5ti9krIgg==",
- "requires": {
- "json-stringify-safe": "5.0.1",
- "lodash": "4.17.5",
- "lodash-es": "4.17.8"
- }
- },
- "redux-persist-immutable": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/redux-persist-immutable/-/redux-persist-immutable-4.3.1.tgz",
- "integrity": "sha512-X8eYC3N9RyjOlZSpxGhLnCiCiCRncaNUfCFWD/DJdpK+kE1D08HcIiK1mBEFrR7Nk/73wX7Gc6GDq60X0l2P6Q==",
- "requires": {
- "redux-persist": "4.10.2",
- "redux-persist-transform-immutable": "4.3.0"
- }
- },
- "redux-persist-transform-immutable": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/redux-persist-transform-immutable/-/redux-persist-transform-immutable-4.3.0.tgz",
- "integrity": "sha1-JHIMmfBwfdmekguV+FGuPRuqbtg=",
- "requires": {
- "transit-immutable-js": "0.7.0",
- "transit-js": "0.8.861"
- }
- },
- "redux-saga": {
- "version": "0.15.6",
- "resolved": "https://registry.npmjs.org/redux-saga/-/redux-saga-0.15.6.tgz",
- "integrity": "sha1-hjjcUi3mxsCklv6LK1RmKHrC3E0="
- },
- "regenerate": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.3.tgz",
- "integrity": "sha512-jVpo1GadrDAK59t/0jRx5VxYWQEDkkEKi6+HjE3joFVLfDOh9Xrdh0dF1eSq+BI/SwvTQ44gSscJ8N5zYL61sg==",
- "dev": true
- },
- "regenerator-runtime": {
- "version": "0.11.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
- "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
- },
- "regenerator-transform": {
- "version": "0.10.1",
- "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
- "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "private": "0.1.8"
- }
- },
- "regex-cache": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
- "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
- "dev": true,
- "requires": {
- "is-equal-shallow": "0.1.3"
- }
- },
- "regex-not": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
- "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
- "dev": true,
- "requires": {
- "extend-shallow": "3.0.2",
- "safe-regex": "1.1.0"
- }
- },
- "regexpu-core": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
- "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
- "dev": true,
- "requires": {
- "regenerate": "1.3.3",
- "regjsgen": "0.2.0",
- "regjsparser": "0.1.5"
- }
- },
- "registry-auth-token": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
- "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
- "dev": true,
- "requires": {
- "rc": "1.2.6",
- "safe-buffer": "5.1.1"
- }
- },
- "registry-url": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
- "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
- "dev": true,
- "requires": {
- "rc": "1.2.6"
- }
- },
- "regjsgen": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
- "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
- "dev": true
- },
- "regjsparser": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
- "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
- "dev": true,
- "requires": {
- "jsesc": "0.5.0"
- },
- "dependencies": {
- "jsesc": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
- "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
- "dev": true
- }
- }
- },
- "relateurl": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
- "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
- "dev": true
- },
- "remove-trailing-separator": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
- "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
- "dev": true
- },
- "renderkid": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.1.tgz",
- "integrity": "sha1-iYyr/Ivt5Le5ETWj/9Mj5YwNsxk=",
- "dev": true,
- "requires": {
- "css-select": "1.2.0",
- "dom-converter": "0.1.4",
- "htmlparser2": "3.3.0",
- "strip-ansi": "3.0.1",
- "utila": "0.3.3"
- },
- "dependencies": {
- "domhandler": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz",
- "integrity": "sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=",
- "dev": true,
- "requires": {
- "domelementtype": "1.3.0"
- }
- },
- "domutils": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz",
- "integrity": "sha1-vdw94Jm5ou+sxRxiPyj0FuzFdIU=",
- "dev": true,
- "requires": {
- "domelementtype": "1.3.0"
- }
- },
- "htmlparser2": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz",
- "integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=",
- "dev": true,
- "requires": {
- "domelementtype": "1.3.0",
- "domhandler": "2.1.0",
- "domutils": "1.1.6",
- "readable-stream": "1.0.34"
- }
- },
- "readable-stream": {
- "version": "1.0.34",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
- "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "0.0.1",
- "string_decoder": "0.10.31"
- }
- },
- "string_decoder": {
- "version": "0.10.31",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
- "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
- "dev": true
- },
- "utila": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz",
- "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=",
- "dev": true
- }
- }
- },
- "repeat-element": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
- "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
- "dev": true
- },
- "repeat-string": {
- "version": "1.6.1",
- "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
- "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
- "dev": true
- },
- "repeating": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
- "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
- "dev": true,
- "requires": {
- "is-finite": "1.0.2"
- }
- },
- "request": {
- "version": "2.79.0",
- "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
- "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=",
- "dev": true,
- "requires": {
- "aws-sign2": "0.6.0",
- "aws4": "1.7.0",
- "caseless": "0.11.0",
- "combined-stream": "1.0.6",
- "extend": "3.0.1",
- "forever-agent": "0.6.1",
- "form-data": "2.1.4",
- "har-validator": "2.0.6",
- "hawk": "3.1.3",
- "http-signature": "1.1.1",
- "is-typedarray": "1.0.0",
- "isstream": "0.1.2",
- "json-stringify-safe": "5.0.1",
- "mime-types": "2.1.18",
- "oauth-sign": "0.8.2",
- "qs": "6.3.2",
- "stringstream": "0.0.5",
- "tough-cookie": "2.3.4",
- "tunnel-agent": "0.4.3",
- "uuid": "3.2.1"
- },
- "dependencies": {
- "qs": {
- "version": "6.3.2",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz",
- "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=",
- "dev": true
- }
- }
- },
- "require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
- "dev": true
- },
- "require-from-string": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-1.2.1.tgz",
- "integrity": "sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg=",
- "dev": true
- },
- "require-main-filename": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
- "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
- "dev": true
- },
- "require-uncached": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz",
- "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=",
- "dev": true,
- "requires": {
- "caller-path": "0.1.0",
- "resolve-from": "1.0.1"
- }
- },
- "requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
- "dev": true
- },
- "resolve": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.0.tgz",
- "integrity": "sha512-QdgZ5bjR1WAlpLaO5yHepFvC+o3rCr6wpfE2tpJNMkXdulf2jKomQBdNRQITF3ZKHNlT71syG98yQP03gasgnA==",
- "dev": true,
- "requires": {
- "path-parse": "1.0.5"
- }
- },
- "resolve-dir": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
- "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
- "dev": true,
- "requires": {
- "expand-tilde": "2.0.2",
- "global-modules": "1.0.0"
- }
- },
- "resolve-from": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz",
- "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=",
- "dev": true
- },
- "resolve-pathname": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-2.2.0.tgz",
- "integrity": "sha512-bAFz9ld18RzJfddgrO2e/0S2O81710++chRMUxHjXOYKF6jTAMrUNZrEZ1PvV0zlhfjidm08iRPdTLPno1FuRg=="
- },
- "resolve-url": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
- "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
- "dev": true
- },
- "restore-cursor": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
- "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=",
- "dev": true,
- "requires": {
- "exit-hook": "1.1.1",
- "onetime": "1.1.0"
- }
- },
- "ret": {
- "version": "0.1.15",
- "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
- "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
- "dev": true
- },
- "right-align": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
- "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
- "dev": true,
- "requires": {
- "align-text": "0.1.4"
- }
- },
- "rimraf": {
- "version": "2.6.2",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
- "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
- "dev": true,
- "requires": {
- "glob": "7.1.2"
- }
- },
- "ripemd160": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz",
- "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=",
- "dev": true,
- "requires": {
- "hash-base": "2.0.2",
- "inherits": "2.0.3"
- }
- },
- "run-async": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",
- "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=",
- "dev": true,
- "requires": {
- "once": "1.4.0"
- }
- },
- "rx": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
- "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=",
- "dev": true
- },
- "rx-lite": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz",
- "integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=",
- "dev": true
- },
- "rx-lite-aggregates": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz",
- "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=",
- "dev": true,
- "requires": {
- "rx-lite": "3.1.2"
- }
- },
- "safe-buffer": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
- "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg=="
- },
- "safe-regex": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
- "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
- "dev": true,
- "requires": {
- "ret": "0.1.15"
- }
- },
- "safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
- },
- "sane": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/sane/-/sane-1.6.0.tgz",
- "integrity": "sha1-lhDEUjB6E10pwf3+JUcDQYDEZ3U=",
- "dev": true,
- "requires": {
- "anymatch": "1.3.2",
- "exec-sh": "0.2.1",
- "fb-watchman": "1.9.2",
- "minimatch": "3.0.4",
- "minimist": "1.2.0",
- "walker": "1.0.7",
- "watch": "0.10.0"
- },
- "dependencies": {
- "bser": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz",
- "integrity": "sha1-OBEWlwsqbe6lZG3RXdcnhES1YWk=",
- "dev": true,
- "requires": {
- "node-int64": "0.4.0"
- }
- },
- "fb-watchman": {
- "version": "1.9.2",
- "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-1.9.2.tgz",
- "integrity": "sha1-okz0eCf4LTj7Waaa1wt247auc4M=",
- "dev": true,
- "requires": {
- "bser": "1.0.2"
- }
- }
- }
- },
- "sass-graph": {
- "version": "2.2.4",
- "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
- "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
- "dev": true,
- "requires": {
- "glob": "7.1.2",
- "lodash": "4.17.5",
- "scss-tokenizer": "0.2.3",
- "yargs": "7.1.0"
- }
- },
- "sax": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
- "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
- "dev": true
- },
- "schema-utils": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.5.tgz",
- "integrity": "sha512-yYrjb9TX2k/J1Y5UNy3KYdZq10xhYcF8nMpAW6o3hy6Q8WSIEf9lJHG/ePnOBfziPM3fvQwfOwa13U/Fh8qTfA==",
- "dev": true,
- "requires": {
- "ajv": "6.4.0",
- "ajv-keywords": "3.1.0"
- },
- "dependencies": {
- "ajv": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.4.0.tgz",
- "integrity": "sha1-06/3jpJ3VJdx2vAWTP9ISCt1T8Y=",
- "dev": true,
- "requires": {
- "fast-deep-equal": "1.1.0",
- "fast-json-stable-stringify": "2.0.0",
- "json-schema-traverse": "0.3.1",
- "uri-js": "3.0.2"
- }
- },
- "ajv-keywords": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.1.0.tgz",
- "integrity": "sha1-rCsnk5xUPpXSwG5/f1wnvkqlQ74=",
- "dev": true
- }
- }
- },
- "scss-tokenizer": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
- "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
- "dev": true,
- "requires": {
- "js-base64": "2.4.3",
- "source-map": "0.4.4"
- }
- },
- "select-hose": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
- "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=",
- "dev": true
- },
- "selection-is-backward": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/selection-is-backward/-/selection-is-backward-1.0.0.tgz",
- "integrity": "sha1-l6VGMxiKURq6ZBn8XB+pG0Z+a+E="
- },
- "semver": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz",
- "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==",
- "dev": true
- },
- "semver-diff": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz",
- "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=",
- "dev": true,
- "requires": {
- "semver": "5.5.0"
- }
- },
- "send": {
- "version": "0.16.2",
- "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
- "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "depd": "1.1.2",
- "destroy": "1.0.4",
- "encodeurl": "1.0.2",
- "escape-html": "1.0.3",
- "etag": "1.8.1",
- "fresh": "0.5.2",
- "http-errors": "1.6.3",
- "mime": "1.4.1",
- "ms": "2.0.0",
- "on-finished": "2.3.0",
- "range-parser": "1.2.0",
- "statuses": "1.4.0"
- },
- "dependencies": {
- "mime": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
- "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==",
- "dev": true
- }
- }
- },
- "serve-index": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
- "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
- "dev": true,
- "requires": {
- "accepts": "1.3.5",
- "batch": "0.6.1",
- "debug": "2.6.9",
- "escape-html": "1.0.3",
- "http-errors": "1.6.3",
- "mime-types": "2.1.18",
- "parseurl": "1.3.2"
- }
- },
- "serve-static": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
- "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==",
- "dev": true,
- "requires": {
- "encodeurl": "1.0.2",
- "escape-html": "1.0.3",
- "parseurl": "1.3.2",
- "send": "0.16.2"
- }
- },
- "serviceworker-cache-polyfill": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/serviceworker-cache-polyfill/-/serviceworker-cache-polyfill-4.0.0.tgz",
- "integrity": "sha1-3hnuc77yGrPAdAo3sz22JGS6ves=",
- "dev": true
- },
- "set-blocking": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
- "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
- "dev": true
- },
- "set-immediate-shim": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
- "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
- "dev": true
- },
- "set-value": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz",
- "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==",
- "dev": true,
- "requires": {
- "extend-shallow": "2.0.1",
- "is-extendable": "0.1.1",
- "is-plain-object": "2.0.4",
- "split-string": "3.1.0"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "setimmediate": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
- "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
- },
- "setprototypeof": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
- "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
- "dev": true
- },
- "settle-promise": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/settle-promise/-/settle-promise-1.0.0.tgz",
- "integrity": "sha1-aXrbWLgh84fOJ1fAbvyd5fDuM9g=",
- "dev": true
- },
- "sha.js": {
- "version": "2.4.11",
- "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
- "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "safe-buffer": "5.1.1"
- }
- },
- "shebang-command": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
- "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
- "dev": true,
- "requires": {
- "shebang-regex": "1.0.0"
- }
- },
- "shebang-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
- "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
- "dev": true
- },
- "shell-quote": {
- "version": "1.6.1",
- "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz",
- "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=",
- "dev": true,
- "requires": {
- "array-filter": "0.0.1",
- "array-map": "0.0.0",
- "array-reduce": "0.0.0",
- "jsonify": "0.0.0"
- }
- },
- "shelljs": {
- "version": "0.7.8",
- "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz",
- "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=",
- "dev": true,
- "requires": {
- "glob": "7.1.2",
- "interpret": "1.1.0",
- "rechoir": "0.6.2"
- }
- },
- "shellwords": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
- "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
- "dev": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
- "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
- "dev": true
- },
- "slash": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
- "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
- "dev": true
- },
- "slate": {
- "version": "0.20.7",
- "resolved": "https://registry.npmjs.org/slate/-/slate-0.20.7.tgz",
- "integrity": "sha1-CDypB03H/TrYhjmF5tku12vcnv8=",
- "requires": {
- "cheerio": "0.22.0",
- "debug": "2.6.9",
- "direction": "0.1.5",
- "es6-map": "0.1.5",
- "esrever": "0.2.0",
- "get-window": "1.1.2",
- "immutable": "3.8.2",
- "is-empty": "1.2.0",
- "is-in-browser": "1.1.3",
- "is-window": "1.0.2",
- "keycode": "2.2.0",
- "prop-types": "15.6.1",
- "react-portal": "3.2.0",
- "selection-is-backward": "1.0.0",
- "type-of": "2.0.1"
- }
- },
- "slice-ansi": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz",
- "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=",
- "dev": true
- },
- "snapdragon": {
- "version": "0.8.2",
- "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
- "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
- "dev": true,
- "requires": {
- "base": "0.11.2",
- "debug": "2.6.9",
- "define-property": "0.2.5",
- "extend-shallow": "2.0.1",
- "map-cache": "0.2.2",
- "source-map": "0.5.7",
- "source-map-resolve": "0.5.1",
- "use": "3.1.0"
- },
- "dependencies": {
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
- "dev": true,
- "requires": {
- "is-descriptor": "0.1.6"
- }
- },
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "snapdragon-node": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
- "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
- "dev": true,
- "requires": {
- "define-property": "1.0.0",
- "isobject": "3.0.1",
- "snapdragon-util": "3.0.1"
- },
- "dependencies": {
- "define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
- "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
- "dev": true,
- "requires": {
- "is-descriptor": "1.0.2"
- }
- },
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "1.0.0",
- "is-data-descriptor": "1.0.0",
- "kind-of": "6.0.2"
- }
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- },
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- }
- }
- },
- "snapdragon-util": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
- "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- },
- "sntp": {
- "version": "1.0.9",
- "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
- "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "sockjs": {
- "version": "0.3.18",
- "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.18.tgz",
- "integrity": "sha1-2bKJMWyn33dZXvKZ4HXw+TfrQgc=",
- "dev": true,
- "requires": {
- "faye-websocket": "0.10.0",
- "uuid": "2.0.3"
- },
- "dependencies": {
- "faye-websocket": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
- "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
- "dev": true,
- "requires": {
- "websocket-driver": "0.7.0"
- }
- },
- "uuid": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
- "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=",
- "dev": true
- }
- }
- },
- "sockjs-client": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.4.tgz",
- "integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "eventsource": "0.1.6",
- "faye-websocket": "0.11.1",
- "inherits": "2.0.3",
- "json3": "3.3.2",
- "url-parse": "1.3.0"
- }
- },
- "sort-keys": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
- "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
- "dev": true,
- "requires": {
- "is-plain-obj": "1.1.0"
- }
- },
- "source-list-map": {
- "version": "0.1.8",
- "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz",
- "integrity": "sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY=",
- "dev": true
- },
- "source-map": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
- "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
- "dev": true,
- "requires": {
- "amdefine": "1.0.1"
- }
- },
- "source-map-resolve": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.1.tgz",
- "integrity": "sha512-0KW2wvzfxm8NCTb30z0LMNyPqWCdDGE2viwzUaucqJdkTRXtZiSY3I+2A6nVAjmdOy0I4gU8DwnVVGsk9jvP2A==",
- "dev": true,
- "requires": {
- "atob": "2.1.0",
- "decode-uri-component": "0.2.0",
- "resolve-url": "0.2.1",
- "source-map-url": "0.4.0",
- "urix": "0.1.0"
- }
- },
- "source-map-support": {
- "version": "0.4.18",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
- "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
- "dev": true,
- "requires": {
- "source-map": "0.5.7"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "source-map-url": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
- "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
- "dev": true
- },
- "spdx-correct": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
- "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
- "dev": true,
- "requires": {
- "spdx-expression-parse": "3.0.0",
- "spdx-license-ids": "3.0.0"
- }
- },
- "spdx-exceptions": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz",
- "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==",
- "dev": true
- },
- "spdx-expression-parse": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
- "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
- "dev": true,
- "requires": {
- "spdx-exceptions": "2.1.0",
- "spdx-license-ids": "3.0.0"
- }
- },
- "spdx-license-ids": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz",
- "integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==",
- "dev": true
- },
- "spdy": {
- "version": "3.4.7",
- "resolved": "https://registry.npmjs.org/spdy/-/spdy-3.4.7.tgz",
- "integrity": "sha1-Qv9B7OXMD5mjpsKKq7c/XDsDrLw=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "handle-thing": "1.2.5",
- "http-deceiver": "1.2.7",
- "safe-buffer": "5.1.1",
- "select-hose": "2.0.0",
- "spdy-transport": "2.1.0"
- }
- },
- "spdy-transport": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
- "integrity": "sha512-bpUeGpZcmZ692rrTiqf9/2EUakI6/kXX1Rpe0ib/DyOzbiexVfXkw6GnvI9hVGvIwVaUhkaBojjCZwLNRGQg1g==",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "detect-node": "2.0.3",
- "hpack.js": "2.1.6",
- "obuf": "1.1.2",
- "readable-stream": "2.3.6",
- "safe-buffer": "5.1.1",
- "wbuf": "1.7.3"
- }
- },
- "split": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz",
- "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=",
- "dev": true,
- "requires": {
- "through": "2.3.8"
- }
- },
- "split-string": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
- "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
- "dev": true,
- "requires": {
- "extend-shallow": "3.0.2"
- }
- },
- "sprintf-js": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
- "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
- "dev": true
- },
- "sshpk": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
- "integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
- "dev": true,
- "requires": {
- "asn1": "0.2.3",
- "assert-plus": "1.0.0",
- "bcrypt-pbkdf": "1.0.1",
- "dashdash": "1.14.1",
- "ecc-jsbn": "0.1.1",
- "getpass": "0.1.7",
- "jsbn": "0.1.1",
- "tweetnacl": "0.14.5"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "static-extend": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
- "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
- "dev": true,
- "requires": {
- "define-property": "0.2.5",
- "object-copy": "0.1.0"
- },
- "dependencies": {
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
- "dev": true,
- "requires": {
- "is-descriptor": "0.1.6"
- }
- }
- }
- },
- "statuses": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
- "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
- "dev": true
- },
- "stdout-stream": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
- "integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
- "dev": true,
- "requires": {
- "readable-stream": "2.3.6"
- }
- },
- "stream-browserify": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz",
- "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.6"
- }
- },
- "stream-combiner": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz",
- "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=",
- "dev": true,
- "requires": {
- "duplexer": "0.1.1"
- }
- },
- "stream-http": {
- "version": "2.8.1",
- "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.1.tgz",
- "integrity": "sha512-cQ0jo17BLca2r0GfRdZKYAGLU6JRoIWxqSOakUMuKOT6MOK7AAlE856L33QuDmAy/eeOrhLee3dZKX0Uadu93A==",
- "dev": true,
- "requires": {
- "builtin-status-codes": "3.0.0",
- "inherits": "2.0.3",
- "readable-stream": "2.3.6",
- "to-arraybuffer": "1.0.1",
- "xtend": "4.0.1"
- }
- },
- "strict-uri-encode": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
- "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
- "dev": true
- },
- "string-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz",
- "integrity": "sha1-VpcPscOFWOnnC3KL894mmsRa36w=",
- "dev": true,
- "requires": {
- "strip-ansi": "3.0.1"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- },
- "string.prototype.padend": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz",
- "integrity": "sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=",
- "dev": true,
- "requires": {
- "define-properties": "1.1.2",
- "es-abstract": "1.11.0",
- "function-bind": "1.1.1"
- }
- },
- "string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
- "requires": {
- "safe-buffer": "5.1.1"
- }
- },
- "stringstream": {
- "version": "0.0.5",
- "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
- "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
- "dev": true
- },
- "strip-ansi": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
- "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
- "dev": true,
- "requires": {
- "ansi-regex": "2.1.1"
- }
- },
- "strip-bom": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
- "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
- "dev": true
- },
- "strip-eof": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
- "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
- "dev": true
- },
- "strip-indent": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
- "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
- "dev": true,
- "requires": {
- "get-stdin": "4.0.1"
- }
- },
- "strip-json-comments": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
- "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
- "dev": true
- },
- "style-loader": {
- "version": "0.17.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.17.0.tgz",
- "integrity": "sha1-6CVLzNt690vVgnTjYQe01atN8xA=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0"
- }
- },
- "supports-color": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.3.0.tgz",
- "integrity": "sha512-0aP01LLIskjKs3lq52EC0aGBAJhLq7B2Rd8HC/DR/PtNNpcLilNmHC12O+hu0usQpo7wtHNRqtrhBwtDb0+dNg==",
- "dev": true,
- "requires": {
- "has-flag": "3.0.0"
- }
- },
- "svgo": {
- "version": "0.7.2",
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz",
- "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
- "dev": true,
- "requires": {
- "coa": "1.0.4",
- "colors": "1.1.2",
- "csso": "2.3.2",
- "js-yaml": "3.7.0",
- "mkdirp": "0.5.1",
- "sax": "1.2.4",
- "whet.extend": "0.9.9"
- }
- },
- "sw-precache": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/sw-precache/-/sw-precache-5.2.1.tgz",
- "integrity": "sha512-8FAy+BP/FXE+ILfiVTt+GQJ6UEf4CVHD9OfhzH0JX+3zoy2uFk7Vn9EfXASOtVmmIVbL3jE/W8Z66VgPSZcMhw==",
- "dev": true,
- "requires": {
- "dom-urls": "1.1.0",
- "es6-promise": "4.2.4",
- "glob": "7.1.2",
- "lodash.defaults": "4.2.0",
- "lodash.template": "4.4.0",
- "meow": "3.7.0",
- "mkdirp": "0.5.1",
- "pretty-bytes": "4.0.2",
- "sw-toolbox": "3.6.0",
- "update-notifier": "2.4.0"
- }
- },
- "sw-precache-webpack-plugin": {
- "version": "0.9.1",
- "resolved": "https://registry.npmjs.org/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.9.1.tgz",
- "integrity": "sha1-I4H/cG+7bKvbIKIDN96OWPtJoqc=",
- "dev": true,
- "requires": {
- "del": "2.2.2",
- "sw-precache": "5.2.1",
- "uglify-js": "2.8.29"
- },
- "dependencies": {
- "camelcase": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
- "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
- "dev": true
- },
- "cliui": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
- "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
- "dev": true,
- "requires": {
- "center-align": "0.1.3",
- "right-align": "0.1.3",
- "wordwrap": "0.0.2"
- }
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "uglify-js": {
- "version": "2.8.29",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
- "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "dev": true,
- "requires": {
- "source-map": "0.5.7",
- "uglify-to-browserify": "1.0.2",
- "yargs": "3.10.0"
- }
- },
- "wordwrap": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
- "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
- "dev": true
- },
- "yargs": {
- "version": "3.10.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
- "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
- "dev": true,
- "requires": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "window-size": "0.1.0"
- }
- }
- }
- },
- "sw-toolbox": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/sw-toolbox/-/sw-toolbox-3.6.0.tgz",
- "integrity": "sha1-Jt8dHHA0hljk3qKIQxkUm3sxg7U=",
- "dev": true,
- "requires": {
- "path-to-regexp": "1.7.0",
- "serviceworker-cache-polyfill": "4.0.0"
- }
- },
- "symbol-observable": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
- "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ=="
- },
- "symbol-tree": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz",
- "integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=",
- "dev": true
- },
- "table": {
- "version": "3.8.3",
- "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz",
- "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=",
- "dev": true,
- "requires": {
- "ajv": "4.11.8",
- "ajv-keywords": "1.5.1",
- "chalk": "1.1.3",
- "lodash": "4.17.5",
- "slice-ansi": "0.0.4",
- "string-width": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "tapable": {
- "version": "0.2.8",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz",
- "integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=",
- "dev": true
- },
- "tar": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
- "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
- "dev": true,
- "requires": {
- "block-stream": "0.0.9",
- "fstream": "1.0.11",
- "inherits": "2.0.3"
- }
- },
- "term-size": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz",
- "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=",
- "dev": true,
- "requires": {
- "execa": "0.7.0"
- }
- },
- "test-exclude": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-4.2.1.tgz",
- "integrity": "sha512-qpqlP/8Zl+sosLxBcVKl9vYy26T9NPalxSzzCP/OY6K7j938ui2oKgo+kRZYfxAeIpLqpbVnsHq1tyV70E4lWQ==",
- "dev": true,
- "requires": {
- "arrify": "1.0.1",
- "micromatch": "3.1.10",
- "object-assign": "4.1.1",
- "read-pkg-up": "1.0.1",
- "require-main-filename": "1.0.1"
- },
- "dependencies": {
- "arr-diff": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
- "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
- "dev": true
- },
- "array-unique": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
- "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
- "dev": true
- },
- "braces": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
- "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
- "dev": true,
- "requires": {
- "arr-flatten": "1.1.0",
- "array-unique": "0.3.2",
- "extend-shallow": "2.0.1",
- "fill-range": "4.0.0",
- "isobject": "3.0.1",
- "repeat-element": "1.1.2",
- "snapdragon": "0.8.2",
- "snapdragon-node": "2.1.1",
- "split-string": "3.1.0",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "expand-brackets": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
- "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "define-property": "0.2.5",
- "extend-shallow": "2.0.1",
- "posix-character-classes": "0.1.1",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
- "dev": true,
- "requires": {
- "is-descriptor": "0.1.6"
- }
- },
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- },
- "is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "0.1.6",
- "is-data-descriptor": "0.1.4",
- "kind-of": "5.1.0"
- }
- },
- "kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "dev": true
- }
- }
- },
- "extglob": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
- "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
- "dev": true,
- "requires": {
- "array-unique": "0.3.2",
- "define-property": "1.0.0",
- "expand-brackets": "2.1.4",
- "extend-shallow": "2.0.1",
- "fragment-cache": "0.2.1",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
- "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
- "dev": true,
- "requires": {
- "is-descriptor": "1.0.2"
- }
- },
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "fill-range": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
- "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
- "dev": true,
- "requires": {
- "extend-shallow": "2.0.1",
- "is-number": "3.0.0",
- "repeat-string": "1.6.1",
- "to-regex-range": "2.1.1"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "1.0.0",
- "is-data-descriptor": "1.0.0",
- "kind-of": "6.0.2"
- }
- },
- "is-number": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- },
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- },
- "micromatch": {
- "version": "3.1.10",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
- "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
- "dev": true,
- "requires": {
- "arr-diff": "4.0.0",
- "array-unique": "0.3.2",
- "braces": "2.3.2",
- "define-property": "2.0.2",
- "extend-shallow": "3.0.2",
- "extglob": "2.0.4",
- "fragment-cache": "0.2.1",
- "kind-of": "6.0.2",
- "nanomatch": "1.2.9",
- "object.pick": "1.3.0",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- }
- }
- }
- },
- "text-table": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
- "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
- "dev": true
- },
- "throat": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/throat/-/throat-3.2.0.tgz",
- "integrity": "sha512-/EY8VpvlqJ+sFtLPeOgc8Pl7kQVOWv0woD87KTXVHPIAE842FGT+rokxIhe8xIUP1cfgrkt0as0vDLjDiMtr8w==",
- "dev": true
- },
- "through": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
- "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
- "dev": true
- },
- "time-stamp": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz",
- "integrity": "sha1-lcakRTDhW6jW9KPsuMOj+sRto1c=",
- "dev": true
- },
- "timed-out": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
- "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=",
- "dev": true
- },
- "timers-browserify": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.6.tgz",
- "integrity": "sha512-HQ3nbYRAowdVd0ckGFvmJPPCOH/CHleFN/Y0YQCX1DVaB7t+KFvisuyN09fuP8Jtp1CpfSh8O8bMkHbdbPe6Pw==",
- "dev": true,
- "requires": {
- "setimmediate": "1.0.5"
- }
- },
- "tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "requires": {
- "os-tmpdir": "1.0.2"
- }
- },
- "tmpl": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
- "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
- "dev": true
- },
- "to-arraybuffer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
- "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=",
- "dev": true
- },
- "to-fast-properties": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
- "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
- "dev": true
- },
- "to-object-path": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
- "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- },
- "to-regex": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
- "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
- "dev": true,
- "requires": {
- "define-property": "2.0.2",
- "extend-shallow": "3.0.2",
- "regex-not": "1.0.2",
- "safe-regex": "1.1.0"
- }
- },
- "to-regex-range": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
- "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
- "dev": true,
- "requires": {
- "is-number": "3.0.0",
- "repeat-string": "1.6.1"
- },
- "dependencies": {
- "is-number": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- }
- }
- },
- "toposort": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.6.tgz",
- "integrity": "sha1-wxdI5V0hDv/AD9zcfW5o19e7nOw=",
- "dev": true
- },
- "tough-cookie": {
- "version": "2.3.4",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
- "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
- "dev": true,
- "requires": {
- "punycode": "1.4.1"
- }
- },
- "tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
- "dev": true
- },
- "transit-immutable-js": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/transit-immutable-js/-/transit-immutable-js-0.7.0.tgz",
- "integrity": "sha1-mT4lCJtjEf9AIUD1VidtbSUwBdk="
- },
- "transit-js": {
- "version": "0.8.861",
- "resolved": "https://registry.npmjs.org/transit-js/-/transit-js-0.8.861.tgz",
- "integrity": "sha512-4O9OrYPZw6C0M5gMTvaeOp+xYz6EF79JsyxIvqXHlt+pisSrioJWFOE80N8aCPoJLcNaXF442RZrVtdmd4wkDQ=="
- },
- "trim-newlines": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
- "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
- "dev": true
- },
- "trim-right": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
- "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
- "dev": true
- },
- "true-case-path": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.2.tgz",
- "integrity": "sha1-fskRMJJHZsf1c74wIMNPj9/QDWI=",
- "dev": true,
- "requires": {
- "glob": "6.0.4"
- },
- "dependencies": {
- "glob": {
- "version": "6.0.4",
- "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
- "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
- "dev": true,
- "requires": {
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- }
- }
- }
- },
- "tty-browserify": {
- "version": "0.0.0",
- "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
- "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=",
- "dev": true
- },
- "tunnel-agent": {
- "version": "0.4.3",
- "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
- "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=",
- "dev": true
- },
- "tweetnacl": {
- "version": "0.14.5",
- "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
- "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
- "dev": true,
- "optional": true
- },
- "type-check": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
- "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
- "dev": true,
- "requires": {
- "prelude-ls": "1.1.2"
- }
- },
- "type-is": {
- "version": "1.6.16",
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
- "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
- "dev": true,
- "requires": {
- "media-typer": "0.3.0",
- "mime-types": "2.1.18"
- }
- },
- "type-of": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz",
- "integrity": "sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI="
- },
- "typedarray": {
- "version": "0.0.6",
- "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
- "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
- "dev": true
- },
- "ua-parser-js": {
- "version": "0.7.17",
- "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.17.tgz",
- "integrity": "sha512-uRdSdu1oA1rncCQL7sCj8vSyZkgtL7faaw9Tc9rZ3mGgraQ7+Pdx7w5mnOSF3gw9ZNG6oc+KXfkon3bKuROm0g=="
- },
- "uglify-js": {
- "version": "3.3.20",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.3.20.tgz",
- "integrity": "sha512-WpLkWCf9sGvGZnIvBV0PNID9BATQNT/IXKAmqegfKzIPcTmTV3FP8NQpoogQkt/Y402x2sOFdaHUmqFY9IZp+g==",
- "dev": true,
- "requires": {
- "commander": "2.15.1",
- "source-map": "0.6.1"
- },
- "dependencies": {
- "source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true
- }
- }
- },
- "uglify-to-browserify": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
- "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
- "dev": true,
- "optional": true
- },
- "uncontrollable": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-4.1.0.tgz",
- "integrity": "sha1-4DWCkSUuGGUiLZCTmxny9J+Bwak=",
- "requires": {
- "invariant": "2.2.4"
- }
- },
- "union-value": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
- "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=",
- "dev": true,
- "requires": {
- "arr-union": "3.1.0",
- "get-value": "2.0.6",
- "is-extendable": "0.1.1",
- "set-value": "0.4.3"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- },
- "set-value": {
- "version": "0.4.3",
- "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz",
- "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=",
- "dev": true,
- "requires": {
- "extend-shallow": "2.0.1",
- "is-extendable": "0.1.1",
- "is-plain-object": "2.0.4",
- "to-object-path": "0.3.0"
- }
- }
- }
- },
- "uniq": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
- "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
- "dev": true
- },
- "uniqid": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz",
- "integrity": "sha1-iSIN32t1GuUrX3JISGNShZa7hME=",
- "dev": true,
- "requires": {
- "macaddress": "0.2.8"
- }
- },
- "uniqs": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
- "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
- "dev": true
- },
- "unique-string": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
- "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
- "dev": true,
- "requires": {
- "crypto-random-string": "1.0.0"
- }
- },
- "universalify": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
- "integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
- "dev": true
- },
- "unpipe": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
- "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
- "dev": true
- },
- "unset-value": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
- "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
- "dev": true,
- "requires": {
- "has-value": "0.3.1",
- "isobject": "3.0.1"
- },
- "dependencies": {
- "has-value": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
- "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
- "dev": true,
- "requires": {
- "get-value": "2.0.6",
- "has-values": "0.1.4",
- "isobject": "2.1.0"
- },
- "dependencies": {
- "isobject": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
- "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
- "dev": true,
- "requires": {
- "isarray": "1.0.0"
- }
- }
- }
- },
- "has-values": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
- "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
- "dev": true
- },
- "isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- }
- }
- },
- "unzip-response": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz",
- "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=",
- "dev": true
- },
- "upath": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/upath/-/upath-1.0.4.tgz",
- "integrity": "sha512-d4SJySNBXDaQp+DPrziv3xGS6w3d2Xt69FijJr86zMPBy23JEloMCEOUBBzuN7xCtjLCnmB9tI/z7SBCahHBOw==",
- "dev": true
- },
- "update-notifier": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.4.0.tgz",
- "integrity": "sha1-+bTHAPv9TsEsgRWHJYd31WPYyGY=",
- "dev": true,
- "requires": {
- "boxen": "1.3.0",
- "chalk": "2.3.2",
- "configstore": "3.1.2",
- "import-lazy": "2.1.0",
- "is-ci": "1.1.0",
- "is-installed-globally": "0.1.0",
- "is-npm": "1.0.0",
- "latest-version": "3.1.0",
- "semver-diff": "2.1.0",
- "xdg-basedir": "3.0.0"
- }
- },
- "upper-case": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
- "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=",
- "dev": true
- },
- "uri-js": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-3.0.2.tgz",
- "integrity": "sha1-+QuFhQf4HepNz7s8TD2/orVX+qo=",
- "dev": true,
- "requires": {
- "punycode": "2.1.0"
- },
- "dependencies": {
- "punycode": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz",
- "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=",
- "dev": true
- }
- }
- },
- "urijs": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.1.tgz",
- "integrity": "sha512-xVrGVi94ueCJNrBSTjWqjvtgvl3cyOTThp2zaMaFNGp3F542TR6sM3f2o8RqZl+AwteClSVmoCyt0ka4RjQOQg==",
- "dev": true
- },
- "urix": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
- "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
- "dev": true
- },
- "url": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
- "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
- "dev": true,
- "requires": {
- "punycode": "1.3.2",
- "querystring": "0.2.0"
- },
- "dependencies": {
- "punycode": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
- "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
- "dev": true
- }
- }
- },
- "url-loader": {
- "version": "0.5.8",
- "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-0.5.8.tgz",
- "integrity": "sha1-uRg7GAHg+EdxhnNnMEC8ncHHFcU=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "mime": "1.3.6"
- }
- },
- "url-parse": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.3.0.tgz",
- "integrity": "sha512-zPvPA3T7P6M+0iNsgX+iAcAz4GshKrowtQBHHc/28tVsBc8jK7VRCNX+2GEcoE6zDB6XqXhcyiUWPVZY6C70Cg==",
- "dev": true,
- "requires": {
- "querystringify": "1.0.0",
- "requires-port": "1.0.0"
- },
- "dependencies": {
- "querystringify": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz",
- "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs=",
- "dev": true
- }
- }
- },
- "url-parse-lax": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
- "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
- "dev": true,
- "requires": {
- "prepend-http": "1.0.4"
- }
- },
- "use": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/use/-/use-3.1.0.tgz",
- "integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- }
- }
- },
- "user-home": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz",
- "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=",
- "dev": true,
- "requires": {
- "os-homedir": "1.0.2"
- }
- },
- "util": {
- "version": "0.10.3",
- "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
- "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
- "dev": true,
- "requires": {
- "inherits": "2.0.1"
- },
- "dependencies": {
- "inherits": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
- "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
- "dev": true
- }
- }
- },
- "util-deprecate": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
- },
- "utila": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
- "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=",
- "dev": true
- },
- "utils-merge": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
- "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
- "dev": true
- },
- "uuid": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
- "integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA=="
- },
- "validate-npm-package-license": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.3.tgz",
- "integrity": "sha512-63ZOUnL4SIXj4L0NixR3L1lcjO38crAbgrTpl28t8jjrfuiOBL5Iygm+60qPs/KsZGzPNg6Smnc/oY16QTjF0g==",
- "dev": true,
- "requires": {
- "spdx-correct": "3.0.0",
- "spdx-expression-parse": "3.0.0"
- }
- },
- "value-equal": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-0.4.0.tgz",
- "integrity": "sha512-x+cYdNnaA3CxvMaTX0INdTCN8m8aF2uY9BvEqmxuYp8bL09cs/kWVQPVGcA35fMktdOsP69IgU7wFj/61dJHEw=="
- },
- "vary": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
- "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
- "dev": true
- },
- "vendors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
- "integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI=",
- "dev": true
- },
- "verror": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
- "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0",
- "core-util-is": "1.0.2",
- "extsprintf": "1.3.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "vm-browserify": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
- "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
- "dev": true,
- "requires": {
- "indexof": "0.0.1"
- }
- },
- "walker": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
- "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
- "dev": true,
- "requires": {
- "makeerror": "1.0.11"
- }
- },
- "warning": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz",
- "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=",
- "requires": {
- "loose-envify": "1.3.1"
- }
- },
- "watch": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/watch/-/watch-0.10.0.tgz",
- "integrity": "sha1-d3mLLaD5kQ1ZXxrOWwwiWFIfIdw=",
- "dev": true
- },
- "watchpack": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.5.0.tgz",
- "integrity": "sha512-RSlipNQB1u48cq0wH/BNfCu1tD/cJ8ydFIkNYhp9o+3d+8unClkIovpW5qpFPgmL9OE48wfAnlZydXByWP82AA==",
- "dev": true,
- "requires": {
- "chokidar": "2.0.3",
- "graceful-fs": "4.1.11",
- "neo-async": "2.5.0"
- },
- "dependencies": {
- "anymatch": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
- "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
- "dev": true,
- "requires": {
- "micromatch": "3.1.10",
- "normalize-path": "2.1.1"
- }
- },
- "arr-diff": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
- "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
- "dev": true
- },
- "array-unique": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
- "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
- "dev": true
- },
- "braces": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
- "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
- "dev": true,
- "requires": {
- "arr-flatten": "1.1.0",
- "array-unique": "0.3.2",
- "extend-shallow": "2.0.1",
- "fill-range": "4.0.0",
- "isobject": "3.0.1",
- "repeat-element": "1.1.2",
- "snapdragon": "0.8.2",
- "snapdragon-node": "2.1.1",
- "split-string": "3.1.0",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "chokidar": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.3.tgz",
- "integrity": "sha512-zW8iXYZtXMx4kux/nuZVXjkLP+CyIK5Al5FHnj1OgTKGZfp4Oy6/ymtMSKFv3GD8DviEmUPmJg9eFdJ/JzudMg==",
- "dev": true,
- "requires": {
- "anymatch": "2.0.0",
- "async-each": "1.0.1",
- "braces": "2.3.2",
- "fsevents": "1.1.3",
- "glob-parent": "3.1.0",
- "inherits": "2.0.3",
- "is-binary-path": "1.0.1",
- "is-glob": "4.0.0",
- "normalize-path": "2.1.1",
- "path-is-absolute": "1.0.1",
- "readdirp": "2.1.0",
- "upath": "1.0.4"
- }
- },
- "expand-brackets": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
- "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "define-property": "0.2.5",
- "extend-shallow": "2.0.1",
- "posix-character-classes": "0.1.1",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "define-property": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
- "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
- "dev": true,
- "requires": {
- "is-descriptor": "0.1.6"
- }
- },
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- },
- "is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "0.1.6",
- "is-data-descriptor": "0.1.4",
- "kind-of": "5.1.0"
- }
- },
- "kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "dev": true
- }
- }
- },
- "extglob": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
- "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
- "dev": true,
- "requires": {
- "array-unique": "0.3.2",
- "define-property": "1.0.0",
- "expand-brackets": "2.1.4",
- "extend-shallow": "2.0.1",
- "fragment-cache": "0.2.1",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- },
- "dependencies": {
- "define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
- "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
- "dev": true,
- "requires": {
- "is-descriptor": "1.0.2"
- }
- },
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "fill-range": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
- "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
- "dev": true,
- "requires": {
- "extend-shallow": "2.0.1",
- "is-number": "3.0.0",
- "repeat-string": "1.6.1",
- "to-regex-range": "2.1.1"
- },
- "dependencies": {
- "extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1"
- }
- }
- }
- },
- "glob-parent": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
- "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
- "dev": true,
- "requires": {
- "is-glob": "3.1.0",
- "path-dirname": "1.0.2"
- },
- "dependencies": {
- "is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
- "dev": true,
- "requires": {
- "is-extglob": "2.1.1"
- }
- }
- }
- },
- "is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
- "dev": true,
- "requires": {
- "kind-of": "6.0.2"
- }
- },
- "is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
- "dev": true,
- "requires": {
- "is-accessor-descriptor": "1.0.0",
- "is-data-descriptor": "1.0.0",
- "kind-of": "6.0.2"
- }
- },
- "is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
- "dev": true
- },
- "is-glob": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz",
- "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=",
- "dev": true,
- "requires": {
- "is-extglob": "2.1.1"
- }
- },
- "is-number": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.6"
- }
- }
- }
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- },
- "kind-of": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
- "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
- "dev": true
- },
- "micromatch": {
- "version": "3.1.10",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
- "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
- "dev": true,
- "requires": {
- "arr-diff": "4.0.0",
- "array-unique": "0.3.2",
- "braces": "2.3.2",
- "define-property": "2.0.2",
- "extend-shallow": "3.0.2",
- "extglob": "2.0.4",
- "fragment-cache": "0.2.1",
- "kind-of": "6.0.2",
- "nanomatch": "1.2.9",
- "object.pick": "1.3.0",
- "regex-not": "1.0.2",
- "snapdragon": "0.8.2",
- "to-regex": "3.0.2"
- }
- }
- }
- },
- "wbuf": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
- "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
- "dev": true,
- "requires": {
- "minimalistic-assert": "1.0.0"
- }
- },
- "webidl-conversions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
- "dev": true
- },
- "webpack": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-2.5.1.tgz",
- "integrity": "sha1-YXQvDPivVVuHRgqc2Lui8ePuL84=",
- "dev": true,
- "requires": {
- "acorn": "5.5.3",
- "acorn-dynamic-import": "2.0.2",
- "ajv": "4.11.8",
- "ajv-keywords": "1.5.1",
- "async": "2.6.0",
- "enhanced-resolve": "3.4.1",
- "interpret": "1.1.0",
- "json-loader": "0.5.7",
- "json5": "0.5.1",
- "loader-runner": "2.3.0",
- "loader-utils": "0.2.17",
- "memory-fs": "0.4.1",
- "mkdirp": "0.5.1",
- "node-libs-browser": "2.1.0",
- "source-map": "0.5.7",
- "supports-color": "3.2.3",
- "tapable": "0.2.8",
- "uglify-js": "2.8.29",
- "watchpack": "1.5.0",
- "webpack-sources": "0.2.3",
- "yargs": "6.6.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
- "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
- "dev": true
- },
- "cliui": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
- "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
- "dev": true,
- "requires": {
- "center-align": "0.1.3",
- "right-align": "0.1.3",
- "wordwrap": "0.0.2"
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "loader-utils": {
- "version": "0.2.17",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",
- "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=",
- "dev": true,
- "requires": {
- "big.js": "3.2.0",
- "emojis-list": "2.1.0",
- "json5": "0.5.1",
- "object-assign": "4.1.1"
- }
- },
- "source-list-map": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-1.1.2.tgz",
- "integrity": "sha1-mIkBnRAkzOVc3AaUmDN+9hhqEaE=",
- "dev": true
- },
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- },
- "uglify-js": {
- "version": "2.8.29",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
- "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "dev": true,
- "requires": {
- "source-map": "0.5.7",
- "uglify-to-browserify": "1.0.2",
- "yargs": "3.10.0"
- },
- "dependencies": {
- "yargs": {
- "version": "3.10.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
- "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
- "dev": true,
- "requires": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "window-size": "0.1.0"
- }
- }
- }
- },
- "webpack-sources": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.2.3.tgz",
- "integrity": "sha1-F8Yr+vE8cH+dAsR54Nzd6DgGl/s=",
- "dev": true,
- "requires": {
- "source-list-map": "1.1.2",
- "source-map": "0.5.7"
- }
- },
- "wordwrap": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
- "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
- "dev": true
- },
- "yargs": {
- "version": "6.6.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz",
- "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "1.4.0",
- "read-pkg-up": "1.0.1",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "1.0.2",
- "which-module": "1.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "4.2.1"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true
- },
- "cliui": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
- "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
- "dev": true,
- "requires": {
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wrap-ansi": "2.1.0"
- }
- }
- }
- },
- "yargs-parser": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz",
- "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true
- }
- }
- }
- }
- },
- "webpack-dev-middleware": {
- "version": "1.12.2",
- "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-1.12.2.tgz",
- "integrity": "sha512-FCrqPy1yy/sN6U/SaEZcHKRXGlqU0DUaEBL45jkUYoB8foVb6wCnbIJ1HKIx+qUFTW+3JpVcCJCxZ8VATL4e+A==",
- "dev": true,
- "requires": {
- "memory-fs": "0.4.1",
- "mime": "1.6.0",
- "path-is-absolute": "1.0.1",
- "range-parser": "1.2.0",
- "time-stamp": "2.0.0"
- },
- "dependencies": {
- "mime": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
- "dev": true
- }
- }
- },
- "webpack-dev-server": {
- "version": "2.4.5",
- "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.4.5.tgz",
- "integrity": "sha1-MThM6BE2vhCAtLTN4OubkOVO5s8=",
- "dev": true,
- "requires": {
- "ansi-html": "0.0.7",
- "chokidar": "1.7.0",
- "compression": "1.7.2",
- "connect-history-api-fallback": "1.3.0",
- "express": "4.16.3",
- "html-entities": "1.2.1",
- "http-proxy-middleware": "0.17.4",
- "opn": "4.0.2",
- "portfinder": "1.0.13",
- "serve-index": "1.9.1",
- "sockjs": "0.3.18",
- "sockjs-client": "1.1.2",
- "spdy": "3.4.7",
- "strip-ansi": "3.0.1",
- "supports-color": "3.2.3",
- "webpack-dev-middleware": "1.12.2",
- "yargs": "6.6.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "opn": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz",
- "integrity": "sha1-erwi5kTf9jsKltWrfyeQwPAavJU=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "pinkie-promise": "2.0.1"
- }
- },
- "sockjs-client": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.2.tgz",
- "integrity": "sha1-8CEqhVDkyUaMjM6u79LjSTwDOtU=",
- "dev": true,
- "requires": {
- "debug": "2.6.9",
- "eventsource": "0.1.6",
- "faye-websocket": "0.11.1",
- "inherits": "2.0.3",
- "json3": "3.3.2",
- "url-parse": "1.3.0"
- }
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- },
- "yargs": {
- "version": "6.6.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz",
- "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "1.4.0",
- "read-pkg-up": "1.0.1",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "1.0.2",
- "which-module": "1.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "4.2.1"
- }
- },
- "yargs-parser": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz",
- "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0"
- }
- }
- }
- },
- "webpack-manifest-plugin": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-1.1.0.tgz",
- "integrity": "sha1-a2xxiq3oolN5lXhLRr0umDYFfKo=",
- "dev": true,
- "requires": {
- "fs-extra": "0.30.0",
- "lodash": "4.17.5"
- },
- "dependencies": {
- "fs-extra": {
- "version": "0.30.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
- "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "jsonfile": "2.4.0",
- "klaw": "1.3.1",
- "path-is-absolute": "1.0.1",
- "rimraf": "2.6.2"
- }
- },
- "jsonfile": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
- "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11"
- }
- }
- }
- },
- "webpack-sources": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.5.tgz",
- "integrity": "sha1-qh86vw8NdNtxEcQOUAuE+WZkB1A=",
- "dev": true,
- "requires": {
- "source-list-map": "0.1.8",
- "source-map": "0.5.7"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "dev": true
- }
- }
- },
- "websocket-driver": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz",
- "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
- "dev": true,
- "requires": {
- "http-parser-js": "0.4.11",
- "websocket-extensions": "0.1.3"
- }
- },
- "websocket-extensions": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz",
- "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==",
- "dev": true
- },
- "whatwg-encoding": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz",
- "integrity": "sha512-jLBwwKUhi8WtBfsMQlL4bUUcT8sMkAtQinscJAe/M4KHCkHuUJAF6vuB0tueNIw4c8ziO6AkRmgY+jL3a0iiPw==",
- "dev": true,
- "requires": {
- "iconv-lite": "0.4.19"
- },
- "dependencies": {
- "iconv-lite": {
- "version": "0.4.19",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
- "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
- "dev": true
- }
- }
- },
- "whatwg-fetch": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz",
- "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng=="
- },
- "whatwg-url": {
- "version": "4.8.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-4.8.0.tgz",
- "integrity": "sha1-0pgaqRSMHgCkHFphMRZqtGg7vMA=",
- "dev": true,
- "requires": {
- "tr46": "0.0.3",
- "webidl-conversions": "3.0.1"
- },
- "dependencies": {
- "webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
- "dev": true
- }
- }
- },
- "whet.extend": {
- "version": "0.9.9",
- "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz",
- "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=",
- "dev": true
- },
- "which": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
- "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
- "dev": true,
- "requires": {
- "isexe": "2.0.0"
- }
- },
- "which-module": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
- "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
- "dev": true
- },
- "wide-align": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
- "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
- "dev": true,
- "requires": {
- "string-width": "1.0.2"
- }
- },
- "widest-line": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.0.tgz",
- "integrity": "sha1-AUKk6KJD+IgsAjOqDgKBqnYVInM=",
- "dev": true,
- "requires": {
- "string-width": "2.1.1"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- }
- },
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "window-size": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
- "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
- "dev": true
- },
- "wordwrap": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
- "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=",
- "dev": true
- },
- "worker-farm": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.6.0.tgz",
- "integrity": "sha512-6w+3tHbM87WnSWnENBUvA2pxJPLhQUg5LKwUQHq3r+XPhIM+Gh2R5ycbwPCyuGbNg+lPgdcnQUhuC02kJCvffQ==",
- "dev": true,
- "requires": {
- "errno": "0.1.7"
- }
- },
- "wrap-ansi": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
- "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
- "dev": true,
- "requires": {
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1"
- }
- },
- "wrappy": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
- "dev": true
- },
- "write": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
- "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
- "dev": true,
- "requires": {
- "mkdirp": "0.5.1"
- }
- },
- "write-file-atomic": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.3.0.tgz",
- "integrity": "sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA==",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "imurmurhash": "0.1.4",
- "signal-exit": "3.0.2"
- }
- },
- "xdg-basedir": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",
- "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=",
- "dev": true
- },
- "xml-name-validator": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz",
- "integrity": "sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=",
- "dev": true
- },
- "xtend": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
- "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
- "dev": true
- },
- "y18n": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
- "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
- "dev": true
- },
- "yallist": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
- "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
- "dev": true
- },
- "yargs": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
- "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "1.4.0",
- "read-pkg-up": "1.0.1",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "1.0.2",
- "which-module": "1.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "5.0.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true
- }
- }
- },
- "yargs-parser": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
- "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true
- }
- }
- },
- "yarn": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.6.0.tgz",
- "integrity": "sha1-nOxveYbcI3057HBc502VFV/lXUs="
- }
- }
-}
--- a/client/status.bkp Mon Aug 27 19:53:40 2018 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32662 +0,0 @@
-Package: libquadmath0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 265
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.23)
-Description: GCC Quad-Precision Math Library
- A library, which provides quad-precision mathematical functions on targets
- supporting the __float128 datatype. The library is used to provide on such
- targets the REAL(16) type in the GNU Fortran compiler.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libvorbisfile3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvorbis
-Version: 1.3.5-3ubuntu0.2
-Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0), libvorbis0a (= 1.3.5-3ubuntu0.2)
-Description: high-level API for Vorbis General Audio Compression Codec
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- The Vorbisfile library provides a convenient high-level API for decoding
- and basic manipulation of all Vorbis I audio streams.
-Homepage: http://www.xiph.org/vorbis/
-Original-Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
-
-Package: libxkbfile1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 199
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxkbfile
-Version: 1:1.0.9-0ubuntu1
-Depends: libc6 (>= 2.14), libx11-6
-Description: X11 keyboard file manipulation library
- libxkbfile provides an interface to read and manipulate description files for
- XKB, the X11 keyboard configuration extension.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libxkbfile
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: nvidia-375
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Depends: nvidia-384
-Description: Transitional package for nvidia-384
- This is a transitional package for nvidia-384, and can be
- safely removed after the installation is complete.
-
-Package: python-apt-common
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 244
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-apt
-Version: 1.1.0~beta1build1
-Replaces: python-apt (<< 0.7.98+nmu1)
-Depends: python | python3
-Breaks: python-apt (<< 0.7.98+nmu1)
-Enhances: python-apt, python3-apt
-Description: Python interface to libapt-pkg (locales)
- The apt_pkg Python interface will provide full access to the internal
- libapt-pkg structures allowing Python programs to easily perform a
- variety of functions.
- .
- This package contains locales.
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: zerofree
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 50
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.0.3-1
-Depends: e2fslibs (>= 1.37), libc6 (>= 2.3.4)
-Description: zero free blocks from ext2, ext3 and ext4 file-systems
- Zerofree finds the unallocated blocks with non-zero value content in
- an ext2, ext3 or ext4 file-system and fills them with zeroes
- (zerofree can also work with another value than zero). This is mostly
- useful if the device on which this file-system resides is a disk
- image. In this case, depending on the type of disk image, a secondary
- utility may be able to reduce the size of the disk image after
- zerofree has been run. Zerofree requires the file-system to be
- unmounted or mounted read-only.
- .
- The usual way to achieve the same result (zeroing the unused
- blocks) is to run "dd" to create a file full of zeroes that takes up
- the entire free space on the drive, and then delete this file. This
- has many disadvantages, which zerofree alleviates:
- * it is slow;
- * it makes the disk image (temporarily) grow to its maximal extent;
- * it (temporarily) uses all free space on the disk, so other
- concurrent write actions may fail.
- .
- Zerofree has been written to be run from GNU/Linux systems installed
- as guest OSes inside a virtual machine. If this is not your case, you
- almost certainly don't need this package. (One other use case would
- be to erase sensitive data a little bit more securely than with a
- simple "rm").
-Original-Maintainer: Thibaut Paumard <thibaut@debian.org>
-Homepage: http://intgat.tigress.co.uk/rmy/uml/index.html
-
-Package: nvidia-opencl-icd-346-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352-updates
-Version: 352.63-0ubuntu3
-Depends: nvidia-opencl-icd-352-updates
-Description: Transitional package for nvidia-opencl-icd-352-updates
- This is a transitional package for nvidia-opencl-icd-352-updates, and can be
- safely removed after the installation is complete.
-
-Package: python3.6-tk
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 161
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.6
-Version: 3.6.5-1+xenial1
-Depends: python3.6, libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3)
-Suggests: tix, python3.6-tk-dbg
-Description: Tkinter - Writing Tk applications with Python (version 3.6)
- A module for writing portable GUI applications with Python (version 3.6)
- using Tk. Also known as Tkinter.
-
-Package: libqt5qml5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4561
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtdeclarative-opensource-src
-Version: 5.5.1-2ubuntu6
-Provides: qtdeclarative-abi-5-5-0
-Depends: libc6 (>= 2.14), libdouble-conversion1v5 (>= 2.0.0), libqt5core5a (>= 5.5.1), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.9), qtbase-abi-5-5-1
-Description: Qt 5 QML module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The Qt QML module provides a framework for developing applications and
- libraries with the QML language. It defines and implements the language
- and engine infrastructure, and provides an API to enable application
- developers to extend the QML language with custom types and integrate
- QML code with JavaScript and C++.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libgtk2.0-bin
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 80
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: gtk+2.0
-Version: 2.24.30-1ubuntu1.16.04.2
-Depends: libgtk2.0-0 (= 2.24.30-1ubuntu1.16.04.2), libgtk2.0-common
-Description: programs for the GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package contains the utilities which are used by the libraries
- and other packages.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: vdpau-driver-all
-Status: install ok installed
-Priority: optional
-Section: video
-Installed-Size: 17
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvdpau
-Version: 1.1.1-3ubuntu1
-Depends: mesa-vdpau-drivers
-Suggests: libvdpau-va-gl1, nvidia-vdpau-driver, nvidia-legacy-340xx-vdpau-driver
-Description: Video Decode and Presentation API for Unix (driver metapackage)
- VDPAU (Video Decode and Presentation API for Unix) is an open source
- library (libvdpau) and API designed by NVIDIA originally for its GeForce
- 8 series and later GPU hardware, targeted at the X Window System on Unix
- operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API
- allows video programs to offload portions of the video decoding process
- and video post-processing to the GPU video-hardware.
- .
- This package depends on the full suite of drivers for the VDPAU API.
- It does not provide any drivers itself, and may be removed if you wish to
- only have certain drivers installed.
-Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
-Homepage: http://cgit.freedesktop.org/~aplattner/libvdpau
-
-Package: libcuda1-346
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352
-Version: 352.63-0ubuntu3
-Depends: libcuda1-352
-Description: Transitional package for libcuda1-352
- This is a transitional package for libcuda1-352, and can be
- safely removed after the installation is complete.
-
-Package: evolution-data-server
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1816
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.14), libcamel-1.2-54 (= 3.18.5-1ubuntu1), libdb5.3, libebackend-1.2-10 (>= 3.18.0), libebook-1.2-16 (>= 3.17), libebook-contacts-1.2-2 (>= 3.16.2), libecal-1.2-19 (>= 3.17), libedata-book-1.2-25 (>= 3.17), libedata-cal-1.2-28 (>= 3.17), libedataserver-1.2-21 (>= 3.17.90), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libgdata22 (>= 0.15.0), libglib2.0-0 (>= 2.40), libgtk-3-0 (>= 3.0.0), libgweather-3-6 (>= 3.10.0), libical1a (>= 1.0), libldap-2.4-2 (>= 2.4.7), libpango-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.42), libxml2 (>= 2.9.0), evolution-data-server-common (= 3.18.5-1ubuntu1), gnome-keyring
-Recommends: evolution-data-server-online-accounts
-Suggests: evolution, evolution-data-server-dbg (= 3.18.5-1ubuntu1)
-Breaks: libebook-1.2-13 (<< 3.6), libedataserverui-3.0-5
-Description: evolution database backend server
- The data server, called "Evolution Data Server" is responsible for managing
- mail, calendar, addressbook, tasks and memo information.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libcuda1-352-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: libcuda1-361
-Description: Transitional package for libcuda1-361
- This is a transitional package for libcuda1-361, and can be
- safely removed after the installation is complete.
-
-Package: python-docutils
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 1681
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.12+dfsg-1
-Replaces: docutils-writer-odt, python-odtwriter
-Provides: docutils
-Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-roman, docutils-common (= 0.12+dfsg-1)
-Recommends: python-pil, python-pygments, libpaper-utils, docutils-doc (= 0.12+dfsg-1)
-Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french, fonts-linuxlibertine | ttf-linux-libertine
-Breaks: python-epydoc (<< 3.0.1-4~), python-sphinx (<< 1.1.3+dfsg-7~)
-Conflicts: docutils-writer-odt, python-odtwriter
-Description: text processing system for reStructuredText (implemented in Python 2)
- reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
- markup syntax and parser system. It is useful for in-line program documentation
- (such as Python docstrings), for quickly creating simple web pages, and for
- standalone documents.
- .
- The purpose of the Docutils project is to create a set of tools for
- processing reStructuredText documentation into useful formats, such as HTML,
- LaTeX, ODT or Unix manpages.
- .
- This package includes Python 2 modules and command line utilities.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://docutils.sourceforge.net/
-
-Package: libaccount-plugin-generic-oauth
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 24
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: account-plugins
-Version: 0.12+16.04.20160126-0ubuntu1
-Replaces: account-plugin-generic-oauth (<< 0.10bzr13.04.30)
-Depends: libaccount-plugin-1.0-0 (>= 0.0.1), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.14.0), signon-plugin-oauth2
-Breaks: account-plugin-generic-oauth (<< 0.10bzr13.04.30)
-Conflicts: account-plugin-generic-oauth (<< 0.10bzr13.04.30), account-plugin-windows-live
-Description: GNOME Control Center account plugin for single signon - generic OAuth
- GNOME Control Center account plugins for single signon
-Homepage: https://launchpad.net/account-plugins
-
-Package: bind9-host
-Status: install ok installed
-Priority: standard
-Section: net
-Installed-Size: 128
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
-Provides: host
-Depends: libbind9-140 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libc6 (>= 2.4), libdns162 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libisc160 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libisccfg140 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), liblwres141 (= 1:9.10.3.dfsg.P4-8ubuntu1.8)
-Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
-Description: Version of 'host' bundled with BIND 9.X
- This package provides the 'host' program in the form that is bundled with
- the BIND 9.X sources.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: libhtml-tagset-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 76
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 3.20-2
-Depends: perl (>= 5.6.0-16)
-Description: Data tables pertaining to HTML
- HTML-Tagset contains data tables useful in dealing with HTML. For instance,
- it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements
- which cannot have content. It provides no functions or methods.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/HTML-Tagset/
-
-Package: iputils-ping
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 160
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: iputils
-Version: 3:20121221-5ubuntu2
-Provides: ping
-Depends: libc6 (>= 2.14), libcap2 (>= 2.10), libgnutls-openssl27
-Recommends: libcap2-bin
-Description: Tools to test the reachability of network hosts
- The ping command sends ICMP ECHO_REQUEST packets to a host in order to
- test if the host is reachable via the network.
- .
- This package includes a ping6 utility which supports IPv6 network
- connections.
-Original-Maintainer: Noah Meyerhans <noahm@debian.org>
-
-Package: libqscintilla2-l10n
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 314
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: qscintilla2
-Version: 2.9.1+dfsg-4build1
-Replaces: libqscintilla2-8
-Suggests: libqscintilla2-12v5
-Breaks: libqscintilla2-8
-Description: Scintilla source code editing widget for Qt4, translation files
- QScintilla is a text editor for Qt4 with features especially useful when
- writing and debugging source code. These include support for syntax
- styling, error indicators, code completion, call tips and margins.
- .
- This package contains translations for libqscintilla2.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla
-
-Package: libcgmanager0
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 162
-Maintainer: Serge Hallyn <serge.hallyn@ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cgmanager
-Version: 0.39-2ubuntu5
-Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0)
-Description: Central cgroup manager daemon (client library)
- cgmanager provides a central cgroup manager daemon and a
- per-namespace manager proxy, allowing users and programs
- to administrate cgroups through D-Bus requests.
- .
- This package contains the shared library.
-Homepage: http://cgmanager.linuxcontainers.org/
-
-Package: mpi-default-bin
-Status: install ok installed
-Priority: extra
-Section: net
-Installed-Size: 10
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: mpi-defaults
-Version: 1.4
-Depends: openmpi-bin
-Description: Standard MPI runtime programs (metapackage)
- This metapackage depends on the runtime programs of the recommended MPI
- implementation for each platform, currently Open MPI on all of the platforms
- where it exists, and MPICH on the others. The package which this depends on
- has alternatives links for mpirun and mpiexec.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: libxi6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxi
-Version: 2:1.7.6-1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6
-Description: X11 Input extension library
- libXi provides an X Window System client interface to the XINPUT
- extension to the X protocol.
- .
- The Input extension allows setup and configuration of multiple input devices,
- and hotplugging of input devices (to be added and removed on the fly).
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXi
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://www.x.org/
-
-Package: libcxsparse3.1.4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 197
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.7)
-Description: concise sparse matrix library (complex, int and long int support)
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The CXSparse library is a version of CSparse (see libcsparse package) that
- operates on both real and complex matrices.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: liblapack-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 10696
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lapack
-Version: 3.6.0-2ubuntu2
-Provides: liblapack.so
-Depends: liblapack3 (= 3.6.0-2ubuntu2), libblas-dev | libblas.so
-Suggests: liblapack-doc-man, liblapack-doc
-Description: Library of linear algebra routines 3 - static version
- LAPACK version 3.X is a comprehensive FORTRAN library that does
- linear algebra operations including matrix inversions, least
- squared solutions to linear sets of equations, eigenvector
- analysis, singular value decomposition, etc. It is a very
- comprehensive and reputable package that has found extensive
- use in the scientific community.
- .
- This package contains a static version of the library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.netlib.org/lapack/
-
-Package: libedit2
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 245
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libedit
-Version: 3.1-20150325-1ubuntu2
-Depends: libbsd0 (>= 0.0), libc6 (>= 2.17), libtinfo5 (>= 6)
-Description: BSD editline and history libraries
- Command line editor library provides generic line editing,
- history, and tokenization functions.
- .
- It slightly resembles GNU readline.
-Homepage: http://www.thrysoee.dk/editline/
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-
-Package: python3-cryptography
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 1389
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: python-cryptography
-Version: 1.2.3-1ubuntu0.1
-Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-cffi-backend-api-9729, python3-idna, python3-pkg-resources, python3-pyasn1 (>= 0.1.8), python3-six (>= 1.4.1), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.2~beta3)
-Suggests: python-cryptography-doc, python3-cryptography-vectors
-Description: Python library exposing cryptographic recipes and primitives (Python 3)
- The cryptography library is designed to be a "one-stop-shop" for
- all your cryptographic needs in Python.
- .
- As an alternative to the libraries that came before it, cryptography
- tries to address some of the issues with those libraries:
- - Lack of PyPy and Python 3 support.
- - Lack of maintenance.
- - Use of poor implementations of algorithms (i.e. ones with known
- side-channel attacks).
- - Lack of high level, "Cryptography for humans", APIs.
- - Absence of algorithms such as AES-GCM.
- - Poor introspectability, and thus poor testability.
- - Extremely error prone APIs, and bad defaults.
- .
- This package contains the Python 3 version of cryptography.
-Homepage: https://cryptography.io/
-Original-Maintainer: Tristan Seligmann <mithrandi@debian.org>
-
-Package: libpam-runtime
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 300
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: pam
-Version: 1.1.8-3.2ubuntu2
-Replaces: libpam0g-dev, libpam0g-util
-Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6)
-Conflicts: libpam0g-util
-Conffiles:
- /etc/pam.conf 87fc76f18e98ee7d3848f6b81b3391e5
- /etc/pam.d/other 31aa7f2181889ffb00b87df4126d1701
-Description: Runtime support for the PAM library
- Contains configuration files and directories required for
- authentication to work on Debian systems. This package is required
- on almost all installations.
-Homepage: http://pam.sourceforge.net/
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: seabios
-Status: install ok installed
-Priority: extra
-Section: misc
-Installed-Size: 658
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1.8.2-1ubuntu1
-Breaks: qemu-kvm (<< 0.14.0), qemu-system (<< 0.14.0)
-Description: Legacy BIOS implementation
- SeaBIOS is a legacy BIOS implementation, aimed at supporting not only
- emulated hosts such as QEMU, but also real hardware.
- .
- Note, however, that SeaBIOS does not handle early initialization of core
- chipsets, so don't even think of flashing it to your board (look at
- Coreboot for that).
-Homepage: http://www.seabios.org
-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
-
-Package: vim-tiny
-Status: install ok installed
-Priority: important
-Section: editors
-Installed-Size: 1071
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: vim
-Version: 2:7.4.1689-3ubuntu1.2
-Provides: editor
-Depends: vim-common (= 2:7.4.1689-3ubuntu1.2), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libselinux1 (>= 1.32), libtinfo5 (>= 6)
-Suggests: indent
-Conffiles:
- /etc/vim/vimrc.tiny cda3c912e5fd54a07996ee29b14c58eb
-Description: Vi IMproved - enhanced vi editor - compact version
- Vim is an almost compatible version of the UNIX editor Vi.
- .
- This package contains a minimal version of Vim compiled with no GUI and
- a small subset of features. This package's sole purpose is to provide
- the vi binary for base installations.
- .
- If a vim binary is wanted, try one of the following more featureful
- packages: vim, vim-nox, vim-athena, vim-gtk, vim-gtk3, or vim-gnome.
-Homepage: http://www.vim.org/
-Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
-
-Package: liblist-moreutils-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 213
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.413-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libexporter-tiny-perl
-Description: Perl module with additional list functions not found in List::Util
- List::MoreUtils provides some trivial but commonly needed functionality on
- lists which is not going to go into List::Util.
- .
- All of the functions are implementable in only a couple of lines of Perl
- code. Using the functions from this module however should give slightly better
- performance as everything is implemented in C. The pure-Perl implementation of
- these functions only serves as a fallback in case the C portions of this module
- could not be compiled on this machine.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/List-MoreUtils
-
-Package: cpp11-migrate-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 37
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: cpp11-migrate-3.3
-Depends: clang-modernize-3.6
-Breaks: cpp11-migrate-3.3
-Description: Tool to convert C++98 and C++03 code to C++11 - transition package
- The purpose of the C++11 Migrator is to do source-to-source translation to
- migrate existing C++ code to use C++11 features to enhance
- maintainability, readability, runtime performance, and compile-time
- performance. Development is still early and transforms fall mostly into
- the first two categories. The migrator is based on Clang's LibTooling and
- the AST Matching library.
- .
- This is a transitional dummy package. It can safely be removed.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libncurses5
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 281
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Depends: libtinfo5 (= 6.0+20160213-1ubuntu1), libc6 (>= 2.14)
-Recommends: libgpm2
-Description: shared libraries for terminal handling
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains the shared libraries necessary to run programs
- compiled with ncurses.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: libtool
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 894
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2.4.6-0.1
-Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev
-Recommends: libltdl-dev
-Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk
-Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool1.4
-Description: Generic library support script
- This is GNU libtool, a generic library support script. Libtool hides
- the complexity of generating special library types (such as shared
- libraries) behind a consistent interface. To use libtool, add the
- new generic library building commands to your Makefile, Makefile.in,
- or Makefile.am. See the documentation for details. Libtool supports
- building static libraries on all platforms.
- .
- Libtool supports generation of C, C++, Fortran and Java libraries.
-Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>
-Homepage: http://www.gnu.org/software/libtool/
-
-Package: libc6-x32
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 10840
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: glibc
-Version: 2.23-0ubuntu10
-Depends: libc6 (= 2.23-0ubuntu10)
-Conffiles:
- /etc/ld.so.conf.d/zz_x32-biarch-compat.conf ca39117669f03102e6b07e1d8bf606f7
-Description: GNU C Library: X32 ABI Shared libraries for AMD64
- This package includes shared versions of the standard C library and the
- standard math library, as well as many others. This is the X32 ABI version
- of the library, meant for AMD64 systems.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libgmp-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 1603
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gmp
-Version: 2:6.1.0+dfsg-2
-Replaces: libgmp10-dev, libgmp3-dev
-Provides: libgmp10-dev
-Depends: libgmp10 (= 2:6.1.0+dfsg-2), libgmpxx4ldbl (= 2:6.1.0+dfsg-2)
-Suggests: gmp-doc, libgmp10-doc, libmpfr-dev
-Breaks: guile-1.8-dev (<< 1.8.8+1-1), libcdd-dev (<< 094b.dfsg-4.2), libcln-dev (<< 1.3.2-1.1), libmpc-dev (<< 0.9-3), libmpfr-dev (<< 3.0.1-5), librep-dev (<< 0.90.2-1.3), regina-normal-dev (<< 4.6-3)
-Conflicts: libgmp10-dev, libgmp3-dev (<< 5.0.1)
-Description: Multiprecision arithmetic library developers tools
- This development package provides the header files and the symbolic
- links to allow compilation and linking of programs that use the libraries
- provided in the libgmp10 package.
- .
- Both C and C++ bindings are present in this package. Package
- libstdc++-dev is required to use the C++ bindings.
- .
- The MPFR library (multiple-precision floating-point) used to be
- included, but has since been moved to package libmpfr-dev.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://gmplib.org/
-
-Package: libenchant1c2a
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 231
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: enchant
-Version: 1.6.0-10.1build2
-Replaces: libenchant-dev (<< 1.1.1++cvs.2003.11.08), libenchant1, libenchant1c2
-Depends: aspell-en | myspell-dictionary | aspell-dictionary | ispell-dictionary | hunspell-dictionary, libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.35.9), libhunspell-1.3-0 (>= 1.3.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Recommends: enchant
-Suggests: libenchant-voikko
-Breaks: ispell (<< 3.3.02), libenchant1, libenchant1c2
-Description: Wrapper library for various spell checker engines (runtime libs)
- Enchant is a generic spell checking library which uses existing
- spell checker engines such as ispell, aspell and myspell as its backends.
- .
- Enchant steps in to provide uniformity and conformity on top of these
- libraries, and implement certain features that may be lacking in any
- individual provider library.
- .
- This package contains the shared library and non-Voikko enchant plugins.
-Original-Maintainer: Prach Pongpanich <prachpub@gmail.com>
-Homepage: http://www.abisource.com/projects/enchant/
-
-Package: libqt5core5a
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 5309
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Replaces: libqt5core5 (<< 5.2.0+dfsg~)
-Provides: qtbase-abi-5-5-1
-Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libglib2.0-0 (>= 2.22.0), libicu55 (>= 55.1-1~), libpcre16-3 (>= 2:8.35-4), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4)
-Recommends: qttranslations5-l10n
-Suggests: libthai0
-Breaks: libqt5core5 (<< 5.2.0+dfsg~)
-Description: Qt 5 core module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtCore module contains core non-GUI functionality.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libgomp1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 156
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.17)
-Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
-Description: GCC OpenMP (GOMP) support library
- GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
- in the GNU Compiler Collection.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libnet-domain-tld-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 101
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.73-1
-Depends: perl
-Description: list of currently available Top-level Domains (TLDs)
- The purpose of Net::Domain::TLD is to provide the user with a current list of
- available top level domain names including new ICANN additions and ccTLDs.
- It provides two functions:
- .
- - tld_exists - returns whether a certain top-level domain exists
- - tld - returns various lists of top-level domains
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Net-Domain-TLD
-
-Package: libgsasl7
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 619
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gsasl
-Version: 1.8.0-8ubuntu2
-Replaces: libgsasl1
-Depends: libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libntlm0 (>= 1.2)
-Conflicts: libgsasl1
-Description: GNU SASL library
- GNU SASL is an implementation of the Simple Authentication and
- Security Layer framework and a few common SASL mechanisms. SASL is
- used by network servers (e.g., IMAP, SMTP) to request authentication
- from clients, and in clients to authenticate against servers.
- .
- Supported mechanisms are ANONYMOUS, EXTERNAL, LOGIN, PLAIN, SECURID, NTLM,
- DIGEST-MD5, CRAM-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, GS2-KRB5, GSSAPI.
- .
- This package includes the GNU SASL shared library that is required
- by applications using GNU SASL. You normally don't need to install
- it manually.
-Homepage: http://www.gnu.org/software/gsasl/
-Original-Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
-
-Package: python3.5
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 302
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: python3.5-minimal (= 3.5.2-2ubuntu0~16.04.4), libpython3.5-stdlib (= 3.5.2-2ubuntu0~16.04.4), mime-support
-Suggests: python3.5-venv, python3.5-doc, binutils
-Description: Interactive high-level object-oriented language (version 3.5)
- Python is a high-level, interactive, object-oriented language. Its 3.5 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libjs-jquery
-Status: install ok installed
-Priority: optional
-Section: web
-Installed-Size: 589
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: jquery
-Version: 1.11.3+dfsg-4
-Replaces: jquery
-Recommends: javascript-common
-Breaks: movabletype-opensource (<< 5.1.4+dfsg-3~)
-Conflicts: jquery
-Description: JavaScript library for dynamic web applications
- jQuery is a fast, concise, JavaScript Library that simplifies how you
- traverse HTML documents, handle events, perform animations, and add Ajax
- interactions to your web pages. jQuery is designed to change the way
- that you write JavaScript.
-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
-Homepage: http://jquery.com/
-
-Package: dmeventd
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 173
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lvm2 (2.02.133-1ubuntu10)
-Version: 2:1.02.110-1ubuntu10
-Depends: libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.110), libdevmapper1.02.1 (>= 2:1.02.110), liblvm2cmd2.02 (>= 2.02.133), init-system-helpers (>= 1.18~)
-Description: Linux Kernel Device Mapper event daemon
- The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
- Team's implementation of a minimalistic kernel-space driver that handles
- volume management, while keeping knowledge of the underlying device layout
- in user-space. This makes it useful for not only LVM, but software raid,
- and other drivers that create "virtual" block devices.
- .
- This package contains a daemon to monitor events of devmapper devices.
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: pulseaudio
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 3852
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:8.0-0ubuntu3.10
-Depends: libasound2 (>= 1.0.24.1), libc6 (>= 2.15), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libfftw3-single3, libltdl7 (>= 2.4.6), liborc-0.4-0 (>= 1:0.4.25), libpulse0 (= 1:8.0-0ubuntu3.10), libsndfile1 (>= 1.0.20), libspeexdsp1 (>= 1.2~beta3.2-1), libstdc++6 (>= 4.1.1), libsystemd0, libtdb1 (>= 1.2.7+git20101214), libudev1 (>= 183), libwebrtc-audio-processing-0, libx11-6, libx11-xcb1, libxcb1, adduser, lsb-base (>= 3.2-13), libpam-systemd, udev (>= 143), libasound2-plugins, pulseaudio-utils
-Recommends: pulseaudio-module-x11, rtkit
-Suggests: pavumeter, pavucontrol, paman, paprefs
-Breaks: avahi-daemon (<< 0.6.31-3), libltdl3 (<< 1.5.24-1)
-Conffiles:
- /etc/dbus-1/system.d/pulseaudio-system.conf 3c47ffdd82462606b3cccef9276497a7
- /etc/pulse/daemon.conf e281c473a5082f426021b9e0b9a8c58b
- /etc/pulse/default.pa 73f3c780d0ab048d113286dfe0d73e3e
- /etc/pulse/system.pa d506a717451b57190db339eec5956fa4
- /etc/xdg/autostart/pulseaudio.desktop aed1f9f90407a7f4bf1ce2e7c77d5072
-Description: PulseAudio sound server
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
- These are some of PulseAudio's features:
- .
- * High quality software mixing of multiple audio streams with support for
- more than one sink/source. May be used to combine multiple sound cards
- into one (with sample rate adjustment).
- .
- * Wide range of supported client libraries. ESD, ALSA, oss, libao and
- GStreamer client applications are supported as-is. Native PulseAudio
- plug-ins are also available for xmms and mplayer.
- .
- * Good low latency behaviour and very accurate latency measurement for
- playback and recording. Ability to fully synchronize multiple playback
- streams.
- .
- * Network transparency, allowing an application to play back or record
- audio on a different machine than the one it is running on.
- .
- * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp
- lirc and avahi, just to name a few.
- .
- This package contains the daemon and basic module set.
-Homepage: http://www.pulseaudio.org
-Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
-
-Package: libpaper1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 61
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libpaper
-Version: 1.1.24+nmu4ubuntu1
-Replaces: libpaperg (<< 1.1.9)
-Provides: libpaperg
-Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28), dpkg (>= 1.17.2)
-Recommends: libpaper-utils
-Description: library for handling paper characteristics
- The libpaper paper-handling library automates recognition of many
- different paper types and sizes for programs that need to deal with
- printed output.
-Original-Maintainer: Giuseppe Sacco <eppesuig@debian.org>
-
-Package: libqt5quick5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4251
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtdeclarative-opensource-src
-Version: 5.5.1-2ubuntu6
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.5.1), libqt5gui5 (>= 5.2.0), libqt5gui5 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.5.1), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1, qtdeclarative-abi-5-5-0
-Description: Qt 5 Quick library
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- Qt Quick is a collection of technologies that are designed to help
- developers create the kind of intuitive, modern, fluid user interfaces
- that are increasingly used on mobile phones, media players, set-top
- boxes and other portable devices.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: gfortran
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 15
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-defaults (1.150ubuntu1)
-Version: 4:5.3.1-1ubuntu1
-Provides: fortran-compiler, gfortran-mod-14
-Depends: cpp (>= 4:5.3.1-1ubuntu1), gcc (>= 4:5.3.1-1ubuntu1), gfortran-5 (>= 5.3.1-3~)
-Suggests: gfortran-multilib, gfortran-doc
-Description: GNU Fortran 95 compiler
- This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
- supported by the gcc compiler. It uses the gcc backend to generate optimized
- code.
- .
- This is a dependency package providing the default GNU Fortran 95 compiler.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libatomic1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 41
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.14)
-Description: support library providing __atomic built-in functions
- library providing __atomic built-in functions. When an atomic call cannot
- be turned into lock-free instructions, GCC will make calls into this library.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libxaw7
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 487
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxaw
-Version: 2:1.0.13-1
-Depends: libc6 (>= 2.15), libx11-6, libxext6, libxmu6, libxpm4, libxt6
-Description: X11 Athena Widget library
- libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
- which is largely used by legacy X applications. This version is the
- most common version, as version 6 is considered deprecated, and version
- 8, which adds Xprint support, is unsupported and not widely used.
- In general, use of a more modern toolkit such as GTK+ is recommended.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXaw
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libpython3-stdlib
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 36
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3-defaults
-Version: 3.5.1-3
-Depends: libpython3.5-stdlib (>= 3.5.1-2~)
-Description: interactive high-level object-oriented language (default python3 version)
- Python, the high-level, interactive object oriented language,
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package is a dependency package, which depends on Debian's default
- Python 3 version (currently v3.5).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: liblxc1
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 666
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lxc
-Version: 2.0.8-0ubuntu1~16.04.2
-Replaces: liblxc0, lxc (<< 0.9.0~alpha3-0ubuntu1~)
-Provides: liblxc0
-Depends: cgroup-lite | systemd, lxc-common (= 2.0.8-0ubuntu1~16.04.2), rsync, libapparmor1 (>= 2.6~devel), libc6 (>= 2.17), libcap2 (>= 1:2.10), libgnutls30 (>= 3.4.0), libseccomp2 (>= 1.0.1), libselinux1 (>= 1.32)
-Recommends: lxcfs, uidmap
-Breaks: lxc (<< 0.9.0~alpha3-0ubuntu1~)
-Conflicts: liblxc0
-Description: Linux Containers userspace tools (library)
- Containers are insulated areas inside a system, which have their own namespace
- for filesystem, network, PID, IPC, CPU and memory allocation and which can be
- created using the Control Group and Namespace features included in the Linux
- kernel.
- .
- This package contains the libraries.
-Homepage: https://linuxcontainers.org
-
-Package: libibverbs1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 76
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libibverbs
-Version: 1.1.8-1.1ubuntu2
-Depends: libc6 (>= 2.14), adduser
-Breaks: libopenmpi1.3
-Description: Library for direct userspace use of RDMA (InfiniBand/iWARP)
- libibverbs is a library that allows userspace processes to use RDMA
- "verbs" as described in the InfiniBand Architecture Specification and
- the RDMA Protocol Verbs Specification. iWARP ethernet NICs support
- RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
- high-throughput, low-latency networking technology. InfiniBand host
- channel adapters (HCAs) and iWARP NICs commonly support direct
- hardware access from userspace (kernel bypass), and libibverbs
- supports this when available.
- .
- For this library to be useful, a device-specific plug-in module
- should also be installed.
- .
- This package contains the shared library.
-Homepage: http://www.openfabrics.org/
-Original-Maintainer: Roland Dreier <rbd@debian.org>
-
-Package: cpp
-Status: install ok installed
-Priority: optional
-Section: interpreters
-Installed-Size: 62
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: gcc-defaults (1.150ubuntu1)
-Version: 4:5.3.1-1ubuntu1
-Depends: cpp-5 (>= 5.3.1-3~)
-Suggests: cpp-doc
-Conflicts: cpp-doc (<< 1:2.95.3)
-Description: GNU C preprocessor (cpp)
- The GNU C preprocessor is a macro processor that is used automatically
- by the GNU C compiler to transform programs before actual compilation.
- .
- This package has been separated from gcc for the benefit of those who
- require the preprocessor but not the compiler.
- .
- This is a dependency package providing the default GNU C preprocessor.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libxcb-present0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 32
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1
-Description: X C Binding, present extension
- This package contains the library files needed to run software using
- libxcb-present, the present extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python-pip-whl
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 1191
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-pip
-Version: 8.1.1-2ubuntu0.4
-Replaces: python-chardet-whl (<< 2.3.0-2), python-colorama-whl (<< 0.3.6-1), python-distlib-whl (<< 0.2.2-1), python-html5lib-whl (<< 0.999-4), python-requests-whl (<< 2.9.1-3), python-setuptools-whl (<< 20.1.1-1), python-six-whl (<< 1.10.0-3), python-urllib3-whl (<< 1.13.1-2), virtualenv (<< 14.0.5+ds-5)
-Depends: ca-certificates
-Breaks: python-chardet-whl (<< 2.3.0-2), python-colorama-whl (<< 0.3.6-1), python-distlib-whl (<< 0.2.2-1), python-html5lib-whl (<< 0.999-4), python-requests-whl (<< 2.9.1-3), python-setuptools-whl (<< 20.1.1-1), python-six-whl (<< 1.10.0-3), python-urllib3-whl (<< 1.13.1-2), virtualenv (<< 14.0.5+ds-5)
-Description: alternative Python package installer
- pip is a replacement for easy_install, and is intended to be an improved
- Python package installer. It integrates with virtualenv, doesn't do partial
- installs, can save package state for replaying, can install from non-egg
- sources, and can install from version control repositories.
- .
- This is the support package for the PEP 427 wheel version of the package,
- required for using pip inside a virtual environment.
-Built-Using: chardet (= 2.3.0-2), distlib (= 0.2.2-1), html5lib (= 0.999-4), pyparsing (= 2.0.3+dfsg1-1), python-colorama (= 0.3.7-1), python-setuptools (= 20.7.0-1), python-urllib3 (= 1.13.1-2), requests (= 2.9.1-3), six (= 1.10.0-3)
-Homepage: https://pip.pypa.io/en/stable/
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libgstreamer-plugins-base1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2108
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gst-plugins-base1.0
-Version: 1.8.3-1ubuntu0.2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.40), libgstreamer1.0-0 (>= 1.6.0), liborc-0.4-0 (>= 1:0.4.25), zlib1g (>= 1:1.1.4), iso-codes
-Recommends: gstreamer1.0-plugins-base
-Suggests: libvisual-0.4-plugins
-Breaks: gstreamer1.0-plugins-bad (<< 1.7.1), totem-gstreamer (<= 2.17.92-0ubuntu1)
-Description: GStreamer libraries from the "base" set
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains libraries from the "base" set, an essential
- exemplary set of elements.
-Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-
-Package: libapt-pkg5.0
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 2792
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: apt
-Version: 1.2.24
-Depends: libbz2-1.0, libc6 (>= 2.15), libgcc1 (>= 1:3.0), liblz4-1 (>= 0.0~r127), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.2.3)
-Recommends: apt (>= 1.2.24)
-Breaks: appstream (<< 0.9.0-3~), apt (<< 1.1~exp14), libapt-inst1.5 (<< 0.9.9~)
-Description: package management runtime library
- This library provides the common functionality for searching and
- managing packages as well as information about packages.
- Higher-level package managers can depend upon this library.
- .
- This includes:
- * retrieval of information about packages from multiple sources
- * retrieval of packages and all dependent packages
- needed to satisfy a request either through an internal
- solver or by interfacing with an external one
- * authenticating the sources and validating the retrieved data
- * installation and removal of packages in the system
- * providing different transports to retrieve data over cdrom, ftp,
- http, rsh as well as an interface to add more transports like
- https (apt-transport-https) and debtorrent (apt-transport-debtorrent).
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: libaudit1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 138
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: audit
-Version: 1:2.4.5-1ubuntu2
-Depends: libaudit-common (>= 1:2.4.5-1ubuntu2), libc6 (>= 2.14)
-Description: Dynamic library for security auditing
- The audit-libs package contains the dynamic libraries needed for
- applications to use the audit framework. It is used to monitor systems for
- security related events.
-Homepage: http://people.redhat.com/sgrubb/audit/
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: ocaml-compiler-libs
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 39652
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ocaml
-Version: 4.02.3-5ubuntu2
-Replaces: ocaml-base-nox (<< 4)
-Provides: ocaml-compiler-libs-4.02.3
-Depends: ocaml-nox-4.02.3
-Breaks: ocaml-base-nox (<< 4)
-Description: OCaml interpreter and standard libraries
- Objective (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This package contains several modules used internally by the OCaml
- compilers. They are not needed for normal OCaml development, but may
- be helpful in the development of certain applications.
-Homepage: http://caml.inria.fr/
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-
-Package: readline-common
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 76
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: readline6
-Version: 6.3-8ubuntu2
-Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11)
-Depends: dpkg (>= 1.15.4) | install-info
-Suggests: readline-doc
-Conflicts: libreadline-common, libreadline5 (<< 5.0-11)
-Description: GNU readline and history libraries, common files
- The GNU readline library aids in the consistency of user interface
- across discrete programs that need to provide a command line
- interface.
- .
- The GNU history library provides a consistent user interface for
- recalling lines of previously typed input.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libpython-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 42
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Depends: libpython2.7-dev (>= 2.7.12-1~)
-Description: header files and a static library for Python (default)
- Header files, a static library and development tools for building
- Python modules, extending the Python interpreter or embedding Python
- in applications.
- .
- This package is a dependency package, which depends on Debian's default
- Python version (currently v2.7).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: python3-yaml
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 425
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pyyaml
-Version: 3.11-3build1
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libyaml-0-2
-Description: YAML parser and emitter for Python3
- Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can
- parse all examples from the specification. The parsing algorithm is simple
- enough to be a reference for YAML parser implementors. A simple extension API
- is also provided. The package is built using libyaml for improved speed.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://pyyaml.org/
-
-Package: libpython3.6-stdlib
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 9251
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Replaces: libpython3.6-testsuite (<< 3.6.2-2)
-Depends: libpython3.6-minimal (= 3.6.5-5~16.04.york1), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libffi6 (>= 3.0.4), liblzma5 (>= 5.1.1alpha+20120614), libmpdec2, libncursesw5 (>= 6), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5 (>= 6)
-Breaks: libmpdec2 (<< 2.4.2)
-Description: Interactive high-level object-oriented language (standard library, version 3.6)
- Python is a high-level, interactive, object-oriented language. Its 3.6 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains Python 3.6's standard library. It is normally not
- used on its own, but as a dependency of python3.6.
-
-Package: libgnomekbd-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 116
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: libgnomekbd
-Version: 3.6.0-1ubuntu2
-Replaces: gkbd-capplet (<= 2.91.2-1)
-Depends: dconf-gsettings-backend | gsettings-backend
-Breaks: gkbd-capplet (<= 2.91.2-1)
-Description: GNOME library to manage keyboard configuration - common files
- libgnomekbd offers an API to manage the keyboard in GNOME applications.
- .
- libgnomekbdui offers an API to display a graphical user interface for
- libgnomekbd operations.
- .
- This package contains files common to the various libgnomekbd packages.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: binfmt-support
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 201
-Maintainer: Colin Watson <cjwatson@debian.org>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.1.6-1
-Depends: libc6 (>= 2.14), libpipeline1 (>= 1.0.0), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian3)
-Conffiles:
- /etc/init.d/binfmt-support 04ab969e2eadbfdb941ee0eb14d3d5f8
- /etc/init/binfmt-support.conf def05a098b484181d30085a524bc0cfa
-Description: Support for extra binary formats
- The binfmt_misc kernel module, contained in versions 2.1.43 and later of the
- Linux kernel, allows system administrators to register interpreters for
- various binary formats based on a magic number or their file extension, and
- cause the appropriate interpreter to be invoked whenever a matching file is
- executed. Think of it as a more flexible version of the #! executable
- interpreter mechanism.
- .
- This package provides an 'update-binfmts' script with which package
- maintainers can register interpreters to be used with this module without
- having to worry about writing their own init.d scripts, and which sysadmins
- can use for a slightly higher-level interface to this module.
-Homepage: http://binfmt-support.nongnu.org/
-
-Package: makedev
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 96
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2.3.1-93ubuntu2~ubuntu16.04.1
-Depends: base-passwd (>= 3.0.4)
-Conflicts: udev (<= 0.024-7)
-Description: creates device files in /dev
- The MAKEDEV executable is used to create device files, often in /dev.
- .
- Device files are special files through which applications can interact
- with hardware.
- .
- This package is not necessary for most modern Linux systems, where the udev
- subsystem provides a more dynamic mechanism for device file management.
-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
-
-Package: gnome-settings-daemon-schemas
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 180
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Source: gnome-settings-daemon
-Version: 3.18.2-0ubuntu3.1
-Replaces: gnome-settings-daemon (<< 3.8.6.1-0ubuntu8)
-Depends: dconf-gsettings-backend | gsettings-backend
-Breaks: gnome-settings-daemon (<< 3.8.6.1-0ubuntu8)
-Description: gnome-settings-daemon schemas
- This package contains the schemas used by gnome-settings-daemon
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: ncurses-term
-Status: install ok installed
-Priority: standard
-Section: misc
-Installed-Size: 3976
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Replaces: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), ncurses-base (<< 5.7+20100313-1), suckless-tools (<< 39)
-Breaks: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), suckless-tools (<< 39)
-Description: additional terminal type definitions
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains all of the numerous terminal definitions not found in
- the ncurses-base package.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: libindicator3-7
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 93
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libindicator
-Version: 12.10.2+16.04.20151208-0ubuntu1
-Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.5.18)
-Pre-Depends: multiarch-support
-Description: panel indicator applet - shared library
- This library contains information to build indicators to go into
- the indicator applet.
- .
- This package contains the library itself.
-Homepage: https://launchpad.net/libindicator
-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
-
-Package: libfftw3-mpi-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 620
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: fftw3-mpi
-Version: 3.3.3-2ubuntu3
-Depends: libfftw3-mpi3 (= 3.3.3-2ubuntu3)
-Description: MPI Library for computing Fast Fourier Transforms - development
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the statically linked
- library, header files and test programs.
- .
- This package contains the header files and static libraries for the
- mpi libraries. For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: cloud-guest-utils
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 55
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Architecture: all
-Source: cloud-utils
-Version: 0.27-0ubuntu24
-Replaces: cloud-utils (<< 0.27-0ubuntu3)
-Depends: e2fsprogs (>= 1.4), util-linux (>= 2.17.2), python3:any
-Recommends: gdisk | util-linux (>= 2.26.3)
-Breaks: cloud-utils (<< 0.27-0ubuntu3)
-Description: cloud guest utilities
- This package contains programs useful inside cloud instance.
- It contains 'growpart' for resizing a partition during boot.
-
-Package: libmusicbrainz3-6v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 414
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libmusicbrainz3
-Version: 3.0.2-2.5
-Replaces: libmusicbrainz3-6
-Depends: libc6 (>= 2.14), libdiscid0 (>= 0.2.2), libgcc1 (>= 1:4.1.1), libneon27-gnutls, libstdc++6 (>= 5.2)
-Conflicts: libmusicbrainz3-6
-Description: library to access the MusicBrainz.org database
- MusicBrainz is a community music metadatabase that attempts to create a
- comprehensive music information site.
- .
- This package contains the library to access the data from C or C++.
-Original-Maintainer: Ross Burton <ross@debian.org>
-
-Package: gstreamer1.0-clutter-3.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 37
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: clutter-gst-3.0
-Version: 3.0.18-1
-Depends: libc6 (>= 2.4), libclutter-1.0-0 (>= 1.20.0), libclutter-gst-3.0-0 (>= 3.0.4), libglib2.0-0 (>= 2.37.3), libgstreamer1.0-0 (>= 1.0.0), libx11-6
-Description: Clutter PLugin for GStreamer 1.0
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.clutter-project.org/
-
-Package: console-setup
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 437
-Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
-Architecture: all
-Version: 1.108ubuntu15.3
-Depends: debconf (>= 1.5.34), console-setup-linux, xkb-data (>= 0.9), keyboard-configuration (= 1.108ubuntu15.3), initramfs-tools (>= 0.85eubuntu12) | linux-initramfs-tool, lsb-base (>= 4.1+Debian11ubuntu7)
-Suggests: locales
-Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6)
-Conflicts: console-setup-mini
-Conffiles:
- /etc/init/console-font.conf bd3b0c30ee7cca066cc611a9dfeb673e
-Description: console font and keymap setup program
- This package provides the console with the same keyboard
- configuration scheme as the X Window System. As a result, there is no
- need to duplicate or change the keyboard files just to make simple
- customizations such as the use of dead keys, the key functioning as
- AltGr or Compose key, the key(s) to switch between Latin and
- non-Latin mode, etc.
- .
- The package also installs console fonts supporting many of the
- world's languages. It provides an unified set of font faces - the
- classic VGA, the simplistic Fixed, and the cleaned Terminus,
- TerminusBold and TerminusBoldVGA.
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: libcairo2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1266
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cairo
-Version: 1.14.6-1
-Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.3.5), libpixman-1-0 (>= 0.30.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.6), libxext6, libxrender1, zlib1g (>= 1:1.1.4)
-Breaks: libwebkit2gtk-3.0-25 (<< 2.4.5-2~), libwebkitgtk-1.0-0 (<< 2.4.5-2~), libwebkitgtk-3.0-0 (<< 2.4.5-2~), weston (<< 1.5.0-3~)
-Description: Cairo 2D vector graphics library
- Cairo is a multi-platform library providing anti-aliased
- vector-based rendering for multiple target backends. Paths consist
- of line segments and cubic splines and can be rendered at any width
- with various join and cap styles. All colors may be specified with
- optional translucence (opacity/alpha) and combined using the
- extended Porter/Duff compositing algebra as found in the X Render
- Extension.
- .
- Cairo exports a stateful rendering API similar in spirit to the path
- construction, text, and painting operators of PostScript, (with the
- significant addition of translucence in the imaging model). When
- complete, the API is intended to support the complete imaging model of
- PDF 1.4.
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://cairographics.org/
-
-Package: libnss-mdns
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 127
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nss-mdns
-Version: 0.10-7
-Depends: avahi-daemon (>= 0.6.16-1), base-files (>= 3.1.10), libc6 (>= 2.14)
-Suggests: avahi-autoipd | zeroconf
-Description: NSS module for Multicast DNS name resolution
- nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality
- of the GNU C Library (glibc) providing host name resolution via Multicast
- DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively
- allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS
- domain .local.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: gstreamer1.0-plugins-base
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1693
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gst-plugins-base1.0
-Version: 1.8.3-1ubuntu0.2
-Replaces: gstreamer1.0-plugins-bad (<< 1.7.90)
-Provides: gstreamer1.0-audiosource, gstreamer1.0-videosource
-Depends: libc6 (>= 2.14), libcdparanoia0 (>= 3.10.2+debian), libglib2.0-0 (>= 2.40), libgstreamer-plugins-base1.0-0 (>= 1.8.3), libgstreamer1.0-0 (>= 1.6.0), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), liborc-0.4-0 (>= 1:0.4.25), libtheora0 (>= 1.0), libvisual-0.4-0 (>= 0.4.0), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2)
-Suggests: gvfs
-Breaks: gstreamer1.0-plugins-bad (<< 1.7.90)
-Description: GStreamer plugins from the "base" set
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains the GStreamer plugins from the "base" set, an
- essential exemplary set of elements.
-Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
-Gstreamer-Decoders: application/kate; application/ogg; application/x-ass; application/x-ogg-avi; application/x-ogm-audio; application/x-ogm-text; application/x-ogm-video; application/x-ssa; application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-lrc; application/x-subtitle-mpl2; application/x-subtitle-qttext; application/x-subtitle-sami; application/x-subtitle-tmplayer; audio/ogg; audio/x-opus, channel-mapping-family=(int)[ 1, 255 ], stream-count=(int)[ 1, 255 ], coupled-count=(int)[ 0, 255 ]; audio/x-opus, channel-mapping-family=(int)0; audio/x-vorbis; video/ogg; video/x-theora
-Gstreamer-Elements: adder, appsink, appsrc, audioconvert, audiorate, audioresample, audiotestsrc, cdparanoiasrc, decodebin, encodebin, giosink, giosrc, giostreamsink, giostreamsrc, multifdsink, multisocketsink, oggaviparse, oggdemux, oggmux, oggparse, ogmaudioparse, ogmtextparse, ogmvideoparse, opusdec, opusenc, playbin, playsink, socketsrc, ssaparse, streamsynchronizer, subparse, subtitleoverlay, tcpclientsink, tcpclientsrc, tcpserversink, tcpserversrc, theoradec, theoraenc, theoraparse, uridecodebin, videoconvert, videorate, videoscale, videotestsrc, volume, vorbisdec, vorbisenc, vorbisparse, vorbistag
-Gstreamer-Encoders: application/ogg; audio/ogg; audio/x-opus; audio/x-vorbis; video/ogg; video/x-theora
-Gstreamer-Uri-Sinks: appsink, file
-Gstreamer-Uri-Sources: appsrc, cdda, file
-Gstreamer-Version: 1.8
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-
-Package: libtinfo5
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 468
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Replaces: libncurses5 (<< 5.9-3)
-Depends: libc6 (>= 2.16)
-Breaks: dialog (<< 1.2-20130523)
-Description: shared low-level terminfo library for terminal handling
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains the shared low-level terminfo library.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: libapt-inst2.0
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 463
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: apt
-Version: 1.2.24
-Depends: libapt-pkg5.0 (>= 1.1~exp9), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: deb package format runtime library
- This library provides methods to query and extract information
- from deb packages. This includes the control data and the package
- file content.
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: usbmuxd
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 97
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.1.0-2
-Depends: libc6 (>= 2.14), libimobiledevice6 (>= 1.1.5), libplist3 (>= 1.11), libusb-1.0-0 (>= 2:1.0.8), adduser
-Description: USB multiplexor daemon for iPhone and iPod Touch devices
- usbmuxd, the USB multiplexor daemon, is in charge of coordinating
- access to iPhone and iPod Touch services over USB. Synchronization and
- management applications for the iPhone and iPod Touch need this daemon
- to communicate with such devices concurrently.
- .
- This package includes udev rules to start the daemon when a supported
- device is plugged in, and stop it when all devices are removed.
-Original-Maintainer: gtkpod Maintainers <pkg-gtkpod-devel@lists.alioth.debian.org>
-Homepage: http://marcansoft.com/blog/iphonelinux/usbmuxd/
-
-Package: libnotify4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 82
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnotify
-Version: 0.7.6-2svn1
-Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3)
-Pre-Depends: multiarch-support
-Recommends: notification-daemon
-Description: sends desktop notifications to a notification daemon
- A library that sends desktop notifications to a notification daemon, as
- defined in the Desktop Notifications spec. These notifications can be
- used to inform the user about an event or display some form of
- information without getting in the user's way.
- .
- This package contains the shared library. To actually display the
- notifications, you need to install the package notification-daemon.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libgdbm3
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 75
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gdbm
-Version: 1.8.3-13.1
-Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info
-Pre-Depends: multiarch-support
-Description: GNU dbm database routines (runtime version)
- GNU dbm ('gdbm') is a library of database functions that use extendible
- hashing and works similarly to the standard UNIX 'dbm' functions.
- .
- The basic use of 'gdbm' is to store key/data pairs in a data file, thus
- providing a persistent version of the 'dictionary' Abstract Data Type
- ('hash' to perl programmers).
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://directory.fsf.org/project/gdbm/
-
-Package: libnet-libidn-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 60
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.12.ds-2build2
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libidn11 (>= 1.13)
-Description: Perl bindings for GNU Libidn
- Provides bindings for GNU Libidn, a C library for handling Internationalized
- Domain Names according to IDNA (RFC 3490), in a way very much inspired by
- Turbo Fredriksson's PHP-IDN.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Net-LibIDN
-
-Package: libfontconfig1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 513
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fontconfig
-Version: 2.11.94-0ubuntu1.1
-Provides: libfontconfig
-Depends: fontconfig-config (= 2.11.94-0ubuntu1.1), libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1)
-Description: generic font configuration library - runtime
- Fontconfig is a font configuration and customization library, which
- does not depend on the X Window System. It is designed to locate
- fonts within the system and select them according to requirements
- specified by applications.
- .
- This package contains the runtime library needed to launch applications
- using fontconfig.
-Original-Maintainer: Keith Packard <keithp@debian.org>
-
-Package: manpages
-Status: install ok installed
-Priority: standard
-Section: doc
-Installed-Size: 1314
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 4.04-2
-Replaces: bind, console-tools (<= 1:0.2.3dbs-70), libc-bin (<< 2.19-12), libc-dev-bin (<< 2.19-12)
-Suggests: man-browser
-Description: Manual pages about using a GNU/Linux system
- This package contains GNU/Linux manual pages for these sections:
- 4 = Devices (e.g. hd, sd).
- 5 = File formats and protocols, syntaxes of several system
- files (e.g. wtmp, /etc/passwd, nfs).
- 7 = Conventions and standards, macro packages, etc.
- (e.g. nroff, ascii).
- .
- Sections 1, 6 and 8 are provided by the respective applications. This
- package only includes the intro man page describing the section.
- .
- The man pages describe syntaxes of several system files.
-Original-Maintainer: Martin Schulze <joey@debian.org>
-Homepage: http://www.kernel.org/doc/man-pages/
-
-Package: perl-base
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: perl
-Installed-Size: 7097
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: perl
-Version: 5.22.1-9
-Replaces: libfile-path-perl (<< 2.09), libfile-temp-perl (<< 0.2304), libio-socket-ip-perl (<< 0.37), libscalar-list-utils-perl (<< 1:1.41), libsocket-perl (<< 2.018), libxsloader-perl (<< 0.20), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3)
-Provides: libfile-path-perl, libfile-temp-perl, libio-socket-ip-perl, libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perlapi-5.22.1
-Pre-Depends: libc6 (>= 2.14), dpkg (>= 1.17.17)
-Suggests: perl
-Breaks: autoconf2.13 (<< 2.13-45), backuppc (<< 3.3.1-2), libalien-wxwidgets-perl (<< 0.65+dfsg-2), libanyevent-perl (<< 7.070-2), libcommon-sense-perl (<< 3.72-2~), libfile-path-perl (<< 2.09), libfile-spec-perl (<< 3.5600), libfile-temp-perl (<< 0.2304), libgtk2-perl-doc (<< 2:1.2491-4), libio-socket-ip-perl (<< 0.37), libjcode-perl (<< 2.13-3), libmarc-charset-perl (<< 1.2), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.41), libsocket-perl (<< 2.018), libxsloader-perl (<< 0.20), mailagent (<< 1:3.1-81-2), pdl (<< 1:2.007-4), perl (<< 5.22.1~), perl-modules (<< 5.22.1~)
-Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41)
-Description: minimal Perl system
- Perl is a scripting language used in many system scripts and utilities.
- .
- This package provides a Perl interpreter and the small subset of the
- standard run-time library required to perform basic tasks. For a full
- Perl installation, install "perl" (and its dependencies, "perl-modules-5.22"
- and "perl-doc").
-Original-Maintainer: Niko Tyni <ntyni@debian.org>
-Homepage: http://dev.perl.org/perl5/
-
-Package: libudev1
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 204
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: systemd
-Version: 229-4ubuntu19
-Depends: libc6 (>= 2.16)
-Description: libudev shared library
- This library provides access to udev device information.
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: mountall
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 266
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.54ubuntu1
-Replaces: upstart (<< 0.6.3-2)
-Depends: makedev, udev, plymouth, coreutils (>= 7.1), libc6 (>= 2.9), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libplymouth4 (>= 0.8.1-3), libudev1 (>= 183)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Breaks: initscripts (<< 2.88dsf-24), policycoreutils (<< 2.0.69-2ubuntu4), usplash (<< 0.5.47)
-Conffiles:
- /etc/dbus-1/system.d/Mountall.Server.conf 91b1414af1257d2ef089f84a3e5c1ed1
- /etc/init/bootmisc.sh.conf d1a51c54dcfe6f3f5265246888ba4161
- /etc/init/checkfs.sh.conf 2e928476ccb2ecefe9ee87e2f83d34da
- /etc/init/checkroot-bootclean.sh.conf e02a473c76e4a2bfc1efb4c367495052
- /etc/init/checkroot.sh.conf 3ea7f6ba450f431fd239e2b53a805216
- /etc/init/mountall-bootclean.sh.conf d1899239aa60ea903f43a3ac58c5c238
- /etc/init/mountall-net.conf feff70cd7006f6763e24263d381940f3
- /etc/init/mountall-reboot.conf 43e3c229085a13005b0681a49b2bef51
- /etc/init/mountall-shell.conf aa05af89db3de044d1cd7f6971b46d9f
- /etc/init/mountall.conf ac0fbaa98e705e52f59ca9e4d39751ad
- /etc/init/mountall.sh.conf ee258840aad52477434cc22e34efcc50
- /etc/init/mountdevsubfs.sh.conf dd33cb414bca17d97140d7f8671207f2
- /etc/init/mounted-debugfs.conf 462c8aab0d9d4e6e496b1e2be5910edc
- /etc/init/mounted-dev.conf cf7bea42235e77168c996d774f059c44
- /etc/init/mounted-proc.conf de2147720fa25f20d06b1e1c89e3b247
- /etc/init/mounted-run.conf a26db58c801e0f6ec8738a5838aa53ed
- /etc/init/mounted-tmp.conf 289fa57d726885147a41b2b1f3695a29
- /etc/init/mounted-var.conf 02f90856c91a46e9cbed1c35b92fec6c
- /etc/init/mountkernfs.sh.conf 2e7449097b6cf88cba915edc1c339ec4
- /etc/init/mountnfs-bootclean.sh.conf 0b6f3f9e9f8757efee57f6a4839d7dff
- /etc/init/mountnfs.sh.conf 760a5b57cbd0d1e2c65ba6db9297a586
- /etc/init/mtab.sh.conf 27aece82dbe70232d734d1dadfe87518
-Description: filesystem mounting tool
- mountall mounts filesystems when the underlying block devices are
- ready, or when network interfaces come up, checking the filesystems
- first.
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: libcuda1-352
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: libcuda1-361
-Description: Transitional package for libcuda1-361
- This is a transitional package for libcuda1-361, and can be
- safely removed after the installation is complete.
-
-Package: strace
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 892
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.11-1ubuntu3
-Depends: libc6 (>= 2.15)
-Description: System call tracer
- strace is a system call tracer, i.e. a debugging tool which prints out
- a trace of all the system calls made by a another process/program.
- The program to be traced need not be recompiled for this, so you can
- use it on binaries for which you don't have source.
- .
- System calls and signals are events that happen at the user/kernel
- interface. A close examination of this boundary is very useful for bug
- isolation, sanity checking and attempting to capture race conditions.
-Homepage: http://sourceforge.net/projects/strace/
-Original-Maintainer: Steve McIntyre <93sam@debian.org>
-
-Package: libnettle6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 350
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nettle
-Version: 3.2-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14)
-Description: low level cryptographic library (symmetric and one-way cryptos)
- Nettle is a cryptographic library that is designed to fit easily in more or
- less any context: In crypto toolkits for object-oriented languages (C++,
- Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
- space.
- .
- It tries to solve a problem of providing a common set of cryptographic
- algorithms for higher-level applications by implementing a
- context-independent set of cryptographic algorithms. In that light, Nettle
- doesn't do any memory allocation or I/O, it simply provides the
- cryptographic algorithms for the application to use in any environment and
- in any way it needs.
- .
- This package contains the symmetric and one-way cryptographic
- algorithms. To avoid having this package depend on libgmp, the
- asymmetric cryptos reside in a separate library, libhogweed.
-Homepage: http://www.lysator.liu.se/~nisse/nettle/
-Original-Maintainer: Magnus Holmgren <holmgren@debian.org>
-
-Package: libhacd2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 162
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libhacd2.83, libhacd2.83v5
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
-Breaks: libhacd2.83, libhacd2.83v5
-Description: professional 3D Game Multiphysics Library -- HACD
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the HACD shared library. HACD stands for Hierarchical
- Approximate Convex Decomposition and provides a sophisticated algorithm that
- can, in a CPU efficient way, compute a faithful approximation of the original
- mesh.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: libtdb1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 108
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tdb
-Version: 1.3.8-2
-Depends: libc6 (>= 2.14)
-Description: Trivial Database - shared library
- This is a simple database API. It is modelled after the structure
- of GDBM. TDB features, unlike GDBM, multiple writers support with
- appropriate locking and transactions.
- .
- This package contains the shared library file.
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-Homepage: http://tdb.samba.org/
-
-Package: nvidia-libopencl1-346-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352-updates
-Version: 352.63-0ubuntu3
-Depends: nvidia-libopencl1-352-updates
-Description: Transitional package for nvidia-libopencl1-352-updates
- This is a transitional package for nvidia-libopencl1-352-updates, and can be
- safely removed after the installation is complete.
-
-Package: python-setuptools
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 518
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 20.7.0-1
-Provides: python-distribute
-Depends: python-pkg-resources (= 20.7.0-1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
-Suggests: python-setuptools-doc
-Description: Python Distutils Enhancements
- Extensions to the python-distutils for large or complex distributions.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: https://pypi.python.org/pypi/setuptools
-
-Package: libxinerama1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 49
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxinerama
-Version: 2:1.1.3-1
-Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6
-Pre-Depends: multiarch-support
-Description: X11 Xinerama extension library
- libXinerama provides an X Window System client interface to the XINERAMA
- extension to the X protocol.
- .
- The Xinerama (also known as panoramiX) extension allows for multiple screens
- attached to a single display to be treated as belonging together, and to give
- desktop applications a better idea of the monitor layout.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXinerama
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libgeocode-glib0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 203
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: geocode-glib
-Version: 3.18.2-1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libjson-glib-1.0-0 (>= 0.13.2), libsoup2.4-1 (>= 2.42)
-Breaks: empathy (<< 3.4.2.3-4~)
-Description: geocoding and reverse geocoding GLib library using Nominatim
- Geocode-glib allows you to do geocoding (going from a place name,
- to a longitude/latitude pair) and reverse geocoding (finding a place
- name from coordinates) using the Nominatim service.
- .
- This library should be used in place of Geoclue's D-Bus API for
- geocoding and reverse geocoding.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: nvidia-346
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352
-Version: 352.63-0ubuntu3
-Depends: nvidia-352
-Description: Transitional package for nvidia-346
- This is a transitional package for nvidia-346, and can be
- safely removed after the installation is complete.
-
-Package: git-man
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 1420
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: git
-Version: 1:2.7.4-0ubuntu1.2
-Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.)
-Breaks: git (<< 1:1.7.4~rc1)
-Description: fast, scalable, distributed revision control system (manual pages)
- Git is popular version control system designed to handle very large
- projects with speed and efficiency; it is used for many high profile
- open source projects, most notably the Linux kernel.
- .
- Git falls in the category of distributed source code management tools.
- Every Git working directory is a full-fledged repository with full
- revision tracking capabilities, not dependent on network access or a
- central server.
- .
- This package provides reference documentation for use by the 'man'
- utility and the 'git help' command.
-Homepage: https://git-scm.com/
-Original-Maintainer: Gerrit Pape <pape@smarden.org>
-
-Package: ufw
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 818
-Maintainer: Jamie Strandboge <jamie@ubuntu.com>
-Architecture: all
-Version: 0.35-0ubuntu2
-Depends: iptables, ucf, python3:any (>= 3.3.2-2~), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
-Suggests: rsyslog
-Conffiles:
- /etc/default/ufw ef91ecde4a64da5c98da8968849804d5
- /etc/init.d/ufw ee21ed926eb989f8afbb0e10d2f56d24
- /etc/init/ufw.conf b85f80257c81675ef38e9db139fb0921
- /etc/logrotate.d/ufw 12b1fb7cee76fc46f161e1ead1a22ce6
- /etc/rsyslog.d/20-ufw.conf 98e2f72c9c65ca8d6299886b524e80d1
- /etc/ufw/sysctl.conf 3539cf073de407e030340351fe3f5fb7
-Description: program for managing a Netfilter firewall
- The Uncomplicated FireWall is a front-end for iptables, to make managing a
- Netfilter firewall easier. It provides a command line interface with syntax
- similar to OpenBSD's Packet Filter. It is particularly well-suited as a
- host-based firewall.
-Homepage: https://launchpad.net/ufw
-
-Package: libxcb-dri2-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 42
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1
-Description: X C Binding, dri2 extension
- This package contains the library files needed to run software using
- libxcb-dri2, the dri2 extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libsm6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 67
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsm
-Version: 2:1.2.2-1
-Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16)
-Pre-Depends: multiarch-support
-Description: X11 Session Management library
- This package provides the main interface to the X11 Session Management
- library, which allows for applications to both manage sessions, and make use
- of session managers to save and restore their state for later use.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libSM
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: eatmydata
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 21
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: libeatmydata
-Version: 105-3
-Depends: libeatmydata1 (>= 105-3)
-Description: Library and utilities designed to disable fsync and friends
- This package contains a small LD_PRELOAD library (libeatmydata) and a couple
- of helper utilities designed to transparently disable fsync and friends (like
- open(O_SYNC)). This has two side-effects: making software that writes data
- safely to disk a lot quicker and making this software no longer crash safe.
- .
- You will find eatmydata useful if particular software calls fsync(), sync()
- etc. frequently but the data it stores is not that valuable to you and you may
- afford losing it in case of system crash. Data-to-disk synchronization calls
- are typically very slow on modern file systems and their extensive usage might
- slow down software significantly. It does not make sense to accept such a hit
- in performance if data being manipulated is not very important.
- .
- On the other hand, do not use eatmydata when you care about what software
- stores or it manipulates important components of your system. The library is
- called libEAT-MY-DATA for a reason.
-Original-Maintainer: Mattia Rizzolo <mattia@debian.org>
-Homepage: https://launchpad.net/libeatmydata
-
-Package: lib32gcc-5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 7020
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Replaces: gccgo-5-multilib (<< 5.4.0-6ubuntu1~16.04.9)
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), lib32gcc1 (>= 1:5.4.0-6ubuntu1~16.04.9), libx32gcc1 (>= 1:5.4.0-6ubuntu1~16.04.9), lib32gomp1 (>= 5.4.0-6ubuntu1~16.04.9), libx32gomp1 (>= 5.4.0-6ubuntu1~16.04.9), lib32itm1 (>= 5.4.0-6ubuntu1~16.04.9), libx32itm1 (>= 5.4.0-6ubuntu1~16.04.9), lib32atomic1 (>= 5.4.0-6ubuntu1~16.04.9), libx32atomic1 (>= 5.4.0-6ubuntu1~16.04.9), lib32asan2 (>= 5.4.0-6ubuntu1~16.04.9), libx32asan2 (>= 5.4.0-6ubuntu1~16.04.9), lib32ubsan0 (>= 5.4.0-6ubuntu1~16.04.9), libx32ubsan0 (>= 5.4.0-6ubuntu1~16.04.9), lib32cilkrts5 (>= 5.4.0-6ubuntu1~16.04.9), libx32cilkrts5 (>= 5.4.0-6ubuntu1~16.04.9), lib32mpx0 (>= 5.4.0-6ubuntu1~16.04.9), lib32quadmath0 (>= 5.4.0-6ubuntu1~16.04.9), libx32quadmath0 (>= 5.4.0-6ubuntu1~16.04.9)
-Recommends: libc6-dev (>= 2.13-0ubuntu6)
-Description: GCC support library (32 bit development files)
- This package contains the headers and static library files necessary for
- building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: cpio
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 316
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.11+dfsg-5ubuntu1
-Replaces: cpio-mt
-Depends: libc6 (>= 2.17)
-Suggests: libarchive1
-Conflicts: cpio-mt, mt-st (<< 0.6)
-Description: GNU cpio -- a program to manage archives of files
- GNU cpio is a tool for creating and extracting archives, or copying
- files from one place to another. It handles a number of cpio formats
- as well as reading and writing tar files.
-Homepage: http://www.gnu.org/software/cpio/
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libqt4-opengl
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1222
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:3.0), libgl1-mesa-glx | libgl1, libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1), libx11-6, libxrender1
-Description: Qt 4 OpenGL module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
- applications.
- .
- OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
- rendering and provides little or no support for GUI programming issues.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libdee-1.0-4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 265
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: dee
-Version: 1.2.7+15.04.20150304-0ubuntu2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libicu55 (>= 55.1-1~)
-Description: model to synchronize multiple instances over DBus - shared lib
- libdee is a shared library that provides objects that help
- having multiple instances communicating over DBus.
- .
- This package contains shared libraries to be used by applications.
-Homepage: https://launchpad.net/dee
-Original-Maintainer: Kartik Mistry <kartik@debian.org>
-
-Package: libicu55
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 30094
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: icu
-Version: 55.1-7ubuntu0.2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: International Components for Unicode
- ICU is a C++ and C library that provides robust and full-featured
- Unicode and locale support. This package contains the runtime
- libraries for ICU.
-Homepage: http://www.icu-project.org
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: keyboard-configuration
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 2581
-Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
-Architecture: all
-Source: console-setup
-Version: 1.108ubuntu15.3
-Replaces: console-setup (<< 1.47), console-setup-mini (<< 1.47)
-Depends: debconf (>= 1.5.34), lsb-base (>= 4.1+Debian11ubuntu7), liblocale-gettext-perl, initscripts
-Breaks: console-setup (<< 1.71), console-setup-mini (<< 1.47)
-Conffiles:
- /etc/init.d/console-setup 4fc965b132eef7339e229d324a45896d
- /etc/init.d/keyboard-setup ee1e4fa0442ca926ebf2208d2807f276
- /etc/init/console-setup.conf 7fe93d1fb1311225f741b61ebff20942
-Description: system-wide keyboard preferences
- This package maintains the keyboard preferences in
- /etc/default/keyboard. Other packages can use the information
- provided by this package in order to configure the keyboard on the
- console or in X Window.
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: libpopt0
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 128
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: popt
-Version: 1.16-10
-Replaces: popt
-Depends: libc6 (>= 2.17)
-Pre-Depends: multiarch-support
-Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3)
-Description: lib for parsing cmdline parameters
- Popt was heavily influenced by the getopt() and getopt_long() functions,
- but it allows more powerful argument expansion. It can parse arbitrary
- argv[] style arrays and automatically set variables based on command
- line arguments. It also allows command line arguments to be aliased via
- configuration files and includes utility functions for parsing arbitrary
- strings into argv[] arrays using shell-like rules.
- .
- This package contains the runtime library and locale data.
-Original-Maintainer: Paul Martin <pm@debian.org>
-Homepage: http://rpm5.org/
-
-Package: libsecret-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 44
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libsecret
-Version: 0.18.4-1ubuntu2
-Description: Secret store (common files)
- Library for storing and retrieving passwords and other secrets.
- It communicates with the "Secret Service" using DBus.
- .
- This package contains data files used by the libsecret library.
-Homepage: https://wiki.gnome.org/Projects/Libsecret
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libcuda1-346-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352-updates
-Version: 352.63-0ubuntu3
-Depends: libcuda1-352-updates
-Description: Transitional package for libcuda1-352-updates
- This is a transitional package for libcuda1-352-updates, and can be
- safely removed after the installation is complete.
-
-Package: libflac++6v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 160
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: flac
-Version: 1.3.1-4
-Replaces: libflac++6
-Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
-Breaks: libflac++6
-Description: Free Lossless Audio Codec - C++ runtime library
- FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
- similar to MP3, but lossless. The FLAC project consists of:
- .
- * The stream format
- * libFLAC, which implements a reference encoder, stream decoder, and file
- decoder
- * flac, which is a command-line wrapper around libFLAC to encode and decode
- .flac files
- * Input plugins for various music players (Winamp, XMMS, and more in the
- works)
- .
- This package contains the runtime library libFLAC++.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://xiph.org/flac/
-
-Package: libwbclient0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 184
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: samba
-Version: 2:4.3.11+dfsg-0ubuntu0.16.04.13
-Depends: libbsd0 (>= 0.0), libc6 (>= 2.14)
-Pre-Depends: dpkg (>= 1.15.6~)
-Breaks: libpam-smbpass (<< 2:3.4.1), libsmbclient (<< 2:3.4.1), samba (<< 2:3.4.1), samba-common (<< 2:3.4.1), samba-tools (<< 2:3.4.1), smbclient (<< 2:3.4.1), smbfs (<< 2:3.4.1), swat (<< 2:3.4.1), winbind (<< 2:3.4.1)
-Description: Samba winbind client library
- Samba is an implementation of the SMB/CIFS protocol for Unix systems,
- providing support for cross-platform file and printer sharing with
- Microsoft Windows, OS X, and other Unix systems.
- .
- This package provides a library for client applications that interact
- via the winbind pipe protocol with a Samba winbind server.
-Homepage: http://www.samba.org
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-
-Package: libx32gcc-5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 6280
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Replaces: gccgo-5-multilib (<< 5.4.0-6ubuntu1~16.04.9)
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), lib32gcc1 (>= 1:5.4.0-6ubuntu1~16.04.9), libx32gcc1 (>= 1:5.4.0-6ubuntu1~16.04.9), lib32gomp1 (>= 5.4.0-6ubuntu1~16.04.9), libx32gomp1 (>= 5.4.0-6ubuntu1~16.04.9), lib32itm1 (>= 5.4.0-6ubuntu1~16.04.9), libx32itm1 (>= 5.4.0-6ubuntu1~16.04.9), lib32atomic1 (>= 5.4.0-6ubuntu1~16.04.9), libx32atomic1 (>= 5.4.0-6ubuntu1~16.04.9), lib32asan2 (>= 5.4.0-6ubuntu1~16.04.9), libx32asan2 (>= 5.4.0-6ubuntu1~16.04.9), lib32ubsan0 (>= 5.4.0-6ubuntu1~16.04.9), libx32ubsan0 (>= 5.4.0-6ubuntu1~16.04.9), lib32cilkrts5 (>= 5.4.0-6ubuntu1~16.04.9), libx32cilkrts5 (>= 5.4.0-6ubuntu1~16.04.9), lib32mpx0 (>= 5.4.0-6ubuntu1~16.04.9), lib32quadmath0 (>= 5.4.0-6ubuntu1~16.04.9), libx32quadmath0 (>= 5.4.0-6ubuntu1~16.04.9)
-Recommends: libc6-dev (>= 2.13-0ubuntu6)
-Description: GCC support library (x32 development files)
- This package contains the headers and static library files necessary for
- building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libexiv2-14
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2677
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: exiv2
-Version: 0.25-2.1ubuntu16.04.1
-Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Suggests: exiv2
-Description: EXIF/IPTC/XMP metadata manipulation library
- Exiv2 is a C++ library and a command line utility to manage image metadata.
- It provides fast and easy read and write access to the Exif, IPTC and XMP
- metadata of images in various formats
- .
- Exiv2 library provides:
- * fast read and write access to the Exif, IPTC, and XMP metadata of an image
- * an easy to use and extensively documented API
- * conversions of Exif and IPTC metadata to XMP and vice versa
- * a smart IPTC implementation that does not affect data that programs like
- Photoshop store in the same image segment
- * Exif Makernote support:
- - Makernote tags can be read and written just like any other metadata
- - a sophisticated write algorithm avoids corrupting the Makernote
- * a simple interface to extract previews embedded in RAW images and Exif
- thumbnails
- * set and delete methods for Exif thumbnails
-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
-Homepage: http://www.exiv2.org
-
-Package: libkde3support4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1375
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libc6 (>= 2.15), libkdecore5 (= 4:4.14.16-0ubuntu3.2), libkdeui5 (= 4:4.14.16-0ubuntu3.2), libkio5 (= 4:4.14.16-0ubuntu3.2), libkparts4 (= 4:4.14.16-0ubuntu3.2), libkpty4 (= 4:4.14.16-0ubuntu3.2), libqt4-qt3support (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.4.0), libx11-6
-Description: KDE 3 Support Library for the KDE 4 Platform
- The classes here are only for convenience of porting from KDE 3 to KDE 4
- Platform. They are not supposed to be used for a long time. You should move on
- to replacement classes provided by the framework or implement something
- yourself in the long run.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: powermgmt-base
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 51
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.31+nmu1
-Replaces: apmd (<= 3.0.2-1.17)
-Description: Common utils and configs for power management
- This package contains utilities and configuration files
- for power management that are common to APM and ACPI.
-Original-Maintainer: Chris Hanson <cph@debian.org>
-
-Package: libxcb-dri3-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 32
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1 (>= 1.9.2)
-Description: X C Binding, dri3 extension
- This package contains the library files needed to run software using
- libxcb-dri3, the dri3 extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libatasmart4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 99
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libatasmart
-Version: 0.19-3
-Depends: libc6 (>= 2.14), libudev1 (>= 183)
-Pre-Depends: multiarch-support
-Description: ATA S.M.A.R.T. reading and parsing library
- A small and lightweight parser library for ATA S.M.A.R.T. hard disk
- health monitoring.
- .
- This package contains the shared library.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://0pointer.de/blog/projects/being-smart.html
-
-Package: kmod
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 237
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 22-1ubuntu5
-Depends: libc6 (>= 2.17), libkmod2 (= 22-1ubuntu5), lsb-base (>= 4.1+Debian11ubuntu7)
-Breaks: oss-compat (= 4)
-Conffiles:
- /etc/depmod.d/ubuntu.conf 7c8439ef36b12e5f226b5dbfa20b8c2d
- /etc/init.d/kmod 7ac127a1706d94704d6e5de99c8ef14a
- /etc/init/kmod.conf 2686532745c8b71d6d3df91c3a53aef3
- /etc/modprobe.d/blacklist-ath_pci.conf d1da9bb08c2b0f56f3be93fd0e37946b
- /etc/modprobe.d/blacklist-firewire.conf 9cc07a17e8e64f9cd35ff59c29debe69
- /etc/modprobe.d/blacklist-framebuffer.conf 662be7eaefa6b67fcddb5d90981e1c29
- /etc/modprobe.d/blacklist-rare-network.conf 8fb4b96124e461f53adceba9ca91f09a
- /etc/modprobe.d/blacklist-watchdog.conf 55327f9270c8a6257a833c4d127a39e1
- /etc/modprobe.d/blacklist.conf bc6754fa320733c6d239a4bb0148ffd7
- /etc/modprobe.d/iwlwifi.conf f27bc645e93e20c8e532325d190ac8ee
- /etc/modprobe.d/mlx4.conf b2a0bedb7461daeb0138270639581bbf
-Description: tools for managing Linux kernel modules
- This package contains a set of programs for loading, inserting, and
- removing kernel modules for Linux.
- It replaces module-init-tools.
-Original-Maintainer: Marco d'Itri <md@linux.it>
-
-Package: libattr1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: attr
-Version: 1:2.4.47-2
-Depends: libc6 (>= 2.4)
-Pre-Depends: multiarch-support
-Conflicts: attr (<< 2.0.0)
-Description: Extended attribute shared library
- Contains the runtime environment required by programs that make use
- of extended attributes.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://savannah.nongnu.org/projects/attr/
-
-Package: libdaemon0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 67
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdaemon
-Version: 0.14-6
-Depends: libc6 (>= 2.15)
-Pre-Depends: multiarch-support
-Description: lightweight C library for daemons - runtime library
- libdaemon is a lightweight C library which eases the writing of UNIX daemons.
- It consists of the following parts:
- .
- * Wrapper around fork() for correct daemonization of a process
- * Wrapper around syslog() for simple log output to syslog or STDERR
- * An API for writing PID files
- * An API for serializing signals into a pipe for use with select() or poll()
- * An API for running subprocesses with STDOUT and STDERR redirected to syslog
- .
- Routines like these are included in most of the daemon software available. It
- is not simple to get these done right and code duplication is not acceptable.
- .
- This package includes the libdaemon run time shared library.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://0pointer.de/lennart/projects/libdaemon/
-
-Package: ubuntu-cloudimage-keyring
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 32
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2013.11.11
-Description: GnuPG keys of the Ubuntu Cloud Image builder
- The Ubuntu Cloud Image build process digitally signs the files it publishes.
- This package contains the keys used for files on cloud-images.ubuntu.com.
-
-Package: libfindlib-ocaml-dev
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 710
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: findlib
-Version: 1.5.5-2build1
-Replaces: ocaml-findlib (<< 1.2.4-3)
-Provides: libfindlib-ocaml-dev-q3hl3
-Depends: libfindlib-ocaml-q3hl3, ocaml-nox-4.02.3
-Recommends: ocaml-findlib
-Breaks: ocaml-findlib (<< 1.2.4-3)
-Description: library for managing OCaml libraries (development files)
- The "findlib" OCaml library provides a scheme to manage reusable
- software components (packages), and includes tools that support this
- scheme. Packages are collections of OCaml modules for which
- metainformation can be stored. The packages are kept in the
- filesystem hierarchy, but with strict directory structure. The
- library contains functions to look the directory up that stores a
- package, to query metainformation about a package, and to retrieve
- dependency information about multiple packages.
- .
- This package contains development files needed to compile programs
- using findlib.
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Homepage: http://projects.camlcity.org/projects/findlib.html
-
-Package: libxcb-render-util0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 61
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xcb-util-renderutil
-Version: 0.3.9-1
-Depends: libc6 (>= 2.14), libxcb-render0, libxcb1
-Pre-Depends: multiarch-support
-Description: utility libraries for X C Binding -- render-util
- This package contains the library files needed to run software using
- libxcb-render-util, providing convenience functions for the Render extension.
- .
- The xcb-util module provides a number of libraries which sit on top of
- libxcb, the core X protocol library, and some of the extension
- libraries. These experimental libraries provide convenience functions
- and interfaces which make the raw X protocol more usable. Some of the
- libraries also provide client-side code which is not strictly part of
- the X protocol but which have traditionally been provided by Xlib.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://xcb.freedesktop.org
-
-Package: libk5crypto3
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 290
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libkrb5support0 (>= 1.13~alpha1+dfsg)
-Suggests: krb5-doc, krb5-user
-Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa)
-Conflicts: libkrb53
-Description: MIT Kerberos runtime libraries - Crypto Library
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains the runtime cryptography libraries used by
- applications and Kerberos clients.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: libss2
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 98
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: e2fsprogs
-Version: 1.42.13-1ubuntu1
-Replaces: e2fsprogs (<< 1.34-1)
-Depends: libcomerr2, libc6 (>= 2.17)
-Description: command-line interface parsing library
- libss provides a simple command-line interface parser which will
- accept input from the user, parse the command into an argv argument
- vector, and then dispatch it to a handler function.
- .
- It was originally inspired by the Multics SubSystem library.
-Homepage: http://e2fsprogs.sourceforge.net
-Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-
-Package: gir1.2-notify-0.7
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 54
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libnotify
-Version: 0.7.6-2svn1
-Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, libnotify4 (>= 0.7.3)
-Description: sends desktop notifications to a notification daemon (Introspection files)
- A library that sends desktop notifications to a notification daemon, as
- defined in the Desktop Notifications spec. These notifications can be
- used to inform the user about an event or display some form of
- information without getting in the user's way.
- .
- This package can be used by other packages using the GIRepository format to
- generate dynamic bindings.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: gvfs-backends
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1754
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: gvfs
-Version: 1.28.2-1ubuntu1~16.04.2
-Replaces: gvfs-backends-goa (<< 1.27.3)
-Depends: libarchive13, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.14), libcdio-cdda1 (>= 0.83), libcdio-paranoia1 (>= 0.83), libcdio13 (>= 0.83), libgcrypt20 (>= 1.6.1), libgdata22 (>= 0.15.0), libglib2.0-0 (>= 2.45.7), libgoa-1.0-0b (>= 3.7.90), libgphoto2-6 (>= 2.5.9), libgphoto2-port12 (>= 2.5.9), libgtk-3-0 (>= 3.0.0), libgudev-1.0-0 (>= 146), libimobiledevice6 (>= 1.1.5), libmtp9 (>= 1.1.9), libplist3 (>= 1.11), libsmbclient (>= 2:4.0.3+dfsg1), libsoup2.4-1 (>= 2.42.0), libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend, gvfs (= 1.28.2-1ubuntu1~16.04.2), gvfs-daemons (= 1.28.2-1ubuntu1~16.04.2), gvfs-libs (= 1.28.2-1ubuntu1~16.04.2), gvfs-common (= 1.28.2-1ubuntu1~16.04.2), psmisc
-Recommends: gnome-keyring
-Suggests: bluez-obexd, samba-common
-Breaks: gvfs-backends-goa (<< 1.27.3)
-Description: userspace virtual filesystem - backends
- gvfs is a userspace virtual filesystem where mounts run as separate
- processes which you talk to via D-Bus. It also contains a gio module
- that seamlessly adds gvfs support to all applications using the gio
- API. It also supports exposing the gvfs mounts to non-gio applications
- using fuse.
- .
- This package contains the afc, afp, archive, cdda, dav, dnssd, ftp,
- gphoto2, http, mtp, network, sftp, smb and smb-browse backends.
-Homepage: https://wiki.gnome.org/Projects/gvfs
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libxcb-glx0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 140
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1
-Description: X C Binding, glx extension
- This package contains the library files needed to run software using
- libxcb-glx, the glx extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxcb-randr0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 88
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1
-Description: X C Binding, randr extension
- This package contains the library files needed to run software using
- libxcb-randr, the randr extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: unity-control-center
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 4448
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 15.04.0+16.04.20171130-0ubuntu1
-Replaces: gnome-bluetooth (<< 3.11.3), gnome-control-center-unity, unity-control-center-datetime
-Provides: gnome-control-center-unity, unity-control-center-datetime
-Depends: libaccountsservice0 (>= 0.6.34), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libcheese-gtk25 (>= 3.18.0), libcheese8 (>= 3.18.0), libcolord2 (>= 0.1.29), libcups2 (>= 1.6.0), libdbus-glib-1-2 (>= 0.78), libfcitx-config4 (>= 4.2.7), libfcitx-gclient0 (>= 4.2.7), libfcitx-utils0 (>= 4.2.7), libfontconfig1 (>= 2.11.94), libgdk-pixbuf2.0-0 (>= 2.23.0), libgeonames0 (>= 0.1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.39.4), libgnome-desktop-3-12 (>= 3.17.92), libgnome-menu-3-0 (>= 3.2.0.1), libgtk-3-0 (>= 3.10.0), libgtop-2.0-10 (>= 2.22.3), libibus-1.0-5 (>= 1.5.1), libkrb5-3 (>= 1.8+dfsg), libnm-glib4 (>= 0.9.4.0), libnm-gtk0 (>= 0.9.6.4), libnm-util2 (>= 0.9.4.0), libnotify4 (>= 0.7.3), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.18.0), libpolkit-gobject-1-0 (>= 0.99), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libpwquality1 (>= 1.1.0), libtimezonemap1 (>= 0.4.5), libunity-control-center1 (>= 14.04.0), libunity-settings-daemon1 (>= 14.04.0), libupower-glib3 (>= 0.99.0), libwacom2 (>= 0.7), libwebkit2gtk-4.0-37 (>= 2.15.1), libx11-6, libxi6 (>= 2:1.2.99.4), libxml2 (>= 2.7.4), accountsservice, apg, desktop-file-utils, gkbd-capplet (>= 3.5.90), gnome-desktop3-data, adwaita-icon-theme, gnome-menus (>= 2.12.0), unity-settings-daemon, gnome-settings-daemon-schemas (>= 3.16), gsettings-desktop-schemas (>= 3.15.4), gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224), ibus, indicator-bluetooth, indicator-datetime, indicator-keyboard, indicator-power, indicator-sound
-Recommends: cups-pk-helper, gnome-session-bin, ubuntu-system-service, ibus (>= 1.5.0), iso-codes, mousetweaks, policykit-1-gnome, libcanberra-pulse, system-config-printer-gnome, unity-control-center-faces
-Suggests: gnome-screensaver | xscreensaver, gnome-user-guide | ubuntu-docs, libcanberra-gtk-module, x11-xserver-utils
-Breaks: compiz (<< 1:0.9.8+bzr330), gnome-bluetooth (<< 3.11.3), gnome-power-manager (<< 3.0), gnome-session (<< 3.0), libglib2.0-0 (<< 2.28.6-2), metacity (<< 1:2.34.2), unity (<< 6.2-0ubuntu2~)
-Conflicts: gnome-control-center (<< 1:3.6.3-0ubuntu50), gnome-control-center-unity, unity-control-center-datetime
-Conffiles:
- /etc/xdg/menus/unitycc.menu 07c93873918905804c3f08b9caa0a75c
-Description: utilities to configure the GNOME desktop
- This package contains configuration applets for the GNOME desktop,
- allowing to set accessibility configuration, desktop fonts, keyboard
- and mouse properties, sound setup, desktop theme and background, user
- interface properties, screen resolution, and other GNOME parameters.
- .
- It also contains a front end to these applets, which can also be
- accessed with the GNOME panel or the Nautilus file manager.
-
-Package: libbulletdynamics2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 722
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libbulletdynamics2.83, libbulletdynamics2.83v5
-Depends: libbulletcollision2.83.6, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libbulletdynamics2.83, libbulletdynamics2.83v5
-Description: professional 3D Game Multiphysics Library -- dynamics
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the BulletDynamics shared library.
- .
- It features fast and stable rigid body dynamics constraint solver, vehicle
- dynamics, character controller and slider, hinge, generic 6DOF and cone twist
- constraint for ragdolls.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: libclang-3.6-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 106098
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang1-3.6 (= 1:3.6.2-3ubuntu2), libclang-common-3.6-dev (= 1:3.6.2-3ubuntu2)
-Description: clang library - Development package
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
- .
- This package contains the clang headers to develop extensions over
- libclang1-3.6.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libwebpmux1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 44
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libwebp
-Version: 0.4.4-1
-Depends: libc6 (>= 2.14), libwebp5 (>= 0.4.3)
-Description: Lossy compression of digital photographic images.
- Image Compression format, based on the VP8 codec.
- WebP uses the modern VP8 compression format to deliver efficient
- compression of images for the web. More than 30% extra gain over
- optimized JPEG, for same quality, is not unusual.
-Original-Maintainer: Jeff Breidenbach <jab@debian.org>
-Homepage: http://webp.googlecode.com
-
-Package: libqt4-declarative
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4308
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-network (= 4:4.8.7+dfsg-5ubuntu2), libqt4-script (= 4:4.8.7+dfsg-5ubuntu2), libqt4-sql (= 4:4.8.7+dfsg-5ubuntu2), libqt4-xmlpatterns (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Suggests: libqt4-declarative-folderlistmodel, libqt4-declarative-gestures, libqt4-declarative-particles, libqt4-declarative-shaders, qt4-qmlviewer
-Description: Qt 4 Declarative module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The Qt Declarative module provides a declarative framework for building highly
- dynamic, custom user interfaces.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libgtk2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 5742
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gtk+2.0
-Version: 2.24.30-1ubuntu1.16.04.2
-Provides: gtk2.0-binver-2.10.0
-Depends: libgtk2.0-common, libatk1.0-0 (>= 1.32.0), libc6 (>= 2.14), libcairo2 (>= 1.6.4-6.1), libcups2 (>= 1.6.2), libfontconfig1 (>= 2.11.94), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3), libpangoft2-1.0-0 (>= 1.28.3), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2 (>= 2:1.5.0), libxrender1, shared-mime-info
-Recommends: hicolor-icon-theme, libgtk2.0-bin
-Suggests: librsvg2-common, gvfs
-Description: GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package contains the shared libraries.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libnm-util2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 550
-Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: network-manager
-Version: 1.2.6-0ubuntu0.16.04.2
-Depends: libc6 (>= 2.14), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.33.14), libgnutls30 (>= 3.4.0), libuuid1 (>= 2.16)
-Description: network management framework (shared library)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains a convenience library to ease the access to
- NetworkManager.
-Homepage: https://wiki.gnome.org/Projects/NetworkManager
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libaec0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 52
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libaec
-Version: 0.3.2-1
-Depends: libc6 (>= 2.14)
-Description: Adaptive Entropy Coding library
- Libaec provides fast lossless compression of 1 up to 32 bit wide
- signed or unsigned integers (samples). The library achieves best
- results for low entropy data as often encountered in space imaging
- instrument data or numerical model output from weather or climate
- simulations. While floating point representations are not directly
- supported, they can also be efficiently coded by grouping exponents
- and mantissa.
- .
- Libaec implements Golomb Rice coding as defined in the Space Data
- System Standard documents 121.0-B-2 [1] and 120.0-G-2[2].
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: https://www.dkrz.de/redmine/projects/aec
-
-Package: libghc-cereal-prof
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 2267
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-cereal
-Version: 0.4.1.1-4
-Provides: libghc-cereal-prof-0.4.1.1-e5a2d
-Depends: libghc-cereal-dev (= 0.4.1.1-4), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-ghc-prim-prof-0.4.0.0-6cdc8
-Description: binary serialization library; profiling libraries
- A binary serialization library, similar to binary, that introduces an isolate
- primitive for parser isolation, and replaces the asynchronous errors with a
- user-handleable Either type. Similar to binary in performance, but uses a
- strict ByteString instead of a lazy ByteString, thus restricting it to
- operating on finite inputs.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/cereal
-
-Package: xserver-xorg-input-all
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 48
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Source: xorg
-Version: 1:7.7+13ubuntu3
-Depends: xserver-xorg-input-evdev, xserver-xorg-input-synaptics, xserver-xorg-input-vmmouse, xserver-xorg-input-wacom
-Description: X.Org X server -- input driver metapackage
- This package depends on the full suite of input drivers for the X.Org X server
- (Xorg). It does not provide any drivers itself, and may be removed if you wish
- to only have certain drivers installed.
-Homepage: http://www.x.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libestr0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 49
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libestr
-Version: 0.1.10-1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Helper functions for handling strings (lib)
- The 'libestr' library implements some helper functions to
- handle strings and easily, escaping special characters etc.
- .
- This package contains the shared library.
-Original-Maintainer: Pierre Chifflier <pollux@debian.org>
-Homepage: http://libestr.sourceforge.net/
-
-Package: libdns162
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 4052
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: libbind0
-Depends: libc6 (>= 2.14), libgeoip1, libgssapi-krb5-2 (>= 1.10+dfsg~), libisc160, libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4)
-Conflicts: libbind0, libbind9-41
-Description: DNS Shared Library used by BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the libdns shared library used by BIND's daemons and
- clients.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: libpaper-utils
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 40
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: libpaper
-Version: 1.1.24+nmu4ubuntu1
-Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9)
-Depends: libc6 (>= 2.4), libpaper1
-Description: library for handling paper characteristics (utilities)
- The libpaper paper-handling library automates recognition of many
- different paper types and sizes for programs that need to deal with
- printed output.
- .
- This package contains utilities for setting the system's default
- paper type and for accessing paper type information from shell
- scripts.
-Original-Maintainer: Giuseppe Sacco <eppesuig@debian.org>
-
-Package: libexpat1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 364
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: expat
-Version: 2.1.0-7ubuntu0.16.04.3
-Depends: libc6 (>= 2.14)
-Conflicts: wink (<= 1.5.1060-4)
-Description: XML parsing C library - runtime library
- This package contains the runtime, shared library of expat, the C
- library for parsing XML. Expat is a stream-oriented parser in
- which an application registers handlers for things the parser
- might find in the XML document (like start tags).
-Homepage: http://expat.sourceforge.net
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: libical1a
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 638
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libical
-Version: 1.0.1-0ubuntu2
-Replaces: libical1
-Depends: tzdata, libc6 (>= 2.14)
-Breaks: libical1
-Description: iCalendar library implementation in C (runtime)
- libical is an open source implementation of the IETF's iCalendar calendaring
- and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
- and provides a C API for manipulating the component properties, parameters,
- and subcomponents.
- .
- This package contains the files necessary for running applications that use
- the libical library.
-Original-Maintainer: Fathi Boudra <fabo@debian.org>
-Homepage: http://freeassociation.sourceforge.net
-
-Package: libqt5dbus5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 625
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libqt5core5a (>= 5.5.1), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1
-Description: Qt 5 D-Bus module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtDBus module is a Unix-only library that you can use to make Inter-Process
- Communication using the D-Bus protocol.
- .
- Applications using the QtDBus module can provide services to other, remote
- applications by exporting objects, as well as use services exported by those
- applications by placing calls and accessing properties.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libcc1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 103
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: GCC cc1 plugin for GDB
- libcc1 is a plugin for GDB.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libgphoto2-port12
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgphoto2
-Version: 2.5.9-3
-Replaces: libgphoto2-port10 (>= 2.5.7)
-Depends: libc6 (>= 2.15), libltdl7 (>= 2.4.2), libusb-1.0-0 (>= 2:1.0.16)
-Suggests: gphoto2 (>= 2.5.7)
-Breaks: libgphoto2-port10 (>= 2.5.7)
-Description: gphoto2 digital camera port library
- The gphoto2 library can be used by applications to access various
- digital camera models, via standard protocols such as USB Mass Storage
- and PTP, or vendor-specific protocols.
- .
- This package contains the runtime code for port access.
-Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
-Homepage: http://www.gphoto.org/proj/libgphoto2/
-
-Package: libmailtools-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 233
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.13-1
-Replaces: mailtools (<= 1.15-1)
-Provides: libmail-perl, mailtools
-Depends: perl, libnet-perl, libtimedate-perl, libnet-smtp-ssl-perl
-Conflicts: mailtools (<= 1.15-1)
-Description: Manipulate email in perl programs
- This is a set of perl modules which provide an easy interface to
- manipulating email in an object-oriented fashion.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://search.cpan.org/dist/MailTools/
-
-Package: libcheese8
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 353
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cheese
-Version: 3.18.1-2ubuntu3
-Depends: libc6 (>= 2.4), libclutter-1.0-0 (>= 1.16), libclutter-gst-3.0-0 (>= 3.0.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.90), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), cheese-common (= 3.18.1-2ubuntu3), gstreamer1.0-plugins-base (>= 0.11.0), gstreamer1.0-plugins-good (>= 0.11.0), gstreamer1.0-x
-Description: tool to take pictures and videos from your webcam - base library
- A webcam application that supports image and video capture. Makes
- it easy to take photos and videos of you, your friends, pets or whatever
- you want. Allows you to apply fancy visual effects, fine-control image
- settings and has features such as Multi-Burst mode, Countdown timer
- for photos.
- .
- This package contains the base shared library.
-Homepage: https://wiki.gnome.org/Apps/Cheese
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libparted2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 351
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: parted
-Version: 3.2-15
-Provides: libparted
-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.97), libuuid1 (>= 2.16)
-Suggests: parted, libparted-dev, libparted-i18n (= 3.2-15)
-Breaks: python-parted (<< 3.6-5)
-Description: disk partition manipulator - shared library
- GNU Parted is a program that allows you to create, destroy, resize,
- move, and copy disk partitions. This is useful for creating space
- for new operating systems, reorganizing disk usage, and copying data
- to new hard disks.
- .
- This package contains the shared library.
-Original-Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
-Homepage: http://www.gnu.org/software/parted
-
-Package: libfftw3-bin
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 235
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: fftw3
-Version: 3.3.4-2ubuntu1
-Replaces: libfftw3-dev (<< 3.3.2-1)
-Depends: libc6 (>= 2.7), libfftw3-double3, libfftw3-long3, libfftw3-quad3, libfftw3-single3
-Breaks: libfftw3-dev (<< 3.3.2-1)
-Description: Library for computing Fast Fourier Transforms - Tools
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast.
- .
- This package contains the wisdom management tools.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: libobjc4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 430
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.14), libgcc1 (>= 1:3.3.1)
-Description: Runtime library for GNU Objective-C applications
- Library needed for GNU ObjC applications linked against the shared library.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: less
-Status: install ok installed
-Priority: important
-Section: text
-Installed-Size: 282
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 481-2.1ubuntu0.2
-Depends: libc6 (>= 2.14), libtinfo5 (>= 6), debianutils (>= 1.8)
-Description: pager program similar to more
- This package provides "less", a file pager (that is, a memory-efficient
- utility for displaying text one screenful at a time). Less has many
- more features than the basic pager "more". As part of the GNU project,
- it is widely regarded as the standard pager on UNIX-derived systems.
- .
- Also provided are "lessecho", a simple utility for ensuring arguments
- with spaces are correctly quoted; "lesskey", a tool for modifying the
- standard (vi-like) keybindings; and "lesspipe", a filter for specific
- types of input, such as .doc or .txt.gz files.
-Homepage: http://www.greenwoodsoftware.com/less/
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: python3-pycurl
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 168
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pycurl
-Version: 7.43.0-1ubuntu1
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.0)
-Suggests: libcurl4-gnutls-dev, python-pycurl-doc, python3-pycurl-dbg
-Description: Python bindings to libcurl (Python 3)
- This module provides the Python bindings to libcurl. Please refer to
- the libcurl documentation available in libcurl4-gnutls-dev Debian package.
- .
- NOTE: the SSL support is provided by GnuTLS.
- .
- This package contains PyCURL for Python 3.
-Homepage: http://pycurl.sourceforge.net
-Original-Maintainer: Barry Warsaw <barry@debian.org>
-
-Package: gir1.2-ibus-1.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 368
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ibus
-Version: 1.5.11-1ubuntu2.1
-Depends: gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libibus-1.0-5 (>= 1.5.11-1ubuntu2.1), python3:any (>= 3.3.2-2~)
-Description: Intelligent Input Bus - introspection data
- IBus is an Intelligent Input Bus. It is a new input framework for the Linux
- OS. It provides full featured and user friendly input method user interface.
- It also may help developers to develop input method easily.
- .
- This package contains the GObject introspection data which are needed
- for developing the IBus applications in various programming languages
- with GObject introspection support.
-Homepage: https://github.com/ibus/ibus/releases
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-
-Package: libaccounts-qt5-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 128
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libaccounts-qt
-Version: 1.14+16.04.20151106.1-0ubuntu1
-Depends: libaccounts-glib0 (>= 1.14), libc6 (>= 2.14), libglib2.0-0 (>= 2.35.8), libqt5core5a (>= 5.4.0), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 4.1.1)
-Description: QT library for single sign on
- .
- This package contains shared libraries to be used by applications.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: libpcre3-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 2211
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pcre3
-Version: 2:8.38-3.1
-Depends: libc6-dev, libpcre3 (= 2:8.38-3.1), libpcre16-3 (= 2:8.38-3.1), libpcre32-3 (= 2:8.38-3.1), libpcrecpp0v5 (= 2:8.38-3.1)
-Description: Perl 5 Compatible Regular Expression Library - development files
- This is a library of functions to support regular expressions whose syntax
- and semantics are as close as possible to those of the Perl 5 language.
- .
- This package contains the development files, including headers, static
- libraries, and documentation.
-Original-Maintainer: Matthew Vernon <matthew@debian.org>
-
-Package: gir1.2-atk-1.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 131
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: atk1.0
-Version: 2.18.0-1
-Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository
-Depends: gir1.2-glib-2.0, libatk1.0-0 (>= 2.12.0)
-Conflicts: gir1.0-atk-1.0
-Description: ATK accessibility toolkit (GObject introspection)
- ATK is a toolkit providing accessibility interfaces for applications or
- other toolkits. By implementing these interfaces, those other toolkits or
- applications can be used with tools such as screen readers, magnifiers, and
- other alternative input devices.
- .
- This package can be used by other packages using the GIRepository format to
- generate dynamic bindings
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.gtk.org/
-
-Package: libqtgui4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 12605
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: fontconfig, libaudio2, libc6 (>= 2.15), libfontconfig1 (>= 2.11.1), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.12.0), libice6 (>= 1:1.0.0), libjpeg8 (>= 8c), libmng2 (>= 1.0.10), libpng12-0 (>= 1.2.13-4), libqt4-declarative (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libsm6, libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), libx11-6 (>= 2:1.2.99.901), libxext6, libxi6 (>= 2:1.2.99.4), libxrender1, zlib1g (>= 1:1.1.4)
-Recommends: libcups2, qt-at-spi
-Suggests: qt4-qtconfig
-Description: Qt 4 GUI module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtGui module extends QtCore with GUI functionality.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libraw1394-11
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 92
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libraw1394
-Version: 2.1.1-2
-Depends: libc6 (>= 2.14)
-Suggests: libraw1394-doc
-Description: library for direct access to IEEE 1394 bus (aka FireWire)
- libraw1394 is the only supported interface to the kernel side raw1394
- of the Linux IEEE-1394 subsystem, which provides direct access to the
- connected 1394 buses to user space. Through libraw1394/raw1394,
- applications can directly send to and receive from other nodes without
- requiring a kernel driver for the protocol in question.
-Original-Maintainer: Guus Sliepen <guus@debian.org>
-Homepage: https://ieee1394.wiki.kernel.org/
-
-Package: nvidia-346-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352-updates
-Version: 352.63-0ubuntu3
-Depends: nvidia-352-updates
-Description: Transitional package for nvidia-346-updates
- This is a transitional package for nvidia-346-updates, and can be
- safely removed after the installation is complete.
-
-Package: make
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 356
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: make-dfsg
-Version: 4.1-6
-Replaces: make-guile
-Depends: libc6 (>= 2.17)
-Suggests: make-doc
-Conflicts: make-guile
-Description: utility for directing compilation
- GNU Make is a utility which controls the generation of executables
- and other target files of a program from the program's source
- files. It determines automatically which pieces of a large program
- need to be (re)created, and issues the commands to (re)create
- them. Make can be used to organize any task in which targets (files)
- are to be automatically updated based on input files whenever the
- corresponding input is newer --- it is not limited to building
- computer programs. Indeed, Make is a general purpose dependency
- solver.
-Original-Maintainer: Manoj Srivastava <srivasta@debian.org>
-Homepage: http://www.gnu.org/software/make/
-
-Package: liblzma5
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 305
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xz-utils
-Version: 5.1.1alpha+20120614-2ubuntu2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: XZ-format compression library
- XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
- compression format, which provides memory-hungry but powerful
- compression (often better than bzip2) and fast, easy decompression.
- .
- The native format of liblzma is XZ; it also supports raw (headerless)
- streams and the older LZMA format used by lzma. (For 7-Zip's related
- format, use the p7zip package instead.)
-Homepage: http://tukaani.org/xz/
-Original-Maintainer: Jonathan Nieder <jrnieder@gmail.com>
-
-Package: libjson-glib-1.0-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 152
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: json-glib
-Version: 1.1.2-0ubuntu1
-Description: GLib JSON manipulation library (common files)
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
- .
- This package contains the translations files.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/JsonGlib
-
-Package: fontconfig-config
-Status: install ok installed
-Priority: optional
-Section: fonts
-Installed-Size: 368
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: fontconfig
-Version: 2.11.94-0ubuntu1.1
-Replaces: fontconfig (<< 2.3.2-2)
-Depends: fonts-dejavu-core | ttf-bitstream-vera | fonts-freefont-ttf | gsfonts-x11, ucf (>= 0.29)
-Conflicts: fontconfig (<< 2.3.2-2)
-Conffiles:
- /etc/fonts/conf.avail/10-antialias.conf d77e6cfb9608490da012671c25213fe4
- /etc/fonts/conf.avail/10-autohint.conf 2f1cac91d6c79102f0de9956d39037d5
- /etc/fonts/conf.avail/10-hinting-full.conf 65b0e8b7e1392797850856d8411d7272
- /etc/fonts/conf.avail/10-hinting-medium.conf b663214dd84d0f5c4e279b153e0b38f9
- /etc/fonts/conf.avail/10-hinting-slight.conf 4d7df8529053d526a503b472ee42b2b3
- /etc/fonts/conf.avail/10-hinting.conf 4d1fb88a99c516270526c8dca5764df8
- /etc/fonts/conf.avail/10-no-sub-pixel.conf 3ce5b92d9984c968827c70f9c89cfef9
- /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf b19465d66bd1530132fb1a397e538346
- /etc/fonts/conf.avail/10-sub-pixel-bgr.conf 3d239181743d3ebfbbfa2bafe211ae0c
- /etc/fonts/conf.avail/10-sub-pixel-rgb.conf 2ac915a20e9b2b969d81c9b359afffce
- /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf 29d7b694ec6d7260a475fe9d9a45a9a0
- /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf 15bc20b8895b039e23952c637bcc1a70
- /etc/fonts/conf.avail/10-unhinted.conf 532865fefdf3e37ceeb77010accb3b47
- /etc/fonts/conf.avail/11-lcdfilter-default.conf a877f23d2e9179ef3a1ee0ab6a9e2b15
- /etc/fonts/conf.avail/11-lcdfilter-legacy.conf 7eeabd78833172177d7f92d39ec273ce
- /etc/fonts/conf.avail/11-lcdfilter-light.conf f6f338937c5a7a0254ab27a5532a79a0
- /etc/fonts/conf.avail/20-unhint-small-vera.conf 6fb496d0bb963a54d5db870955ddd771
- /etc/fonts/conf.avail/25-unhint-nonlatin.conf a5379350710f56a807962f3f06d3ffc1
- /etc/fonts/conf.avail/30-metric-aliases.conf 5f463941310a2ee456ef1add166f815c
- /etc/fonts/conf.avail/30-urw-aliases.conf 49db036d2a065197e140484c0513e69f
- /etc/fonts/conf.avail/40-nonlatin.conf fc449daf3edc6852b372c69b44bfe9ac
- /etc/fonts/conf.avail/45-latin.conf f084ba5e788a0ca561671f991a0c368a
- /etc/fonts/conf.avail/49-sansserif.conf 22278b0b48e5864d9c7fcbc178da0db3
- /etc/fonts/conf.avail/50-user.conf d01cf387e9d7ebacb173629853094d76
- /etc/fonts/conf.avail/51-local.conf a2fa562c168c2c4cc0c2480bfdc0f8eb
- /etc/fonts/conf.avail/53-monospace-lcd-filter.conf a6737024098d0bdc74b70846d4b99fe9
- /etc/fonts/conf.avail/60-latin.conf 57ca7659cd086c577d6228faf6cedcc2
- /etc/fonts/conf.avail/65-fonts-persian.conf 4600ab82eed76e726bffb2fc99d1f1b7
- /etc/fonts/conf.avail/65-khmer.conf ce66ea0c26f43091ab70092f3f7024d4
- /etc/fonts/conf.avail/65-nonlatin.conf 1470f5cee12ee55b9a807e41a2495bf9
- /etc/fonts/conf.avail/69-unifont.conf 49a6cb52e1cf23e0f691807a3e8c105d
- /etc/fonts/conf.avail/70-force-bitmaps.conf 6423e63e204d4ea4629cd3f58636fcdc
- /etc/fonts/conf.avail/70-no-bitmaps.conf dccfa658875eea3b30514d7a8bc306bc
- /etc/fonts/conf.avail/70-yes-bitmaps.conf 91c414090c7d8bfe557785fe845cb6bd
- /etc/fonts/conf.avail/80-delicious.conf fcad9a0561af18b7965910ccea55453f
- /etc/fonts/conf.avail/90-synthetic.conf 7659edb861f44ff8e9f4e31567d24e47
- /etc/fonts/conf.d/README 42d13304ed2e9e5b60b74d6ed29b3729
- /etc/fonts/fonts.conf fc290d3aed03df84d128989871f2823f
-Description: generic font configuration library - configuration
- Fontconfig is a font configuration and customization library, which
- does not depend on the X Window System. It is designed to locate
- fonts within the system and select them according to requirements
- specified by applications.
- .
- This package contains the configuration files and scripts for fontconfig.
-Original-Maintainer: Keith Packard <keithp@debian.org>
-
-Package: libxcb-xfixes0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1
-Description: X C Binding, xfixes extension
- This package contains the library files needed to run software using
- libxcb-xfixes, the xfixes extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: xserver-common
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 2031
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: xorg-server
-Version: 2:1.18.4-0ubuntu0.7
-Replaces: xserver-xorg-core (<< 2:1.5.2)
-Depends: x11-common, xkb-data, x11-xkb-utils
-Recommends: xfonts-base, xauth
-Description: common files used by various X servers
- This package provides files necessary for all X.Org based X servers.
-Homepage: http://www.x.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxcb-icccm4
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 73
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xcb-util-wm
-Version: 0.4.1-1ubuntu1
-Depends: libc6 (>= 2.14), libxcb1
-Pre-Depends: multiarch-support
-Description: utility libraries for X C Binding -- icccm
- This package contains the library files needed to run software using
- libxcb-icccm, providing client and window-manager helpers for ICCCM.
- .
- The xcb-util module provides a number of libraries which sit on top of
- libxcb, the core X protocol library, and some of the extension
- libraries. These experimental libraries provide convenience functions
- and interfaces which make the raw X protocol more usable. Some of the
- libraries also provide client-side code which is not strictly part of
- the X protocol but which have traditionally been provided by Xlib.
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libgtk2.0-common
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 276
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gtk+2.0
-Version: 2.24.30-1ubuntu1.16.04.2
-Recommends: libgtk2.0-0
-Conffiles:
- /etc/gtk-2.0/im-multipress.conf c358838e1789c1d4e6da7f525fc922cf
-Description: common files for the GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package contains the common files which the libraries need.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: apt-transport-https
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 210
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: apt
-Version: 1.2.24
-Depends: libapt-pkg5.0 (>= 1.1~exp15), libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Recommends: ca-certificates
-Description: https download transport for APT
- This package enables the usage of 'deb https://foo distro main' lines
- in the /etc/apt/sources.list so that all package managers using the
- libapt-pkg library can access metadata and packages available in sources
- accessible over https (Hypertext Transfer Protocol Secure).
- .
- This transport supports server as well as client authentication
- with certificates.
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: libhttp-date-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 6.02-1
-Replaces: libwww-perl (<< 6.00)
-Depends: perl, libtimedate-perl
-Breaks: libwww-perl (<< 6.00)
-Description: module of date conversion routines
- HTTP::Date provides functions that deal the date formats used by the HTTP
- protocol (and then some more). Only the first two functions, time2str() and
- str2time(), are exported by default.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/HTTP-Date/
-
-Package: klibc-utils
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 384
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: klibc
-Version: 2.0.4-8ubuntu1.16.04.3
-Depends: libklibc (= 2.0.4-8ubuntu1.16.04.3)
-Breaks: initramfs-tools (<< 0.103)
-Description: small utilities built with klibc for early boot
- This package contains a collection of programs that are linked
- against klibc. These duplicate some of the functionality of a
- regular Linux toolset, but are typically much smaller than their
- full-function counterparts. They are intended for inclusion in
- initramfs images and embedded systems.
-Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git
-Original-Maintainer: maximilian attems <maks@debian.org>
-
-Package: nvidia-361-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-367
-Version: 367.57-0ubuntu0.16.04.1
-Depends: nvidia-367-dev
-Description: Transitional package for nvidia-367-dev
- This is a transitional package for nvidia-367-dev, and can be
- safely removed after the installation is complete.
-
-Package: libgssrpc4
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 225
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.15), libgssapi-krb5-2 (>= 1.10+dfsg~)
-Suggests: krb5-doc, krb5-user
-Conflicts: libkadm55
-Description: MIT Kerberos runtime libraries - GSS enabled ONCRPC
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains an RPC library used by the Kerberos administrative
- programs and potentially other applications.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: libpam-gnome-keyring
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 347
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-keyring
-Version: 3.18.3-0ubuntu2
-Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-runtime (>= 1.0.1-6)
-Pre-Depends: multiarch-support
-Recommends: gnome-keyring
-Description: PAM module to unlock the GNOME keyring upon login
- gnome-keyring is a daemon in the session, similar to ssh-agent,
- and other applications can use it to store passwords and other
- sensitive information.
- .
- This package contains a PAM module that will automatically unlock the
- keyrings using your login password, making gnome-keyring usage
- transparent without losing its security benefits.
- .
- When installed, this module will automatically be used by GDM and
- gnome-screensaver to unlock your keyrings when logging in and when
- unlocking the screen saver.
-Homepage: https://wiki.gnome.org/GnomeKeyring
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: python3-cups
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 211
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: python-cups
-Version: 1.9.73-0ubuntu2
-Provides: python3.5-cups
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libcups2 (>= 1.6.0)
-Description: Python3 bindings for CUPS
- A module for using the CUPS 1.2 API in Python3 programs.
-Original-Maintainer: Otavio Salvador <otavio@debian.org>
-Homepage: http://cyberelk.net/tim/software/pycups/
-
-Package: libldl2.2.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 40
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.2.5)
-Description: simple LDL' factorization library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The LDL library provides routines for sparse LDL' factorization and solving.
- These routines are not terrifically fast (they do not use dense matrix
- kernels), but the code is very short and concise. The purpose is to illustrate
- the algorithms in a very concise and readable manner, primarily for
- educational purposes.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libdouble-conversion1v5
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: double-conversion
-Version: 2.0.1-3ubuntu2
-Depends: libc6 (>= 2.4), libstdc++6 (>= 4.1.1)
-Breaks: libdouble-conversion1
-Conflicts: libdouble-conversion1
-Description: routines to convert IEEE floats to and from strings
- This library provides routines to convert IEEE single and double floats to and
- from string representations. It offers at lot of flexibility with respect to
- the conversion format: shortest, fixed, precision or exponential
- representation; decimal, octal or hexadecimal basis; control over number of
- digits, leading/trailing zeros and spaces.
- .
- The library consists of efficient conversion routines that have been
- extracted from the V8 JavaScript engine. The code has been refactored
- and improved so that it can be used more easily in other projects.
- .
- This package contains a shared version of the library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/floitsch/double-conversion
-
-Package: gvfs-daemons
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 754
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: gvfs
-Version: 1.28.2-1ubuntu1~16.04.2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.45.7), libgudev-1.0-0 (>= 146), libsecret-1-0 (>= 0.7), libsystemd0, libudev1 (>= 183), libudisks2-0 (>= 2.0.91), x11-utils, udisks2, gvfs-libs (= 1.28.2-1ubuntu1~16.04.2), gvfs-common (= 1.28.2-1ubuntu1~16.04.2)
-Recommends: dbus, gvfs
-Suggests: gvfs-backends
-Description: userspace virtual filesystem - servers
- gvfs is a userspace virtual filesystem where mounts run as separate
- processes which you talk to via D-Bus. It also contains a gio module
- that seamlessly adds gvfs support to all applications using the gio
- API. It also supports exposing the gvfs mounts to non-gio applications
- using fuse.
- .
- This package contains the gvfs server and the minimal set of backends.
-Homepage: https://wiki.gnome.org/Projects/gvfs
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: update-manager-core
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 156
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: update-manager
-Version: 1:16.04.9
-Replaces: update-manager (<< 1:0.146.2)
-Depends: python3:any (>= 3.2~), python3-update-manager (= 1:16.04.9), lsb-release, ubuntu-release-upgrader-core
-Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
-Breaks: computer-janitor (<= 1.11-0ubuntu1), update-manager (<< 1:0.146.2)
-Description: manage release upgrades
- This is the core of update-manager and the release upgrader
-
-Package: libxcb-render0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 66
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1 (>= 1.8)
-Description: X C Binding, render extension
- This package contains the library files needed to run software using
- libxcb-render, the render extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libnet-smtp-ssl-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 20
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.03-1
-Depends: libio-socket-ssl-perl, perl
-Recommends: libauthen-sasl-perl
-Description: Perl module providing SSL support to Net::SMTP
- Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
- for its network operations. Due to the nature of Net::SMTP's new method, it is
- not overridden to make use of a default port for the SMTPS service. Perhaps
- future versions will be smart like that. Port 465 is usually what you want,
- and it's not a pain to specify that.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Net-SMTP-SSL
-
-Package: libsignon-qt5-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 208
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: signon
-Version: 8.58+16.04.20151106-0ubuntu1
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.4.0), libqt5dbus5 (>= 5.0.2), libstdc++6 (>= 4.1.1)
-Description: Single Sign On framework
- Framework to provide credential storage and authentication service.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: pollinate
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 51
-Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
-Architecture: all
-Version: 4.25-0ubuntu1~16.04.1
-Depends: init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), curl, adduser, bsdutils, vim-common
-Conffiles:
- /etc/default/pollinate a9f810379e139b53608f090ebd954954
- /etc/init/pollinate.conf caebd32090c833cca05ae433c235d36f
- /etc/pollinate/entropy.ubuntu.com.pem 9f437b2251c81f7ddf7624ac761ba249
-Description: seed the pseudo random number generator
- This client will connect to one or more Pollen (entropy-as-a-service)
- servers over an (optionally) encrypted connection and retrieve a random
- seed over HTTP or HTTPS.
- This is particularly useful at the first boot of cloud images and in
- virtual machines, to seed a system's random number generator at
- genesis, and is intended to supplement the /etc/init.d/urandom init script.
- It can be used on physical machines, as well, to supplement the seeding
- of the psuedo random number generator.
-Homepage: http://launchpad.net/pollinate
-
-Package: libnetfilter-conntrack3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 126
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnetfilter-conntrack
-Version: 1.0.5-1
-Depends: libc6 (>= 2.14), libmnl0 (>= 1.0.3-4~), libnfnetlink0
-Description: Netfilter netlink-conntrack library
- libnetfilter_conntrack is a userspace library providing a programming
- interface (API) to the in-kernel connection tracking state table.
-Original-Maintainer: Alexander Wirt <formorer@debian.org>
-Homepage: http://www.netfilter.org/projects/libnetfilter_conntrack/
-
-Package: libgnome-keyring-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 84
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libgnome-keyring
-Version: 3.12.0-1build1
-Replaces: libgnome-keyring0 (<< 3.2.0-4)
-Breaks: libgnome-keyring0 (<< 3.2.0-4)
-Description: GNOME keyring services library - data files
- gnome-keyring is a daemon in the session, similar to ssh-agent,
- and other applications can use it to store passwords and other
- sensitive information.
- .
- The program can manage several keyrings, each with its own master
- password, and there is also a session keyring which is never stored to
- disk, but forgotten when the session ends.
- .
- This package contains data files and translations for the GNOME keyring
- library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/GnomeKeyring
-
-Package: python3.6
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 311
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: allowed
-Version: 3.6.5-5~16.04.york1
-Depends: python3.6-minimal (= 3.6.5-5~16.04.york1), libpython3.6-stdlib (= 3.6.5-5~16.04.york1), mime-support
-Suggests: python3.6-venv, python3.6-doc, binutils
-Description: Interactive high-level object-oriented language (version 3.6)
- Python is a high-level, interactive, object-oriented language. Its 3.6 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
-
-Package: libc6-dbg
-Status: install ok installed
-Priority: extra
-Section: debug
-Installed-Size: 24962
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: glibc
-Version: 2.23-0ubuntu10
-Provides: libc-dbg
-Depends: libc6 (= 2.23-0ubuntu10)
-Description: GNU C Library: detached debugging symbols
- This package contains the detached debugging symbols for the GNU C
- library.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libmbim-glib4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 251
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmbim
-Version: 1.14.0-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146)
-Description: Support library to use the MBIM protocol
- libmbim is a glib-based library for talking to WWAN modems and devices
- which speak the Mobile Interface Broadband Model (MBIM) protocol.
-Homepage: https://www.freedesktop.org/wiki/Software/libmbim/
-Original-Maintainer: Michael Biebl <biebl@debian.org>
-
-Package: libtag1v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 43
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: taglib
-Version: 1.9.1-2.4ubuntu1
-Replaces: libtag1c2a
-Depends: libtag1v5-vanilla (= 1.9.1-2.4ubuntu1)
-Conflicts: libtag-extras0, libtag1c2a
-Description: audio meta-data library
- TagLib is a library for reading and editing audio meta data, commonly know as
- tags.
- .
- - A clean, high level, C++ API to handling audio meta data.
- - Format specific APIs for advanced API users.
- - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
- - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
- Vorbis, Speex and Opus file formats.
- - Basic audio file properties such as length, sample rate, etc.
- - Long term binary and source compatibility.
- - Extensible design, notably the ability to add other formats or extend
- - current formats as a library user.
- - Full support for unicode and internationalized tags.
- - Dual MPL and LGPL licenses.
- - No external toolkit dependencies.
- .
- This package is the main metapackage for the TagLib Audio Meta-Data Library.
- Historically packages using TagLib should depend on this package rather than
- specific TagLib flavour even if the only vanilla (original) flavour is
- available at the moment.
-Homepage: http://taglib.github.io/
-Original-Maintainer: Modestas Vainius <modax@debian.org>
-
-Package: libasyncns0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libasyncns
-Version: 0.8-5build1
-Depends: libc6 (>= 2.15)
-Pre-Depends: multiarch-support
-Description: Asynchronous name service query library
- libasyncns is a C library for Linux/Unix for executing name service queries
- asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
- getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
-Original-Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
-Homepage: http://0pointer.de/lennart/projects/libasyncns/
-
-Package: samba-libs
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 22061
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: samba
-Version: 2:4.3.11+dfsg-0ubuntu0.16.04.13
-Replaces: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9), samba (<< 2:4.3.3+dfsg-1)
-Depends: libldb1 (<< 2:1.1.25~), libldb1 (>> 2:1.1.24~), libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.5.0), libc6 (>= 2.15), libcap2 (>= 1:2.10), libcups2 (>= 1.6.0), libgnutls30 (>= 3.4.2), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.3.0), libtevent0 (>= 0.9.25), libwbclient0 (= 2:4.3.11+dfsg-0ubuntu0.16.04.13), python-talloc (>= 2.0.6), zlib1g (>= 1:1.1.4)
-Breaks: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9)
-Conflicts: libpam-smbpass (<< 2:4), samba (<< 2:4), samba-common-bin (<< 2:4), samba-dsdb-modules (<< 2:4.1.9+dfsg-2), winbind (<< 2:4)
-Description: Samba core libraries
- Samba is an implementation of the SMB/CIFS protocol for Unix systems,
- providing support for cross-platform file sharing with Microsoft Windows, OS X,
- and other Unix systems. Samba can also function as a domain controller
- or member server in both NT4-style and Active Directory domains.
- .
- This package contains the shared libraries.
-Homepage: http://www.samba.org
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-
-Package: vlan
-Status: install ok installed
-Priority: extra
-Section: misc
-Installed-Size: 114
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.9-3.2ubuntu1.16.04.3
-Depends: libc6 (>= 2.4), iproute2
-Conffiles:
- /etc/network/if-post-down.d/vlan 77c82c91231fdf9f219fa6cfd00dcecd
- /etc/network/if-pre-up.d/vlan a030cc13c79b524c158e15fbe0435af6
- /etc/network/if-up.d/ip 02c0f01378c645ea17ad5057612b9e7c
-Description: user mode programs to enable VLANs on your ethernet devices
- This package contains the user mode programs you need to add and remove
- VLAN devices from your ethernet devices.
- .
- A typical application for a VLAN enabled box is a single wire firewall,
- router or load balancer.
- .
- You need a VLAN Linux kernel for this. Linux kernel versions >= 2.4.14
- have VLAN support.
-Original-Maintainer: Ard van Breemen <ard@kwaak.net>
-
-Package: libpam-systemd
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 353
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: systemd
-Version: 229-4ubuntu19
-Depends: libc6 (>= 2.17), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), systemd (= 229-4ubuntu19), libpam-runtime (>= 1.0.1-6), dbus, systemd-shim (>= 8-2) | systemd-sysv
-Description: system and service manager - PAM module
- This package contains the PAM module which registers user sessions in
- the systemd control group hierarchy for logind.
- .
- If in doubt, do install this package.
- .
- Packages that depend on logind functionality need to depend on libpam-systemd.
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: libkcddb4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 428
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libkcddb
-Version: 4:15.12.3-0ubuntu1
-Depends: libkcompactdisc4, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libkdecore5 (>= 4:4.4.0), libkdeui5 (>= 4:4.3.4), libkio5 (>= 4:4.3.4), libmusicbrainz5cc2v5 (>= 5.1), libqt4-network (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 5.2)
-Description: CDDB library for KDE Platform (runtime)
- The KDE Compact Disc DataBase library provides an API for applications using
- the KDE Platform to fetch and submit audio CD information over the Internet.
- .
- This package is part of the KDE multimedia module.
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://www.kde.org/
-
-Package: libpam-modules-bin
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 270
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: pam
-Version: 1.1.8-3.2ubuntu2
-Replaces: libpam-modules (<< 1.1.3-8)
-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32)
-Description: Pluggable Authentication Modules for PAM - helper binaries
- This package contains helper binaries used by the standard set of PAM
- modules in the libpam-modules package.
-Homepage: http://pam.sourceforge.net/
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: hgview
-Status: install ok installed
-Priority: optional
-Section: vcs
-Installed-Size: 687
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.9.0-1
-Depends: python (>= 2.7), python (<< 2.8), python-qt4 (>= 4.5), python-qscintilla2, python-docutils, hgview-common (= 1.9.0-1)
-Enhances: mercurial
-Description: mercurial interactive history viewer (Qt4 interface)
- Its purpose is to easily navigate in a mercurial repository
- history. It has been written with efficiency in mind when dealing
- with quite big repositories.
- .
- This package installs the Qt4 interface.
-Original-Maintainer: David Douard <david.douard@logilab.fr>
-Homepage: http://www.hgview.org/
-
-Package: libpulse-mainloop-glib0
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 116
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pulseaudio
-Version: 1:8.0-0ubuntu3.10
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libpulse0 (= 1:8.0-0ubuntu3.10)
-Description: PulseAudio client libraries (glib support)
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
- Client libraries used by applications that access a PulseAudio sound server
- via PulseAudio's native interface.
- .
- This package adds support for glib2 client applications.
-Homepage: http://www.pulseaudio.org
-Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
-
-Package: libkcmutils4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 470
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.16-0ubuntu3.2), libkdeui5 (= 4:4.14.16-0ubuntu3.2), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1)
-Description: utility classes for using KCM modules
- This library provides utility classes for using KCM modules
- in a KDE application.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libemail-valid-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.198-1
-Depends: perl, libmailtools-perl, libnet-dns-perl, libnet-domain-tld-perl, netbase
-Description: Perl module for checking the validity of Internet email addresses
- Email::Valid determines whether an email address is well-formed, and
- optionally, whether a mail host exists for the domain.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Email-Valid
-
-Package: libspice-server1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1192
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: spice
-Version: 0.12.6-4ubuntu0.3
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.22~), libjpeg8 (>= 8c), libopus0 (>= 1.1), libpixman-1-0 (>= 0.30.0), libsasl2-2, libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4)
-Breaks: libspice-client-glib-2.0-1 (<= 0.12-2), libspice-client-gtk-2.0-1 (<= 0.12-2), libspice-client-gtk-3.0-1 (<= 0.12-2), python-spice-client-gtk (<= 0.12-2), spice-client-gtk (<= 0.12-2)
-Description: Implements the server side of the SPICE protocol
- The Simple Protocol for Independent Computing Environments (SPICE) is
- a remote display system built for virtual environments which allows
- you to view a computing 'desktop' environment not only on the machine
- where it is running, but from anywhere on the Internet and from a wide
- variety of machine architectures.
- .
- This package contains the run-time libraries for any application that
- wishes to be a SPICE server.
-Homepage: http://spice-space.org/
-Original-Maintainer: Liang Guo <guoliang@debian.org>
-
-Package: libx32gcc1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 98
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gccgo-6 (6.0.1-0ubuntu1)
-Version: 1:6.0.1-0ubuntu1
-Depends: gcc-6-base (= 6.0.1-0ubuntu1), libc6-x32 (>= 2.16)
-Description: GCC support library (x32)
- Shared version of the support library, a library of internal subroutines
- that GCC uses to overcome shortcomings of particular machines, or
- special needs for some languages.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libllvm-3.6-ocaml-dev
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 49
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Provides: libllvm-3.6-ocaml-dev-c8y98
-Depends: llvm-3.6-dev (= 1:3.6.2-3ubuntu2)
-Suggests: llvm-3.6-doc
-Description: Modular compiler and toolchain technologies, OCaml bindings
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- This package provides the OCaml bindings to develop applications using llvm.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: python3-apt
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 610
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python-apt
-Version: 1.1.0~beta1build1
-Replaces: python-apt (<< 0.7.98+nmu1)
-Provides: python3.5-apt
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libapt-inst2.0 (>= 1.1~exp9), libapt-pkg5.0 (>= 1.1~exp9), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), python-apt-common
-Recommends: lsb-release, iso-codes
-Suggests: python3-apt-dbg, python-apt-doc
-Breaks: python-apt (<< 0.7.98+nmu1)
-Description: Python 3 interface to libapt-pkg
- The apt_pkg Python 3 interface will provide full access to the internal
- libapt-pkg structures allowing Python 3 programs to easily perform a
- variety of functions, such as:
- .
- - Access to the APT configuration system
- - Access to the APT package information database
- - Parsing of Debian package control files, and other files with a
- similar structure
- .
- The included 'aptsources' Python interface provides an abstraction of
- the sources.list configuration on the repository and the distro level.
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: libqt5widgets5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 7232
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libstdc++6 (>= 4.1.1), libx11-6, qtbase-abi-5-5-1
-Description: Qt 5 widgets module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtWidgets module extends QtGui with C++ widget functionality.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libcogl-path20
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 120
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cogl
-Version: 1.22.0-2
-Depends: libc6 (>= 2.11), libcogl20 (>= 1.18.0), libglib2.0-0 (>= 2.32.0)
-Recommends: libcogl-common
-Description: Object oriented GL/GLES Abstraction/Utility Layer
- Cogl is a small open source library for using 3D graphics hardware to draw
- pretty pictures. The API departs from the flat state machine style of
- OpenGL and is designed to make it easy to write orthogonal components that
- can render without stepping on each others toes.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: python3-dbus
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 377
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: dbus-python
-Version: 1.2.0-3
-Provides: python3.5-dbus
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0)
-Recommends: python3-gi | python3-dbus.mainloop.qt
-Suggests: python-dbus-doc, python3-dbus-dbg
-Description: simple interprocess messaging system (Python 3 interface)
- D-Bus is a message bus, used for sending messages between applications.
- Conceptually, it fits somewhere in between raw sockets and CORBA in
- terms of complexity.
- .
- This package provides a Python 3 interface to D-Bus.
- .
- See the dbus description for more information about D-Bus in general.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python
-
-Package: libcdio13
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 267
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcdio
-Version: 0.83-4.2ubuntu1
-Depends: libc6 (>= 2.14)
-Description: library to read and control CD-ROM
- This library is to encapsulate CD-ROM reading and
- control. Applications wishing to be oblivious of the OS- and
- device-dependant properties of a CD-ROM can use this library.
- .
- Some support for disk image types like BIN/CUE and NRG is available,
- so applications that use this library also have the ability to read
- disc images as though they were CD's.
-Original-Maintainer: Nicolas Boullis <nboullis@debian.org>
-Homepage: http://www.gnu.org/software/libcdio/
-
-Package: libisc160
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 938
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: libbind0
-Depends: libc6 (>= 2.15), libxml2 (>= 2.7.4)
-Conflicts: libbind0, libbind9-41
-Description: ISC Shared Library used by BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the libisc shared library used by BIND's daemons and
- clients.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: grep
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 472
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.25-1~16.04.1
-Provides: rgrep
-Depends: dpkg (>= 1.15.4) | install-info
-Pre-Depends: libc6 (>= 2.14), libpcre3
-Suggests: libpcre3 (>= 7.7)
-Conflicts: rgrep
-Description: GNU grep, egrep and fgrep
- 'grep' is a utility to search for text in files; it can be used from the
- command line or in scripts. Even if you don't want to use it, other packages
- on your system probably will.
- .
- The GNU family of grep utilities may be the "fastest grep in the west".
- GNU grep is based on a fast lazy-state deterministic matcher (about
- twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
- search for a fixed string that eliminates impossible text from being
- considered by the full regexp matcher without necessarily having to
- look at every character. The result is typically many times faster
- than Unix grep or egrep. (Regular expressions containing backreferencing
- will run more slowly, however.)
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://www.gnu.org/software/grep/
-
-Package: qt-at-spi
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 273
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 0.4.0-3
-Depends: libc6 (>= 2.14), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8~), libqtgui4 (>= 4:4.8~), libstdc++6 (>= 4.1.1), libx11-6
-Description: at-spi accessibility plugin for Qt
- A plugin to export Qt widgets over AT-SPI2. This allows them
- to be read by accessibility tools such as the Orca screen reader.
-Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
-
-Package: libecal-1.2-19
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 830
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.14), libedataserver-1.2-21 (>= 3.17), libglib2.0-0 (>= 2.40), libical1a (>= 1.0)
-Description: Client library for evolution calendars
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
- .
- This package is a client library for evolution calendar.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: ifupdown
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 198
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.8.10ubuntu1.2
-Replaces: systemd (<< 228-3~)
-Depends: libc6 (>= 2.14), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), adduser, iproute2
-Recommends: isc-dhcp-client | dhcp-client
-Suggests: ppp, rdnssd
-Breaks: systemd (<< 228-3~)
-Conffiles:
- /etc/default/networking 35cd4a2713981c9239ce4532c1bfc1c7
- /etc/init.d/networking 2c98e17c0d329b6451685ebbd0c14f81
- /etc/init/network-interface-container.conf 4daa570594afc50940f140a7731d20d1
- /etc/init/network-interface-security.conf feb6b4b52fe24c44ff1bc68addf245d6
- /etc/init/network-interface.conf aae12345eba8e946579b06798b1752c1
- /etc/init/networking.conf c50811e19bcd596d99b0467b40cfbb8b
- /etc/network/if-down.d/upstart 1a0205ddbc1446782a8d4d818e97d8a5
- /etc/network/if-up.d/upstart dfbcde4fd4a3a2553930605e03e160ab
-Description: high level tools to configure network interfaces
- This package provides the tools ifup and ifdown which may be used to
- configure (or, respectively, deconfigure) network interfaces based on
- interface definitions in the file /etc/network/interfaces.
-Original-Maintainer: Guus Sliepen <guus@debian.org>
-
-Package: glib-networking-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: glib-networking
-Version: 2.48.2-1~ubuntu16.04.1
-Replaces: glib-networking (<< 2.30.1-2)
-Recommends: glib-networking
-Breaks: glib-networking (<< 2.30.1-2)
-Description: network-related giomodules for GLib - data files
- This package contains data files and translations for the GIO network
- extensions in glib-networking.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: info
-Status: install ok installed
-Priority: important
-Section: doc
-Installed-Size: 507
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: texinfo
-Version: 6.1.0.dfsg.1-5
-Replaces: texinfo (<< 4.7-2)
-Provides: info-browser
-Depends: libc6 (>= 2.15), libtinfo5 (>= 6), install-info
-Suggests: texinfo-doc-nonfree
-Description: Standalone GNU Info documentation browser
- The Info file format is an easily-parsable representation for online
- documents. This program allows you to view Info documents, like the
- ones stored in /usr/share/info.
- .
- Much of the software in Debian comes with its online documentation in
- the form of Info files, so it is most likely you will want to install it.
-Original-Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
-
-Package: signond
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 602
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: signon
-Version: 8.58+16.04.20151106-0ubuntu1
-Replaces: signon-plugins, signon-saslplugin (<< 8.40)
-Depends: libqt5sql5-sqlite, session-migration, libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libproxy1v5 (>= 0.4.11), libqt5core5a (>= 5.4.0), libqt5dbus5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libsignon-extension1, libsignon-plugins-common1, libstdc++6 (>= 4.1.1)
-Recommends: signon-ui
-Breaks: signon-plugins, signon-saslplugin (<< 8.40)
-Conffiles:
- /etc/apport/crashdb.conf.d/signon-crashdb.conf aee719213feda85830654ec211d8a766
- /etc/signond.conf 948c51c54b2d4c8b00b9e86665a43bb7
-Description: Single Sign On framework
- Framework to provide credential storage and authentication service.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: im-config
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 340
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.29-1ubuntu12.4
-Provides: im-switch
-Depends: gettext-base, zenity | kde-baseapps-bin | whiptail
-Recommends: whiptail, x11-common
-Breaks: apparmor (<< 2.10.95-0ubuntu2.3)
-Conflicts: im-switch
-Conffiles:
- /etc/X11/Xsession.d/70im-config_launch 9a5aa380ba373dffb86a4d3ec02fbf1a
- /etc/X11/xinit/xinputrc 8e9b9fc53454dd74818f6583b924c8e4
- /etc/default/im-config 555f8397bd27b577c747b6bf093dcae6
-Description: Input method configuration framework
- im-config package provides the framework to configure and to switch
- the input method on X Window System. This input method is the essential
- mechanism for Japanese, Chinese and Korean (CJK) languages to enter
- their non-ASCII native characters.
- .
- Many modern input methods such as IBus support not only one of these CJK
- languages but support almost all languages simultaneously by
- dynamically switching keyboard modes with GUI helper program.
- .
- By installing this package, the most desirable input method and its
- backend conversion engine are automatically configured with both the X
- Window System Input Method (XIM), GTK+ input method module, Qt input
- method module, and clutrer input method module.
- .
- You can further customize your input method with 'im-config' command.
-Original-Maintainer: Osamu Aoki <osamu@debian.org>
-
-Package: llvm-3.6-examples
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 387
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: llvm-3.6-dev (>= 1:3.6.2-3ubuntu2), llvm-3.6-dev (<< 1:3.6.2-3ubuntu2+c~)
-Description: Modular compiler and toolchain technologies, examples
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- This package contains examples for using LLVM, both in developing
- extensions to LLVM and in using it to compile code.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: python-chardet
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 496
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: chardet
-Version: 2.3.0-2
-Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
-Description: universal character encoding detector for Python2
- Chardet takes a sequence of bytes in an unknown character encoding, and
- attempts to determine the encoding.
- .
- Supported encodings:
- * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
- * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
- Chinese)
- * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
- * EUC-KR, ISO-2022-KR (Korean)
- * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
- * ISO-8859-2, windows-1250 (Hungarian)
- * ISO-8859-5, windows-1251 (Bulgarian)
- * windows-1252 (English)
- * ISO-8859-7, windows-1253 (Greek)
- * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
- * TIS-620 (Thai)
- .
- This library is a port of the auto-detection code in Mozilla.
-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
-Homepage: https://github.com/chardet/chardet
-
-Package: libapt-pkg-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 206
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.1.29build7
-Depends: perl-base (>= 5.22.1-1), perlapi-5.22.1, libapt-pkg5.0 (>= 1.1~exp9), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: Perl interface to libapt-pkg
- A Perl interface to APT's libapt-pkg which provides modules for configuration
- file/command line parsing, version comparison, inspection of the binary
- package cache and source package details.
-Original-Maintainer: Brendan O'Dea <bod@debian.org>
-
-Package: libtinyxml2.6.2v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 101
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tinyxml
-Version: 2.6.2-3
-Replaces: libtinyxml2.6.2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
-Conflicts: libtinyxml2.6.2
-Description: C++ XML parsing library
- This package contains the shared version of the TinyXml library.
- .
- TinyXml is a simple and small C++ XML parser that can be easily integrating
- into other programs. It reads XML and creates C++ objects representing
- the XML document. The objects can be manipulated, changed, and
- saved again as XML.
-Original-Maintainer: Felix Geyer <fgeyer@debian.org>
-Homepage: http://www.grinninglizard.com/tinyxml/
-
-Package: libgstreamer1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3424
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gstreamer1.0
-Version: 1.8.3-1~ubuntu0.1
-Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.41.1), libcap2-bin
-Suggests: gstreamer1.0-tools
-Breaks: gstreamer1.0-plugins-base (<< 1.8.0)
-Description: Core GStreamer libraries and elements
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains the core library and elements.
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-Homepage: http://gstreamer.freedesktop.org
-
-Package: libqt5network5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2087
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.15), libproxy1v5 (>= 0.4.11), libqt5core5a (>= 5.5.1), libqt5dbus5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1, zlib1g (>= 1:1.1.4)
-Description: Qt 5 network module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtNetwork module offers classes that allow you to write TCP/IP clients and
- servers. It provides classes to make network programming easier and portable.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libharfbuzz-icu0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 29
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: harfbuzz
-Version: 1.0.1-1ubuntu0.1
-Depends: libc6 (>= 2.4), libharfbuzz0b (>= 0.6.0), libicu55 (>= 55.1-1~)
-Description: OpenType text shaping engine ICU backend
- HarfBuzz is an implementation of the OpenType Layout engine (aka layout
- engine) and the script-specific logic (aka shaping engine).
- .
- This package contains the ICU backend.
-Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz
-Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
-
-Package: xfsprogs
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 3332
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.3.0+nmu1ubuntu1
-Replaces: xfsdump (<< 3.0.0)
-Provides: fsck-backend
-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libreadline5 (>= 5.2), libuuid1 (>= 2.16)
-Suggests: xfsdump, acl, attr, quota
-Breaks: xfsdump (<< 3.0.0)
-Description: Utilities for managing the XFS filesystem
- A set of commands to use the XFS filesystem, including mkfs.xfs.
- .
- XFS is a high performance journaling filesystem which originated
- on the SGI IRIX platform. It is completely multi-threaded, can
- support large files and large filesystems, extended attributes,
- variable block sizes, is extent based, and makes extensive use of
- Btrees (directories, extents, free space) to aid both performance
- and scalability.
- .
- Refer to the documentation at http://oss.sgi.com/projects/xfs/
- for complete details.
-Homepage: http://oss.sgi.com/projects/xfs/
-Original-Maintainer: XFS Development Team <xfs@oss.sgi.com>
-
-Package: libarchive-zip-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 265
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.56-2
-Depends: perl
-Description: Perl module for manipulation of ZIP archives
- The Archive::Zip module allows a Perl program to create, manipulate,
- read, and write Zip archive files.
- .
- Zip archives can be created, or you can read from existing zip files.
- Once created, they can be written to files, streams, or strings.
- .
- Members can be added, removed, extracted, replaced, rearranged, and
- enumerated. They can also be renamed or have their dates, comments,
- or other attributes queried or modified. Their data can be
- compressed or uncompressed as needed. Members can be created from
- members in existing Zip files, or from existing directories, files,
- or strings.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Archive-Zip
-
-Package: nvidia-prime
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 66
-Maintainer: Alberto Milone <alberto.milone@canonical.com>
-Architecture: amd64
-Version: 0.8.2
-Replaces: hybrid-graphics
-Provides: hybrid-graphics
-Depends: lightdm (>= 1.9.1) | gdm | kdm | sddm, bbswitch-dkms, pciutils, lsb-release, lsb-base (>= 4.1+Debian11ubuntu7)
-Breaks: ubuntu-drivers-common (<< 1:0.2.89)
-Conflicts: hybrid-graphics
-Conffiles:
- /etc/init/nvidia-prime.conf 41a0ef94b7acff135ed76d1acd8ef2a5
-Description: Tools to enable NVIDIA's Prime
- This is a set of tools which will enable
- NVIDIA's Prime on MUXless systems.
-
-Package: byobu
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 639
-Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
-Architecture: all
-Version: 5.106-0ubuntu1
-Replaces: bikeshed (<< 1.64), byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0)
-Provides: byobu-extras, screen-profiles, screen-profiles-extras
-Depends: debconf (>= 0.5) | debconf-2.0, gettext-base, python3 | python, python3-newt | python-newt, tmux (>= 1.5) | screen, gawk
-Recommends: pastebinit, screen, tmux (>= 1.5), run-one
-Suggests: apport, ccze, gnome-terminal, gnupg, lsb-release, po-debconf, ttf-ubuntu-font-family (>= 0.80-0ubuntu1~medium), update-notifier-common, vim, wireless-tools
-Breaks: bikeshed (<< 1.64), byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0)
-Enhances: screen
-Conffiles:
- /etc/byobu/backend 9f19a0102abedf38ec2174039d0d0d6d
- /etc/byobu/socketdir 774a796c75a097ffd7c5c7492cb39568
- /etc/profile.d/Z97-byobu.sh d3fffff67e2a324cc1111f05cb9cc53b
-Description: text window manager, shell multiplexer, integrated DevOps environment
- Byobu is Ubuntu's powerful text-based window manager, shell multiplexer, and
- integrated DevOps environment.
- .
- Using Byobu, you can quickly create and move between different windows
- over a single SSH connection or TTY terminal, split each of those windows into
- multiple panes, monitor dozens of important statistics about your system,
- detach and reattach to sessions later while your programs continue to run in
- the background.
-Homepage: http://byobu.org
-
-Package: nautilus-data
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 172
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Source: nautilus
-Version: 1:3.18.4.is.3.14.3-0ubuntu6
-Depends: dconf-gsettings-backend | gsettings-backend
-Suggests: nautilus
-Description: data files for nautilus
- Nautilus is the official file manager and graphical shell for the
- GNOME desktop.
- .
- This package contains pictures, localization files and other data
- needed by nautilus.
-Homepage: http://www.gnome.org/projects/nautilus/
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: libwacom-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 458
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libwacom
-Version: 0.22-1~ubuntu16.04.1
-Replaces: libwacom0 (<= 0.2-1)
-Description: Wacom model feature query library (common files)
- libwacom is a library to identify wacom tablets and their model-specific
- features. It provides easy access to information such as "is this a built-in
- on-screen tablet", "what is the size of this model", etc.
- .
- This package contains common data files for libwacom.
-Original-Maintainer: Timo Aaltonen <tjaalton@debian.org>
-
-Package: libwacom2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 57
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libwacom
-Version: 0.22-1~ubuntu16.04.1
-Depends: libc6 (>= 2.8), libglib2.0-0 (>= 2.24.0), libgudev-1.0-0 (>= 146), libwacom-common (= 0.22-1~ubuntu16.04.1)
-Recommends: libwacom-bin (= 0.22-1~ubuntu16.04.1)
-Description: Wacom model feature query library
- libwacom is a library to identify wacom tablets and their model-specific
- features. It provides easy access to information such as "is this a built-in
- on-screen tablet", "what is the size of this model", etc.
-Original-Maintainer: Timo Aaltonen <tjaalton@debian.org>
-
-Package: libxdamage1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 46
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxdamage
-Version: 1:1.1.4-2
-Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1)
-Pre-Depends: multiarch-support
-Description: X11 damaged region extension library
- libXdamage provides an X Window System client interface to the DAMAGE
- extension to the X protocol.
- .
- The Damage extension provides for notification of when on-screen regions have
- been 'damaged' (altered).
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXdamage
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: ppp
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 951
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.4.7-1+2ubuntu1
-Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libssl1.0.0 (>= 1.0.0), init-system-helpers (>= 1.18~), libpam-modules, libpam-runtime, procps
-Breaks: network-manager (<< 0.9.8.8-7~), network-manager-pptp (<< 0.9.8.4-3~), pppdcapiplugin (<< 1:3.25+dfsg1-3.4~)
-Conffiles:
- /etc/chatscripts/gprs 49518071cd909518f6c79480b69cd10c
- /etc/chatscripts/pap 17dbbede1dc894aa6c6c4e8be5727c1d
- /etc/init.d/pppd-dns 4ed1a6fd54897767efb2cfef6062e376
- /etc/logrotate.d/ppp 8434ebaff1b3b33bb0ea0bce523adfd3
- /etc/pam.d/ppp cc163be3dbe4258e639238ccd5bcdea0
- /etc/ppp/ip-down 85d38850a138c53ae48bd2736b1b2753
- /etc/ppp/ip-down.d/0000usepeerdns aaae5708fe89b23c76b94fc9862e1381
- /etc/ppp/ip-up bb4b48272ac4adf06cbc6caf4ede3a1c
- /etc/ppp/ip-up.d/0000usepeerdns bab9720708c00e7ebba8bfb7d32077dd
- /etc/ppp/ipv6-down e11550beb886ac90b2b79f0b9fea67d6
- /etc/ppp/ipv6-up 047b617b3d150aeed5e1c7fea7e14e04
- /etc/ppp/options 8bf2e0b8499592fa1c119818fe5a326f
-Description: Point-to-Point Protocol (PPP) - daemon
- The Point-to-Point Protocol provides a standard way to transmit
- datagrams over a serial link, as well as a standard way for the machines
- at either end of the link to negotiate various optional characteristics
- of the link.
- .
- This package is most commonly used to manage a modem for dial-up or
- certain kinds of broadband connections.
-Homepage: http://ppp.samba.org/
-Original-Maintainer: Chris Boot <bootc@debian.org>
-
-Package: libmspack0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 90
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmspack
-Version: 0.5-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14)
-Description: library for Microsoft compression formats (shared library)
- The purpose of libmspack is to provide both compression and decompression of
- some loosely related file formats used by Microsoft. The intention is to
- support all of the following formats: COMPRESS.EXE [SZDD],
- Microsoft Help (.HLP), COMPRESS.EXE [KWAJ], Microsoft Cabinet (.CAB),
- HTML Help (.CHM), Microsoft eBook (.LIT), Windows Imaging Format (.WIM),
- Exchange Offline Address Book (.LZX).
-Homepage: http://www.cabextract.org.uk/libmspack/
-Original-Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
-
-Package: gsettings-ubuntu-schemas
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 24
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gsettings-ubuntu-touch-schemas
-Version: 0.0.5+16.04.20160307-0ubuntu1
-Replaces: gsettings-ubuntu-touch-schemas (<= 0.0.1+14.04.20140130.1-0ubuntu1)
-Depends: dconf-gsettings-backend | gsettings-backend
-Breaks: gsettings-ubuntu-touch-schemas (<= 0.0.1+14.04.20140130.1-0ubuntu1)
-Description: GSettings deskop-wide schemas for Ubuntu
- gsettings-ubuntu-schemas contains a collection of GSettings schemas for
- settings shared by various components of an Ubuntu environment.
-Homepage: https://launchpad.net/gsettings-ubuntu-touch-schemas
-
-Package: dosfstools
-Status: install ok installed
-Priority: optional
-Section: otherosfs
-Installed-Size: 213
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.0.28-2ubuntu0.1
-Depends: libc6 (>= 2.14)
-Description: utilities for making and checking MS-DOS FAT filesystems
- The dosfstools package includes the mkfs.fat and fsck.fat utilities, which
- respectively make and check MS-DOS FAT filesystems.
-Homepage: https://github.com/dosfstools/dosfstools
-Original-Maintainer: Andreas Bombe <aeb@debian.org>
-
-Package: libzeitgeist-2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 425
-Maintainer: Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: zeitgeist
-Version: 0.9.16-0ubuntu4
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9)
-Pre-Depends: multiarch-support
-Recommends: zeitgeist-core | zeitgeist
-Description: library to access Zeitgeist - shared library
- Zeitgeist is a service which logs the user's activities and events (files
- opened, websites visited, conversations hold with other people, etc.) and
- makes the relevant information available to other applications.
- .
- It serves as a comprehensive activity log and also makes it possible to
- determine relationships between items based on usage patterns.
- .
- Libzeitgeist is a client library to access and manage the Zeitgeist event
- log from languages such as C and Vala.
- .
- This package contains shared libraries to be used by applications.
-Homepage: http://zeitgeist-project.com/
-
-Package: libghc-polyparse-dev
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 3685
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-polyparse
-Version: 1.11-4build1
-Provides: libghc-polyparse-dev-1.11-9f36f
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-text-dev-1.2.2.0-2c09c, libc6 (>= 2.2.5)
-Suggests: libghc-polyparse-doc, libghc-polyparse-prof
-Description: alternative parser combinator libraries for Haskell
- Alternative parser combinator libraries, including the original
- HuttonMeijer set. The Poly sets have features like good error reporting,
- arbitrary token type, running state, lazy parsing, and so on. Finally,
- Text.Parse is a proposed replacement for the standard Read class, for
- better deserialisation of Haskell values from Strings.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://code.haskell.org/~malcolm/polyparse/
-Ghc-Package: polyparse-1.11-9f36f5473e0ff7e0bc4a41846284cdc6
-
-Package: psmisc
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 232
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 22.21-2.1build1
-Replaces: procps (<< 1:1.2)
-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libtinfo5 (>= 6)
-Description: utilities that use the proc file system
- This package contains miscellaneous utilities that use the proc FS:
- .
- - fuser: identifies processes that are using files or sockets.
- - killall: kills processes by name (e.g. "killall -HUP named").
- - peekfd: shows the data traveling over a file descriptor.
- - pstree: shows currently running processes as a tree.
- - prtstat: print the contents of /proc/<pid>/stat
-Original-Maintainer: Craig Small <csmall@debian.org>
-Homepage: http://psmisc.sf.net/
-
-Package: libkadm5srv-mit9
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 218
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkdb5-8, libkrb5-3 (>= 1.13~alpha1+dfsg), libkrb5support0 (>= 1.13~alpha1+dfsg)
-Suggests: krb5-doc, krb5-user
-Description: MIT Kerberos runtime libraries - KDC and Admin Server
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains the runtime library used by Kerberos administrative
- servers.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: libssl1.0.0
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 3402
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: openssl
-Version: 1.0.2g-1ubuntu4.12
-Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0
-Description: Secure Sockets Layer toolkit - shared libraries
- This package is part of the OpenSSL project's implementation of the SSL
- and TLS cryptographic protocols for secure communication over the
- Internet.
- .
- It provides the libssl and libcrypto shared libraries.
-Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
-
-Package: libx32cilkrts5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 133
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.16), libx32gcc1 (>= 1:4.8), libx32stdc++6 (>= 4.1.1)
-Description: Intel Cilk Plus language extensions (x32)
- Intel Cilk Plus is an extension to the C and C++ languages to support
- data and task parallelism.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libgeoclue0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 134
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: geoclue
-Version: 0.12.99-4ubuntu1
-Depends: libc6 (>= 2.4), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.37.3), libxml2 (>= 2.7.4)
-Pre-Depends: multiarch-support
-Suggests: geoclue
-Description: C API for GeoClue
- libgeoclue is a convenience wrapper for the GeoClue service, and
- the recommended way to use GeoClue in the C language.
-Homepage: http://www.freedesktop.org/wiki/Software/GeoClue
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: gir1.2-gtk-3.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 991
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gtk+3.0
-Version: 3.18.9-1ubuntu3.3
-Depends: libgtk-3-common, gir1.2-atk-1.0, gir1.2-freedesktop, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-pango-1.0, libgirepository-1.0-1 (>= 1.41.4-1), libgtk-3-0 (>= 3.17.9)
-Breaks: python-gi (<< 3.18), python3-gi (<< 3.18)
-Description: GTK+ graphical user interface library -- gir bindings
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package can be used by other packages using the GIRepository format to
- generate dynamic bindings.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: base-passwd
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 219
-Maintainer: Colin Watson <cjwatson@debian.org>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 3.5.39
-Replaces: base
-Depends: libc6 (>= 2.8), libdebconfclient0 (>= 0.145)
-Recommends: debconf (>= 0.5) | debconf-2.0
-Description: Debian base system master password and group files
- These are the canonical master copies of the user database files
- (/etc/passwd and /etc/group), containing the Debian-allocated user and
- group IDs. The update-passwd tool is provided to keep the system databases
- synchronized with these master files.
-
-Package: libisc-export160
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 435
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Depends: libc6 (>= 2.15)
-Description: Exported ISC Shared Library
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the exported libisc shared library.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: librsvg2-2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 428
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: librsvg
-Version: 2.40.13-3
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.10.0), libcroco3 (>= 0.6.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.36.0), libpangocairo-1.0-0 (>= 1.36.0), libxml2 (>= 2.8.0)
-Recommends: librsvg2-common
-Suggests: librsvg2-bin
-Description: SAX-based renderer library for SVG files (runtime)
- The rsvg library is an efficient renderer for Scalable Vector Graphics
- (SVG) pictures.
- .
- This package contains the runtime library, necessary to run
- applications using librsvg.
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-Homepage: https://wiki.gnome.org/Projects/LibRsvg
-
-Package: llvm-3.6-tools
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 590
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), python, llvm-3.6-dev (= 1:3.6.2-3ubuntu2)
-Description: Modular compiler and toolchain technologies, tools
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- This package provides tools for testing.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libxcb-image0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 51
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xcb-util-image
-Version: 0.4.0-1build1
-Depends: libc6 (>= 2.14), libxcb-shm0, libxcb-util1 (>= 0.4.0), libxcb1
-Description: utility libraries for X C Binding -- image
- This package contains the library files needed to run software using
- libxcb-image, providing port of Xlib's XImage and XShmImage functions.
- .
- The xcb-util module provides a number of libraries which sit on top of
- libxcb, the core X protocol library, and some of the extension
- libraries. These experimental libraries provide convenience functions
- and interfaces which make the raw X protocol more usable. Some of the
- libraries also provide client-side code which is not strictly part of
- the X protocol but which have traditionally been provided by Xlib.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://xcb.freedesktop.org
-
-Package: unity-settings-daemon
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 2816
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 15.04.1+16.04.20160701-0ubuntu1
-Depends: libaccountsservice0 (>= 0.6.40), libasound2 (>= 1.0.16), libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libcolord2 (>= 0.1.31), libcups2 (>= 1.6.0), libfcitx-config4 (>= 4.2.7), libfcitx-gclient0 (>= 4.2.7), libfcitx-utils0 (>= 4.2.7), libfontconfig1 (>= 2.11.94), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.39.4), libgnome-desktop-3-12 (>= 3.17.92), libgtk-3-0 (>= 3.9.10), libgudev-1.0-0 (>= 146), libibus-1.0-5 (>= 1.5.1), liblcms2-2 (>= 2.2+git20110628), libnotify4 (>= 0.7.3), libpango-1.0-0 (>= 1.22.0), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), librsvg2-2 (>= 2.36.2), libunity-settings-daemon1 (>= 14.10), libupower-glib3 (>= 0.99.0), libwacom2 (>= 0.7), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1), libxi6 (>= 2:1.2.99.4), libxkbfile1, libxtst6, dconf-gsettings-backend | gsettings-backend, accountsservice (>= 0.6.34), gsettings-desktop-schemas (>= 3.15.4), nautilus-data (>= 2.91.3-1), gnome-settings-daemon-schemas (>= 3.16), gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224)
-Recommends: ibus (>= 1.5.0), pulseaudio, systemd-services
-Suggests: x11-xserver-utils, gnome-screensaver, metacity | x-window-manager
-Breaks: banshee (<< 0.13.2+dfsg-7), gnome-color-manager (<< 3.0), gnome-control-center (<< 1:3.6.3-0ubuntu35), gnome-screensaver (<< 2.28.0), gnome-session (<< 3.9.90-0ubuntu6), indicator-datetime (<< 12.10.3daily13.03.26), rhythmbox (<< 0.11.5), totem (<< 2.22.0), unity (<< 7.3.2), unity-greeter (<< 0.2.1-0ubuntu1)
-Conffiles:
- /etc/xdg/autostart/unity-fallback-mount-helper.desktop 59b74913297f72450b8dc0232c20e720
- /etc/xdg/autostart/unity-settings-daemon.desktop 13fb817c30f7b4f5fa700bab21fa3dd4
-Description: daemon handling the Unity session settings
- This package contains the daemon which is responsible for setting the
- various parameters of a Unity session and the applications that run
- under it. It handles the following kinds of settings:
- .
- * Keyboard: layout, accessibility options, shortcuts, media keys
- * Clipboard management
- * Theming: background, icons, GTK+ applications
- * Cleanup of unused files
- * Mouse: cursors, speed, accessibility options
- * Startup of other daemons: screensaver, sound daemon
- * Typing break
- .
- It also sets various application settings through X resources and
- freedesktop.org XSETTINGS.
-
-Package: libjs-underscore
-Status: install ok installed
-Priority: optional
-Section: web
-Installed-Size: 222
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: underscore
-Version: 1.7.0~dfsg-1ubuntu1
-Recommends: libjs-jquery
-Suggests: javascript-common
-Description: JavaScript's functional programming helper library
- Underscore is a utility-belt library for JavaScript that provides a lot
- of the functional programming support that you would expect in
- Prototype.js (or Ruby), but without extending any of the built-in
- JavaScript objects. It's the tie to go along with jQuery's tux.
- .
- Underscore provides 60-odd functions that support both the usual
- functional suspects: map, select, invoke - as well as more specialized
- helpers: function binding, javascript templating, deep equality
- testing, and so on. It delegates to built-in functions, if present, so
- modern browsers will use the native implementations of forEach, map,
- reduce, filter, every, some and indexOf.
-Homepage: http://underscorejs.org/
-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
-
-Package: comerr-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 110
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: e2fsprogs (1.42.13-1ubuntu1)
-Version: 2.1-1.42.13-1ubuntu1
-Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
-Depends: libc6-dev | libc-dev, libcomerr2 (= 1.42.13-1ubuntu1)
-Suggests: doc-base
-Description: common error description library - headers and static libraries
- libcom_err is an attempt to present a common error-handling mechanism to
- manipulate the most common form of error code in a fashion that does not
- have the problems identified with mechanisms commonly in use.
- .
- This package contains the development environment for the com_err library.
-Homepage: http://e2fsprogs.sourceforge.net
-Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-
-Package: python3-serial
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 311
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: pyserial
-Version: 3.0.1-1
-Depends: python3:any (>= 3.3.2-2~)
-Suggests: python3-wxgtk3.0 | python3-wxgtk
-Description: pyserial - module encapsulating access for the serial port
- This module encapsulates the access for the serial port. It provides
- back-ends for standard Python running on Windows, Linux, BSD (possibly
- any POSIX compliant system). The module named "serial" automatically
- selects the appropriate back-end.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://pyserial.sourceforge.net/
-
-Package: libcuda1-367
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-375
-Version: 375.66-0ubuntu0.16.04.1
-Depends: libcuda1-375
-Description: Transitional package for libcuda1-375
- This is a transitional package for libcuda1-375, and can be
- safely removed after the installation is complete.
-
-Package: libgcr-base-3-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 648
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcr
-Version: 3.18.0-1ubuntu1
-Replaces: libgcr-3-1 (<< 3.8.2-2)
-Depends: libc6 (>= 2.14), libgck-1-0 (>= 3.3.90), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.38.0), libp11-kit0 (>= 0.20.0), libgcr-3-common
-Breaks: libgcr-3-1 (<< 3.8.2-2)
-Description: Library for Crypto related tasks
- GCR is a library for crypto UI and related tasks.
- .
- This package contains the GObject library for high level crypto
- parsing.
-Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: e2fslibs
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 389
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: e2fsprogs
-Version: 1.42.13-1ubuntu1
-Replaces: e2fsprogs (<< 1.34-1)
-Provides: libe2p2, libext2fs2
-Depends: libc6 (>= 2.17)
-Description: ext2/ext3/ext4 file system libraries
- The ext2, ext3 and ext4 file systems are successors of the original ext
- ("extended") file system. They are the main file system types used for
- hard disks on Debian and other Linux systems.
- .
- This package provides the ext2fs and e2p libraries, for userspace software
- that directly accesses extended file systems. Programs that use libext2fs
- include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
- dumpe2fs, chattr, and lsattr.
-Homepage: http://e2fsprogs.sourceforge.net
-Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-
-Package: liblz4-1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 116
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lz4
-Version: 0.0~r131-2ubuntu2
-Depends: libc6 (>= 2.14)
-Description: Fast LZ compression algorithm library - runtime
- LZ4 is a very fast lossless compression algorithm, providing compression speed
- at 400 MB/s per core, scalable with multi-cores CPU. It also features an
- extremely fast decoder, with speed in multiple GB/s per core, typically
- reaching RAM speed limits on multi-core systems.
- .
- This package includes the shared library.
-Original-Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
-Homepage: https://github.com/Cyan4973/lz4
-
-Package: libsuperlu4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 473
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: superlu
-Version: 4.3+dfsg-3
-Depends: libblas3 | libblas.so.3, libc6 (>= 2.7)
-Pre-Depends: multiarch-support
-Description: Direct solution of large, sparse systems of linear equations
- SuperLU is a general purpose library for the direct solution of
- large, sparse, nonsymmetric systems of linear equations on high
- performance machines. The library is written in C and is callable from
- either C or Fortran. The library routines will perform an LU
- decomposition with partial pivoting and triangular system solves
- through forward and back substitution. The LU factorization routines
- can handle non-square matrices but the triangular solves are performed
- only for square matrices. The matrix columns may be preordered (before
- factorization) either through library or user supplied routines. This
- preordering for sparsity is completely separate from the
- factorization. Working precision iterative refinement subroutines are
- provided for improved backward stability. Routines are also provided
- to equilibrate the system, estimate the condition number, calculate
- the relative backward error, and estimate error bounds for the refined
- solutions.
-Original-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
-
-Package: sound-theme-freedesktop
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 541
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 0.8-1
-Replaces: freedesktop-sound-theme (<< 0.7.pristine)
-Breaks: freedesktop-sound-theme (<< 0.7.pristine)
-Description: freedesktop.org sound theme
- The default freedesktop.org sound theme following the XDG theming
- specification. It contains a full set of sounds for different
- desktop events.
- .
- These sounds come from various sources: KDE, Ekiga, Pidgin/Purple, ALSA.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/
-
-Package: signon-keyring-extension
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 85
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.6+14.10.20140513-0ubuntu2
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libqt5core5a (>= 5.0.2), libsecret-1-0 (>= 0.7), libsignon-extension1, libstdc++6 (>= 4.1.1)
-Description: GNOME keyring extension for signond
- Single Signon extension for the GNOME keyring
-Homepage: https://launchpad.net/signon-keyring-extension
-
-Package: docutils-common
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 668
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-docutils
-Version: 0.12+dfsg-1
-Replaces: docutils-writer-odt, python-docutils (<< 0.7-3~), python-odtwriter
-Depends: sgml-base (>= 1.26+nmu2), xml-core (>= 0.12)
-Recommends: python-docutils | python3-docutils
-Breaks: docutils-writer-odt, python-odtwriter
-Conflicts: python-docutils (<< 0.7-3~)
-Conffiles:
- /etc/emacs/site-start.d/50python-docutils.el 4990891acb4f250008e154560e9f235d
- /etc/sgml/docutils-common.cat 07d0fedda91cf07511ba147169574df9
-Description: text processing system for reStructuredText - common data
- reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
- markup syntax and parser system. It is useful for in-line program documentation
- (such as Python docstrings), for quickly creating simple web pages, and for
- standalone documents.
- .
- The purpose of the Docutils project is to create a set of tools for
- processing reStructuredText documentation into useful formats, such as HTML,
- LaTeX, ODT or Unix manpages.
- .
- This package includes data and configuration files.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://docutils.sourceforge.net/
-
-Package: indicator-datetime
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 1276
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 15.10+16.04.20160406-0ubuntu1
-Replaces: indicator-datetime (<< 13.10.0)
-Depends: libc6 (>= 2.14), libecal-1.2-19 (>= 3.17), libedataserver-1.2-21 (>= 3.17), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.43.2), libgstreamer1.0-0 (>= 1.0.0), libical1a (>= 1.0), libnotify4 (>= 0.7.6), libstdc++6 (>= 5.2), liburl-dispatcher1 (>= 0.1), dconf-gsettings-backend | gsettings-backend, gsettings-ubuntu-schemas, systemd | systemd-shim
-Recommends: indicator-applet | indicator-renderer, evolution-data-server, geoclue-ubuntu-geoip | geoclue-provider, unity-control-center (>= 14.04.3) | ubuntu-system-settings, ubuntu-touch-sounds
-Suggests: click
-Conflicts: indicator-datetime (<< 13.10.0)
-Conffiles:
- /etc/xdg/autostart/indicator-datetime.desktop d60a116d32fe42246c1ceeee2a23eeff
-Description: Simple clock
- A simple clock appearing in the indicator bar
-Homepage: https://launchpad.net/indicator-datetime
-
-Package: time
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 106
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.7-25.1
-Depends: libc6 (>= 2.4)
-Description: GNU time program for measuring CPU resource usage
- The 'time' command runs another program, then displays information
- about the resources used by that program, collected by the system while
- the program was running. You can select which information is reported
- and the format in which it is shown, or have 'time' save the information
- in a file instead of display it on the screen.
- .
- The resources that 'time' can report on fall into the general
- categories of time, memory, I/O, and IPC calls.
- .
- The GNU version can format the output in arbitrary ways by using a
- printf-style format string to include various resource measurements.
-Original-Maintainer: Bob Proulx <bob@proulx.com>
-Homepage: http://www.gnu.org/software/time
-
-Package: libxext6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 122
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxext
-Version: 2:1.3.3-1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
-Pre-Depends: multiarch-support
-Description: X11 miscellaneous extension library
- libXext provides an X Window System client interface to several extensions to
- the X protocol.
- .
- The supported protocol extensions are:
- - DOUBLE-BUFFER (DBE), the Double Buffer extension;
- - DPMS, the VESA Display Power Management System extension;
- - Extended-Visual-Information (EVI), an extension for gathering extra
- information about the X server's visuals;
- - LBX, the Low Bandwidth X extension;
- - MIT-SHM, the MIT X client/server shared memory extension;
- - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
- - Multi-Buffering, the multi-buffering and stereo display extension;
- - SECURITY, the X security extension;
- - SHAPE, the non-rectangular shaped window extension;
- - SYNC, the X synchronization extension;
- - TOG-CUP, the Open Group's Colormap Utilization extension;
- - XC-APPGROUP, the X Consortium's Application Group extension;
- - XC-MISC, the X Consortium's resource ID querying extension;
- - XTEST, the X test extension (this is one of two client-side
- implementations; the other is in the libXtst library, provided by the
- libxtst6 package);
- .
- libXext also provides a small set of utility functions to aid authors of
- client APIs for X protocol extensions.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXext
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3.6-gdbm
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 124
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.6
-Version: 3.6.5-1+xenial1
-Depends: python3.6, libc6 (>= 2.4), libgdbm3 (>= 1.8.3)
-Suggests: python3.6-gdbm-dbg
-Description: GNU dbm database support for Python (version 3.6)
- GNU dbm database module for Python (version 3.6). Install this if you want to
- create or read GNU dbm database files with Python.
-
-Package: libmpx0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 42
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.17)
-Description: Intel memory protection extensions (runtime)
- Intel MPX is a set of processor features which, with compiler,
- runtime library and OS support, brings increased robustness to
- software by checking pointer references whose compile time normal
- intentions are usurped at runtime due to buffer overflow.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libcogl-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 252
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: cogl
-Version: 1.22.0-2
-Description: Object oriented GL/GLES Abstraction/Utility Layer (common files)
- Cogl is a small open source library for using 3D graphics hardware to draw
- pretty pictures. The API departs from the flat state machine style of
- OpenGL and is designed to make it easy to write orthogonal components that
- can render without stepping on each others toes.
- .
- This package contains the common files, such as translations.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: debianutils
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 213
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 4.7
-Replaces: manpages-pl (<< 1:0.5)
-Depends: sensible-utils
-Pre-Depends: libc6 (>= 2.15)
-Description: Miscellaneous utilities specific to Debian
- This package provides a number of small utilities which are used
- primarily by the installation scripts of Debian packages, although
- you may use them directly.
- .
- The specific utilities included are:
- add-shell installkernel ischroot remove-shell run-parts savelog
- tempfile which
-Original-Maintainer: Clint Adams <clint@debian.org>
-
-Package: libxfixes3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 61
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxfixes
-Version: 1:5.0.1-2
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
-Pre-Depends: multiarch-support
-Description: X11 miscellaneous 'fixes' extension library
- libXfixes provides an X Window System client interface to the 'XFIXES'
- extension to the X protocol.
- .
- It provides support for Region types, and some cursor functions.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXfixes
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libltdl-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 919
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libtool
-Version: 2.4.6-0.1
-Replaces: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20)
-Provides: libltdl3-dev, libltdl7-dev
-Depends: libltdl7 (= 2.4.6-0.1)
-Recommends: libtool
-Suggests: libtool-doc
-Conflicts: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20), libtool1.4
-Description: System independent dlopen wrapper for GNU libtool
- This package contains the header files and static libraries for the
- libltdl package.
- .
- A small library that aims at hiding the various difficulties of
- dlopening libraries from programmers. It is a system independent
- dlopen wrapper for GNU libtool.
- .
- It supports the following dlopen interfaces:
- * dlopen (Solaris, Linux and various BSD flavors)
- * shl_load (HP-UX)
- * LoadLibrary (Win16 and Win32)
- * load_add_on (BeOS)
- * GNU DLD (emulates dynamic linking for static libraries)
- * libtool's dlpreopen
-Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>
-Homepage: http://www.gnu.org/software/libtool/
-
-Package: ocaml-nox
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 45019
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ocaml
-Version: 4.02.3-5ubuntu2
-Replaces: ocaml-interp (<< 3.11.1-3)
-Provides: libnums-ocaml-dev, ocaml-nox-4.02.3
-Depends: ocaml-base-nox, libc6 (>= 2.15), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0), ocaml-base-nox-4.02.3, libncurses5-dev, ocaml-interp (= 4.02.3-5ubuntu2), gcc, binutils
-Recommends: camlp4, file
-Suggests: ocaml-doc, tuareg-mode | ocaml-mode
-Breaks: camlidl (<< 1.04), camlp4 (<< 3.10.0), dh-ocaml (<< 1.0.0), ocaml-interp (<< 3.11.1-3)
-Description: ML implementation with a class-based object system (no X)
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- OCaml comprises two compilers. One generates bytecode
- which is then interpreted by a C program. This compiler runs quickly,
- generates compact code with moderate memory requirements, and is
- portable to essentially any 32 or 64 bit Unix platform. Performance of
- generated programs is quite good for a bytecoded implementation:
- almost twice as fast as Caml Light 0.7. This compiler can be used
- either as a standalone, batch-oriented compiler that produces
- standalone programs, or as an interactive, toplevel-based system.
- .
- The other compiler generates high-performance native code for a number
- of processors. Compilation takes longer and generates bigger code, but
- the generated programs deliver excellent performance, while retaining
- the moderate memory requirements of the bytecode compiler. It is not
- available on all arches though.
- .
- This package contains everything needed to develop OCaml applications
- that do not require the graphics library.
-Homepage: http://caml.inria.fr/
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-
-Package: libkdeui5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 5163
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libattica0.4 (>= 0.4.2), libc6 (>= 2.14), libdbusmenu-qt2, libice6 (>= 1:1.0.0), libkdecore5 (= 4:4.14.16-0ubuntu3.2), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-svg (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxfixes3, libxrender1
-Recommends: kdelibs5-data (>= 4:4.14.16-0ubuntu3.2)
-Suggests: hspell
-Description: KDE Platform User Interface Library
- This library provides standard user interface elements for use in KDE
- Applications. If your KDE Application has a GUI, you will almost certainly
- link to this library.
- .
- A spell-checker functionality is also provided. Sonnet offers easy access to
- International ISpell or ASpell as well as a spell-checker GUI ("Add",
- "Replace", etc.).
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: mime-support
-Status: install ok installed
-Priority: standard
-Section: net
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 3.59ubuntu1
-Recommends: file
-Conffiles:
- /etc/mime.types aa13939777d1a7b82e873d5eb0282a1a
- /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e
-Description: MIME files 'mime.types' & 'mailcap', and support programs
- As these files can be used by all MIME compliant programs, they
- have been moved into their own package that others can depend upon.
- .
- Other packages add themselves as viewers/editors/composers/etc by
- using the provided "update-mime" program.
- .
- In addition, the commands "see", "edit", "compose", and "print"
- will display, alter, create, and print (respectively) any file using
- a program determined from the entries in the mime.types and mailcap
- files.
-Original-Maintainer: Mime-Support Maintainers <mime-support@plessy.org>
-
-Package: gsettings-desktop-schemas
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 268
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 3.18.1-1ubuntu1
-Depends: dconf-gsettings-backend | gsettings-backend
-Breaks: gnome-settings-daemon (<< 3.10.0), gnome-shell (<< 3.10.0), nautilus (<< 3.7.92)
-Description: GSettings desktop-wide schemas
- gsettings-desktop-schemas contains a collection of GSettings schemas for
- settings shared by various components of a desktop.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.gnome.org/
-
-Package: libio-socket-inet6-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 71
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.72-2
-Depends: perl, libsocket6-perl
-Description: object interface for AF_INET6 domain sockets
- IO::Socket::INET6 provides an object interface to create and use sockets
- in the AF_INET6 domain. It is built upon the IO::Socket interface and
- inherits all the methods defined by IO::Socket.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/IO-Socket-INET6
-
-Package: cheese-common
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1496
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: cheese
-Version: 3.18.1-2ubuntu3
-Depends: dconf-gsettings-backend | gsettings-backend
-Description: Common files for the Cheese tool to take pictures and videos
- A webcam application that supports image and video capture. Makes
- it easy to take photos and videos of you, your friends, pets or whatever
- you want. Allows you to apply fancy visual effects, fine-control image
- settings and has features such as Multi-Burst mode, Countdown timer
- for photos.
- .
- This package contains the common files and translations.
-Homepage: https://wiki.gnome.org/Apps/Cheese
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: ibus-gtk
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 82
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ibus
-Version: 1.5.11-1ubuntu2.1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.8), libgtk2.0-0 (>= 2.24.5-4), libibus-1.0-5 (>= 1.5.1), libpango-1.0-0 (>= 1.14.0)
-Description: Intelligent Input Bus - GTK+2 support
- IBus is an Intelligent Input Bus. It is a new input framework for the Linux
- OS. It provides full featured and user friendly input method user interface.
- It also may help developers to develop input method easily.
- .
- This package contains the GTK+2 IM module.
-Homepage: https://github.com/ibus/ibus/releases
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-
-Package: ureadahead
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 127
-Maintainer: Scott James Remnant <scott@ubuntu.com>
-Architecture: amd64
-Version: 0.100.0-19
-Replaces: readahead
-Provides: readahead
-Depends: e2fslibs (>= 1.37), libblkid1 (>= 2.16), libc6 (>= 2.4), libnih1 (>= 1.0.0), init-system-helpers (>= 1.18~)
-Conflicts: readahead, systemd (<< 217)
-Conffiles:
- /etc/init/ureadahead-other.conf bd9285c6f7626d50bf183a36645f97fb
- /etc/init/ureadahead.conf d9e4b079e8778361dd1a8cce7377028d
-Description: Read required files in advance
- über-readahead is used during boot to read files in advance of when
- they are needed such that they are already in the page cache,
- improving boot performance.
- .
- Its data files are regenerated on the first boot after install, and
- either monthly thereafter or when packages with init scripts or
- configs are installed or updated.
- .
- ureadahead requires a kernel patch included in the Ubuntu kernel.
-
-Package: python3
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 67
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3-defaults
-Version: 3.5.1-3
-Replaces: python3-minimal (<< 3.1.2-2)
-Provides: python3-profiler
-Depends: python3.5 (>= 3.5.1-2~), libpython3-stdlib (= 3.5.1-3), dh-python
-Pre-Depends: python3-minimal (= 3.5.1-3)
-Suggests: python3-doc (>= 3.5.1-3), python3-tk (>= 3.5.1-2~), python3-venv (>= 3.5.1-3)
-Description: interactive high-level object-oriented language (default python3 version)
- Python, the high-level, interactive object oriented language,
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package is a dependency package, which depends on Debian's default
- Python 3 version (currently v3.5).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: update-notifier-common
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1375
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: all
-Source: update-notifier
-Version: 3.168.5
-Replaces: update-notifier (<< 0.75.1)
-Depends: python3:any, python3-apt, python3-dbus, python3-debian, debconf, patch, update-manager-core (>= 1:16.04.6)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
-Suggests: policykit-1
-Conffiles:
- /etc/apt/apt.conf.d/10periodic 03ddb526e156071de0667748b6ac1d33
- /etc/apt/apt.conf.d/15update-stamp b9de0ac9e2c9854b1bb213e362dc4e41
- /etc/apt/apt.conf.d/20archive 9e28a07261e6ad5ede22d5286291ca23
- /etc/apt/apt.conf.d/99update-notifier 8c8636b1123964162e9a1127f237ba7b
- /etc/cron.daily/update-notifier-common ac3a73308ace1070b9980c2bc56fb416
- /etc/cron.weekly/update-notifier-common 0cfcd026510cd5005e6eb703ccde3d73
- /etc/update-motd.d/90-updates-available 65bcef3f6859b2c2a15649e29d3654b7
- /etc/update-motd.d/98-fsck-at-reboot 16003ee8c8c80a565a98a7696cee04c0
- /etc/update-motd.d/98-reboot-required 1c4d534d0abd44d566899e47c4f22786
-Description: Files shared between update-notifier and other packages
- Apt setup files and reboot notification scripts shared between
- update-notifier and other packages, notably for server use cases.
-
-Package: geoclue
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 115
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.12.99-4ubuntu1
-Depends: libc6 (>= 2.7), libdbus-glib-1-2 (>= 0.88), libgeoclue0 (>= 0.11.1), libglib2.0-0 (>= 2.37.3), libnm-glib4 (>= 0.7.999), libnm-util2 (>= 0.7.0), dconf-gsettings-backend | gsettings-backend
-Description: Geographic information framework
- GeoClue provides applications access to various geographical information
- sources using a D-Bus API or a C library.
- .
- This package contains the master server for GeoClue.
-Homepage: http://www.freedesktop.org/wiki/Software/GeoClue
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: libpulsedsp
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 139
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pulseaudio
-Version: 1:8.0-0ubuntu3.10
-Replaces: pulseaudio-utils (<< 3.0)
-Depends: libc6 (>= 2.4), libpulse0 (= 1:8.0-0ubuntu3.10)
-Conflicts: pulseaudio-utils (<< 3.0)
-Description: PulseAudio OSS pre-load library
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
- This package provides the pre-load library used to redirect applications
- using OSS through pulseaudio.
-Homepage: http://www.pulseaudio.org
-Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
-
-Package: libio-pty-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 94
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:1.08-1.1build1
-Provides: libio-tty-perl
-Depends: libc6 (>= 2.4), perl (>= 5.22.1-1), perlapi-5.22.1
-Description: Perl module for pseudo tty IO
- IO::Pty provides I/O handles to the master- and slave-side of a
- pseudo tty.
-Original-Maintainer: Jörgen Hägg <jh@debian.org>
-
-Package: x11-xkb-utils
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 476
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 7.7+2
-Replaces: xbase-clients (<= 1:7.2.ds2-3)
-Depends: libc6 (>= 2.14), libx11-6, libxaw7, libxkbfile1, libxt6
-Description: X11 XKB utilities
- xkbutils contains a number of client-side utilities for XKB, the X11
- keyboard extension.
- .
- setxkbmap is a tool to query and change the current XKB map.
- .
- xkbbell generates a bell event through the keyboard.
- .
- xkbcomp is a tool to compile XKB definitions into map files the server
- can use.
- .
- xkbevd is an experimental tool to listen for certain XKB events and execute
- defined triggers when actions occur.
- .
- xkbprint is a tool to generate an image with the physical representation
- of the keyboard as XKB sees it.
- .
- xkbvleds shows the changing status of keyboard LEDs.
- .
- xkbwatch shows the changing status of modifiers and LEDs.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: gvfs-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 448
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gvfs
-Version: 1.28.2-1ubuntu1~16.04.2
-Depends: desktop-file-utils
-Recommends: gvfs
-Description: userspace virtual filesystem - common data files
- gvfs is a userspace virtual filesystem where mounts run as separate
- processes which you talk to via D-Bus. It also contains a gio module
- that seamlessly adds gvfs support to all applications using the gio
- API. It also supports exposing the gvfs mounts to non-gio applications
- using fuse.
- .
- This package contains the data files and translations used by all gvfs
- components.
-Homepage: https://wiki.gnome.org/Projects/gvfs
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libdrm-amdgpu1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 77
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdrm
-Version: 2.4.83-1~16.04.1
-Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.82)
-Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime
- This library implements the userspace interface to the kernel DRM
- services. DRM stands for "Direct Rendering Manager", which is the
- kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
- The DRI is currently used on Linux to provide hardware-accelerated
- OpenGL drivers.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: https://cgit.freedesktop.org/mesa/drm/
-
-Package: libwind0-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 206
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226)
-Description: Heimdal Kerberos - stringprep implementation
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libevdev2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 119
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libevdev
-Version: 1.4.6+dfsg-1
-Depends: libc6 (>= 2.14)
-Description: wrapper library for evdev devices
- libevdev is a wrapper library for evdev devices. It provides
- functions covering the common tasks when dealing with evdev devices,
- thus avoiding erroneous ioctls and other errors.
- .
- This package contains the files required to run software using
- libevdev.
-Original-Maintainer: Stephen Kitt <skitt@debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/libevdev/
-
-Package: libspqr2.0.2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 205
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libcholmod3.0.6, liblapack3 | liblapack.so.3, libsuitesparseconfig4.4.6
-Description: sparse QR factorization library
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- SuiteSparseQR (SPQR) is a multithreaded, multifrontal, rank-revealing sparse
- QR factorization method.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: python3-cffi-backend
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 176
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: python-cffi
-Version: 1.5.2-1ubuntu1
-Replaces: python3-cffi (<< 1)
-Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10239), python3-cffi-backend-api-min (= 9729)
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libffi6 (>= 3.0.4)
-Breaks: python3-cffi (<< 1)
-Description: Foreign Function Interface for Python 3 calling C code - runtime
- Convenient and reliable way of calling C code from Python 3.
- .
- The aim of this project is to provide a convenient and reliable way of calling
- C code from Python. It keeps Python logic in Python, and minimises the C
- required. It is able to work at either the C API or ABI level, unlike most
- other approaches, that only support the ABI level.
- .
- This package contains the runtime support for pre-built cffi modules.
-Homepage: http://cffi.readthedocs.org/
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libencode-locale-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 32
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.05-1
-Depends: perl
-Description: utility to determine the locale encoding
- In many applications it's wise to let Perl use Unicode for the strings it
- processes. Most of the interfaces Perl has to the outside world are still byte
- based. Programs therefore need to decode byte strings that enter the program
- from the outside and encode them again on the way out.
- .
- The POSIX locale system is used to specify both the language conventions
- requested by the user and the preferred character set to consume and output.
- The Encode::Locale module looks up the charset and encoding (called a CODESET
- in the locale jargon) and arranges for the Encode module to know this encoding
- under the name "locale". It means bytes obtained from the environment can be
- converted to Unicode strings by calling Encode::encode(locale => $bytes) and
- converted back again with Encode::decode(locale => $string).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Encode-Locale
-
-Package: python3-lxml
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 3010
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lxml
-Version: 3.5.0-1build1
-Provides: python3.5-lxml
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.26)
-Recommends: python3-bs4, python3-html5lib
-Suggests: python3-lxml-dbg, python-lxml-doc
-Description: pythonic binding for the libxml2 and libxslt libraries
- lxml is a new Python binding for libxml2 and libxslt, completely
- independent from existing Python bindings. Its aim:
- .
- * Pythonic API.
- * Documented.
- * Use Python unicode strings in API.
- * Safe (no segfaults).
- * No manual memory management!
- .
- lxml aims to provide a Pythonic API by following as much as possible
- the ElementTree API, trying to avoid inventing too many new APIs,
- or the user's having to learn new things -- XML is complicated enough.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://lxml.de/
-
-Package: libnm-glib4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 397
-Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: network-manager
-Version: 1.2.6-0ubuntu0.16.04.2
-Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.32), libgudev-1.0-0 (>= 146), libnm-util2 (>= 1.1.93)
-Description: network management framework (GLib shared library)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package provides the shared library that applications can use to query
- connection status via NetworkManager.
-Homepage: https://wiki.gnome.org/Projects/NetworkManager
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libgcrypt20
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 968
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 1.6.5-2ubuntu0.3
-Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.14)
-Suggests: rng-tools
-Description: LGPL Crypto library - runtime library
- libgcrypt contains cryptographic functions. Many important free
- ciphers, hash algorithms and public key signing algorithms have been
- implemented:
- .
- Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
- Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512,
- Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC.
-Homepage: http://directory.fsf.org/project/libgcrypt/
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: libperlio-gzip-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.19-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), zlib1g (>= 1:1.1.4)
-Description: module providing a PerlIO layer to gzip/gunzip
- PerlIO::gzip is a Perl module that provides a PerlIO layer for manipulating
- files in the format used by the gzip program. Compression and decompression
- are both implemented, but cannot be used simultaneously (i.e. files cannot
- be opened for both reading and writing).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/PerlIO-gzip
-
-Package: libwebrtc-audio-processing-0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 255
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: webrtc-audio-processing
-Version: 0.1-3ubuntu1~gcc5.1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6)
-Description: AudioProcessing module from the WebRTC project.
- Audio processing library (echo-cancellation, gain control etc) around the
- AudioProcessing module from the WebRTC project
- (http://code.google.com/p/webrtc/)
-Homepage: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
-Original-Maintainer: Sjoerd Simons <sjoerd@debian.org>
-
-Package: libtext-levenshtein-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 25
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.13-1
-Depends: perl, perl (>= 5.19.7) | libunicode-collate-perl (>= 1.04)
-Description: implementation of the Levenshtein edit distance
- Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein
- edit distance is a measure of the degree of proximity between two strings.
- This distance is the number of substitutions, deletions or insertions
- ("edits") needed to transform one string into the other one (and vice versa).
- When two strings have distance 0, they are the same.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Text-Levenshtein
-
-Package: hwdata
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 94
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.267-1
-Depends: usbutils, pciutils
-Description: hardware identification / configuration data
- This package contains various hardware identification and configuration data,
- such as the pci.ids database, or the XFree86/xorg Cards database.
- It is needed for the kudzu hardware detection.
-Original-Maintainer: Noël Köthe <noel@debian.org>
-Homepage: http://git.fedorahosted.org/git/hwdata.git
-
-Package: gstreamer1.0-pulseaudio
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 216
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gst-plugins-good1.0
-Version: 1.8.3-1ubuntu0.4
-Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.40), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libpulse0 (>= 2.0)
-Description: GStreamer plugin for PulseAudio
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains the GStreamer plugin for PulseAudio, a sound server
- for POSIX and WIN32 systems.
-Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html
-Gstreamer-Elements: pulsesink, pulsesrc
-Gstreamer-Version: 1.8
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-
-Package: libhwloc-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 743
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: hwloc
-Version: 1.11.2-3
-Depends: libhwloc5 (= 1.11.2-3), libnuma-dev, libltdl-dev
-Description: Hierarchical view of the machine - static libs and headers
- Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
- architectures, ...) of the hierarchical topology of modern architectures. It
- primarily aims at helping high-performance computing applications with
- gathering information about the hardware so as to exploit it accordingly and
- efficiently.
- .
- libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
- sockets, shared caches, cores and simultaneous multithreading. It also gathers
- various attributes such as cache and memory information.
- .
- libhwloc supports old kernels not having sysfs topology information,
- with knowledge of cpusets, offline cpus, and Kerrighed support
- .
- This package contains static libraries and development headers.
-Original-Maintainer: Samuel Thibault <sthibault@debian.org>
-Homepage: http://www.open-mpi.org/projects/hwloc/
-
-Package: desktop-file-utils
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 215
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.22-1ubuntu5.1
-Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.28.0)
-Conffiles:
- /etc/bash_completion.d/desktop-file-validate 34c0eff90e9bbf4c97c873334f676330
- /etc/gnome/defaults.list 0f73e139d837b526904b5504521e2c19
-Description: Utilities for .desktop files
- Some utilities to make dealing with .desktop files easier:
- * update-desktop-database -- update the desktop-MIME mapping
- * desktop-file-validate -- validate a desktop file
- * desktop-file-install -- install a desktop file, munging en route.
-Homepage: http://www.freedesktop.org/wiki/Software/desktop-file-utils
-Original-Maintainer: Ross Burton <ross@debian.org>
-
-Package: geoip-database
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 5437
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 20160408-1
-Recommends: libgeoip1
-Breaks: libgeoip1 (<< 1.4.5.dfsg)
-Description: IP lookup command line tools that use the GeoIP library (country database)
- GeoIP is a C library that enables the user to find the country that any
- IP address or hostname originates from. It uses a file based database.
- .
- This database simply contains IP blocks as keys, and countries as values and
- it should be more complete and accurate than using reverse DNS lookups.
- .
- This package contains the free GeoLiteCountry database.
-Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
-Homepage: http://www.maxmind.com/
-
-Package: libdlrestrictions1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 58
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pkg-kde-tools
-Version: 0.15.20~ubuntu4
-Depends: libc6 (>= 2.4)
-Description: library that implements library compatibility checks for dlopen()
- This package provides a DLRestrictions library that can be used to check
- compatibility of the external shared library (or plugin) against other
- libraries currently loaded in the global symbol object. It might help to avoid
- symbol clashes and provide means for graceful failure detection in advance
- before the first dlsym() call. Otherwise, usage of incompatible library might
- result in crashes or other unpredictable failures of the application.
- .
- A shared library that is protected by DLRestrictions provides a special symbol
- which defines conditions under which the library may be safely used. At the
- moment, the only restriction that may be imposed controls whether multiple
- SONAMEs of the same library can safely co-exist in the same symbol space.
- Shared library dependencies are also checked for compatibility.
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libtxc-dxtn-s2tc0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 260
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: s2tc
-Version: 0~git20131104-1.1
-Provides: libtxc-dxtn0
-Depends: libc6 (>= 2.3.4), libstdc++6 (>= 4.1.1)
-Pre-Depends: multiarch-support
-Conflicts: libtxc-dxtn0
-Description: Texture compression library for Mesa
- S2TC is a patent-free S3TC compatible implementation and provides
- texture compression to Mesa.
- .
- The library is automatically loaded and adds the OpenGL extensions
- GL_S3_s3tc and GL_EXT_texture_compression_s3tc.
-Original-Maintainer: Lennart Weller <lhw@ring0.de>
-Homepage: https://github.com/divVerent/s2tc
-
-Package: sudo
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 1580
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.8.16-0ubuntu1.5
-Replaces: sudo-ldap
-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules
-Conflicts: sudo-ldap
-Conffiles:
- /etc/pam.d/sudo aa40f755f85bb33c9e79bd537e2979be
- /etc/sudoers edcf6528783ecffd3f248c8089dc298e
- /etc/sudoers.d/README 8d3cf36d1713f40a0ddc38e1b21a51b6
-Description: Provide limited super user privileges to specific users
- Sudo is a program designed to allow a sysadmin to give limited root
- privileges to users and log root activity. The basic philosophy is to give
- as few privileges as possible but still allow people to get their work done.
- .
- This version is built with minimal shared library dependencies, use the
- sudo-ldap package instead if you need LDAP support for sudoers.
-Homepage: http://www.sudo.ws/
-Original-Maintainer: Bdale Garbee <bdale@gag.com>
-
-Package: ledit
-Status: install ok installed
-Priority: optional
-Section: editors
-Installed-Size: 259
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.03-4build1
-Provides: readline-editor
-Depends: ocaml-base-nox-4.02.3
-Description: line editor for interactive programs
- Ledit is a line editor, allowing to use control commands like in emacs
- or in shells (bash, tcsh). To be used with interactive commands. It is
- written in OCaml and Camlp4 and uses the library unix.cma.
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Homepage: http://cristal.inria.fr/~ddr/ledit/
-
-Package: iso-codes
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 16035
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 3.65-1
-Suggests: isoquery
-Description: ISO language, territory, currency, script codes and their translations
- This package provides the ISO 639, ISO 639-3, and ISO 639-5 language
- code lists, the ISO 4217 currency code list, the ISO 3166 territory
- code list, the ISO 3166-2 sub-territory list, and the ISO 15924
- script code list as XML files.
- .
- More importantly, it also provides their translations to be used by
- other programs.
-Original-Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
-Homepage: http://pkg-isocodes.alioth.debian.org/
-
-Package: libcanberra0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 115
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcanberra
-Version: 0.30-2.1ubuntu1
-Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libltdl7 (>= 2.4.2), libtdb1 (>= 1.2.7+git20101214), libvorbisfile3 (>= 1.1.2), sound-theme-freedesktop
-Suggests: libcanberra-gtk0, libcanberra-pulse
-Description: simple abstract interface for playing event sounds
- libcanberra defines a simple abstract interface for playing event
- sounds.
- .
- libcanberra relies on the XDG sound naming specification for
- identifying event sounds. On Unix/Linux the right sound to play
- is found via the mechanisms defined in the XDG sound theming
- specification.
-Homepage: http://0pointer.de/lennart/projects/libcanberra/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: python3.6-examples
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 1904
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: all
-Source: python3.6
-Version: 3.6.5-1+xenial1
-Depends: python3.6 (>= 3.6.5-1+xenial1)
-Description: Examples for the Python language (v3.6)
- Examples, Demos and Tools for Python (v3.6). These are files included in
- the upstream Python distribution (v3.6).
-
-Package: libncursesw5
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 345
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Depends: libtinfo5 (= 6.0+20160213-1ubuntu1), libc6 (>= 2.14)
-Recommends: libgpm2
-Description: shared libraries for terminal handling (wide character support)
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains the shared libraries necessary to run programs
- compiled with ncursesw, which includes support for wide characters.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: nvidia-opencl-icd-352
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-opencl-icd-361
-Description: Transitional package for nvidia-opencl-icd-361
- This is a transitional package for nvidia-opencl-icd-361, and can be
- safely removed after the installation is complete.
-
-Package: liberror-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 54
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.17-1.2
-Depends: perl
-Description: Perl module for error/exception handling in an OO-ish way
- This module provides two interfaces. Firstly "Error" provides a
- procedural interface to exception handling. Secondly "Error" is a
- base class for errors/exceptions that can either be thrown, for
- subsequent catch, or can simply be recorded.
- .
- Errors in the class "Error" should not be thrown directly, but the
- user should throw errors from a sub-class of "Error".
-Original-Maintainer: Clint Burfoot <clint@burfoot.info>
-
-Package: dconf-service
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: d-conf
-Version: 0.24.0-2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1), libdconf1 (= 0.24.0-2)
-Recommends: dconf-gsettings-backend
-Description: simple configuration storage system - D-Bus service
- DConf is a low-level key/value database designed for storing desktop
- environment settings.
- .
- This package contains the DConf service, which applications talk to
- using D-Bus in order to obtain their settings. It is mostly used by the
- GSettings backend.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/dconf
-
-Package: libghc-primitive-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 1011
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-primitive
-Version: 0.6.1.0-1
-Provides: libghc-primitive-dev-0.6.1.0-b2a7b
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
-Suggests: libghc-primitive-doc, libghc-primitive-prof
-Description: Wrappers for primitive operations
- This package contains Haskell bindings for the functions and data structures
- defined in the primitive C library.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/haskell/primitive
-Ghc-Package: primitive-0.6.1.0-b2a7b9f8d5591c0d4ce7ef238a3217d2
-
-Package: curl
-Status: install ok installed
-Priority: optional
-Section: web
-Installed-Size: 330
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 7.47.0-1ubuntu2.2
-Depends: libc6 (>= 2.17), libcurl3-gnutls (= 7.47.0-1ubuntu2.2), zlib1g (>= 1:1.1.4)
-Description: command line tool for transferring data with URL syntax
- curl is a command line tool for transferring data with URL syntax, supporting
- DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
- POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
- .
- curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
- based upload, proxies, cookies, user+password authentication (Basic, Digest,
- NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
- busload of other useful tricks.
-Homepage: http://curl.haxx.se
-Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
-
-Package: gettext
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 4188
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.19.7-2ubuntu3
-Depends: libc6 (>= 2.17), libcroco3 (>= 0.6.2), libgomp1 (>= 4.9), libtinfo5 (>= 6), libunistring0, libxml2 (>= 2.9.1), gettext-base, dpkg (>= 1.15.4) | install-info
-Recommends: curl | wget | lynx-cur, libasprintf-dev, libgettextpo-dev
-Suggests: gettext-doc, autopoint
-Breaks: autopoint (<= 0.17-11)
-Description: GNU Internationalization utilities
- Interesting for authors or maintainers of other packages or programs
- which they want to see internationalized.
-Homepage: http://www.gnu.org/software/gettext/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: ltrace
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 365
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.7.3-5.1ubuntu4
-Depends: libc6 (>= 2.14), libelf1 (>= 0.131), libselinux1 (>= 1.32)
-Conffiles:
- /etc/ltrace.conf f67e1097893416df68c30b65ed908992
-Description: Tracks runtime library calls in dynamically linked programs
- ltrace is a debugging program which runs a specified command until it
- exits. While the command is executing, ltrace intercepts and records
- the dynamic library calls which are called by
- the executed process and the signals received by that process.
- It can also intercept and print the system calls executed by the program.
- .
- The program to be traced need not be recompiled for this, so you can
- use it on binaries for which you don't have the source handy.
- .
- You should install ltrace if you need a sysadmin tool for tracking the
- execution of processes.
-Original-Maintainer: Juan Cespedes <cespedes@debian.org>
-
-Package: libv4l-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 189
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: v4l-utils
-Version: 1.10.0-1
-Depends: libv4lconvert0 (= 1.10.0-1), libc6 (>= 2.4)
-Description: Collection of video4linux support libraries
- libv4l is a collection of libraries which adds a thin abstraction layer on
- top of video4linux2 devices. The purpose of this (thin) layer is to make it
- easy for application writers to support a wide variety of devices without
- having to write separate code for different devices in the same class. libv4l
- consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
- .
- libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
- of the drivers for those devices supporting v4l1 compatibility (which many
- v4l2 drivers do not).
- .
- libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the
- application transparent libv4lconvert conversion where necessary.
- .
- This package contains the shared libraries.
-Original-Maintainer: Gregor Jasny <gjasny@googlemail.com>
-Homepage: http://linuxtv.org/downloads/v4l-utils/
-
-Package: nodejs
-Status: install ok installed
-Priority: optional
-Section: web
-Installed-Size: 61910
-Maintainer: Chris Lea <chl@nodesource.com>
-Architecture: amd64
-Version: 10.4.0-1nodesource1
-Replaces: nodejs-dev (<= 0.8.22), nodejs-legacy, npm (<= 1.2.14)
-Provides: nodejs-dev, nodejs-legacy, npm
-Depends: libc6 (>= 2.7), libgcc1 (>= 1:3.4), libstdc++6 (>= 4.4.0), python-minimal, ca-certificates
-Conflicts: nodejs-dev, nodejs-legacy, npm
-Description: Node.js event-based server-side javascript engine
- Node.js is similar in design to and influenced by systems like
- Ruby's Event Machine or Python's Twisted.
- .
- It takes the event model a bit further - it presents the event
- loop as a language construct instead of as a library.
- .
- Node.js is bundled with several useful libraries to handle server tasks :
- System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
- HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
-Homepage: https://nodejs.org
-
-Package: bash
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: shells
-Installed-Size: 1500
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 4.3-14ubuntu1.2
-Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1)
-Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
-Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libtinfo5 (>= 6)
-Recommends: bash-completion (>= 20060301-0)
-Suggests: bash-doc
-Conflicts: bash-completion (<< 20060301-0)
-Conffiles:
- /etc/bash.bashrc d80b5c72ee089f1e43de3f084a69495c
- /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f
- /etc/skel/.bashrc 1f98b8f3f3c8f8927eca945d59dcc1c6
- /etc/skel/.profile 905f748ceda81747600e9a593b42f3e4
-Description: GNU Bourne Again SHell
- Bash is an sh-compatible command language interpreter that executes
- commands read from the standard input or from a file. Bash also
- incorporates useful features from the Korn and C shells (ksh and csh).
- .
- Bash is ultimately intended to be a conformant implementation of the
- IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
- .
- The Programmable Completion Code, by Ian Macdonald, is now found in
- the bash-completion package.
-Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: xserver-xorg-input-evdev
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 99
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:2.10.1-1ubuntu2
-Replaces: xserver-xorg-core (<< 2:1.18.0-1)
-Provides: xorg-driver-input
-Depends: libc6 (>= 2.7), libevdev2 (>= 0.9.1), libmtdev1 (>= 1.1.0), libudev1 (>= 183), xorg-input-abi-22, xserver-xorg-core (>= 2:1.17.99.902)
-Breaks: xserver-xorg-core (<< 2:1.18.0-1)
-Description: X.Org X server -- evdev input driver
- This package provides the driver for input devices using evdev, the Linux
- kernel's event delivery mechanism. This driver allows for multiple keyboards
- and mice to be treated as separate input devices.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This package is built from the X.org xf86-input-evdev driver module.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libblacs-openmpi1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 247
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: blacs-mpi
-Version: 1.1-33.3
-Replaces: blacs1-lam, blacs1-mpich, blacs1gf-lam, blacs1gf-mpich, libblacs-mpi1 (<< 1.1-31.2)
-Depends: mpi-default-bin, libc6 (>= 2.4), libopenmpi1.10
-Breaks: libblacs-mpi1 (<< 1.1-31.2)
-Conflicts: blacs1-lam, blacs1-mpich, blacs1gf-lam, blacs1gf-mpich
-Description: Basic Linear Algebra Comm. Subprograms - Shared libs. for OpenMPI
- The BLACS project is an ongoing investigation whose purpose is to
- create a linear algebra oriented message passing interface that may be
- implemented efficiently and uniformly across a large range of
- distributed memory platforms.
- .
- You can choose between an implementation based on MPI or PVM. This package
- uses MPI. There are packages for the shared libraries (this one), for the
- static libraries and the development files, and for test programs.
- .
- Most users do not need to install this package directly because it is
- used as a high level driver for the communication in the ScaLAPACK packages.
- Therefore, it is installed when installing ScaLAPACK. ScaLAPACK is a
- parallel version of LAPACK and is used on Beowulf type clusters.
-Original-Maintainer: Muammar El Khatib <muammar@debian.org>
-Homepage: http://www.netlib.org/blacs/
-
-Package: libklu1.3.3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 217
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libamd2.4.1, libbtf1.2.1, libc6 (>= 2.4), libcolamd2.9.1, libsuitesparseconfig4.4.6
-Description: circuit simulation sparse LU factorization library
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The KLU library provides routines for LU factorization, primarily for circuit
- simulation.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libqt4-script
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2922
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtdbus4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 script module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtScript module provides classes for making Qt applications scriptable.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libqt4-qt3support
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3788
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libqt4-designer (= 4:4.8.7+dfsg-5ubuntu2), libqt4-network (= 4:4.8.7+dfsg-5ubuntu2), libqt4-sql (= 4:4.8.7+dfsg-5ubuntu2), libqt4-xml (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 3 compatibility library for Qt 4
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The Qt3Support module provides classes that ease porting from Qt 3 to Qt 4.
- .
- It allows applications designed to use deprecated Qt 3 classes and functions
- to work with Qt 4, with help from the qt3to4 porting tool found in the
- libqt4-dev-bin package.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libblas-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 1063
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lapack
-Version: 3.6.0-2ubuntu2
-Provides: libblas.so
-Depends: libblas3 (= 3.6.0-2ubuntu2), gfortran
-Suggests: liblapack-doc-man, liblapack-doc
-Description: Basic Linear Algebra Subroutines 3, static library
- This package is a binary incompatible upgrade to the blas-dev
- package. Several minor changes to the C interface have been
- incorporated.
- .
- BLAS (Basic Linear Algebra Subroutines) is a set of efficient
- routines for most of the basic vector and matrix operations.
- They are widely used as the basis for other high quality linear
- algebra software, for example lapack and linpack. This
- implementation is the Fortran 77 reference implementation found
- at netlib.
- .
- This package contains a static version of the library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.netlib.org/lapack/
-
-Package: libpython3.6-testsuite
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 20063
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: all
-Source: python3.6
-Version: 3.6.5-1+xenial1
-Depends: python3.6 (>= 3.6.5-1+xenial1), net-tools
-Suggests: python3.6-gdbm, python3.6-tk
-Description: Testsuite for the Python standard library (v3.6)
- The complete testsuite for the Python standard library. Note that
- a subset is found in the libpython3.6-stdlib package, which should
- be enough for other packages to use (please do not build-depend
- on this package, but file a bug report to include additional
- testsuite files in the libpython3.6-stdlib package).
-
-Package: libaccounts-glib0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 133
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libaccounts-glib
-Version: 1.21+16.04.20160222-0ubuntu1
-Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4)
-Description: library for single signon
- .
- This package contains shared libraries to be used by applications.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: lib32gomp1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 162
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-i386 (>= 2.17)
-Description: GCC OpenMP (GOMP) support library (32bit)
- GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
- in the GNU Compiler Collection.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libtimedate-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 139
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.3000-2
-Replaces: timedate
-Provides: timedate
-Depends: perl
-Breaks: timedate
-Description: collection of modules to manipulate date/time information
- TimeDate is a collection of Perl modules useful for manipulating date and
- time information. Date::Parse can parse absolute date specifications in a
- wide variety of input formats and many languages (via Date::Language).
- .
- This package also includes Date::Format, which can format dates into strings,
- as well as Time::Zone, which contains miscellaneous time zone functions.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/TimeDate
-
-Package: libwavpack1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 188
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: wavpack
-Version: 4.75.2-2ubuntu0.1
-Depends: libc6 (>= 2.14)
-Description: audio codec (lossy and lossless) - library
- WavPack is a completely open audio compression format providing lossless,
- high-quality lossy, and a unique hybrid compression mode. Although the
- technology is loosely based on previous versions of WavPack, the new version
- 4 format has been designed from the ground up to offer unparalleled
- performance and functionality.
- .
- This package contains the shared libraries necessary to run programs
- using libwavpack.
-Homepage: http://www.wavpack.com
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-
-Package: dictionaries-common
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 760
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1.26.3
-Replaces: openoffice.org-updatedicts
-Provides: openoffice.org-updatedicts
-Depends: debconf (>= 1.5.5) | debconf-2.0, libtext-iconv-perl, emacsen-common (>= 2.0.5)
-Suggests: ispell | aspell | hunspell, wordlist
-Breaks: hunspell-ar (<= 0.0.0+20080110-1.1), hunspell-da (<= 1:3.1.0), hunspell-de-at (<= 20100727-1), hunspell-de-ch (<= 20100727-1), hunspell-de-de (<= 20100727-1), hunspell-en-us (<= 20070829-4ubuntu2), hunspell-eu-es (<= 0.4.20081029-4), hunspell-gl-es (<= 2.2a-8), hunspell-kk (<= 1.1-1), hunspell-ko (<= 0.5.3-1), hunspell-se (<= 1.0~beta6.20081222-1.1), hunspell-uz (<= 0.6-3.1), hyphen-en-us (<< 2.8.3-1), myspell-bg (<= 3.0-12), myspell-ca (<= 0.6-10), myspell-cs (<= 20040229-5), myspell-cs-cz (<= 20040229-5), myspell-da (<= 1.6.25-1), myspell-de-at (<= 20100727-1), myspell-de-ch (<= 20100727-1), myspell-de-de (<= 20100727-1), myspell-de-de-oldspell (<= 1:2-27), myspell-el-gr (<= 0.8-1), myspell-en-au (<= 2.1-5), myspell-eo (<= 2.1.2000.02.25-42), myspell-es (<= 1.11-1), myspell-et (<= 1:20030606-12.1), myspell-eu-es (<= 0.4.20081029-4), myspell-fa (<= 0.20070816-2), myspell-fi (<= 0.7-17.3), myspell-fo (<= 0.2.44-2), myspell-fr (<= 1.4-25), myspell-fr-gut (<= 1:1.0-28), myspell-ga (<= 2.0-20), myspell-gd (<= 0.50-7), myspell-gl-es (<= 2.2a-8), myspell-gv (<= 0.50-9), myspell-he (<= 1.1-1), myspell-hr (<= 20060617-2), myspell-hu (<= 0.99.4-2), myspell-hy (<= 0.20.0-1), myspell-ku (<= 0.20.0-1.1), myspell-lv (<= 0.9.3-2), myspell-nb (<= 2.0.10-3.2), myspell-nl (<= 1:2.0-1), myspell-nn (<= 2.0.10-3.2), myspell-nr (<< 20070206-4ubuntu1), myspell-ns (<< 20070206-4ubuntu1), myspell-pl (<= 20100612-1), myspell-pt-br (<= 20101030-1), myspell-pt-pt (<= 20091013-2), myspell-ru (<= 0.99g5-8.1), myspell-sk (<= 0.5.5a-2.1fakesync1), myspell-sl (<< 1.0-3ubuntu1), myspell-ss (<< 20070206-4ubuntu1), myspell-sv-se (<= 1.3.8-6-2.2), myspell-tn (<< 20070206-4ubuntu1), myspell-ts (<< 20070207-4ubuntu1), myspell-uk (<= 1.6.0-1), myspell-ve (<< 20070206-3ubuntu1), myspell-xh (<< 20070206-4ubuntu1), myspell-zu (<< 20070207-5ubuntu1), mythes-it (<= 2.0.7.gh.deb1-3), openoffice.org-thesaurus-it (<< 2.0.7.gh.deb1-1.1ubuntu3)
-Conffiles:
- /etc/emacs/site-start.d/50dictionaries-common.el e069a746e508f771d47825f19f7bba4f
-Description: spelling dictionaries - common utilities
- This package provides utilities shared between all wordlists and spelling
- dictionaries for Ispell, Aspell, or MySpell/Hunspell. It also includes
- support infrastructure for software using them (such as JED and Mutt),
- and some patched spell-checking Lisp files for better Emacs integration.
- .
- More information about the availability of these dictionaries and their
- naming conventions is available in the README.Debian file.
-Original-Maintainer: Agustin Martin Domingo <agmartin@debian.org>
-Homepage: http://dict-common.alioth.debian.org
-
-Package: libmpcdec6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmpc
-Version: 2:0.1~r459-4.1build1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: MusePack decoder - library
- Musepack is an audio compression format with a strong emphasis on
- high quality. It's not lossless, but it is designed for transparency,
- so that you won't be able to hear differences between the original
- wave file and the much smaller MPC file.
- .
- It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997
- it has rapidly developed and vastly improved and is now at an advanced
- stage in which it contains heavily optimized and patentless code.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.musepack.net
-
-Package: liblcms2-2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 400
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lcms2
-Version: 2.6-3ubuntu2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Suggests: liblcms2-utils
-Description: Little CMS 2 color management library
- LittleCMS 2 intends to be a small-footprint color management engine, with
- special focus on accuracy and performance. It uses the International Color
- Consortium standard (ICC) of color management. LittleCMS 2 is a full
- implementation of ICC specification 4.2 plus all addendums. It fully supports
- all V2 and V4 profiles, including abstract, devicelink and named color
- profiles.
- .
- This package contains the shared library of liblcms2.
-Homepage: http://www.littlecms.com/
-Original-Maintainer: Oleksandr Moskalenko <malex@debian.org>
-
-Package: libnet-ip-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 133
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.26-1
-Depends: perl
-Description: Perl extension for manipulating IPv4/IPv6 addresses
- Net::IP provides functions to deal with IPv4/IPv6 addresses.
- The module can be used as a class, allowing the user to instantiate IP
- objects, which can be single IP addresses, prefixes, or ranges of addresses.
- There is also a procedural way of accessing most of the functions. Most
- subroutines can take either IPv4 or IPv6 addresses transparently.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/Net-IP/
-
-Package: libqt4-designer
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 8685
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-script (= 4:4.8.7+dfsg-5ubuntu2), libqt4-xml (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 designer module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtDesigner module provides classes that allow you to create your own
- custom widget plugins for Qt Designer, and classes that enable you to access
- Qt Designer's components.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: isc-dhcp-common
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 149
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: isc-dhcp
-Version: 4.3.3-5ubuntu12.7
-Depends: debianutils (>= 2.8.2)
-Description: common files used by all of the isc-dhcp packages
- This package includes all of the files that are used in common by the various
- ISC DHCP packages, such as the dhcp-eval and dhcp-options manpages and the
- OMAPI command shell.
-Homepage: http://www.isc.org
-Original-Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel@lists.alioth.debian.org>
-
-Package: lxd
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 16775
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.0.10-0ubuntu1~16.04.2
-Depends: acl, adduser, dnsmasq-base, iptables, liblxc1 (>= 2.0.0~), lsb-base (>= 4.1+Debian11ubuntu7), lxd-client (= 2.0.10-0ubuntu1~16.04.2), lxcfs, netcat-openbsd, rsync, squashfs-tools, uidmap, xz-utils, debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), libc6 (>= 2.14), libsqlite3-0 (>= 3.7.15)
-Pre-Depends: debconf
-Suggests: criu, lxd-tools
-Conffiles:
- /etc/apparmor.d/usr.lib.lxd.lxd-bridge-proxy e05f12affea10531ad3b6fa3c5ae19c1
- /etc/init.d/lxd 62d0d414f00e08cfffe9c2f10b764772
- /etc/init/lxd.conf bd5127a3b37a5c094e04c934318ec248
- /etc/logrotate.d/lxd 312901c6c80bd878756257952fd24068
- /etc/sysctl.d/10-lxd-inotify.conf 278c217e18c2aae80d847838869e4ffd
-Description: Container hypervisor based on LXC - daemon
- LXD offers a REST API to remotely manage containers over the network,
- using an image based workflow and with support for live migration.
- .
- This package contains the LXD daemon.
-Built-Using: golang-1.6 (= 1.6.2-0ubuntu5~16.04.3), golang-context (= 0.0~git20140604.1.14f550f-1), golang-defaults (= 2:1.6-1ubuntu4), golang-github-gorilla-mux (= 0.0~git20150814.0.f7b6aaa-1), golang-github-gosexy-gettext (= 0~git20130221-0ubuntu6), golang-github-mattn-go-colorable (= 0.0~git20160226.9cbef7c3-1), golang-github-mattn-go-sqlite3 (= 1.1.0~dfsg1-1), golang-github-olekukonko-tablewriter (= 0.0~git20151029.0.a5eefc2-1), golang-github-pborman-uuid (= 0.0+git20150824.0.cccd189-1ubuntu1), golang-go.crypto (= 1:0.0~git20161012.0.5f31782-1ubuntu0.16.04.1), golang-gocapability-dev (= 0.0~git20150506.1.66ef2aa-1ubuntu1), golang-gopkg-flosch-pongo2.v3 (= 3.0+git20141028.0.5e81b81-0ubuntu1), golang-gopkg-inconshreveable-log15.v2 (= 2.11+git20150921.0.b105bd3-0ubuntu1), golang-gopkg-lxc-go-lxc.v2 (= 0.0~git20161126.1.82a07a6-0ubuntu1~ubuntu16.04.1), golang-gopkg-tomb.v2 (= 0.0~git20140626.14b3d72-1), golang-goprotobuf (= 0.0~git20150526-2), golang-petname (= 2.4-0ubuntu1~16.04), golang-websocket (= 0.0~git20150811.0.b6ab76f-1), golang-yaml.v2 (= 0.0+git20160301.0.a83829b-1)
-Homepage: https://linuxcontainers.org/
-
-Package: dmidecode
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 174
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.0-2ubuntu0.1
-Depends: libc6 (>= 2.4)
-Description: SMBIOS/DMI table decoder
- Dmidecode reports information about the system's hardware as described in the
- system BIOS according to the SMBIOS/DMI standard.
- .
- This information typically includes system manufacturer, model name, serial
- number, BIOS version, asset tag as well as a lot of other details of varying
- level of interest and reliability depending on the manufacturer. This will
- often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI,
- ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel,
- USB).
- .
- Beware that DMI data have proven to be too unreliable to be blindly trusted.
- Dmidecode does not scan the hardware, it only reports what the BIOS told it to.
-Homepage: http://dmidecode.nongnu.org/
-Original-Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
-
-Package: libjbig0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 93
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: jbigkit
-Version: 2.1-3.1
-Depends: libc6 (>= 2.4)
-Pre-Depends: multiarch-support
-Description: JBIGkit libraries
- JBIG-KIT provides a portable library of compression and decompression functions
- with a documented interface that you can include very easily into your image or
- document processing software.
- .
- This package contains the dynamically linked library.
-Original-Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
-Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
-
-Package: libuuid1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 113
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Replaces: e2fsprogs (<< 1.34-1)
-Depends: passwd, libc6 (>= 2.4)
-Recommends: uuid-runtime
-Description: Universally Unique ID library
- The libuuid library generates and parses 128-bit Universally Unique
- IDs (UUIDs). A UUID is an identifier that is unique within the space
- of all such identifiers across both space and time. It can be used for
- multiple purposes, from tagging objects with an extremely short lifetime
- to reliably identifying very persistent objects across a network.
- .
- See RFC 4122 for more information.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: libpcsclite1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 71
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pcsc-lite
-Version: 1.8.14-1ubuntu1.16.04.1
-Depends: libc6 (>= 2.15)
-Suggests: pcscd (= 1.8.14-1ubuntu1.16.04.1)
-Breaks: libpcsclite-dev (<< 1.8.14-1ubuntu1.16.04.1), pcscd (<< 1.8.14-1ubuntu1.16.04.1)
-Description: Middleware to access a smart card using PC/SC (library)
- The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
- in a very small form factor for communicating to smartcards and
- readers.
- .
- The PC/SC Lite library is used to connect to the PC/SC daemon from
- a client application and provide access to the desired reader.
-Homepage: http://pcsclite.alioth.debian.org/
-Original-Maintainer: Ludovic Rousseau <rousseau@debian.org>
-
-Package: libsigsegv2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 61
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsigsegv
-Version: 2.10-4
-Depends: libc6 (>= 2.4)
-Pre-Depends: multiarch-support
-Description: Library for handling page faults in a portable way
- GNU libsigsegv is a library that allows handling page faults in a
- portable way. It is used e.g. for generational garbage collectors
- and stack overflow handlers.
- .
- This package contains the shared library.
-Original-Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
-Homepage: http://libsigsegv.sourceforge.net/
-
-Package: libgpm2
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 83
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gpm
-Version: 1.20.4-6.1
-Depends: libc6 (>= 2.15)
-Pre-Depends: multiarch-support
-Suggests: gpm
-Description: General Purpose Mouse - shared library
- This package provides a library that handles mouse requests
- and delivers them to applications. See the description for the 'gpm'
- package for more information.
-Original-Maintainer: Peter Samuelson <peter@p12n.org>
-Homepage: http://www.nico.schottelius.org/software/gpm/
-
-Package: libgtk-3-common
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 408
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gtk+3.0
-Version: 3.18.9-1ubuntu3.3
-Replaces: libgtk-3-0 (<< 3.5.4)
-Depends: dconf-gsettings-backend | gsettings-backend, adwaita-icon-theme (>= 3.18)
-Recommends: libgtk-3-0
-Breaks: libgtk-3-0 (<< 3.5.4)
-Conffiles:
- /etc/gtk-3.0/im-multipress.conf c358838e1789c1d4e6da7f525fc922cf
-Description: common files for the GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package contains the common files which the libraries need.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libdb5.3
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 1745
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: db5.3
-Version: 5.3.28-11ubuntu0.1
-Depends: libc6 (>= 2.17)
-Description: Berkeley v5.3 Database Libraries [runtime]
- This is the runtime package for programs that use the v5.3 Berkeley
- database library.
-Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
-Original-Maintainer: Debian Berkeley DB Group <pkg-db-devel@lists.alioth.debian.org>
-
-Package: rename
-Status: install ok installed
-Priority: standard
-Section: perl
-Installed-Size: 68
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.20-4
-Replaces: libfile-rename-perl
-Provides: libfile-rename-perl
-Depends: perl
-Conflicts: libfile-rename-perl
-Description: Perl extension for renaming multiple files
- This package provides both a perl interface for renaming files
- (File::Rename) and a command line tool 'rename' which is intended to
- replace the version currently supplied by the perl package.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/File-Rename
-
-Package: libnet-ssleay-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 1083
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.72-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libssl1.0.0 (>= 1.0.2~beta3)
-Suggests: libmime-base64-perl
-Description: Perl module for Secure Sockets Layer (SSL)
- Net::SSLeay is a perl module that allows you to call Secure Sockets Layer
- (SSL) functions of the SSLeay library directly from your perl scripts. It
- is useful if you want to program robots that access secure web servers or
- if you want to build your own applications over SSL encrypted tunnels. If
- you just want to view web pages on https servers, you do not need this -
- your web browser already knows to do that.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Net-SSLeay
-
-Package: build-essential
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 20
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 12.1ubuntu2
-Depends: libc6-dev | libc-dev, gcc (>= 4:5.2), g++ (>= 4:5.2), make, dpkg-dev (>= 1.17.11)
-Description: Informational list of build-essential packages
- If you do not plan to build Debian packages, you don't need this
- package. Starting with dpkg (>= 1.14.18) this package is required
- for building Debian packages.
- .
- This package contains an informational list of packages which are
- considered essential for building Debian packages. This package also
- depends on the packages on that list, to make it easy to have the
- build-essential packages installed.
- .
- If you have this package installed, you only need to install whatever
- a package specifies as its build-time dependencies to build the
- package. Conversely, if you are determining what your package needs
- to build-depend on, you can always leave out the packages this
- package depends on.
- .
- This package is NOT the definition of what packages are
- build-essential; the real definition is in the Debian Policy Manual.
- This package contains merely an informational list, which is all
- most people need. However, if this package and the manual disagree,
- the manual is correct.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libgweather-3-6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 190
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgweather
-Version: 3.18.2-0ubuntu0.2
-Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.5.6), libsoup2.4-1 (>= 2.34.0), libxml2 (>= 2.7.4), libgweather-common (>= 3.5.0)
-Description: GWeather shared library
- libgweather is a library to access weather information from online
- services for numerous locations.
- .
- This package contains shared libraries.
-Homepage: https://wiki.gnome.org/Projects/LibGWeather
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: vim
-Status: install ok installed
-Priority: optional
-Section: editors
-Installed-Size: 2400
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2:7.4.1689-3ubuntu1.2
-Provides: editor
-Depends: vim-common (= 2:7.4.1689-3ubuntu1.2), vim-runtime (= 2:7.4.1689-3ubuntu1.2), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libpython3.5 (>= 3.5.0~b1), libselinux1 (>= 1.32), libtinfo5 (>= 6)
-Suggests: ctags, vim-doc, vim-scripts
-Description: Vi IMproved - enhanced vi editor
- Vim is an almost compatible version of the UNIX editor Vi.
- .
- Many new features have been added: multi level undo, syntax
- highlighting, command line history, on-line help, filename
- completion, block operations, folding, Unicode support, etc.
- .
- This package contains a version of vim compiled with a rather
- standard set of features. This package does not provide a GUI
- version of Vim. See the other vim-* packages if you need more
- (or less).
-Homepage: http://www.vim.org/
-Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
-
-Package: libaspell15
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2154
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: aspell
-Version: 0.60.7~20110707-3build1
-Depends: libc6 (>= 2.14), libstdc++6 (>= 4.6)
-Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
-Suggests: aspell
-Breaks: aspell-bin (<< 0.60.3-2), aspell-da (<= 1.6.25-1.1), aspell-no (<= 2.0.10-5.1)
-Conflicts: aspell6-dictionary
-Description: GNU Aspell spell-checker runtime library
- These are the runtime parts of the Aspell and pspell spell-checking
- toolkits, needed by applications that use the toolkits at runtime.
- .
- For a standalone spell-checker, install aspell as well.
-Original-Maintainer: Brian Nelson <pyro@debian.org>
-Homepage: http://aspell.net/
-
-Package: libcogl20
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 817
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cogl
-Version: 1.22.0-2
-Depends: libc6 (>= 2.17), libcairo2 (>= 1.10), libdrm2 (>= 2.4.17), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 8.1~0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.32.0), libwayland-client0 (>= 1.3.92), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.2.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrandr2 (>= 2:1.2.0), libgl1-mesa-glx
-Recommends: libcogl-common
-Suggests: libgles2-mesa | libgles2
-Breaks: libclutter-1.0-0 (<< 1.17), libcogl11, libcogl12, libcogl15, libcogl9
-Description: Object oriented GL/GLES Abstraction/Utility Layer
- Cogl is a small open source library for using 3D graphics hardware to draw
- pretty pictures. The API departs from the flat state machine style of
- OpenGL and is designed to make it easy to write orthogonal components that
- can render without stepping on each others toes.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: fonts-dejavu-core
-Status: install ok installed
-Priority: optional
-Section: fonts
-Installed-Size: 2963
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: fonts-dejavu
-Version: 2.35-1
-Replaces: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~)
-Breaks: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~)
-Conffiles:
- /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 10d6f2176d76ee9b89a19a17811257f2
- /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 6488b24401e477e35aa71237054c8ada
- /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 0b01522fe76b4e5b8ab3d12383371348
- /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 0cbf30e4580c5a8570da071ab12c5e4d
- /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf f7df7bba810dd953dd78212900f4dcad
- /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf e90c678d46f49bb9d6ba469b64e80c0c
- /etc/fonts/conf.avail/57-dejavu-sans-mono.conf d3e4d007a9ac6c47243b5994f1d195e3
- /etc/fonts/conf.avail/57-dejavu-sans.conf 29cfe6c581fe2dbc222525ce00097002
- /etc/fonts/conf.avail/57-dejavu-serif.conf 1dca2f4ec93842e94f3919f7e0c8f7a9
- /etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf d2ee39274982cb4f831783cff742c8bc
- /etc/fonts/conf.avail/58-dejavu-lgc-sans.conf b4a8f51e45aa24fdee47b3f838cc0205
- /etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 5f0b00e681b1f40b65dd336696ee0bbb
-Description: Vera font family derivate with additional characters
- DejaVu provides an expanded version of the Vera font family aiming for
- quality and broader Unicode coverage while retaining the original Vera
- style. DejaVu currently works towards conformance with the Multilingual
- European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
- fonts provide serif, sans and monospaced variants.
- .
- This package only contains the sans, sans-bold, serif, serif-bold,
- mono and mono-bold variants. For additional variants, see the
- ttf-dejavu-extra package.
- .
- DejaVu fonts are intended for use on low-resolution devices (mainly
- computer screens) but can be used in printing as well.
-Original-Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
-Homepage: http://dejavu-fonts.org/
-
-Package: libarchive13
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 674
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libarchive
-Version: 3.1.2-11ubuntu0.16.04.3
-Depends: libattr1 (>= 1:2.4.46-8), libbz2-1.0, libc6 (>= 2.16), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2, libnettle6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
-Suggests: lrzip
-Description: Multi-format archive and compression library (shared library)
- The libarchive library provides a flexible interface for reading and writing
- archives in various formats such as tar and cpio. libarchive also supports
- reading and writing archives compressed using various compression filters such
- as gzip and bzip2. The library is inherently stream-oriented; readers serially
- iterate through the archive, writers serially add things to the archive.
- .
- Archive formats supported are:
- .
- * tar (read and write, including GNU extensions)
- * pax (read and write, including GNU and star extensions)
- * cpio (read and write, including odc and newc variants)
- * iso9660 (read and write, including Joliet and Rockridge extensions, with
- some limitations)
- * zip (read only, with some limitations, uses zlib)
- * mtree (read and write)
- * shar (write only)
- * ar (read and write, including BSD and GNU/SysV variants)
- * empty (read only; in particular, note that no other format will accept an
- empty file)
- * raw (read only)
- * xar (read only)
- * rar (read only, with some limitations)
- * 7zip (read and write, with some limitations)
- .
- Filters supported are:
- .
- * gzip (read and write, uses zlib)
- * bzip2 (read and write, uses bzlib)
- * compress (read and write, uses an internal implementation)
- * uudecode (read only)
- * separate command-line compressors with fixed-signature auto-detection
- * xz and lzma (read and write using liblzma)
- .
- This package provides the libarchive shared library.
-Homepage: http://www.libarchive.org/
-Original-Maintainer: Debian Libarchive Maintainers <ah-libarchive@debian.org>
-
-Package: libgee-0.8-2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 868
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgee-0.8
-Version: 0.18.0-1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.36)
-Description: GObject based collection and utility library
- libgee is a collection library providing GObject-based interfaces and
- classes for commonly used data structures.
- .
- libgee provides the following interfaces:
- * Traversable
- - Iterable
- + Collection
- # List
- * BidirList
- # Set
- * SortedSet
- - BidirSortedSet
- # MultiSet
- # Queue
- * Deque
- + Map
- # SortedMap
- * BidirSortedMap
- - Iterator
- + BidirIterator
- # BidirListIterator
- + ListIterator
- # BidirListIterator
- * MultiMap
- * Future
- .
- The ArrayList, ArrauQueue, ConcurrentLinkedList, ConcurrentSet, HashSet,
- HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, Promise,
- TreeSet, TreeMap, TreeMultiSet, and TreeMultiMap classes provide a
- reasonable sample implementation of those interfaces. In addition, a set of
- abstract classes are provided to ease the implementation of new collections.
- .
- Around that, the API provides means to retrieve read-only views, efficient
- sort algorithms, simple, bi-directional or index-based mutable iterators
- depending on the collection type.
- .
- libgee is written in Vala and can be used like any GObject-based C library.
- It's planned to provide bindings for further languages.
- .
- This package contains the shared libraries.
-Original-Maintainer: Maintainers of Vala packages <pkg-vala-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/Libgee
-
-Package: libqt4-sql-mysql
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 199
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libmysqlclient20 (>= 5.7.11), libqt4-sql (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Suggests: libqt4-dev
-Description: Qt 4 MySQL database driver
- This package contains the MySQL plugin for Qt 4.
- .
- Install it if you intend to use or write Qt programs that are to access a
- MySQL DB.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: initramfs-tools-core
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 249
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: initramfs-tools
-Version: 0.122ubuntu8.8
-Replaces: initramfs-tools (<< 0.121~)
-Depends: initramfs-tools-bin (= 0.122ubuntu8.8), busybox-initramfs (>= 1:1.13.3-1ubuntu5), klibc-utils (>= 2.0.4-7~), cpio, kmod | module-init-tools, udev
-Suggests: bash-completion
-Breaks: initramfs-tools (<< 0.121~)
-Conffiles:
- /etc/initramfs-tools/initramfs.conf 444437d425d5d06214685b7af7f86e24
-Description: generic modular initramfs generator (core tools)
- This package contains the mkinitramfs program that can be used to
- create a bootable initramfs for a Linux kernel. The initramfs should
- be loaded along with the kernel and is then responsible for mounting
- the root filesystem and starting the main init system.
-Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
-
-Package: libqt5webkit5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 37966
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtwebkit-opensource-src
-Version: 5.5.1+dfsg-2ubuntu1
-Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.0.0), libicu55 (>= 55.1-1~), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libqt5core5a (>= 5.5.1), libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0), libqt5network5 (>= 5.0.2), libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0), libqt5sql5 (>= 5.0.2), libqt5widgets5 (>= 5.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2), libx11-6, libxcomposite1 (>= 1:0.3-1), libxml2 (>= 2.7.4), libxrender1, libxslt1.1 (>= 1.1.25), qtbase-abi-5-5-1, qtdeclarative-abi-5-5-0, zlib1g (>= 1:1.2.0)
-Pre-Depends: dpkg (>= 1.15.6~)
-Description: Web content engine library for Qt
- QtWebKit provides a Web browser engine that makes it easy to embed content
- from the World Wide Web into your Qt application.
- .
- This package contains the QtWebKit libraries.
-Homepage: http://trac.webkit.org/wiki/QtWebKit
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: pulseaudio-utils
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 264
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pulseaudio
-Version: 1:8.0-0ubuntu3.10
-Depends: libc6 (>= 2.16), libcap2 (>= 1:2.10), libice6 (>= 1:1.0.0), libpulse0 (= 1:8.0-0ubuntu3.10), libsm6, libsndfile1 (>= 1.0.20), libx11-6, libx11-xcb1, libxcb1, libxtst6, libpulsedsp
-Suggests: avahi-daemon, pulseaudio
-Description: Command line tools for the PulseAudio sound server
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
- These tools provide command line access to various features of the
- PulseAudio sound server. Included tools are:
- .
- paplay - Playback a WAV file via a PulseAudio sink.
- pacat - Cat raw audio data to a PulseAudio sink.
- parec - Cat raw audio data from a PulseAudio source.
- pacmd - Connect to PulseAudio's built-in command line control interface.
- pactl - Send a control command to a PulseAudio server.
- padsp - /dev/dsp wrapper to transparently support OSS applications.
- pax11publish - Store/retrieve PulseAudio default server/sink/source
- settings in the X11 root window.
-Homepage: http://www.pulseaudio.org
-Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
-
-Package: libkadm5clnt-mit9
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 189
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.13~alpha1+dfsg), libkrb5support0 (>= 1.13~alpha1+dfsg)
-Suggests: krb5-doc, krb5-user
-Description: MIT Kerberos runtime libraries - Administration Clients
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains the runtime library used by clients of the Kerberos
- administration protocol.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: libdvdnav4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 113
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdvdnav
-Version: 5.0.3-1
-Depends: libc6 (>= 2.4), libdvdread4 (>= 5.0.2)
-Suggests: libdvdcss2
-Breaks: mencoder (<< 2:1.0), mplayer (<< 2:1.0), mplayer2 (<< 2.0-728-g2c378c7-4)
-Description: DVD navigation library
- libdvdnav is a DVD navigation library, which provides an interface to the
- advanced features of DVDs, like menus and navigation. It contains the VM and
- other parts useful for writing DVD players. It's based on Ogle, but was
- modified to be used by xine and mplayer.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://dvdnav.mplayerhq.hu/
-
-Package: python3-commandnotfound
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 37
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: all
-Source: command-not-found
-Version: 0.3ubuntu16.04.2
-Replaces: command-not-found (<< 0.3ubuntu7)
-Depends: command-not-found-data, lsb-release, python3-apt, python3-gdbm, python3:any (>= 3.3.2-2~)
-Description: Python 3 bindings for command-not-found.
- This package will install the Python 3 library for command_not_found tool.
-Original-Maintainer: Zygmunt Krynicki <zkrynicki@gmail.com>
-
-Package: libx32ubsan0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 246
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.16), libx32gcc1 (>= 1:3.3), libx32stdc++6 (>= 4.1.1)
-Description: UBSan -- undefined behaviour sanitizer (x32)
- UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
- Various computations will be instrumented to detect undefined behavior
- at runtime. Available for C and C++.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libcilkrts5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 139
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.14), libgcc1 (>= 1:4.8), libstdc++6 (>= 4.1.1)
-Description: Intel Cilk Plus language extensions (runtime)
- Intel Cilk Plus is an extension to the C and C++ languages to support
- data and task parallelism.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: network-manager-pptp
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 96
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.1.93-1ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libnm0 (>= 1.1.90), ppp (<< 2.4.7-2~), ppp (>= 2.4.7-1+~), pptp-linux
-Conffiles:
- /etc/NetworkManager/VPN/nm-pptp-service.name 2485acb0a3ebbf2ff729089d18071ffa
- /etc/dbus-1/system.d/nm-pptp-service.conf 743efe8af06ad1658715df784c6c55cd
-Description: network management framework (PPTP plugin core)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package provides a VPN plugin for PPTP, commonly used for connecting
- to Microsoft VPN servers.
-Homepage: https://www.gnome.org/projects/NetworkManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: hardening-includes
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 43
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: hardening-wrapper
-Version: 2.7ubuntu2
-Depends: perl, make, binutils
-Description: Makefile for enabling compiler flags for security hardening
- Makefile to be included in Debian rules files. CFLAGS and LDFLAGS
- can be extended to include the respective HARDENING_* variables which
- contain architecture-validated security hardening compiler options.
- .
- Also includes the "hardening-check" script to help evaluate the hardening
- status of already compiled binaries.
-Homepage: http://wiki.debian.org/Hardening
-Original-Maintainer: Package Hardening <hardening-discuss@lists.alioth.debian.org>
-
-Package: apt-utils
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 716
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: apt
-Version: 1.2.24
-Depends: apt (= 1.2.24), libapt-inst2.0 (>= 1.0.5), libapt-pkg5.0 (>= 1.1~exp15), libc6 (>= 2.14), libdb5.3, libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: package management related utility programs
- This package contains some less used commandline utilities related
- to package management with APT.
- .
- * apt-extracttemplates is used by debconf to prompt for configuration
- questions before installation.
- * apt-ftparchive is used to create Packages and other index files
- needed to publish an archive of Debian packages
- * apt-sortpkgs is a Packages/Sources file normalizer.
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: install-info
-Status: install ok installed
-Priority: important
-Section: doc
-Installed-Size: 335
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: texinfo
-Version: 6.1.0.dfsg.1-5
-Replaces: texinfo (<< 4.13a.dfsg.1-2)
-Depends: libc6 (>= 2.14)
-Pre-Depends: dpkg (>= 1.16.1)
-Breaks: texinfo (<< 4.13a.dfsg.1-2)
-Description: Manage installed documentation in info format
- The install-info utility creates the index of all installed documentation
- in info format and makes it available to info readers.
-Original-Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
-
-Package: libeatmydata1
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 32
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libeatmydata
-Version: 105-3
-Replaces: eatmydata (<< 82-1)
-Depends: libc6 (>= 2.4)
-Breaks: eatmydata (<< 82-1)
-Description: Library and utilities to disable fsync and friends - shared library
- This package contains the actual LD_PRELOAD library (libeatmydata) supporting
- the operation of the eatmydata package. Users typically want to use or depend
- on the eatmydata package instead of this one, so see its description for
- further information.
-Original-Maintainer: Mattia Rizzolo <mattia@debian.org>
-Homepage: https://launchpad.net/libeatmydata
-
-Package: libcap2-bin
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 85
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: libcap2
-Version: 1:2.24-12
-Replaces: libcap-bin
-Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10)
-Recommends: libpam-cap
-Breaks: libcap-bin
-Description: POSIX 1003.1e capabilities (utilities)
- Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
- available in Linux kernels. These capabilities are a partitioning of the all
- powerful root privilege into a set of distinct privileges.
- .
- This package contains additional utilities.
-Original-Maintainer: Christian Kastner <ckk@debian.org>
-Homepage: http://sites.google.com/site/fullycapable/
-
-Package: libdbus-glib-1-2
-Status: install ok installed
-Priority: optional
-Section: oldlibs
-Installed-Size: 211
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: dbus-glib
-Version: 0.106-1
-Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8)
-Description: simple interprocess messaging system (GLib-based shared library)
- D-Bus is a message bus, used for sending messages between applications.
- Conceptually, it fits somewhere in between raw sockets and CORBA in
- terms of complexity.
- .
- This package provides a deprecated GLib-based shared library for
- applications using the GLib interface to D-Bus. New code should use
- GDBus, part of GLib, instead.
- .
- See the dbus description for more information about D-Bus in general.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings
-
-Package: debconf
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 547
-Maintainer: Colin Watson <cjwatson@ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1.5.58ubuntu1
-Replaces: debconf-tiny
-Provides: debconf-2.0
-Pre-Depends: perl-base (>= 5.6.1-4)
-Recommends: apt-utils (>= 0.5.1), debconf-i18n
-Suggests: debconf-doc, debconf-utils, whiptail | dialog, libterm-readline-gnu-perl, libgtk2-perl (>= 1:1.130), libnet-ldap-perl, perl, libqtgui4-perl, libqtcore4-perl
-Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13)
-Conffiles:
- /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73
- /etc/debconf.conf 8c0619be413824f1fc7698cee0f23811
-Description: Debian configuration management system
- Debconf is a configuration management system for debian packages. Packages
- use Debconf to ask questions when they are installed.
-Original-Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
-
-Package: debconf-i18n
-Status: install ok installed
-Priority: important
-Section: localization
-Installed-Size: 780
-Maintainer: Colin Watson <cjwatson@ubuntu.com>
-Architecture: all
-Source: debconf
-Version: 1.5.58ubuntu1
-Replaces: debconf (<< 1.3.0), debconf-utils (<< 1.3.22)
-Depends: debconf (= 1.5.58ubuntu1), liblocale-gettext-perl, libtext-iconv-perl, libtext-wrapi18n-perl, libtext-charwidth-perl
-Conflicts: debconf-english, debconf-utils (<< 1.3.22)
-Description: full internationalization support for debconf
- This package provides full internationalization for debconf, including
- translations into all available languages, support for using translated
- debconf templates, and support for proper display of multibyte character
- sets.
-Original-Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
-
-Package: zlib1g
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 156
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: zlib
-Version: 1:1.2.8.dfsg-2ubuntu4.1
-Provides: libz1
-Depends: libc6 (>= 2.14)
-Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12)
-Conflicts: zlib1 (<= 1:1.0.4-7)
-Description: compression library - runtime
- zlib is a library implementing the deflate compression method found
- in gzip and PKZIP. This package includes the shared library.
-Homepage: http://zlib.net/
-Original-Maintainer: Mark Brown <broonie@debian.org>
-
-Package: libconvexdecomposition2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 154
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libconvexdecomposition2.83, libconvexdecomposition2.83v5
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libconvexdecomposition2.83, libconvexdecomposition2.83v5
-Description: professional 3D Game Multiphysics Library -- convex decomposition
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the ConvexDecomposition shared library. Convex
- decomposition can be used to decompose a concave mesh into several convex
- parts and then combine them into a new composite object.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: libghc-extensible-exceptions-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 28
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-extensible-exceptions
-Version: 0.1.1.4-6
-Provides: libghc-extensible-exceptions-prof-0.1.1.4-81599
-Depends: libghc-extensible-exceptions-dev (= 0.1.1.4-6), libghc-base-prof-4.8.2.0-0d6d1
-Description: Compatibility layer for exceptions; profiling libraries
- This provides the new extensible exceptions for both new and old versions of
- GHC.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/extensible-exceptions
-
-Package: libsane
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 9412
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: sane-backends
-Version: 1.0.25+git20150528-1ubuntu2.16.04.1
-Depends: acl, adduser, libsane-common (= 1.0.25+git20150528-1ubuntu2.16.04.1), udev | makedev, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), libgphoto2-6 (>= 2.5.9), libgphoto2-port12 (>= 2.5.9), libieee1284-3, libjpeg8 (>= 8c), libtiff5 (>= 4.0.3), libusb-1.0-0 (>= 2:1.0.8)
-Suggests: avahi-daemon, hplip, libsane-extras, sane-utils (>= 1.0.25+git20150528-1ubuntu2.16.04.1)
-Description: API library for scanners
- SANE stands for "Scanner Access Now Easy" and is an application
- programming interface (API) that provides standardized access to any
- raster image scanner hardware (flatbed scanner, hand-held scanner,
- video- and still-cameras, frame-grabbers, etc.). The SANE standard is
- free and its discussion and development are open to everybody. The
- current source code is written to support several operating systems,
- including GNU/Linux, OS/2, Win32 and various Unices and is available
- under the GNU General Public License (commercial applications and
- backends are welcome, too, however).
- .
- This package includes the backends for many scanners. A libsane-extras
- package containing some not-yet-included backends is available separately.
- .
- Graphical frontends for sane are available in the packages sane and
- xsane. Command line frontend scanimage, saned and sane-find-scanner are
- available in the sane-utils package.
-Homepage: http://www.sane-project.org
-Original-Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
-
-Package: plymouth-theme-ubuntu-text
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 52
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: plymouth
-Version: 0.9.2-3ubuntu13.2
-Provides: plymouth-theme
-Depends: libc6 (>= 2.2.5), libplymouth4 (>= 0.9.2), plymouth (= 0.9.2-3ubuntu13.2), lsb-release
-Description: boot animation, logger and I/O multiplexer - ubuntu text theme
- Plymouth provides a boot-time I/O multiplexing framework - the most obvious
- use for which is to provide an attractive graphical animation in place of
- the text messages that normally get shown during boot. (The messages are
- instead redirected to a logfile for later viewing.) However, in event-driven
- boot systems Plymouth can also usefully handle user interaction such as
- password prompts for encrypted file systems.
- .
- This package contains the default ubuntu-text text theme used when no
- support for a graphical theme is found on your system.
-Homepage: http://www.freedesktop.org/wiki/Software/Plymouth
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: lvm2
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 2117
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.02.133-1ubuntu10
-Replaces: udev (<< 228-2ubuntu2)
-Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.110), liblvm2app2.2 (>= 2.02.133), libreadline5 (>= 5.2), libudev1 (>= 183), init-system-helpers (>= 1.18~), lsb-base, dmsetup (>> 2:1.02.47), dmeventd (>> 2:1.02.90), initscripts (>= 2.88dsf-13.3), udev (>= 228-2ubuntu2~)
-Suggests: thin-provisioning-tools
-Breaks: initramfs-tools (<< 0.99), thin-provisioning-tools (<< 0.3.2)
-Conffiles:
- /etc/init.d/lvm2 70063dce3a90eca5ef673579e5fcc402
- /etc/init.d/lvm2-lvmetad c67e25f2c711f99b9cdaca291a143986
- /etc/init.d/lvm2-lvmpolld 6ee7740a641d91e302d3fbfe42a14942
- /etc/lvm/lvm.conf c41a1525301acb90ba1d8daf98c215b6
-Description: Linux Logical Volume Manager
- This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
- supports enterprise level volume management of disk and disk subsystems
- by grouping arbitrary disks into volume groups. The total capacity of
- volume groups can be allocated to logical volumes, which are accessed as
- regular block devices.
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: gir1.2-freedesktop
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 48
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gobject-introspection
-Version: 1.46.0-3ubuntu1
-Depends: gir1.2-glib-2.0 (= 1.46.0-3ubuntu1), libgirepository-1.0-1 (>= 1.41.4-1)
-Description: Introspection data for some FreeDesktop components
- GObject Introspection is a project for providing machine readable
- introspection data of the API of C libraries. This introspection
- data can be used in several different use cases, for example
- automatic code generation for bindings, API verification and documentation
- generation.
- .
- GObject Introspection contains tools to generate and handle the
- introspection data.
- .
- This package contains small pieces of introspection data for the Cairo,
- FontConfig, FreeType, GL, and some XOrg libraries. They are
- distributed in this package temporarily, while the original sources
- do not include support for GObject Introspection. They are far from
- complete and only include what is necessary for other introspection
- packages to work properly.
-Homepage: https://wiki.gnome.org/GObjectIntrospection
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: ubuntu-mono
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 5622
-Maintainer: Ubuntu Artwork Team <ubuntu-art@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: ubuntu-themes
-Version: 14.04+16.04.20180326-0ubuntu1
-Depends: adwaita-icon-theme, hicolor-icon-theme, humanity-icon-theme
-Description: Ubuntu Mono Icon theme
- Dark and Light panel icons to make your desktop beautiful.
-Homepage: https://launchpad.net/ubuntu-themes
-
-Package: gnome-screensaver
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 416
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.6.1-7ubuntu4
-Depends: libc6 (>= 2.7), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-12 (>= 3.17.92), libgtk-3-0 (>= 3.0.0), libpam0g (>= 0.99.7.1), libsystemd0, libx11-6, libxext6, libxxf86vm1, dbus-x11, adwaita-icon-theme (>= 2.15.90), gsettings-desktop-schemas (>= 2.91.92)
-Recommends: gnome-power-manager | xfce4-power-manager, libpam-gnome-keyring
-Breaks: gnome-session-flashback (<< 3.8.1-1~)
-Conffiles:
- /etc/pam.d/gnome-screensaver 6db13401571f575bd03b96a501817be7
- /etc/xdg/autostart/gnome-screensaver.desktop d19e3e5570d1857cf2e45f417f78962a
-Description: GNOME screen saver and locker
- gnome-screensaver is a screen saver and locker that aims to have simple,
- sane and secure defaults, and be well integrated with the GNOME desktop.
- .
- It is designed to support, among other things:
- .
- * the ability to lock down configuration settings
- * translation into other languages
- * user switching
-Homepage: https://wiki.gnome.org/GnomeScreensaver
-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
-
-Package: libblas-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 22
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lapack
-Version: 3.6.0-2ubuntu2
-Description: Dependency package for all BLAS implementations
- The only purpose of this empty package is to ensure multi-arch safety of
- different BLAS implementations. See bug #760936 for more details.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.netlib.org/lapack/
-
-Package: nvidia-opencl-icd-346
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352
-Version: 352.63-0ubuntu3
-Depends: nvidia-opencl-icd-352
-Description: Transitional package for nvidia-opencl-icd-352
- This is a transitional package for nvidia-opencl-icd-352, and can be
- safely removed after the installation is complete.
-
-Package: libwebkit2gtk-4.0-37
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 42484
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: webkit2gtk
-Version: 2.20.2-0ubuntu0.16.04.1
-Depends: libjavascriptcoregtk-4.0-18 (= 2.20.2-0ubuntu0.16.04.1), libatk1.0-0 (>= 2.12.0), libc6 (>= 2.17), libcairo2 (>= 1.14.0), libegl1-mesa (>= 7.8.1) | libegl1-x11, libenchant1c2a (>= 1.6.0), libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.0), libgcrypt20 (>= 1.6.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.43.1), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.16.2), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 0.9.18), libhyphen0 (>= 2.7.1), libicu55 (>= 55.1-1~), libjpeg8 (>= 8c), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.30.0), libpng12-0 (>= 1.2.13-4), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.44.0), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 5.2), libwayland-client0 (>= 1.9.91), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.2.0), libwebp5 (>= 0.4.3), libwebpdemux1 (>= 0.4.3), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.0)
-Recommends: gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libwebkit2gtk-4.0-37-gtk2
-Description: Web content engine library for GTK+
- WebKit is a web content engine, derived from KHTML and KJS from KDE, and
- used primarily in Apple's Safari browser. It is made to be embedded in
- other applications, such as mail readers, or web browsers.
- .
- It is able to display content such as HTML, SVG, XML, and others. It also
- supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
- .
- WebKit2 is an API layer for WebKit designed from the ground up to
- support a split process model, where the web content lives in a
- separate process from the application UI.
- .
- This build comes from the GTK+ port of WebKit (API version 4.0).
- .
- This is the library for embedding in GTK+ applications.
-Homepage: http://webkitgtk.org/
-Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
-
-Package: libgtop2-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 88
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libgtop2
-Version: 2.32.0-1
-Description: gtop system monitoring library (common)
- The gtop library reads information about processes and the state of the
- system. It is used by the GNOME desktop environment.
- .
- This package contains the translations.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libpolkit-agent-1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 63
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: policykit-1
-Version: 0.105-14.1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.105)
-Description: PolicyKit Authentication Agent API
- PolicyKit is a toolkit for defining and handling the policy that
- allows unprivileged processes to speak to privileged processes.
- .
- This package contains a library for accessing the authentication agent.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/polkit/
-
-Package: modemmanager
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 2952
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.6.4-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libmbim-glib4 (>= 1.12.2), libmbim-proxy, libmm-glib0 (>= 1.5.993), libpolkit-gobject-1-0 (>= 0.99), libqmi-glib5 (>= 1.14.0), libqmi-proxy
-Recommends: usb-modeswitch
-Breaks: network-manager (<< 0.9.8.2-1)
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf 544bfadbb08e3a1cf52b68b0c0c546ac
-Description: D-Bus service for managing modems
- ModemManager is a DBus-activated daemon which controls mobile broadband
- (2G/3G/4G) devices and connections. Whether built-in devices, USB dongles,
- Bluetooth-paired telephones or professional RS232/USB devices with external
- power supplies, ModemManager is able to prepare and configure the modems and
- setup connections with them.
-Homepage: https://www.freedesktop.org/wiki/Software/ModemManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libcurl3-gnutls
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 542
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: curl
-Version: 7.47.0-1ubuntu2.2
-Depends: libc6 (>= 2.17), libgnutls30 (>= 3.4.2), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), libnettle6, librtmp1 (>= 2.4+20131018.git79459a2-3~), zlib1g (>= 1:1.1.4)
-Recommends: ca-certificates
-Description: easy-to-use client-side URL transfer library (GnuTLS flavour)
- libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
- FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
- RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
- .
- libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
- form based upload, proxies, cookies, user+password authentication (Basic,
- Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
- and more!
- .
- libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
- fast, thoroughly documented and is already used by many known, big and
- successful companies and numerous applications.
- .
- SSL support is provided by GnuTLS.
-Homepage: http://curl.haxx.se
-Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
-
-Package: cracklib-runtime
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 560
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: cracklib2
-Version: 2.9.2-1ubuntu1
-Depends: file, libcrack2 (>= 2.9.2-1ubuntu1), libc6 (>= 2.4)
-Recommends: wamerican | wordlist
-Conffiles:
- /etc/cracklib/cracklib.conf 07f3a98ebcc92b9254649521e63d5bc5
- /etc/cron.daily/cracklib-runtime 41bd6472edd0d6fa166880428e9e46aa
- /etc/logcheck/ignore.d.paranoid/cracklib-runtime a309e8671caa59db4127b745b516fead
-Description: runtime support for password checker library cracklib2
- Run-time support programs which use the shared library in libcrack2
- including programs to build the password dictionary databases used by
- the functions in the shared library.
-Homepage: http://sourceforge.net/projects/cracklib
-Original-Maintainer: Jan Dittberner <jandd@debian.org>
-
-Package: lsof
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 440
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.89+dfsg-0.1
-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32)
-Suggests: perl
-Description: Utility to list open files
- Lsof is a Unix-specific diagnostic tool. Its name stands
- for LiSt Open Files, and it does just that. It lists
- information about any files that are open, by processes
- currently running on the system.
-Original-Maintainer: Norbert Tretkowski <nobse@debian.org>
-Homepage: http://people.freebsd.org/~abe/
-
-Package: policykit-1
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 412
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.105-14.1
-Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (>= 0.105), libpolkit-backend-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.101), libpam-systemd, dbus
-Breaks: gdm3 (<< 3.8.4-7~)
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf 09f96e58327bd8fe5cfdd28e56cef236
- /etc/pam.d/polkit-1 db501b7f9054813ff7cc7e490837eb34
- /etc/polkit-1/localauthority.conf.d/50-localauthority.conf 2adb9d174807b0a3521fabf03792fbc8
- /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf c4dbd2117c52f367f1e8b8c229686b10
- /etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf 1619df1aeee5c92bf19446a820274e5a
-Description: framework for managing administrative policies and privileges
- PolicyKit is an application-level toolkit for defining and handling the policy
- that allows unprivileged processes to speak to privileged processes.
- .
- It is a framework for centralizing the decision making process with respect to
- granting access to privileged operations for unprivileged (desktop)
- applications.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/polkit/
-
-Package: libmirprotobuf3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 539
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mir
-Version: 0.26.3+16.04.20170605-0ubuntu1.1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.3.1), libprotobuf-lite9v5, libstdc++6 (>= 5.2)
-Description: Display server for Ubuntu - RPC definitions
- Mir is a display server running on linux systems, with a focus on efficiency,
- robust operation and a well-defined driver model.
- .
- Contains the shared library containing the Google Protobuf definitions
- required for Mir clients and servers.
-Homepage: https://launchpad.net/mir
-Original-Maintainer: Thomas Voß <thomas.voss@canonical.com>
-
-Package: libbsd-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 460
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libbsd
-Version: 0.8.2-1
-Replaces: libfreebsd-dev (<< 0.0-8)
-Depends: libbsd0 (= 0.8.2-1)
-Description: utility functions from BSD systems - development files
- This library provides some functions commonly available on BSD systems but
- not on others like GNU systems.
- .
- The currently provided functions are:
- .
- * _time32_to_time, _time_to_time32, _time64_to_time, _time_to_time64,
- _time_to_long, _long_to_time, _time_to_int, _int_to_time.
- * MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad,
- MD5Transform, MD5Update.
- * arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir,
- arc4random_uniform.
- * bsd_getopt.
- * be16dec, be32dec, be64dec, le16dec, le32dec, le64dec.
- * be16enc, be32enc, be64enc, le16enc, le32enc, le64enc.
- * closefrom.
- * expand_number, dehumanize_number, humanize_number, strtonum, fmtcheck.
- * explicit_bzero.
- * errc, verrc, vwarnc, warnc.
- * fgetln, fparseln, fgetwln, flopen, fpurge, funopen.
- * getbsize.
- * getmode, setmode, strmode,
- * getpeereid.
- * getprogname, setprogname.
- * heapsort, radixsort, mergesort, sradixsort.
- * nlist (ELF and a.out support).
- * pidfile_open, pidfile_write, pidfile_close, pidfile_remove.
- * readpassphrase.
- * reallocarray, reallocf.
- * setproctitle (initialized via libbsd-ctor or setproctitle_init).
- * sl_init, sl_add, sl_free, sl_find.
- * strlcpy, strlcat.
- * strnstr.
- * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis.
- * wcslcat, wcslcpy.
- .
- Also included are some queue macro definitions not present on includes
- from glibc.
-Original-Maintainer: Guillem Jover <guillem@debian.org>
-Homepage: http://libbsd.freedesktop.org/
-
-Package: libpython3.5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4515
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.5
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: libpython3.5-stdlib (= 3.5.2-2ubuntu0~16.04.4), libc6 (>= 2.17), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
-Description: Shared Python runtime library (version 3.5)
- Python is a high-level, interactive, object-oriented language. Its 3.5 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains the shared runtime library, normally not needed
- for programs using the statically linked interpreter.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libsignon-glib1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 142
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsignon-glib
-Version: 1.13+16.04.20151209.1-0ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1)
-Pre-Depends: multiarch-support
-Description: library for signond
- .
- This package contains shared libraries to be used by applications.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: system-config-printer-common
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 226
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: system-config-printer
-Version: 1.5.7+20160212-0ubuntu2
-Replaces: system-config-printer, system-config-printer-gnome (<< 1.3.11+20120807-0ubuntu7)
-Depends: python3-cups (>= 1.9.60), python3-dbus, python3-cupshelpers
-Recommends: system-config-printer-udev, avahi-utils
-Suggests: python3-smbc
-Conflicts: system-config-printer, system-config-printer-kde (<= 0.09ubuntu1)
-Conffiles:
- /etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf 8df3896101328880517f530c11fff877
- /etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf d81013f5bfeece9858706aed938e16bb
-Description: Printer configuration GUI
- A CUPS printer configuration tool and status applet.
- .
- This package provides common files used by both frontends.
-Original-Maintainer: Otavio Salvador <otavio@ossystems.com.br>
-
-Package: hostname
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 50
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.16ubuntu2
-Replaces: nis (<< 3.17-30)
-Pre-Depends: libc6 (>= 2.4), lsb-base (>= 4.1+Debian11ubuntu7)
-Breaks: nis (<< 3.17-30)
-Conffiles:
- /etc/init/hostname.conf 2521555e6850a6ee2461a4444b4c1d0d
- /etc/init/hostname.sh.conf 5fd24ea35befe5d66bf8ff80b612e3f2
-Description: utility to set/show the host name or domain name
- This package provides commands which can be used to display the system's
- DNS name, and to display or set its hostname or NIS domain name.
-Original-Maintainer: Debian Hostname Team <hostname-devel@lists.alioth.debian.org>
-
-Package: system-config-printer-udev
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 114
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: system-config-printer
-Version: 1.5.7+20160212-0ubuntu2
-Depends: libc6 (>= 2.14), libcups2 (>= 1.6.0), libglib2.0-0 (>= 2.12.0), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.8), python3-cups (>= 1.9.55), python3-dbus, python3-cupshelpers
-Recommends: ippusbxd
-Description: Printer auto-configuration facility based on udev
- A CUPS printer configuration tool and status applet.
- .
- This package provides udev rules and callouts for auto-setup of
- print queues (Plug'n'Print) and for automatic disabling and
- re-enabling print queues when the printer gets disconnected and
- reconnected.
-Original-Maintainer: Otavio Salvador <otavio@ossystems.com.br>
-
-Package: python-dev
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 18
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Depends: python (= 2.7.12-1~16.04), libpython-dev (= 2.7.12-1~16.04), python2.7-dev (>= 2.7.12-1~)
-Description: header files and a static library for Python (default)
- Header files, a static library and development tools for building
- Python modules, extending the Python interpreter or embedding Python
- in applications.
- .
- This package is a dependency package, which depends on Debian's default
- Python version (currently v2.7).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libnm-gtk0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 257
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: network-manager-applet
-Version: 1.2.6-0ubuntu0.16.04.4
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4), libgudev-1.0-0 (>= 146), libnm-glib4 (>= 0.8.998), libnm-util2 (>= 0.9.5.96), libnm-gtk-common (= 1.2.6-0ubuntu0.16.04.4)
-Breaks: network-manager-gnome (<< 0.9.10.0)
-Description: library for wireless and mobile dialogs (libnm-glib version)
- This library provides Gtk+ dialogs for NetworkManager.
-Homepage: https://www.gnome.org/projects/NetworkManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libboost-system1.58.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 58
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: boost1.58
-Version: 1.58.0+dfsg-5ubuntu3.1
-Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2)
-Description: Operating system (e.g. diagnostics support) library
- This package forms part of the Boost C++ Libraries collection.
- .
- The Boost System library provides simple, light-weight error_code
- objects that encapsulate system-specific error code values, yet also
- provide access to more abstract and portable error conditions via
- error_condition objects. Because error_code objects can represent
- errors from sources other than the operating system, including
- user-defined sources, each error_code and error_condition has an
- associated error_category.
-Homepage: http://www.boost.org/libs/system/
-Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
-
-Package: bash-completion
-Status: install ok installed
-Priority: standard
-Section: shells
-Installed-Size: 1227
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1:2.1-4.2ubuntu1.1
-Replaces: bash, cryptsetup (<< 2:1.1.2-2), xen-tools (<= 4.1-1)
-Depends: bash (>= 3.2)
-Pre-Depends: dpkg (>= 1.15.7.2~)
-Breaks: xen-tools (<= 4.1-1)
-Conffiles:
- /etc/bash_completion a81b3f1cb197219b815942f4fc7fa94e
- /etc/profile.d/bash_completion.sh 749e4786543bc3d19e20b0e214806c35
-Description: programmable completion for the bash shell
- bash completion extends bash's standard completion behavior to achieve
- complex command lines with just a few keystrokes. This project was
- conceived to produce programmable completion routines for the most
- common Linux/UNIX commands, reducing the amount of typing sysadmins
- and programmers need to do on a daily basis.
-Homepage: http://bash-completion.alioth.debian.org
-Original-Maintainer: Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>
-
-Package: libnuma1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 74
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: numactl
-Version: 2.0.11-1ubuntu1.1
-Depends: libc6 (>= 2.14)
-Description: Libraries for controlling NUMA policy
- Library to control specific NUMA (Non-Uniform Memory Architecture)
- scheduling or memory placement policies.
-Original-Maintainer: Ian Wienand <ianw@debian.org>
-
-Package: multiarch-support
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 223
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: glibc
-Version: 2.23-0ubuntu9
-Depends: libc6 (>= 2.3.6-2)
-Description: Transitional package to ensure multiarch compatibility
- This is a transitional package used to ensure multiarch support is present
- in ld.so before unpacking libraries to the multiarch directories. It can
- be removed once nothing on the system depends on it.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: tzdata
-Status: install ok installed
-Priority: required
-Section: localization
-Installed-Size: 2797
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2016j-0ubuntu0.16.04
-Replaces: libc0.1, libc0.3, libc6, libc6.1
-Provides: tzdata-stretch
-Depends: debconf (>= 0.5) | debconf-2.0
-Description: time zone and daylight-saving time data
- This package contains data required for the implementation of
- standard local time for many representative locations around the
- globe. It is updated periodically to reflect changes made by
- political bodies to time zone boundaries, UTC offsets, and
- daylight-saving rules.
-Homepage: http://www.iana.org/time-zones
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: init
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: metapackages
-Installed-Size: 16
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: init-system-helpers
-Version: 1.29ubuntu4
-Depends: init-system-helpers
-Pre-Depends: systemd-sysv | upstart-sysv
-Description: System-V-like init utilities - metapackage
- This package is an essential metapackage which allows you to select from
- the available init systems in Ubuntu (systemd, upstart) while
- ensuring that one of these is available on the system at all times.
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: libklibc
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 105
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: klibc
-Version: 2.0.4-8ubuntu1.16.04.3
-Description: minimal libc subset for use with initramfs
- klibc is intended to be a minimalistic libc subset for use with
- initramfs. It is deliberately written for small size, minimal
- entanglement, and portability, not speed. It is definitely a work in
- progress, and a lot of things are still missing.
-Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git
-Original-Maintainer: maximilian attems <maks@debian.org>
-
-Package: systemd-sysv
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 93
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: systemd
-Version: 229-4ubuntu19
-Replaces: sysvinit (<< 2.88dsf-44~), sysvinit-core, upstart (<< 1.13.2-0ubuntu10~), upstart-sysv
-Pre-Depends: systemd
-Conflicts: file-rc, openrc, sysvinit-core, upstart (<< 1.13.2-0ubuntu10~), upstart-sysv
-Description: system and service manager - SysV links
- systemd is a system and service manager for Linux. It provides aggressive
- parallelization capabilities, uses socket and D-Bus activation for starting
- services, offers on-demand starting of daemons, keeps track of processes
- using Linux control groups, supports snapshotting and restoring of the system
- state, maintains mount and automount points and implements an elaborate
- transactional dependency-based service control logic.
- .
- systemd is compatible with SysV and LSB init scripts and can work as a
- drop-in replacement for sysvinit.
- .
- This package provides the manual pages and links needed for systemd
- to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a
- link to systemd.
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: crda
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 297
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 3.13-1
-Depends: libc6 (>= 2.7), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libssl1.0.0 (>= 1.0.0), wireless-regdb, iw (>= 3.2-1~)
-Conffiles:
- /etc/default/crda d1f1468521b60cdfc0b9d22d5a74975a
-Description: wireless Central Regulatory Domain Agent
- This package provides a Central Regulatory Domain Agent (CRDA) to be used by
- the Linux kernel cfg80211 wireless subsystem to query and apply the regulatory
- domain settings wireless devices may operate within for a given location.
- .
- CRDA queries operational frequency regulations stored within the regulatory
- database provided by the wireless-regdb package.
-Original-Maintainer: Ben Hutchings <ben@decadent.org.uk>
-Homepage: http://wireless.kernel.org/en/developers/Regulatory/CRDA
-
-Package: libipc-system-simple-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.25-3
-Depends: perl
-Description: Perl module to run commands simply, with detailed diagnostics
- IPC::System::Simple takes the hard work out of calling external commands; it
- provides replacements for system() and the backtick operator that will either
- succeed, or die with rich diagnostic messages on errors.
- .
- The module also includes the ability to specify acceptable exit values, trap
- errors, or process diagnostics.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/IPC-System-Simple
-
-Package: libasn1-8-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 782
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226)
-Description: Heimdal Kerberos - ASN.1 library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
- .
- This package contains the ASN.1 parser required for Heimdal.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: mawk
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 197
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.3.3-17ubuntu2
-Provides: awk
-Pre-Depends: libc6 (>= 2.14)
-Description: a pattern scanning and text processing language
- Mawk is an interpreter for the AWK Programming Language. The AWK
- language is useful for manipulation of data files, text retrieval and
- processing, and for prototyping and experimenting with algorithms. Mawk
- is a new awk meaning it implements the AWK language as defined in Aho,
- Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
- Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
- to the POSIX 1003.2 (draft 11.3) definition of the AWK language
- which contains a few features not described in the AWK book, and mawk
- provides a small number of extensions.
- .
- Mawk is smaller and much faster than gawk. It has some compile-time
- limits such as NF = 32767 and sprintf buffer = 1020.
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: ghc
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 452406
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 7.10.3-7
-Replaces: ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10), ghc6 (<< 7)
-Provides: ghc-dynamic, ghc-ghci, ghc-haddock, haddock, haddock-interface-27, haskell-compiler, libghc-array-dev, libghc-array-dev-0.5.1.0-960bf, libghc-base-dev, libghc-base-dev-4.8.2.0-0d6d1, libghc-bin-package-db-dev, libghc-bin-package-db-dev-0.0.0.0-c2998, libghc-binary-dev, libghc-binary-dev-0.7.5.0-bf6a9, libghc-bytestring-dev, libghc-bytestring-dev-0.10.6.0-9a873, libghc-cabal-dev, libghc-cabal-dev-1.22.5.0-b8080, libghc-containers-dev, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev, libghc-deepseq-dev-1.4.1.1-614b6, libghc-directory-dev, libghc-directory-dev-1.2.2.0-660a7, libghc-filepath-dev, libghc-filepath-dev-1.4.0.0-f97d1, libghc-ghc-dev-7.10.3-62469, libghc-ghc-prim-dev, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-haskeline-dev, libghc-haskeline-dev-0.7.2.1-ee66b, libghc-hoopl-dev, libghc-hoopl-dev-3.10.0.2-e1d2f, libghc-hpc-dev, libghc-hpc-dev-0.6.0.2-a33ee, libghc-integer-gmp-dev, libghc-integer-gmp-dev-1.0.0.0-3c8c4, libghc-pretty-dev, libghc-pretty-dev-1.1.2.0-5cc41, libghc-process-dev, libghc-process-dev-1.2.3.0-a2232, libghc-template-haskell-dev, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-terminfo-dev, libghc-terminfo-dev-0.4.0.1-ff5b3, libghc-time-dev, libghc-time-dev-1.5.0.1-1b9a5, libghc-transformers-dev, libghc-transformers-dev-0.4.2.0-81450, libghc-unix-dev, libghc-unix-dev-2.7.1.0-bb54e, libghc-xhtml-dev, libghc-xhtml-dev-3000.2.1-e0059
-Depends: gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, libc6 (>= 2.14), libffi6 (>= 3.0.4), libgmp10, libtinfo5 (>= 6)
-Pre-Depends: dpkg (>= 1.16.1)
-Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.5
-Breaks: cabal-install (<< 1.22), ghc-doc (<< 7.10), ghc-haddock (<< 7.10), haskell-devscripts (<< 0.8.13)
-Conflicts: ghc-dynamic (<< 7.8), ghc6 (<< 7), libghc-array-dev, libghc-base-dev, libghc-bin-package-db-dev, libghc-binary-dev, libghc-bytestring-dev, libghc-containers-dev, libghc-deepseq-dev, libghc-directory-dev, libghc-filepath-dev, libghc-ghc-prim-dev, libghc-haskeline-dev, libghc-hoopl-dev, libghc-hpc-dev, libghc-integer-gmp-dev, libghc-pretty-dev, libghc-process-dev, libghc-template-haskell-dev, libghc-terminfo-dev, libghc-time-dev, libghc-transformers-dev, libghc-unix-dev, libghc-xhtml-dev
-Description: The Glasgow Haskell Compilation system
- The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
- Haskell.
- .
- Haskell is "the" standard lazy functional programming language. The language
- definition and additional documentation can be found in the `haskell-doc'
- package. Alternatively, there is an online version at
- http://haskell.org/onlinereport/.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://haskell.org/ghc/
-
-Package: cryptsetup
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 326
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2:1.6.6-5ubuntu2.1
-Replaces: cryptsetup-luks, hashalot (<< 0.3-2)
-Provides: cryptsetup-luks
-Depends: libc6 (>= 2.15), debconf (>= 0.5) | debconf-2.0, lsb-base (>= 4.1+Debian11ubuntu7), dmsetup, cryptsetup-bin (>= 2:1.6.0), initramfs-tools (>= 0.91) | linux-initramfs-tool, plymouth
-Recommends: kbd, console-setup, busybox-static | busybox
-Suggests: dosfstools, liblocale-gettext-perl, keyutils
-Breaks: hashalot (<< 0.3-2)
-Conflicts: cryptsetup-luks
-Conffiles:
- /etc/bash_completion.d/cryptdisks 758d5cfcd9df55c82a7bb094728114b5
- /etc/default/cryptdisks 756141f7eacf1a272a2f6e51646b3aa4
- /etc/init.d/cryptdisks 20b58baefc1aed5021a28e2fb9439edd
- /etc/init.d/cryptdisks-early 9c58f4b1314fe50c79ec0caff22bf298
- /etc/init/cryptdisks-udev.conf ed789690d1770e3f3a2682c11e359bb6
- /etc/init/cryptdisks.conf e5527ceb5c020174a6464b81126bb5f7
-Description: disk encryption support - startup scripts
- Cryptsetup provides an interface for configuring encryption on block
- devices (such as /home or swap partitions), using the Linux kernel
- device mapper target dm-crypt. It features integrated Linux Unified Key
- Setup (LUKS) support.
- .
- Cryptsetup is backwards compatible with the on-disk format of cryptoloop,
- but also supports more secure formats. This package includes support for
- automatically configuring encrypted devices at boot time via the config
- file /etc/crypttab. Additional features are cryptoroot support through
- initramfs-tools and several supported ways to read a passphrase or key.
-Homepage: http://code.google.com/p/cryptsetup/
-Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@lists.alioth.debian.org>
-
-Package: libwebkit2gtk-4.0-37-gtk2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 42343
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: webkit2gtk
-Version: 2.20.2-0ubuntu0.16.04.1
-Depends: libwebkit2gtk-4.0-37 (= 2.20.2-0ubuntu0.16.04.1), libatk1.0-0 (>= 2.12.0), libc6 (>= 2.14), libcairo2 (>= 1.14.0), libegl1-mesa (>= 7.8.1) | libegl1-x11, libenchant1c2a (>= 1.6.0), libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.0), libgcrypt20 (>= 1.6.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libgtk2.0-0 (>= 2.24.10), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 0.9.18), libhyphen0 (>= 2.7.1), libicu55 (>= 55.1-1~), libjavascriptcoregtk-4.0-18, libjpeg8 (>= 8c), libpango-1.0-0 (>= 1.30.0), libpng12-0 (>= 1.2.13-4), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.44.0), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 5.2), libwayland-client0 (>= 1.9.91), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.0.2), libwebp5 (>= 0.4.3), libwebpdemux1 (>= 0.4.3), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.0)
-Description: Web content engine library for GTK+ - GTK+2 plugin process
- WebKit is a web content engine, derived from KHTML and KJS from KDE, and
- used primarily in Apple's Safari browser. It is made to be embedded in
- other applications, such as mail readers, or web browsers.
- .
- It is able to display content such as HTML, SVG, XML, and others. It also
- supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
- .
- WebKit2 is an API layer for WebKit designed from the ground up to
- support a split process model, where the web content lives in a
- separate process from the application UI.
- .
- This build comes from the GTK+ port of WebKit (API version 4.0).
- .
- This package adds support for NPAPI plugins that depend on the GTK+ 2
- library, such as the Adobe Flash and Google Talk/Hangouts plugins.
-Homepage: http://webkitgtk.org/
-Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
-
-Package: open-vm-tools
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 1632
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2:10.0.7-3227872-5ubuntu1~16.04.1
-Replaces: open-vm-tools-desktop (<< 2:10.0.7-3227872-2~)
-Depends: init-system-helpers (>= 1.18~), libc6 (>= 2.17), libdumbnet1 (>= 1.8), libfuse2 (>= 2.6), libgcc1 (>= 1:3.3), libglib2.0-0 (>= 2.31.8), libicu55 (>= 55.1-1~), libmspack0 (>= 0.4), libssl1.0.0 (>= 1.0.0)
-Recommends: ethtool, zerofree, fuse, lsb-release
-Suggests: open-vm-tools-desktop
-Breaks: open-vm-tools-desktop (<< 2:10.0.7-3227872-2~)
-Conffiles:
- /etc/init.d/open-vm-tools edbe83e7043adb314ae0ee9b12106899
- /etc/pam.d/vmtoolsd 560edead4cce6daa477f7470587c3763
- /etc/vmware-tools/guestproxy-ssl.conf e0c751111a3a72264eb2923b99bf868c
- /etc/vmware-tools/poweroff-vm-default 5b80173718cecc2c13e4f263c2489e6d
- /etc/vmware-tools/poweron-vm-default 5b80173718cecc2c13e4f263c2489e6d
- /etc/vmware-tools/resume-vm-default 5b80173718cecc2c13e4f263c2489e6d
- /etc/vmware-tools/scripts/vmware/network a28044f85968df8529c04335c94e7b24
- /etc/vmware-tools/statechange.subr 6d414a2be8427ffb04f71aec15538cef
- /etc/vmware-tools/suspend-vm-default 5b80173718cecc2c13e4f263c2489e6d
- /etc/vmware-tools/tools.conf b55d15e2c4be396aad709aeca91033d3
- /etc/vmware-tools/vm-support 06c449916cd55095b6a1f6aae47fff33
-Description: Open VMware Tools for virtual machines hosted on VMware (CLI)
- The Open Virtual Machine Tools (open-vm-tools) project is an open source
- implementation of VMware Tools. It is a suite of virtualization utilities and
- drivers to improve the functionality, user experience and administration of
- VMware virtual machines.
- .
- This package contains only the core user-space programs and libraries.
-Homepage: http://open-vm-tools.sourceforge.net/
-Original-Maintainer: Bernd Zeimetz <bzed@debian.org>
-
-Package: libv4lconvert0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 263
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: v4l-utils
-Version: 1.10.0-1
-Replaces: libv4l-0 (<< 0.8.5-4)
-Depends: libc6 (>= 2.14), libjpeg8 (>= 8c)
-Breaks: libv4l-0 (<< 0.8.5-4)
-Description: Video4linux frame format conversion library
- libv4lconvert offers functions to convert from any (known) pixelformat
- to BGR24, RGB24, YUV420 and YVU420.
- .
- This package contains the shared library.
-Original-Maintainer: Gregor Jasny <gjasny@googlemail.com>
-Homepage: http://linuxtv.org/downloads/v4l-utils/
-
-Package: libfile-basedir-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 39
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.07-1
-Depends: perl, libipc-system-simple-perl
-Description: Perl module to use the freedesktop basedir specification
- The File::BaseDir module can be used to find directories and files as
- specified by the XDG Base Directory Specification. It takes care of
- defaults and uses File::Spec to make the output platform specific.
- .
- For this module the XDG basedir specification 0.6 was used.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/File-BaseDir
-
-Package: gzip
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 240
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.6-4ubuntu1
-Depends: dpkg (>= 1.15.4) | install-info
-Pre-Depends: libc6 (>= 2.17)
-Suggests: less
-Description: GNU compression utilities
- This package provides the standard GNU file compression utilities, which
- are also the default compression tools for Debian. They typically operate
- on files with names ending in '.gz', but can also decompress files ending
- in '.Z' created with 'compress'.
-Original-Maintainer: Bdale Garbee <bdale@gag.com>
-
-Package: libelf1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 172
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: elfutils
-Version: 0.165-3ubuntu1
-Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
-Description: library to read and write ELF files
- The libelf1 package provides a shared library which allows reading and
- writing ELF files on a high level. Third party programs depend on
- this package to read internals of ELF files. The programs of the
- elfutils package use it also to generate new ELF files.
- .
- This library is part of elfutils.
-Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>
-Homepage: https://fedorahosted.org/elfutils/
-
-Package: libubsan0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 255
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.4), libgcc1 (>= 1:3.3), libstdc++6 (>= 4.1.1)
-Description: UBSan -- undefined behaviour sanitizer (runtime)
- UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
- Various computations will be instrumented to detect undefined behavior
- at runtime. Available for C and C++.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libghc-monads-tf-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 759
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-monads-tf
-Version: 0.1.0.2-5
-Provides: libghc-monads-tf-prof-0.1.0.2-6cb91
-Depends: libghc-monads-tf-dev (= 0.1.0.2-5), libghc-base-prof-4.8.2.0-0d6d1, libghc-transformers-prof-0.4.2.0-81450
-Description: monad classes, using type families; profiling libraries
- Monad classes using type families, with instances for various monad
- transformers, inspired by the paper /Functional Programming with
- Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced
- School of Functional Programming, 1995
- (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
- .
- This package contains the libraries compiled with profiling enabled.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/monads-tf
-
-Package: liblldb-3.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 27379
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: lldb-3.6 (<= 1:3.6~svn215195-2)
-Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.4), libllvm3.6v5 (= 1:3.6.2-3ubuntu2), libncurses5 (>= 6), libpython2.7 (>= 2.7), libstdc++6 (>= 5.2), libtinfo5 (>= 6)
-Breaks: lldb-3.6 (<< 1:3.6~svn215195-2)
-Description: Next generation, high-performance debugger, library
- LLDB is a next generation, high-performance debugger. It is built as a set of
- reusable components which highly leverage existing libraries in the larger LLVM
- Project, such as the Clang expression parser and LLVM disassembler.
- .
- This package contains the LLDB runtime library.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libatspi2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 209
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: at-spi2-core
-Version: 2.18.3-4ubuntu1
-Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.37.3), libx11-6
-Recommends: at-spi2-core (= 2.18.3-4ubuntu1)
-Description: Assistive Technology Service Provider Interface - shared library
- This package contains the shared library for applications that wish to use
- the at-spi interface.
-Homepage: https://wiki.gnome.org/Accessibility
-Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
-
-Package: libcheese-gtk25
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 335
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cheese
-Version: 3.18.1-2ubuntu3
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcheese8 (>= 3.18.0), libclutter-1.0-0 (>= 1.16), libclutter-gtk-1.0-0 (>= 0.91.8), libcogl20 (>= 1.17.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.13.4), libx11-6, gstreamer1.0-clutter-3.0, cheese-common (= 3.18.1-2ubuntu3)
-Description: tool to take pictures and videos from your webcam - widgets
- A webcam application that supports image and video capture. Makes
- it easy to take photos and videos of you, your friends, pets or whatever
- you want. Allows you to apply fancy visual effects, fine-control image
- settings and has features such as Multi-Burst mode, Countdown timer
- for photos.
- .
- This package contains the GTK+ shared library.
-Homepage: https://wiki.gnome.org/Apps/Cheese
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: p11-kit
-Status: install ok installed
-Priority: extra
-Section: misc
-Installed-Size: 300
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.23.2-5~ubuntu16.04.1
-Depends: libc6 (>= 2.16), libp11-kit0 (>= 0.20.0), libtasn1-6 (>= 4.5), p11-kit-modules (>= 0.23.2-5~ubuntu16.04.1)
-Description: p11-glue utilities
- The p11-kit library provides a way to load and enumerate Public-Key
- Cryptography Standard #11 modules, along with a standard configuration
- setup for installing PKCS#11 modules so that they're discoverable. It
- also solves problems with coordinating the use of PKCS#11 by different
- components or libraries living in the same process.
- .
- This package contains the p11-kit tool for listing PKCS#11 modules.
-Homepage: http://p11-glue.freedesktop.org/p11-kit.html
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: libtsan0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 863
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.23), libgcc1 (>= 1:3.3)
-Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
- ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
- The Linux and Mac versions are based on Valgrind.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libdbusmenu-gtk3-4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdbusmenu
-Version: 16.04.1+16.04.20160927-0ubuntu1
-Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libdbusmenu-glib4 (>= 0.5.90), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.14.0)
-Description: library for passing menus over DBus - GTK+ version
- libdbusmenu passes a menu structure across DBus so that a program can
- create a menu simply without worrying about how it is displayed on the
- other side of the bus.
- .
- This package contains shared libraries to be used by GTK+ applications.
-Homepage: https://launchpad.net/dbusmenu
-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
-
-Package: run-one
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 44
-Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
-Architecture: all
-Version: 1.17-0ubuntu1
-Replaces: bikeshed (<< 1.8)
-Depends: procps
-Breaks: bikeshed (<< 1.8)
-Enhances: anacron, cron
-Description: run just one instance of a command and its args at a time
- This utility will run just one instance at a time of some command and
- unique set of arguments (useful for cronjobs, eg).
-Homepage: http://launchpad.net/run-one
-
-Package: gnome-user-guide
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 46595
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: gnome-user-docs
-Version: 3.18.1-1
-Depends: yelp (>= 3)
-Description: GNOME user's guide
- Documentation for using the GNOME desktop environment and its components.
- It covers usage and setup of the core GNOME programs.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://help.gnome.org/users/
-
-Package: libnm0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1621
-Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: network-manager
-Version: 1.2.6-0ubuntu0.16.04.2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgnutls30 (>= 3.4.0), libgudev-1.0-0 (>= 146), libuuid1 (>= 2.16)
-Description: GObject-based client library for NetworkManager
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains a convenience library to ease the access to
- NetworkManager.
-Homepage: https://wiki.gnome.org/Projects/NetworkManager
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: clang-format-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 1199
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: clang-format-3.3
-Depends: libc6 (>= 2.14), libllvm3.6v5, libstdc++6 (>= 5.2), python
-Breaks: clang-format-3.3
-Description: Tool to format C/C++/Obj-C code
- Clang-format is both a library and a stand-alone tool with the goal of
- automatically reformatting C++ sources files according to configurable
- style guides. To do so, clang-format uses Clang's Lexer to transform an
- input file into a token stream and then changes all the whitespace around
- those tokens. The goal is for clang-format to both serve both as a user
- tool (ideally with powerful IDE integrations) and part of other
- refactoring tools, e.g. to do a reformatting of all the lines changed
- during a renaming.
- .
- This package also provides vim and emacs plugins.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libssl-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 7028
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: openssl
-Version: 1.0.2g-1ubuntu4.12
-Depends: libssl1.0.0 (= 1.0.2g-1ubuntu4.12), zlib1g-dev
-Recommends: libssl-doc
-Description: Secure Sockets Layer toolkit - development files
- This package is part of the OpenSSL project's implementation of the SSL
- and TLS cryptographic protocols for secure communication over the
- Internet.
- .
- It contains development libraries, header files, and manpages for libssl
- and libcrypto.
-Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
-
-Package: qtcore4-l10n
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4816
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Replaces: libqtcore4 (<< 4:4.8.5+dfsg-1~)
-Breaks: libqtcore4 (<< 4:4.8.5+dfsg-1~)
-Description: Qt 4 core module translations
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the translations of the QtCore module.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: idle-python3.6
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 184
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: all
-Source: python3.6
-Version: 3.6.5-1+xenial1
-Depends: python3.6, python3.6-tk
-Enhances: python3.6
-Description: IDE for Python (v3.6) using Tkinter
- IDLE is an Integrated Development Environment for Python (v3.6).
- IDLE is written using Tkinter and therefore quite platform-independent.
-
-Package: btrfs-tools
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 3638
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.4-1ubuntu1
-Depends: e2fslibs (>= 1.42), libblkid1 (>= 2.17.2), libc6 (>= 2.8), libcomerr2 (>= 1.01), liblzo2-2, libuuid1 (>= 2.16), zlib1g (>= 1:1.2.0)
-Description: Checksumming Copy on Write Filesystem utilities
- Btrfs is a new copy on write filesystem for Linux aimed at implementing
- advanced features while focusing on fault tolerance, repair and easy
- administration.
- .
- This package contains utilities (mkfs, fsck) used to work with btrfs
- and an utility (btrfs-convert) to make a btrfs filesystem from an ext3.
-Original-Maintainer: Dimitri John Ledkov <xnox@debian.org>
-Homepage: http://btrfs.wiki.kernel.org/
-
-Package: libgfortran3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1260
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.17), libgcc1 (>= 1:4.3), libquadmath0 (>= 4.6)
-Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
-Description: Runtime library for GNU Fortran applications
- Library needed for GNU Fortran applications linked against the
- shared library.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libphonon4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 566
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: phonon
-Version: 4:4.8.3-0ubuntu3
-Depends: libc6 (>= 2.14), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libqt4-dbus (>= 4:4.8.1), libqtcore4 (>= 4:4.8.1), libqtgui4 (>= 4:4.8.1), libstdc++6 (>= 4.1.1)
-Breaks: phonon-backend-xine (<< 4:4.6.0really4.3.80)
-Description: multimedia framework from KDE - core library
- Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction
- layer for capturing, mixing, processing, and playing audio and video content.
- .
- This package contains the core library of the Phonon cross-platform multimedia
- framework from KDE. It is required to run applications that use Phonon.
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://phonon.kde.org/
-
-Package: groff-base
-Status: install ok installed
-Priority: important
-Section: text
-Installed-Size: 3226
-Maintainer: Colin Watson <cjwatson@debian.org>
-Architecture: amd64
-Multi-Arch: foreign
-Source: groff
-Version: 1.22.3-7
-Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1)
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
-Suggests: groff
-Breaks: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14)
-Conffiles:
- /etc/groff/man.local f2a9dfe5bc65c2c7a6d76a29d3fbe583
- /etc/groff/mdoc.local 73f8c156aab5dcb65671175ea5858854
-Description: GNU troff text-formatting system (base system components)
- This package contains the traditional UN*X text formatting tools
- troff, nroff, tbl, eqn, and pic. These utilities, together with the
- man-db package, are essential for displaying the on-line manual pages.
- .
- groff-base is a stripped-down package containing the necessary components
- to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript
- device (groff's default). Users who want a full groff installation, with
- the standard set of devices, fonts, macros, and documentation, should
- install the groff package.
-Homepage: https://www.gnu.org/software/groff/
-
-Package: libcdio-cdda1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 159
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcdio
-Version: 0.83-4.2ubuntu1
-Depends: libc6 (>= 2.14), libcdio13 (>= 0.83)
-Description: library to read and control digital audio CDs
- This library is made to read and control digital audio CDs. It does
- not play such CDs, it only reads them digitally. As it uses libcdio as
- a backend, it supports the same kind of CDROM drives (and images) as
- libcdio.
-Original-Maintainer: Nicolas Boullis <nboullis@debian.org>
-Homepage: http://www.gnu.org/software/libcdio/
-
-Package: libarpack2-dbg
-Status: install ok installed
-Priority: extra
-Section: debug
-Installed-Size: 563
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: arpack
-Version: 3.3.0-1build2
-Depends: libarpack2 (= 3.3.0-1build2)
-Description: Fortran77 subroutines to solve large scale eigenvalue problems (debug)
- ARPACK software is capable of solving large scale symmetric,
- nonsymmetric, and generalized eigenproblems from significant
- application areas. The software is designed to compute a few (k)
- eigenvalues with user specified features such as those of largest
- real part or largest magnitude. Storage requirements are on the order
- of n*k locations. No auxiliary storage is required. A set of Schur
- basis vectors for the desired k-dimensional eigen-space is computed
- which is numerically orthogonal to working precision. Numerically
- accurate eigenvectors are available on request.
- .
- This package contains the debugging symbols for libarpack and libparpack.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/opencollab/arpack-ng
-
-Package: liblapack3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 6151
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lapack
-Version: 3.6.0-2ubuntu2
-Provides: liblapack.so.3
-Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:4.0), libgfortran3 (>= 4.6)
-Description: Library of linear algebra routines 3 - shared version
- LAPACK version 3.X is a comprehensive FORTRAN library that does
- linear algebra operations including matrix inversions, least
- squared solutions to linear sets of equations, eigenvector
- analysis, singular value decomposition, etc. It is a very
- comprehensive and reputable package that has found extensive
- use in the scientific community.
- .
- This package contains a shared version of the library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.netlib.org/lapack/
-
-Package: libntlm0-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 91
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libntlm
-Version: 1.4-7
-Depends: libntlm0 (= 1.4-7)
-Description: Development files for the NTLM authentication library
- Libntlm is a library that implements Microsoft's NTLM authentication.
- This package contains all the files necessary for developing programs
- with NTLM support.
-Original-Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
-Homepage: http://www.nongnu.org/libntlm/
-
-Package: libldb1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 380
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ldb
-Version: 2:1.1.24-1ubuntu3
-Replaces: libldb0
-Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9)
-Breaks: libldb0, libsamdb0 (<< 4.0.0~alpha17~git20110724.dfsg1-1)
-Description: LDAP-like embedded database - shared library
- ldb is a LDAP-like embedded database built on top of TDB.
- .
- It provides a fast database with an LDAP-like API designed
- to be used within an application. In some ways it can be seen as a
- intermediate solution between key-value pair databases and a real LDAP
- database.
- .
- This package contains the shared library file.
-Homepage: http://ldb.samba.org/
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-
-Package: libtk8.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2248
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tk8.6
-Version: 8.6.5-1
-Replaces: tk8.6 (<< 8.6.0-2)
-Provides: libtk
-Depends: libtcl8.6 (>= 8.6.0-2), libc6 (>= 2.14), libfontconfig1 (>= 2.11.1), libx11-6, libxft2 (>> 2.1.1), libxss1
-Suggests: tk8.6
-Conflicts: libtk-img (<< 1.2.5), tk40 (<= 4.0p3-2), tk8.6 (<< 8.6.0-2)
-Description: Tk toolkit for Tcl and X11 v8.6 - run-time files
- Tk is a cross-platform graphical toolkit which provides the Motif
- look-and-feel and is implemented using the Tcl scripting language.
- This package contains the Tk library and supplementary packages you
- need to run Tk-enabled apps.
-Original-Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
-Homepage: http://www.tcl.tk/
-
-Package: at-spi2-core
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 161
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.18.3-4ubuntu1
-Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.37.3), libx11-6, libxtst6
-Breaks: gdm3 (<< 3.4)
-Conffiles:
- /etc/X11/Xsession.d/90qt-a11y 0f2c7a180c2229562fef5008b4558d12
- /etc/at-spi2/accessibility.conf 35494de21120cb9df9a3bec1afdeccdd
- /etc/xdg/autostart/at-spi-dbus-bus.desktop be46f91da6f33ffa89b54a13cfaedf86
-Description: Assistive Technology Service Provider Interface (dbus core)
- This package contains the core components of GNOME Accessibility.
-Homepage: https://wiki.gnome.org/Accessibility
-Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
-
-Package: language-selector-common
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 1611
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: language-selector
-Version: 0.165.4
-Depends: python3:any (>= 3.3.2-2~), iso-codes, python3-apt (>= 0.7.12.0), python3-dbus, dbus, accountsservice (>= 0.6.29-1ubuntu6)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Conffiles:
- /etc/dbus-1/system.d/com.ubuntu.LanguageSelector.conf 7fa4258d2c6b90e20fe299c6eca727ff
- /etc/fonts/conf.avail/30-cjk-aliases.conf eec700e7ac4334cc2d41a95ab8a116e2
- /etc/fonts/conf.avail/64-language-selector-prefer.conf d4c75a2cc496a425083ef7739bf3e6b1
- /etc/fonts/conf.avail/69-language-selector-zh-cn.conf c908b007ee340dfecb7cbf8f4b34b881
- /etc/fonts/conf.avail/69-language-selector-zh-hk.conf 2cc3ccc086bac55ba35a00eec9d96641
- /etc/fonts/conf.avail/69-language-selector-zh-mo.conf bf35cf322abed2b1445d581c87440b9e
- /etc/fonts/conf.avail/69-language-selector-zh-sg.conf 8768251537893de6525e26ba4038d6b2
- /etc/fonts/conf.avail/69-language-selector-zh-tw.conf a20296eb7f1fc101c9866f74debe6ea4
- /etc/fonts/conf.avail/99-language-selector-zh.conf bcbe0b7ba747248475e9413184103a2c
- /etc/profile.d/cedilla-portuguese.sh eb7a23efe066237e69ad812ad771873c
-Description: Language selector for Ubuntu
- This package let you change and install language packs
- in Ubuntu.
- .
- This package contains the common part of language-selector
-
-Package: evolution-data-server-common
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 344
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: dconf-gsettings-backend | gsettings-backend
-Description: architecture independent files for Evolution Data Server
- The data server, called "Evolution Data Server" is responsible for managing
- calendar and addressbook information.
- .
- This package contains the architecture independent files needed
- by the evolution-data-server package.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libcanberra-pulse
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 50
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcanberra
-Version: 0.30-2.1ubuntu1
-Depends: libc6 (>= 2.4), libcanberra0 (= 0.30-2.1ubuntu1), libpulse0 (>= 0.99.1), pulseaudio
-Description: PulseAudio backend for libcanberra
- libcanberra defines a simple abstract interface for playing event
- sounds.
- .
- This package contains the PulseAudio backend for libcanberra.
-Homepage: http://0pointer.de/lennart/projects/libcanberra/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: nvidia-352-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-361
-Description: Transitional package for nvidia-361
- This is a transitional package for nvidia-361, and can be
- safely removed after the installation is complete.
-
-Package: libopenmpi-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 4212
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: openmpi
-Version: 1.10.2-8ubuntu1
-Depends: libc6 (>= 2.8), libopenmpi1.10 (= 1.10.2-8ubuntu1), openmpi-common (= 1.10.2-8ubuntu1), libibverbs-dev (>= 1.1.7), libhwloc-dev
-Suggests: opennmpi-doc
-Conflicts: libopenmpi-dev, openmpi-bin (<= 1.2.4-0), openmpi-dev
-Description: high performance message passing library -- header files
- Open MPI is a project combining technologies and resources from several other
- projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
- MPI library available. A completely new MPI-2 compliant implementation, Open
- MPI offers advantages for system and software vendors, application developers
- and computer science researchers.
- .
- This package contains the header files and compiler wrappers which are needed
- to compile and link programs against libopenmpi.
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: http://www.open-mpi.org/
-
-Package: libglib2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3577
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: glib2.0
-Version: 2.48.2-0ubuntu1
-Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libpcre3, libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2)
-Recommends: libglib2.0-data, shared-mime-info, xdg-user-dirs
-Breaks: glib-networking (<< 2.33.12), libgnome-desktop-3-2 (<< 3.4.2-2), python-gi (<< 3.7.2)
-Description: GLib library of C routines
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package contains the shared libraries.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libxss1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxss
-Version: 1:1.2.2-1
-Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common
-Pre-Depends: multiarch-support
-Description: X11 Screen Saver extension library
- libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
- extension to the X protocol.
- .
- The Screen Saver extension allows clients behaving as screen savers to
- register themselves with the X server, to better integrate themselves with
- the running session.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: mysql-common
-Status: install ok installed
-Priority: optional
-Section: database
-Installed-Size: 126
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: mysql-5.7
-Version: 5.7.22-0ubuntu0.16.04.1
-Replaces: mariadb-server-5.5, mysql-common-5.6, mysql-server-5.5, percona-xtradb-cluster-common-5.5
-Provides: mysql-common-5.6
-Breaks: mariadb-common (<< 10.0.20-3~)
-Conflicts: mariadb-server-5.5, mysql-common-5.6, mysql-server-5.5, percona-xtradb-cluster-common-5.5
-Conffiles:
- /etc/mysql/conf.d/mysql.cnf 61e0993270966cc6bc96b46c01ade21f
- /etc/mysql/conf.d/mysqldump.cnf 20890decb4486ce539753193908fb356
- /etc/mysql/my.cnf.fallback cfe2bc1819d5e200eca8ca6912f714af
-Description: MySQL database common files, e.g. /etc/mysql/my.cnf
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
- .
- This package includes files needed by all versions of the client library,
- e.g. /etc/mysql/my.cnf.
-Homepage: http://dev.mysql.com/
-Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
-
-Package: gpgv
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 430
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: gnupg
-Version: 1.4.20-1ubuntu3.1
-Depends: libbz2-1.0, libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
-Suggests: gnupg
-Description: GNU privacy guard - signature verification tool
- GnuPG is GNU's tool for secure communication and data storage.
- .
- gpgv is a stripped-down version of gnupg which is only able to check
- signatures. It is smaller than the full-blown gnupg and uses a
- different (and simpler) way to check that the public keys used to
- make the signature are trustworthy.
-Homepage: https://www.gnupg.org
-Original-Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
-
-Package: libcolamd2.9.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 57
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.4), libsuitesparseconfig4.4.6
-Description: column approximate minimum degree ordering library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The COLAMD library implements the "COLumn Approximate Minimum Degree ordering"
- algorithm. It computes a permutation vector P such that the LU factorization
- of A (:,P) tends to be sparser than that of A. The Cholesky factorization of
- (A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libgnome-bluetooth13
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 539
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-bluetooth
-Version: 3.18.2-1ubuntu2
-Depends: libc6 (>= 2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.16.2), libnotify4 (>= 0.7.0), libudev1 (>= 196)
-Description: GNOME Bluetooth tools - support library
- This package contains tools for managing and manipulating Bluetooth
- devices using the GNOME desktop.
- .
- The libraries included provide support to gnome-bluetooth.
-Homepage: https://wiki.gnome.org/Projects/GnomeBluetooth
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libasound2-data
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 372
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: alsa-lib
-Version: 1.1.0-0ubuntu1
-Replaces: libasound2 (<< 1.0.27-4)
-Suggests: alsa-utils
-Breaks: libasound2 (<< 1.0.27-4)
-Description: Configuration files and profiles for ALSA drivers
- This package contains configuration files for ALSA drivers and UCM
- profiles for use with alsaucm.
- .
- ALSA is the Advanced Linux Sound Architecture.
-Homepage: http://www.alsa-project.org/
-Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
-
-Package: nvidia-libopencl1-346
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352
-Version: 352.63-0ubuntu3
-Depends: nvidia-libopencl1-352
-Description: Transitional package for nvidia-libopencl1-352
- This is a transitional package for nvidia-libopencl1-352, and can be
- safely removed after the installation is complete.
-
-Package: sharutils
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 616
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:4.15.2-1ubuntu0.1
-Depends: libc6 (>= 2.14)
-Suggests: bsd-mailx | mailx
-Conflicts: shar, uuencode
-Description: shar, unshar, uuencode, uudecode
- `shar' makes so-called shell archives out of many files, preparing
- them for transmission by electronic mail services. `unshar' helps
- unpacking shell archives after reception. Other related utility
- programs help with other tasks.
- .
- `uuencode' prepares a file for transmission over an electronic
- channel which ignores or otherwise mangles the eight bit (high
- order bit) of bytes. `uudecode' does the converse transformation.
-Homepage: http://www.gnu.org/software/sharutils/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: libxshmfence1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 45
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxshmfence
-Version: 1.2-1
-Depends: libc6 (>= 2.4)
-Pre-Depends: multiarch-support
-Description: X shared memory fences - shared library
- This library provides an interface to shared-memory fences for
- synchronization between the X server and direct-rendering clients.
- .
- This package contains the xshmfence shared library.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: emacsen-common
-Status: install ok installed
-Priority: optional
-Section: editors
-Installed-Size: 136
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.0.8
-Conffiles:
- /etc/emacs/site-start.d/00debian-vars.el 01f95c4c108d6b5f20b31f0e9c2c6956
- /etc/emacs/site-start.el 4198e6146b40acad33d18f049a84dd24
-Description: Common facilities for all emacsen
- This package contains code that is needed by all the (x)emacs
- packages. It will be automatically installed when needed.
-Original-Maintainer: Rob Browning <rlb@defaultvalue.org>
-
-Package: indicator-application
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 106
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 12.10.1+16.04.20170120-0ubuntu1
-Depends: libappindicator3-1 (>= 0.2.92), libc6 (>= 2.4), libdbus-glib-1-2 (>= 0.88), libdbusmenu-gtk3-4 (>= 0.4.2), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libindicator3-7 (>= 0.4.90), libpango-1.0-0 (>= 1.14.0)
-Conffiles:
- /etc/xdg/autostart/indicator-application.desktop c358fbd195a1ffedb5c6169061dfa2f5
-Description: Application Indicators
- An indicator to take menus from applications and place them in the panel.
-Homepage: https://launchpad.net/indicator-application
-
-Package: network-manager-gnome
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 2032
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: network-manager-applet
-Version: 1.2.6-0ubuntu0.16.04.4
-Depends: libappindicator3-1 (>= 0.4.90), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4), libmm-glib0 (>= 0.7.991), libnm0 (>= 1.1.90), libnma0 (= 1.2.6-0ubuntu0.16.04.4), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.7), dconf-gsettings-backend | gsettings-backend, network-manager (>= 1.2), policykit-1-gnome, adwaita-icon-theme, dbus-x11
-Recommends: notification-daemon, gnome-keyring, mobile-broadband-provider-info, iso-codes
-Suggests: network-manager-openconnect-gnome, network-manager-openvpn-gnome, network-manager-vpnc-gnome, network-manager-pptp-gnome
-Breaks: gnome-bluetooth (<< 3.0)
-Conffiles:
- /etc/xdg/autostart/nm-applet.desktop 953fa992366b134626f00182e8db63f3
-Description: network management framework (GNOME frontend)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains a systray applet for GNOME's notification area but it
- also works for other desktop environments which provide a systray like KDE
- or Xfce.
- It displays the available networks and allows users to easily switch between
- them. For encrypted networks it will prompt the user for the key/passphrase
- and it can optionally store them in the gnome-keyring.
-Homepage: https://www.gnome.org/projects/NetworkManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libpython3.5-stdlib
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 9854
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.5
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: libpython3.5-minimal (= 3.5.2-2ubuntu0~16.04.4), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, liblzma5 (>= 5.1.1alpha+20120614), libmpdec2, libncursesw5 (>= 6), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5 (>= 6)
-Breaks: libmpdec2 (<< 2.4.2)
-Description: Interactive high-level object-oriented language (standard library, version 3.5)
- Python is a high-level, interactive, object-oriented language. Its 3.5 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains Python 3.5's standard library. It is normally not
- used on its own, but as a dependency of python3.5.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libjs-excanvas
-Status: install ok installed
-Priority: optional
-Section: web
-Installed-Size: 139
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: explorercanvas
-Version: 0.r3-4
-Recommends: javascript-common
-Description: HTML5 Canvas for Internet Explorer
- Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5
- canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same
- functionality to Internet Explorer. To use, web developers only need to include
- a single script tag in their existing web pages.
-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
-Homepage: http://code.google.com/p/explorercanvas/
-
-Package: libcap2
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 46
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 1:2.24-12
-Depends: libc6 (>= 2.14)
-Description: POSIX 1003.1e capabilities (library)
- Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
- available in Linux kernels. These capabilities are a partitioning of the all
- powerful root privilege into a set of distinct privileges.
- .
- This package contains the shared library.
-Original-Maintainer: Christian Kastner <ckk@debian.org>
-Homepage: http://sites.google.com/site/fullycapable/
-
-Package: python-lldb-3.6
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 692
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: python
-Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.7, python-lldb-3.8
-Description: Next generation, high-performance debugger, python lib
- LLDB is a next generation, high-performance debugger. It is built as a set of
- reusable components which highly leverage existing libraries in the larger LLVM
- Project, such as the Clang expression parser and LLVM disassembler.
- .
- This binding package provides access to lldb.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libusbredirparser1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: usbredir
-Version: 0.7.1-1
-Depends: libc6 (>= 2.14)
-Description: Parser for the usbredir protocol (runtime)
- Usbredirparse is a library containing the parser for the usbredir protocol.
- This package contains the runtime library.
-Original-Maintainer: Liang Guo <guoliang@debian.org>
-Homepage: http://www.spice-space.org/
-
-Package: mesa-vdpau-drivers
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 20132
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Provides: vdpau-driver
-Depends: libvdpau1, libc6 (>= 2.17), libdrm-amdgpu1 (>= 2.4.80), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.4), libllvm5.0 (>= 1:5.0~svn298832-1~), libsensors4 (>= 1:3.0.0), libstdc++6 (>= 5.2), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, zlib1g (>= 1:1.1.4)
-Enhances: libvdpau1
-Description: Mesa VDPAU video acceleration drivers
- These libraries provide the Video Decode and Presentation API for Unix.
- They provide accelerated video playback (incl. H.264) and video
- post-processing for the supported graphics cards.
- .
- This package enables support for VDPAU for some gallium drivers.
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libdata-alias-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 85
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.20-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
-Description: module to create aliases instead of copies
- Data::Alias is a Perl module that enables developers to apply "aliasing
- semantics" to a section of code, causing aliases to be made whereever
- Perl would normally make copies instead. You can use this to improve
- efficiency and readability, when compared to using references.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Data-Alias
-
-Package: ocaml-base-nox
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 1738
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ocaml
-Version: 4.02.3-5ubuntu2
-Replaces: ocaml-interp (<< 3.11.1-3)
-Provides: ocaml-base-nox-4.02.3
-Depends: libc6 (>= 2.15), libtinfo5 (>= 6)
-Breaks: ocaml-interp (<< 3.11.1-3)
-Description: Runtime system for OCaml bytecode executables (no X)
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This package contains only the runtime system needed to run bytecode
- executables that do not use the graphics library. The 'ocaml' package
- contains the full development suite of Objective Caml.
-Homepage: http://caml.inria.fr/
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-
-Package: libclutter-1.0-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 160
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: clutter-1.0
-Version: 1.24.2-1
-Description: Open GL based interactive canvas library (common files)
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
- .
- This package contains the common files, such as translations.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.clutter-project.org/
-
-Package: yarn
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 4332
-Maintainer: Yarn Developers <yarn@dan.cx>
-Architecture: all
-Version: 1.7.0-1
-Recommends: nodejs
-Conflicts: nodejs (<< 4.0.0)
-Description: Fast, reliable, and secure dependency management.
- Yarn: Fast, reliable, and secure dependency management.
- .
- Fast: Yarn caches every package it downloads so it never needs to again. It
- also parallelizes operations to maximize resource utilization so install times
- are faster than ever.
- .
- Reliable: Using a detailed, but concise, lockfile format, and a deterministic
- algorithm for installs, Yarn is able to guarantee that an install that worked
- on one system will work exactly the same way on any other system.
- .
- Secure: Yarn uses checksums to verify the integrity of every installed package
- before its code is executed.
-Homepage: https://yarnpkg.com/
-
-Package: libio-html-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 70
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.001-1
-Depends: perl
-Description: open an HTML file with automatic charset detection
- IO::HTML provides an easy way to open a file containing HTML while
- automatically determining its encoding. It uses the HTML5 encoding
- sniffing algorithm specified in section 8.2.2.1 of the draft standard.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/IO-HTML/
-
-Package: python3-idna
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 313
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-idna
-Version: 2.0-3
-Depends: python3:any (>= 3.3.2-2~)
-Description: Python IDNA2008 (RFC 5891) handling (Python 3)
- A library to support the Internationalised Domain Names in Applications (IDNA)
- protocol as specified in RFC 5891. This version of the protocol is often
- referred to as “IDNA2008” and can produce different results from the earlier
- standard from 2003.
- .
- The library is also intended to act as a suitable drop-in replacement for the
- “encodings.idna” module that comes with the Python standard library but
- currently only supports the older 2003 specification.
- .
- This package contains the module for Python 3.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: https://github.com/kjd/idna
-
-Package: libisccfg140
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 191
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: libbind0
-Depends: libc6 (>= 2.4), libdns162, libisc160, libisccc140
-Conflicts: libbind0, libbind9-41
-Description: Config File Handling Library used by BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the libisccfg shared library used by BIND's daemons
- and clients to read and write ISC-style configuration files like named.conf
- and rndc.conf.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: libexporter-tiny-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 100
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.042-1
-Depends: perl
-Description: tiny exporter similar to Sub::Exporter
- Exporter::Tiny is an exporter for Perl with the features of
- Sub::Exporter but only core dependencies.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Exporter-Tiny
-
-Package: libgdk-pixbuf2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 513
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gdk-pixbuf
-Version: 2.32.2-1ubuntu1.4
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.6), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libgdk-pixbuf2.0-common (= 2.32.2-1ubuntu1.4)
-Description: GDK Pixbuf library
- The GDK Pixbuf library provides:
- - Image loading and saving facilities.
- - Fast scaling and compositing of pixbufs.
- - Simple animation loading (ie. animated GIFs)
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: bsdutils
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 227
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: util-linux (2.27.1-6ubuntu3.3)
-Version: 1:2.27.1-6ubuntu3.3
-Replaces: bash-completion (<< 1:2.1-4.1~)
-Pre-Depends: libc6 (>= 2.16), libsystemd0
-Recommends: bsdmainutils
-Breaks: bash-completion (<< 1:2.1-4.1~)
-Description: basic utilities from 4.4BSD-Lite
- This package contains the bare minimum of BSD utilities needed for a
- Debian system: logger, renice, script, scriptreplay, and wall. The
- remaining standard BSD utilities are provided by bsdmainutils.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: whiptail
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 63
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: newt
-Version: 0.52.18-1ubuntu2
-Depends: libc6 (>= 2.14), libnewt0.52, libpopt0 (>= 1.14), libslang2 (>= 2.2.4)
-Description: Displays user-friendly dialog boxes from shell scripts
- Whiptail is a "dialog" replacement using newt instead of ncurses. It
- provides a method of displaying several different types of dialog boxes
- from shell scripts. This allows a developer of a script to interact with
- the user in a much friendlier manner.
-Homepage: https://fedorahosted.org/newt/
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-
-Package: gcc-multilib
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 8
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-defaults (1.150ubuntu1)
-Version: 4:5.3.1-1ubuntu1
-Depends: cpp (>= 4:5.3.1-1ubuntu1), gcc (>= 4:5.3.1-1ubuntu1), gcc-5-multilib (>= 5.3.1-3~), linux-libc-dev (>= 3.0.0-2)
-Conflicts: gcc-4.9-aarch64-linux-gnu, gcc-4.9-alpha-linux-gnu, gcc-4.9-arm-linux-gnueabi, gcc-4.9-arm-linux-gnueabihf, gcc-4.9-hppa-linux-gnu, gcc-4.9-m68k-linux-gnu, gcc-4.9-mips-linux-gnu, gcc-4.9-mips64-linux-gnuabi64, gcc-4.9-mips64el-linux-gnuabi64, gcc-4.9-mipsel-linux-gnu, gcc-4.9-powerpc-linux-gnu, gcc-4.9-powerpc-linux-gnuspe, gcc-4.9-powerpc64-linux-gnu, gcc-4.9-powerpc64le-linux-gnu, gcc-4.9-s390x-linux-gnu, gcc-4.9-sh4-linux-gnu, gcc-4.9-sparc-linux-gnu, gcc-4.9-sparc64-linux-gnu, gcc-5-aarch64-linux-gnu, gcc-5-alpha-linux-gnu, gcc-5-arm-linux-gnueabi, gcc-5-arm-linux-gnueabihf, gcc-5-hppa-linux-gnu, gcc-5-m68k-linux-gnu, gcc-5-mips-linux-gnu, gcc-5-mips64-linux-gnuabi64, gcc-5-mips64el-linux-gnuabi64, gcc-5-mipsel-linux-gnu, gcc-5-powerpc-linux-gnu, gcc-5-powerpc-linux-gnuspe, gcc-5-powerpc64-linux-gnu, gcc-5-powerpc64le-linux-gnu, gcc-5-s390x-linux-gnu, gcc-5-sh4-linux-gnu, gcc-5-sparc-linux-gnu, gcc-5-sparc64-linux-gnu, gcc-6-aarch64-linux-gnu, gcc-6-alpha-linux-gnu, gcc-6-arm-linux-gnueabi, gcc-6-arm-linux-gnueabihf, gcc-6-hppa-linux-gnu, gcc-6-m68k-linux-gnu, gcc-6-mips-linux-gnu, gcc-6-mips64-linux-gnuabi64, gcc-6-mips64el-linux-gnuabi64, gcc-6-mipsel-linux-gnu, gcc-6-powerpc-linux-gnu, gcc-6-powerpc-linux-gnuspe, gcc-6-powerpc64-linux-gnu, gcc-6-powerpc64le-linux-gnu, gcc-6-s390x-linux-gnu, gcc-6-sh4-linux-gnu, gcc-6-sparc-linux-gnu, gcc-6-sparc64-linux-gnu
-Description: GNU C compiler (multilib files)
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- A dependency package on architectures with multilib support; the package
- contains dependencies for the non-default multilib architecture(s).
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libwayland-client0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 80
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: wayland
-Version: 1.12.0-1~ubuntu16.04.3
-Replaces: libwayland0 (<< 1.1.0-1)
-Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4)
-Conflicts: libwayland0 (<< 1.1.0-1)
-Description: wayland compositor infrastructure - client library
- Wayland is a protocol for a compositor to talk to its clients as well
- as a C library implementation of that protocol. The compositor can be
- a standalone display server running on Linux kernel modesetting and
- evdev input devices, an X application, or a wayland client
- itself. The clients can be traditional applications, X servers
- (rootless or fullscreen) or other display servers.
- .
- This package ships the library that implements the client side of
- the Wayland protocol.
-Homepage: https://wayland.freedesktop.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3-json-pointer
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 39
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-json-pointer
-Version: 1.9-3
-Depends: python3, python3:any (>= 3.3.2-2~)
-Description: resolve JSON pointers - Python 3.x
- Python-json-pointer is a small library to resolve JSON pointers according to
- the IETF draft specification. JSON Pointer defines a string syntax for
- identifying a specific value within a JavaScript Object Notation (JSON)
- document.
- .
- This package provides the module for Python 3.x.
-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Homepage: https://github.com/stefankoegl/python-json-pointer
-
-Package: dash
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: shells
-Installed-Size: 242
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.5.8-2.1ubuntu2
-Depends: debianutils (>= 2.15), dpkg (>= 1.15.0)
-Pre-Depends: libc6 (>= 2.14)
-Description: POSIX-compliant shell
- The Debian Almquist Shell (dash) is a POSIX-compliant shell derived
- from ash.
- .
- Since it executes scripts faster than bash, and has fewer library
- dependencies (making it more robust against software or hardware
- failures), it is used as the default system shell on Debian systems.
-Homepage: http://gondor.apana.org.au/~herbert/dash/
-Original-Maintainer: Gerrit Pape <pape@smarden.org>
-
-Package: libfuse2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 314
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fuse
-Version: 2.9.4-1ubuntu3.1
-Depends: libc6 (>= 2.17)
-Suggests: fuse
-Conflicts: fuse (<< 2.9.4-1ubuntu3.1)
-Description: Filesystem in Userspace (library)
- Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
- export a virtual filesystem to the Linux kernel. It also aims to provide a
- secure method for non privileged users to create and mount their own filesystem
- implementations.
- .
- This package contains the shared library.
-Homepage: http://fuse.sourceforge.net/
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: python3-xdg
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 180
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: pyxdg
-Version: 0.25-4
-Depends: python3:any (>= 3.3.2-2~)
-Description: Python 3 library to access freedesktop.org standards
- PyXDG contains implementations of freedesktop.org standards in Python:
- .
- * Base Directory Specification Version 0.6
- * Menu Specification Version 1.0-draft1
- * Desktop Entry Specification Version 1.0
- * Icon Theme Specification Version 0.8
- * Recent File Spec 0.2
- * Shared-MIME-Database Specification 0.13
- .
- This package contains the Python 3 version of the library.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/pyxdg
-
-Package: libqt4-help
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 872
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-network (= 4:4.8.7+dfsg-5ubuntu2), libqt4-sql (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 help module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtHelp module provides classes for integrating online documentation in
- applications.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: python3-update-manager
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 212
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: update-manager
-Version: 1:16.04.9
-Replaces: update-manager-core (<< 1:0.163)
-Depends: python3:any (>= 3.3.2-2~), python3-apt (>= 0.8.5~), python3-distupgrade, lsb-release
-Breaks: update-manager-core (<< 1:0.163)
-Description: python 3.x module for update-manager
- Python module for update-manager (UpdateManager).
- .
- This package contains the python 3.x version of this module.
-
-Package: libcairo-gobject2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 189
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cairo
-Version: 1.14.6-1
-Depends: libc6 (>= 2.2.5), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.14.0)
-Description: Cairo 2D vector graphics library (GObject library)
- Cairo is a multi-platform library providing anti-aliased
- vector-based rendering for multiple target backends.
- .
- This package contains the GObject library, providing wrapper GObject types
- for all cairo types.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://cairographics.org/
-
-Package: xkb-data
-Status: install ok installed
-Priority: extra
-Section: x11
-Installed-Size: 2995
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: xkeyboard-config
-Version: 2.16-1ubuntu1
-Breaks: libx11-6 (<< 2:1.4.3)
-Description: X Keyboard Extension (XKB) configuration data
- This package contains configuration data used by the X Keyboard
- Extension (XKB), which allows selection of keyboard layouts when
- using a graphical interface.
- .
- Every X11 vendor provides its own XKB data files, so keyboard layout
- designers have to send their layouts to several places. The
- xkeyboard-config project has been launched at FreeDesktop in order
- to provide a central repository that could be used by all vendors.
-Homepage: http://www.freedesktop.org/Software/XKeyboardConfig
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: qtchooser
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 102
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 52-gae5eeef-2build1~gcc5.2
-Replaces: libqt4-dev-bin (<= 4:4.8.4+dfsg-1~), qdbus (<= 4:4.8.4+dfsg-1~), qt4-designer (<= 4:4.8.4+dfsg-1~), qt4-dev-tools (<= 4:4.8.4+dfsg-1~), qt4-linguist-tools (<= 4:4.8.4+dfsg-1~), qt4-qmake (<= 4:4.8.4+dfsg-1~), qt4-qmlviewer (<= 4:4.8.4+dfsg-1~), qt4-qtconfig (<= 4:4.8.4+dfsg-1~), qtcreator (<= 2.6.0)
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Breaks: libqt4-dev-bin (<= 4:4.8.4+dfsg-1~), qdbus (<= 4:4.8.4+dfsg-1~), qt4-designer (<= 4:4.8.4+dfsg-1~), qt4-dev-tools (<= 4:4.8.4+dfsg-1~), qt4-linguist-tools (<= 4:4.8.4+dfsg-1~), qt4-qmake (<= 4:4.8.4+dfsg-1~), qt4-qmlviewer (<= 4:4.8.4+dfsg-1~), qt4-qtconfig (<= 4:4.8.4+dfsg-1~), qtcreator (<= 2.6.0)
-Description: Wrapper to select between Qt development binary versions
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The Qt Chooser provides a wrapper to switch between versions of Qt
- development binaries when multiple versions like 4 and 5 are installed
- or local Qt builds are to be used.
-Homepage: https://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: gcc-6-base
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 60
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gccgo-6
-Version: 6.0.1-0ubuntu1
-Breaks: gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~)
-Description: GCC, the GNU Compiler Collection (base package)
- This package contains files common to all languages and libraries
- contained in the GNU Compiler Collection (GCC).
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libsasl2-modules-db
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 60
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cyrus-sasl2
-Version: 2.1.26.dfsg1-14build1
-Replaces: libsasl2-2 (<< 2.1.26.dfsg1-2~), libsasl2-modules (<< 2.1.26.dfsg1-6~)
-Depends: libc6 (>= 2.14), libdb5.3
-Breaks: libsasl2-2 (<< 2.1.26.dfsg1-2~)
-Description: Cyrus SASL - pluggable authentication modules (DB)
- This is the Cyrus SASL API implementation, version 2.1. See package
- libsasl2-2 and RFC 2222 for more information.
- .
- This package provides the DB plugin, which supports Berkeley DB lookups.
-Original-Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
-Homepage: http://www.cyrusimap.org/
-
-Package: system-config-printer-gnome
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1455
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: system-config-printer
-Version: 1.5.7+20160212-0ubuntu2
-Replaces: system-config-printer, system-config-printer-common (<< 1.5.7+20150819-0ubuntu5)
-Depends: system-config-printer-common (>= 1.3.11+20120807-0ubuntu7), python3-gi, adwaita-icon-theme, python3-lxml, python3-requests, python3-cairo, gir1.2-notify-0.7, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-packagekitglib-1.0, gir1.2-gnomekeyring-1.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, packagekit-system-interface
-Breaks: system-config-printer-common (<< 1.5.7+20150819-0ubuntu5)
-Conflicts: system-config-printer
-Conffiles:
- /etc/xdg/autostart/print-applet.desktop 154ab05dac45fc95511c3df91a10865d
-Description: Printer configuration GUI
- A CUPS printer configuration tool and status applet.
- .
- This package provides the GTK frontend.
-Original-Maintainer: Otavio Salvador <otavio@ossystems.com.br>
-
-Package: python-wheel
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 206
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: wheel
-Version: 0.29.0-1
-Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
-Suggests: python-setuptools
-Description: built-package format for Python
- A wheel is a ZIP-format archive with a specially formatted filename and the
- `.whl` extension. It is designed to contain all the files for a PEP 376
- compatible install in a way that is very close to the on-disk format.
- .
- The wheel project provides a `bdist_wheel` command for setuptools. Wheel
- files can be installed with `pip`.
- .
- This is the Python 2 compatible package.
-Original-Maintainer: Barry Warsaw <barry@debian.org>
-Homepage: https://bitbucket.org/pypa/wheel
-
-Package: libgbm1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 129
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libwayland-client0 (>= 1.11.0), libwayland-server0 (>= 1.11.0)
-Description: generic buffer management API -- runtime
- This package contains the GBM buffer management library. It provides a
- mechanism for allocating buffers for graphics rendering tied to Mesa.
- .
- GBM is intended to be used as a native platform for EGL on drm or openwfd.
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libjansson4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 74
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: jansson
-Version: 2.7-3
-Depends: libc6 (>= 2.14)
-Description: C library for encoding, decoding and manipulating JSON data
- Jansson is a C library for encoding, decoding and manipulating JSON data.
- .
- It features:
- * Simple and intuitive API and data model
- * Comprehensive documentation
- * No dependencies on other libraries
- * Full Unicode support (UTF-8)
- * Extensive test suite
-Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
-Homepage: http://www.digip.org/jansson/
-
-Package: nvidia-384-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 735
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Depends: nvidia-384 (>= 384.111)
-Description: NVIDIA binary Xorg driver development files
- This package contains the NVIDIA binary Xorg driver
- development files.
- .
- For more information on this source package visit NVIDIA's homepage
- at http://www.nvidia.com/ .
-
-Package: liblinearmath2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 153
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: liblinearmath2.83, liblinearmath2.83v5
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
-Breaks: liblinearmath2.83, liblinearmath2.83v5
-Description: professional 3D Game Multiphysics Library -- mathematics
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the LinearMath shared library which is required by most
- other Bullet libraries and provides basic data types and memory management.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: cloud-initramfs-copymods
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 22
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Architecture: all
-Source: cloud-initramfs-tools
-Version: 0.27ubuntu1.4
-Depends: initramfs-tools
-Description: copy initramfs modules into root filesystem for later use
- When booting with an external-to-root kernel and initramfs, you need
- to ensure that /lib/modules contains any necessary modules not already
- loaded.
- .
- This package arranges for the modules in the initramfs to be placed
- into /lib/modules after the switchroot is done.
-Homepage: http://launchpad.net/cloud-initramfs-tools
-
-Package: libfcitx-utils0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 114
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fcitx
-Version: 1:4.2.9.1-1ubuntu1.16.04.2
-Replaces: fcitx (<< 1:4.2.9.1), fcitx-libs (<< 1:4.2.8.5-3)
-Depends: libc6 (>= 2.14)
-Suggests: fcitx (>= 1:4.2.9.1)
-Breaks: fcitx (<< 1:4.2.9.1), fcitx-libs (<< 1:4.2.8.5-3)
-Description: Flexible Input Method Framework - utility support library
- Fcitx is a input method framework with extension support, which provides
- an interface for entering characters of different scripts in applications
- using a variety of mapping systems.
- .
- It offers a pleasant and modern experience, with intuitive graphical
- configuration tools and customizable skins and mapping tables. It is
- highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
- for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
- API.
- .
- This package contains the library file:
- * libfcitx-utils - utility support library for Fcitx
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-Homepage: https://github.com/fcitx/fcitx
-
-Package: lldb-3.6-dev
-Status: install ok installed
-Priority: optional
-Section: oldlibs
-Installed-Size: 37
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: liblldb-3.6-dev
-Description: transitional dummy package to liblldb-3.6-dev
- This is a transitional dummy package. It can safely be removed.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: linux-base
-Status: install ok installed
-Priority: optional
-Section: kernel
-Installed-Size: 22
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 4.0ubuntu1
-Description: Linux image base package
- This package contains files and support scripts for all Linux
- images.
-Original-Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
-
-Package: libbluetooth3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 201
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bluez
-Version: 5.37-0ubuntu5.1
-Replaces: libsdp2 (<= 1.5-2)
-Depends: libc6 (>= 2.15), libudev1 (>= 183)
-Conflicts: libsdp2 (<= 1.5-2)
-Description: Library to use the BlueZ Linux Bluetooth stack
- BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
- project distributed under GNU General Public License (GPL).
-Homepage: http://www.bluez.org
-Original-Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org>
-
-Package: python3-six
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 53
-Maintainer: Colin Watson <cjwatson@debian.org>
-Architecture: all
-Multi-Arch: foreign
-Source: six
-Version: 1.10.0-3
-Depends: python3:any (>= 3.4~)
-Description: Python 2 and 3 compatibility library (Python 3 interface)
- Six is a Python 2 and 3 compatibility library. It provides utility
- functions for smoothing over the differences between the Python versions
- with the goal of writing Python code that is compatible on both Python
- versions.
- .
- This package provides Six on the Python 3 module path. It is complemented
- by python-six and pypy-six.
-Homepage: https://pythonhosted.org/six/
-
-Package: libxtables11
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 97
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: iptables
-Version: 1.6.0-2ubuntu3
-Replaces: iptables (<< 1.4.16.3-3)
-Depends: libc6 (>= 2.14)
-Breaks: iptables (<< 1.4.16.3-3)
-Description: netfilter xtables library
- The user-space interface to the Netfilter xtables kernel framework.
-Homepage: http://www.netfilter.org/
-Original-Maintainer: iptables devel team <pkg-netfilter-devel@lists.alioth.debian.org>
-
-Package: libpangoxft-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 252
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pango1.0
-Version: 1.38.1-1
-Replaces: libpango1.0-0 (<< 1.32.5-2)
-Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.9.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.22.0), libpangoft2-1.0-0 (>= 1.14.0), libx11-6, libxft2 (>> 2.1.1), libxrender1
-Breaks: libpango1.0-0 (<< 1.32.5-2)
-Description: Layout and rendering of internationalized text
- Pango is a library for layout and rendering of text, with an emphasis
- on internationalization. Pango can be used anywhere that text layout is
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
- - Core X windowing system fonts
- - Client-side fonts on X using the Xft library
- - Direct rendering of scalable fonts using the FreeType library
- - Native fonts on Microsoft backends
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: ksh
-Status: install ok installed
-Priority: optional
-Section: shells
-Installed-Size: 3241
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 93u+20120801-2ubuntu0.16.04.1
-Depends: libc6 (>= 2.23), binfmt-support
-Conffiles:
- /etc/skel/.kshrc 24a46b23534d31e1a6e4ba811d4770e9
-Description: Real, AT&T version of the Korn shell
- Ksh is a UNIX command interpreter (shell) that is intended for both
- interactive and shell script use. Its command language is a superset of
- the sh(1) shell language.
- .
- The 1993 version adds a number of new, mostly scripting related,
- features over the 1988 version that is typically distributed with
- commercial UNIX variants. For example, it has lexical scoping, compound
- variables, associative arrays, named references and floating point
- math.
- .
- The shcomp tool can be used to compile ksh scripts into a binary format.
-Original-Maintainer: Nicholas Bamber <nicholas@periapt.co.uk>
-Homepage: http://www.kornshell.com/
-
-Package: gnupg
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 1680
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.4.20-1ubuntu3.1
-Depends: gpgv, libbz2-1.0, libc6 (>= 2.15), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4)
-Suggests: gnupg-curl, gnupg-doc, libpcsclite1, parcimonie, xloadimage | imagemagick | eog
-Description: GNU privacy guard - a free PGP replacement
- GnuPG is GNU's tool for secure communication and data storage.
- It can be used to encrypt data and to create digital signatures.
- It includes an advanced key management facility and is compliant
- with the proposed OpenPGP Internet standard as described in RFC 4880.
- .
- GnuPG 1.4 is the standalone, non-modularized series. In contrast to
- the version 2 series, shipped with the gnupg2 package, it comes
- with no support for S/MIME and some other tools useful for desktop
- environments, but also with less dependencies.
- .
- The gnupg package is built without libcurl. So it does not support
- HKPS keyservers. Install the gnupg-curl package if you want to use
- the keyserver helper tools built with libcurl and supporting HKPS.
-Homepage: https://www.gnupg.org
-Original-Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
-
-Package: libsoup2.4-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 948
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsoup2.4
-Version: 2.52.2-1ubuntu0.2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.90), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4), glib-networking (>= 2.32.0)
-Description: HTTP library implementation in C -- Shared library
- It was originally part of a SOAP (Simple Object Access Protocol)
- implementation called Soup, but the SOAP and non-SOAP parts have now been
- split into separate packages.
- .
- libsoup uses the Glib main loop and is designed to work well with GTK+
- applications. This enables GNOME applications to access HTTP servers
- on the network in a completely asynchronous fashion, very similar to
- the GTK+ programming model (a synchronous operation mode is also
- supported for those who want it).
- .
- Features:
- * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
- * Automatically caches connections
- * SSL Support using GnuTLS
- * Proxy support, including authentication and SSL tunneling
- * Client support for Digest, NTLM, and Basic authentication
- * Server support for Digest and Basic authentication
- * Basic client-side SOAP and XML-RPC support
- .
- This package contains the shared library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libproxy1v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 151
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libproxy
-Version: 0.4.11-5ubuntu1
-Replaces: libproxy1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Conflicts: libproxy1
-Description: automatic proxy configuration management library (shared)
- libproxy is a lightweight library which makes it easy to develop
- applications proxy-aware with a simple and stable API.
- .
- This package contains the shared library.
-Homepage: http://code.google.com/p/libproxy/
-Original-Maintainer: Emilio Pozuelo Monfort <pochu@debian.org>
-
-Package: libudisks2-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 475
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: udisks2
-Version: 2.1.7-1ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
-Description: GObject based library to access udisks2
- The udisks daemon serves as an interface to system block devices,
- implemented via D-Bus. It handles operations such as querying, mounting,
- unmounting, formatting, or detaching storage devices such as hard disks
- or USB thumb drives.
- .
- This provides a convenience library for communicating with udisks2 from
- GObject based programs.
-Homepage: http://www.freedesktop.org/wiki/Software/udisks
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libstreams0v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 245
-Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
-Architecture: amd64
-Source: strigi
-Version: 0.7.8-2ubuntu1
-Replaces: libstreams0, strigi-daemon (<< 0.3.11-1)
-Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Conflicts: libstreams0
-Description: streams library for Strigi Desktop Search
- This package is part of Strigi Desktop Search; it contains a library for
- input streams of data.
- .
- See the 'strigi-daemon' package for more information.
-Homepage: http://strigi.sourceforge.net
-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
-
-Package: linux-libc-dev
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 4405
-Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: linux
-Version: 4.4.0-122.146
-Replaces: linux-kernel-headers
-Provides: linux-kernel-headers
-Conflicts: linux-kernel-headers
-Description: Linux Kernel Headers for development
- This package provides headers from the Linux kernel. These headers
- are used by the installed headers for GNU glibc and other system
- libraries. They are NOT meant to be used to build third-party modules for
- your kernel. Use linux-headers-* packages for that.
-
-Package: python3.6-venv
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 31
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Depends: python3.6 (= 3.6.5-5~16.04.york1), python-pip-whl (>= 8.1.0-2)
-Breaks: python3-pip (<< 1.5.6-4)
-Description: Interactive high-level object-oriented language (pyvenv binary, version 3.6)
- Python is a high-level, interactive, object-oriented language. Its 3.6 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains the pyvenv-3.6 binary.
-
-Package: libgtop-2.0-10
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 133
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgtop2
-Version: 2.32.0-1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.18.0), libxau6, libgtop2-common (>= 2.32.0-1)
-Description: gtop system monitoring library (shared)
- The gtop library reads information about processes and the state of the
- system. It is used by the GNOME desktop environment.
- .
- This package contains the shared library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: mount
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 411
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Pre-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libmount1 (>= 2.25), libsmartcols1 (>= 2.27~rc1), libudev1 (>= 183)
-Suggests: nfs-common (>= 1:1.1.0-13)
-Description: tools for mounting and manipulating filesystems
- This package provides the mount(8), umount(8), swapon(8),
- swapoff(8), and losetup(8) commands.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: libghc-dlist-dev
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 251
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-dlist
-Version: 0.7.1.2-1
-Provides: libghc-dlist-dev-0.7.1.2-bf379
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-deepseq-dev-1.4.1.1-614b6, libc6 (>= 2.2.5)
-Suggests: libghc-dlist-doc, libghc-dlist-prof
-Description: Haskell library for Differences lists
- Differences lists: a list-like type supporting O(1) append.
- This is particularly useful for efficient logging and pretty
- printing, (e.g. with the Writer monad), where list append
- quickly becomes too expensive.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/spl/dlist
-Ghc-Package: dlist-0.7.1.2-bf3794feb89809b6deff4b7ce04dd7fa
-
-Package: libplist3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 70
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libplist
-Version: 1.12-3.1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libxml2 (>= 2.7.4)
-Description: Library for handling Apple binary and XML property lists
- libplist is a library for reading and writing the Apple binary and XML
- property lists format. It's part of the libimobiledevice stack, providing
- access to iDevices (iPod, iPhone, iPad ...).
-Homepage: http://www.libimobiledevice.org/
-Original-Maintainer: gtkpod Maintainers <pkg-gtkpod-devel@lists.alioth.debian.org>
-
-Package: libhcrypto4-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 256
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libroken18-heimdal (>= 1.4.0+git20110226)
-Description: Heimdal Kerberos - crypto library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
- .
- This package contains the cryptographic library required for Heimdal.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libgnutls30
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 1468
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnutls28
-Version: 3.4.10-4ubuntu1.3
-Depends: libc6 (>= 2.17), libgmp10 (>= 2:6), libhogweed4, libidn11 (>= 1.13), libnettle6, libp11-kit0 (>= 0.23.1), libtasn1-6 (>= 4.5), zlib1g (>= 1:1.1.4)
-Suggests: gnutls-bin
-Conflicts: libhogweed2, libnettle4
-Description: GNU TLS library - main runtime library
- GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
- Transport Layer Security (DTLS 1.0, 1.2) protocols.
- .
- GnuTLS features support for:
- - TLS extensions: server name indication, max record size, opaque PRF
- input, etc.
- - authentication using the SRP protocol.
- - authentication using both X.509 certificates and OpenPGP keys.
- - TLS Pre-Shared-Keys (PSK) extension.
- - Inner Application (TLS/IA) extension.
- - X.509 and OpenPGP certificate handling.
- - X.509 Proxy Certificates (RFC 3820).
- - all the strong encryption algorithms (including SHA-256/384/512 and
- Camellia (RFC 4132)).
- .
- This package contains the main runtime library.
-Homepage: http://www.gnutls.org/
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: libx11-6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1366
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libx11
-Version: 2:1.6.3-1ubuntu2
-Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data
-Description: X11 client-side library
- This package provides a client interface to the X Window System, otherwise
- known as 'Xlib'. It provides a complete API for the basic functions of the
- window system.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libX11
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libsasl2-2
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 147
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cyrus-sasl2
-Version: 2.1.26.dfsg1-14build1
-Replaces: libsasl2
-Depends: libc6 (>= 2.15), libsasl2-modules-db (>= 2.1.26.dfsg1-14build1)
-Recommends: libsasl2-modules (>= 2.1.26.dfsg1-14build1)
-Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3)
-Description: Cyrus SASL - authentication abstraction library
- This is the Cyrus SASL API implementation, version 2.1.
- .
- SASL is the Simple Authentication and Security Layer, a method for
- adding authentication support to connection-based protocols. To use
- SASL, a protocol includes a command for identifying and
- authenticating a user to a server and for optionally negotiating
- protection of subsequent protocol interactions. If its use is
- negotiated, a security layer is inserted between the protocol and the
- connection. See RFC 2222 for more information.
- .
- Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
- Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used.
-Original-Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
-Homepage: http://www.cyrusimap.org/
-
-Package: libflac8
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 513
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: flac
-Version: 1.3.1-4
-Depends: libc6 (>= 2.14), libogg0 (>= 1.0rc3)
-Description: Free Lossless Audio Codec - runtime C library
- FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
- similar to MP3, but lossless. The FLAC project consists of:
- .
- * The stream format
- * libFLAC, which implements a reference encoder, stream decoder, and file
- decoder
- * flac, which is a command-line wrapper around libFLAC to encode and decode
- .flac files
- * Input plugins for various music players (Winamp, XMMS, and more in the
- works)
- .
- This package contains the runtime library libFLAC.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://xiph.org/flac/
-
-Package: libghc-monadcatchio-transformers-prof
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 233
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-monadcatchio-transformers
-Version: 0.3.1.3-4
-Provides: libghc-monadcatchio-transformers-prof-0.3.1.3-3f6f0
-Depends: libghc-monadcatchio-transformers-dev (= 0.3.1.3-4), libghc-base-prof-4.8.2.0-0d6d1, libghc-extensible-exceptions-prof-0.1.1.4-81599, libghc-monads-tf-prof-0.1.0.2-6cb91, libghc-transformers-prof-0.4.2.0-81450
-Description: Monad-transformer compatible with Control.Exception; profiling libraries
- Provides functions to throw and catch exceptions. Unlike the functions from
- Control.Exception, which work in IO, these work in any stack of monad
- transformers (from the 'transformers' package) with IO as the base monad.
- You can extend this functionality to other monads, by creating an instance
- of the MonadCatchIO class.
- .
- Warning: this package is deprecated. Use the 'exceptions' package instead, if
- possible.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/MonadCatchIO-transformers
-
-Package: dns-root-data
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 54
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2015052300+h+1
-Description: DNS root data including root zone and DNSSEC key
- This package contains various root zone related data as published
- by IANA to be used by various DNS software as a common source
- of DNS root zone data, namely:
- .
- * Root Hints (root.hints)
- * Root Trust Anchors (root.key, root.ds)
-Original-Maintainer: Debian DNS Maintainers <pkg-dns-devel@lists.alioth.debian.org>
-Homepage: https://data.iana.org/root-anchors/
-
-Package: libinput10
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 239
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libinput
-Version: 1.6.3-1ubuntu1~16.04.1
-Depends: libc6 (>= 2.9), libevdev2 (>= 0.9.1), libmtdev1 (>= 1.1.0), libudev1 (>= 183), libwacom2 (>= 0.20), libinput-bin (>= 1.6.3-1ubuntu1~16.04.1)
-Description: input device management and event handling library - shared library
- libinput is a library that handles input devices for display servers and
- other applications that need to directly deal with input devices.
- .
- It provides device detection, device handling, input device event
- processing and abstraction so minimize the amount of custom input
- code the user of libinput need to provide the common set of
- functionality that users expect.
- .
- This package includes the shared library.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/libinput/
-
-Package: pptp-linux
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 142
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.8.0-1
-Depends: libc6 (>= 2.15), ppp (>= 2.4.2), binutils
-Conffiles:
- /etc/ppp/options.pptp d7a9dcb92832f4bf6dae77bacde7462b
-Description: Point-to-Point Tunneling Protocol (PPTP) Client
- Client for the proprietary Microsoft Point-to-Point Tunneling
- Protocol, PPTP. Allows connection to a PPTP based VPN as used
- by employers and some cable and ADSL service providers.
-Original-Maintainer: Ola Lundqvist <opal@debian.org>
-
-Package: libgl1-mesa-dri
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 129344
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Depends: libc6 (>= 2.22), libdrm-amdgpu1 (>= 2.4.80), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.4), libglapi-mesa, libllvm5.0 (>= 1:5.0~svn298832-1~), libsensors4 (>= 1:3.0.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Recommends: libtxc-dxtn-s2tc | libtxc-dxtn-s2tc0 | libtxc-dxtn0
-Conffiles:
- /etc/drirc 7ed74988476b24253f3948ea9392445a
-Description: free implementation of the OpenGL API -- DRI modules
- This version of Mesa provides GLX and DRI capabilities: it is capable of
- both direct and indirect rendering. For direct rendering, it can use DRI
- modules from the libgl1-mesa-dri package to accelerate drawing.
- .
- This package does not include the OpenGL library itself, only the DRI
- modules for accelerating direct rendering.
- .
- For a complete description of Mesa, please look at the
- libgl1-mesa-glx package.
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libpython-all-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 6
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Depends: libpython-dev (= 2.7.12-1~16.04), libpython2.7-dev
-Description: package depending on all supported Python development packages
- The package currently depends on libpython2.7-dev, in the
- future, dependencies on jython (Python for a JVM) and ironpython (Python
- for Mono) may be added.
- .
- This package is a dependency package used as a build dependency for other
- packages to avoid hardcoded dependencies on specific Python development
- packages.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libsystemd0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 618
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: systemd
-Version: 229-4ubuntu19
-Pre-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 1.32)
-Description: systemd utility library
- The libsystemd0 library provides interfaces to various systemd components.
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: dbus-x11
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 138
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: dbus
-Version: 1.10.6-1ubuntu3.3
-Depends: libc6 (>= 2.15), libdbus-1-3 (= 1.10.6-1ubuntu3.3), libx11-6, dbus
-Conffiles:
- /etc/X11/Xsession.d/75dbus_dbus-launch 895261e956ef1fb4e3ddf5fe9c377617
- /etc/X11/Xsession.d/95dbus_update-activation-env a97a2e4a0193d85e7646a2de721d09a2
-Description: simple interprocess messaging system (X11 deps)
- D-Bus is a message bus, used for sending messages between applications.
- Conceptually, it fits somewhere in between raw sockets and CORBA in
- terms of complexity.
- .
- This package contains the dbus-launch utility which is necessary for
- packages using a D-Bus session bus.
- .
- See the dbus description for more information about D-Bus in general.
-Homepage: http://dbus.freedesktop.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libdns-export162
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1931
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Depends: libc6 (>= 2.14), libisc-export160
-Description: Exported DNS Shared Library
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the exported libdns shared library.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: nvidia-libopencl1-352
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-libopencl1-361
-Description: Transitional package for nvidia-libopencl1-361
- This is a transitional package for nvidia-libopencl1-361, and can be
- safely removed after the installation is complete.
-
-Package: libdpkg-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 1780
-Origin: debian
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Bugs: debbugs://bugs.debian.org
-Architecture: all
-Multi-Arch: foreign
-Source: dpkg
-Version: 1.18.4ubuntu1.4
-Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
-Depends: dpkg (>= 1.16.3), perl
-Recommends: libfile-fcntllock-perl, bzip2, xz-utils
-Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2, gcc | c-compiler, binutils, patch
-Breaks: dpkg-dev (<< 1.15.6), patch (<< 2.7)
-Description: Dpkg perl modules
- This package provides the perl modules used by the scripts
- in dpkg-dev. They cover a wide range of functionality. Among them
- there are the following public modules:
- .
- - Dpkg: core variables
- - Dpkg::Arch: architecture handling functions
- - Dpkg::BuildFlags: set, modify and query compilation build flags
- - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
- - Dpkg::BuildProfile: parse and manipulate build profiles
- - Dpkg::Changelog: parse changelogs
- - Dpkg::Changelog::Entry: represents a changelog entry
- - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
- - Dpkg::Checksums: generate and parse checksums
- - Dpkg::Compression: simple database of available compression methods
- - Dpkg::Compression::Process: wrapper around compression tools
- - Dpkg::Compression::FileHandle: transparently (de)compress files
- - Dpkg::Conf: parse dpkg configuration files
- - Dpkg::Control: parse and manipulate Debian control information
- (.dsc, .changes, Packages/Sources entries, etc.)
- - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
- - Dpkg::Control::Fields: manage (list of known) control fields
- - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
- - Dpkg::Control::Info: parse files like debian/control
- - Dpkg::Deps: parse and manipulate dependencies
- - Dpkg::Exit: push, pop and run exit handlers
- - Dpkg::Gettext: wrapper around Locale::gettext
- - Dpkg::IPC: spawn sub-processes and feed/retrieve data
- - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
- example)
- - Dpkg::Interface::Storable: base object serializer
- - Dpkg::Path: common path handling functions
- - Dpkg::Source::Package: extract Debian source packages
- - Dpkg::Substvars: substitute variables in strings
- - Dpkg::Vendor: identify current distribution vendor
- - Dpkg::Version: parse and manipulate Debian package versions
- .
- All the packages listed in Suggests or Recommends are used by some of the
- modules.
-Homepage: https://wiki.debian.org/Teams/Dpkg
-Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
-
-Package: libtinfo-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 392
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Replaces: libncurses5-dev (<< 5.9-3)
-Depends: libtinfo5 (= 6.0+20160213-1ubuntu1), ncurses-bin (>= 6.0+20151017)
-Breaks: binutils-gold (<< 2.21.53.20110910)
-Description: developer's library for the low-level terminfo library
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains the static library and symbolic link that developers
- using the low-level terminfo library will need. Packages should not
- build-depend on this package.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: libaec-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 60
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libaec
-Version: 0.3.2-1
-Depends: libaec0 (= 0.3.2-1), libsz2 (= 0.3.2-1)
-Description: Development files for the Adaptive Entropy Coding library
- Libaec provides fast lossless compression of 1 up to 32 bit wide
- signed or unsigned integers (samples). The library achieves best
- results for low entropy data as often encountered in space imaging
- instrument data or numerical model output from weather or climate
- simulations. While floating point representations are not directly
- supported, they can also be efficiently coded by grouping exponents
- and mantissa.
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: https://www.dkrz.de/redmine/projects/aec
-
-Package: libasound2-plugins
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 268
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: alsa-plugins
-Version: 1.1.0-0ubuntu1
-Depends: libasound2 (>= 1.0.27), libc6 (>= 2.15), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libpulse0 (>= 0.99.1), libsamplerate0 (>= 0.1.7), libspeexdsp1 (>= 1.2~beta3.2-1)
-Description: ALSA library additional plugins
- This package contains plugins for the ALSA library that are
- not included in the main libasound2 package.
- .
- The following plugins are included, among other:
- - jack: play or capture via JACK
- - oss: run native ALSA apps on OSS drivers
- - pulse: play or capture via Pulse Audio
- - samplerate and speexrate: rate converters
- - upmix and vdownmix: convert from/to 2 and 4/6 channel streams
- .
- ALSA is the Advanced Linux Sound Architecture.
-Homepage: http://www.alsa-project.org/
-Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
-
-Package: libgphoto2-6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3684
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgphoto2
-Version: 2.5.9-3
-Depends: libc6 (>= 2.15), libexif12 (>= 0.6.21-1~), libgd3 (>= 2.1.0~alpha~), libgphoto2-port12 (>= 2.5.9), libjpeg8 (>= 8c), libltdl7 (>= 2.4.2), libxml2 (>= 2.7.4)
-Recommends: libgphoto2-l10n (>= 2.5.9-3)
-Suggests: gphoto2 (>= 2.5.7)
-Description: gphoto2 digital camera library
- The gphoto2 library can be used by applications to access various
- digital camera models, via standard protocols such as USB Mass Storage
- and PTP, or vendor-specific protocols.
- .
- This package contains the library.
- .
- The gphoto2 command-line frontend is shipped separately, in the gphoto2
- package.
-Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
-Homepage: http://www.gphoto.org/proj/libgphoto2/
-
-Package: lldb-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 897
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: libc6 (>= 2.14), liblldb-3.6, libstdc++6 (>= 5.2), libllvm3.6v5 (= 1:3.6.2-3ubuntu2), python, llvm-3.6-dev, python-lldb-3.6
-Conflicts: lldb-3.4, lldb-3.5, lldb-3.7, lldb-3.8
-Description: Next generation, high-performance debugger
- LLDB is a next generation, high-performance debugger. It is built as a set of
- reusable components which highly leverage existing libraries in the larger LLVM
- Project, such as the Clang expression parser and LLVM disassembler.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: python3.6-minimal
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 9166
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Depends: libpython3.6-minimal (= 3.6.5-5~16.04.york1), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
-Pre-Depends: libc6 (>= 2.17)
-Recommends: python3.6
-Suggests: binfmt-support
-Conflicts: binfmt-support (<< 1.1.2)
-Description: Minimal subset of the Python language (version 3.6)
- This package contains the interpreter and some essential modules. It can
- be used in the boot process for some basic tasks.
- See /usr/share/doc/python3.6-minimal/README.Debian for a list of the modules
- contained in this package.
-
-Package: libc6
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 10953
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: glibc
-Version: 2.23-0ubuntu10
-Replaces: libc6-amd64
-Depends: libgcc1
-Suggests: glibc-doc, debconf | debconf-2.0, locales
-Breaks: hurd (<< 1:0.5.git20140203-1), libtirpc1 (<< 0.2.3), locales (<< 2.23), locales-all (<< 2.23), lsb-core (<= 3.2-27), nscd (<< 2.23)
-Conffiles:
- /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf
-Description: GNU C Library: Shared libraries
- Contains the standard libraries that are used by nearly all programs on
- the system. This package includes shared versions of the standard C library
- and the standard math library, as well as many others.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libxenstore3.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 83
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xen
-Version: 4.6.5-0ubuntu1.4
-Depends: libc6 (>= 2.14)
-Description: Xenstore communications library for Xen
- This package contains the client library interface to XenStore. .
-Original-Maintainer: Debian Xen Team <pkg-xen-devel@lists.alioth.debian.org>
-
-Package: wpasupplicant
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 2542
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: wpa
-Version: 2.4-0ubuntu6.2
-Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.9.14), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpcsclite1 (>= 1.0.0), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.1), lsb-base, adduser
-Suggests: wpagui, libengine-pkcs11-openssl
-Breaks: initscripts (<< 2.88dsf-13.3)
-Conffiles:
- /etc/dbus-1/system.d/wpa_supplicant.conf b6e52e30f79834d19db8311417ee0a86
- /etc/wpa_supplicant/action_wpa.sh 41b2e273d616b1c7e7b605bbe8648d8b
- /etc/wpa_supplicant/functions.sh 0b4f01dfefc23b7bbd22b48c8bf2a4b3
- /etc/wpa_supplicant/ifupdown.sh 4c82dbf7e1d8c5ddd70e40b9665cfeee
-Description: client support for WPA and WPA2 (IEEE 802.11i)
- WPA and WPA2 are methods for securing wireless networks, the former
- using IEEE 802.1X, and the latter using IEEE 802.11i. This software
- provides key negotiation with the WPA Authenticator, and controls
- association with IEEE 802.11i networks.
-Homepage: http://w1.fi/wpa_supplicant/
-Original-Maintainer: Debian wpasupplicant Maintainers <pkg-wpa-devel@lists.alioth.debian.org>
-
-Package: libparpack2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 312
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: arpack
-Version: 3.3.0-1build2
-Replaces: libarpack2
-Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.2.5), libgfortran3 (>= 4.6), liblapack3 | liblapack.so.3
-Description: Parallel subroutines to solve large scale eigenvalue problems
- ARPACK software is capable of solving large scale symmetric,
- nonsymmetric, and generalized eigenproblems from significant
- application areas. The software is designed to compute a few (k)
- eigenvalues with user specified features such as those of largest
- real part or largest magnitude. Storage requirements are on the order
- of n*k locations. No auxiliary storage is required. A set of Schur
- basis vectors for the desired k-dimensional eigen-space is computed
- which is numerically orthogonal to working precision. Numerically
- accurate eigenvectors are available on request.
- .
- Important Features:
- .
- * Reverse Communication Interface.
- * Single and Double Precision Real Arithmetic Versions for Symmetric,
- Non-symmetric,
- * Standard or Generalized Problems.
- * Single and Double Precision Complex Arithmetic Versions for Standard or
- Generalized Problems.
- * Routines for Banded Matrices - Standard or Generalized Problems.
- * Routines for The Singular Value Decomposition.
- * Example driver routines that may be used as templates to implement
- numerous Shift-Invert strategies for all problem types, data types and
- precision.
- .
- This package provides parpack: the MPI implementation of arpack.
- .
- This package contains the shared library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/opencollab/arpack-ng
-
-Package: python2.7
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 350
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~)
-Depends: python2.7-minimal (= 2.7.12-1ubuntu0~16.04.3), libpython2.7-stdlib (= 2.7.12-1ubuntu0~16.04.3), mime-support
-Suggests: python2.7-doc, binutils
-Breaks: python-virtualenv (<< 1.7.1.2-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4)
-Conflicts: python-profiler (<= 2.7.1-2)
-Description: Interactive high-level object-oriented language (version 2.7)
- Python is a high-level, interactive, object-oriented language. Its 2.7 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: mlocate
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 228
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.26-1ubuntu2
-Depends: libc6 (>= 2.14), adduser
-Conflicts: findutils (<= 4.2.31-1), slocate (<= 3.1-1.1)
-Conffiles:
- /etc/cron.daily/mlocate 291e65d49accbae517e68bf8478dbc6f
- /etc/updatedb.conf 2bd7c63b6d93d3abd9fdc56365fa3a14
-Description: quickly find files on the filesystem based on their name
- mlocate is a new implementation of locate, a tool to find files
- anywhere in the filesystem based on their name, using a fixed pattern
- or a regular expression. Unlike other tools like find(1), locate uses
- a previously created database to perform the search, allowing queries
- to execute much faster. This database is updated periodically from
- cron.
- .
- Several implementations of locate exist: the original implementation
- from GNU's findutils, slocate, and mlocate. The advantages of mlocate
- are:
- .
- * it indexes all the filesystem, but results of a search will only
- include files that the user running locate has access to. It does
- this by updating the database as root, but making it unreadable for
- normal users, who can only access it via the locate binary. slocate
- does this as well, but not the original locate.
- .
- * instead of re-reading all the contents of all directories each time
- the database is updated, mlocate keeps timestamp information in its
- database and can know if the contents of a directory changed without
- reading them again. This makes updates much faster and less demanding
- on the hard drive. This feature is only found in mlocate.
- .
- Installing mlocate will change the /usr/bin/locate binary to point to
- mlocate via the alternatives mechanism. After installation, you may
- wish to run /etc/cron.daily/mlocate by hand to create the database,
- otherwise mlocate won't work until that script is run from cron itself
- (since mlocate does not use the same database file as standard locate).
- Also, you may wish to remove the "locate" package in order not to have
- two different database files updated regularly on your system.
-Homepage: http://carolina.mff.cuni.cz/~trmac/blog/mlocate
-Original-Maintainer: Tollef Fog Heen <tfheen@debian.org>
-
-Package: libgd3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 464
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgd2
-Version: 2.1.1-4ubuntu0.16.04.8
-Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libvpx3 (>= 1.5.0), libxpm4, zlib1g (>= 1:1.1.4)
-Suggests: libgd-tools
-Description: GD Graphics Library
- GD is a graphics library. It allows your code to quickly draw images
- complete with lines, arcs, text, multiple colours, cut and paste from
- other images, flood fills, and write out the result as a PNG file.
- This is particularly useful in World Wide Web applications, where PNG is
- one of the formats accepted for inline images by most browsers.
- .
- This is the runtime package of the library.
-Homepage: http://www.libgd.org/
-Original-Maintainer: GD team <pkg-gd-devel@lists.alioth.debian.org>
-
-Package: gfortran-5
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 22311
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Provides: fortran95-compiler, gfortran-mod-14
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), gcc-5 (= 5.4.0-6ubuntu1~16.04.9), libgfortran-5-dev (= 5.4.0-6ubuntu1~16.04.9), libc6-dev (>= 2.13-0ubuntu6), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), zlib1g (>= 1:1.1.4)
-Suggests: gfortran-5-multilib, gfortran-5-doc, libgfortran3-dbg (>= 5.4.0-6ubuntu1~16.04.9)
-Description: GNU Fortran compiler
- This is the GNU Fortran compiler, which compiles
- Fortran on platforms supported by the gcc compiler. It uses the
- gcc backend to generate optimized code.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libcapnp-0.5.3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2336
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: capnproto
-Version: 0.5.3-2ubuntu1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8.1)
-Description: Cap'n Proto C++ library
- Similar to Protocol Buffers, Cap'n Proto is an efficient means of
- serializing structured data to be transferred across a network or
- written to disk. Users write a Cap'n Proto definition file that
- drives a code generator, which in turn emits C++ code for encoding &
- decoding messages in the Cap'n Proto format.
- .
- In addition to being extremely fast, Cap'n Proto also smooths over some
- of the rougher aspects of Protocol Buffers & introduces a number of new
- features to boot.
- .
- This package contains the runtime libraries needed for C++ applications.
-Homepage: https://capnproto.org/
-Original-Maintainer: Tom Lee <debian@tomlee.co>
-
-Package: libunity-settings-daemon1
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 214
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: unity-settings-daemon
-Version: 15.04.1+16.04.20160701-0ubuntu1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.7.8), libxext6, libxrandr2 (>= 2:1.2.99.3)
-Description: Helper library for accessing settings
- This package contains a helper library for unity-control-center
-
-Package: libcamd2.4.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 69
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.2.5), libsuitesparseconfig4.4.6
-Description: symmetric approximate minimum degree library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The CAMD library provides a set of routines for pre-ordering sparse matrices
- prior to Cholesky or LU factorization, using the approximate minimum degree
- ordering algorithm with optional ordering constraints.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libvdpau1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 98
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvdpau
-Version: 1.1.1-3ubuntu1
-Replaces: lib32vdpau1
-Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6
-Recommends: vdpau-driver-all | vdpau-driver
-Conflicts: lib32vdpau1
-Conffiles:
- /etc/vdpau_wrapper.cfg bc89239208609c5d031b74c99a45747d
-Description: Video Decode and Presentation API for Unix (libraries)
- VDPAU (Video Decode and Presentation API for Unix) is an open source
- library (libvdpau) and API designed by NVIDIA originally for its GeForce
- 8 series and later GPU hardware, targeted at the X Window System on Unix
- operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API
- allows video programs to offload portions of the video decoding process
- and video post-processing to the GPU video-hardware.
- .
- This package contains the VDPAU wrapper and trace libraries.
-Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
-Homepage: http://cgit.freedesktop.org/~aplattner/libvdpau
-
-Package: libfftw3-mpi3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 282
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fftw3-mpi
-Version: 3.3.3-2ubuntu3
-Depends: libc6 (>= 2.14), libfftw3-double3, libfftw3-long3, libfftw3-single3, libopenmpi1.10
-Pre-Depends: multiarch-support
-Suggests: libfftw3-mpi-dev
-Description: MPI Library for computing Fast Fourier Transforms
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the shared library
- versions of the fftw libraries in single, double and long double precisions.
- Note that on some architectures double is the same as long double in which
- case there is no long double library.
- .
- To get the static library and the header files, you need to install
- libfftw3-mpi-dev. For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: libvpx3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2236
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvpx
-Version: 1.5.0-2ubuntu1
-Depends: libc6 (>= 2.14)
-Description: VP8 and VP9 video codec (shared library)
- VP8 and VP9 are open video codecs, originally developed by On2 and released
- as open source by Google Inc. They are the successor of the VP3 codec,
- on which the Theora codec was based.
- .
- This package contains the shared libraries.
-Homepage: http://www.webmproject.org
-Original-Maintainer: Sebastian Dröge <slomo@debian.org>
-
-Package: gir1.2-gdkpixbuf-2.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 49
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gdk-pixbuf
-Version: 2.32.2-1ubuntu1.4
-Depends: gir1.2-glib-2.0, libgdk-pixbuf2.0-0 (>= 2.31.2), libgirepository-1.0-1 (>= 1.41.4-1)
-Description: GDK Pixbuf library - GObject-Introspection
- The GDK Pixbuf library provides:
- - Image loading and saving facilities.
- - Fast scaling and compositing of pixbufs.
- - Simple animation loading (ie. animated GIFs)
- .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: x11-utils
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 605
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 7.7+3
-Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.9.0), libfontenc1, libgl1-mesa-glx | libgl1, libx11-6, libx11-xcb1, libxaw7, libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6, libxtst6, libxv1, libxxf86dga1, libxxf86vm1
-Suggests: mesa-utils
-Conffiles:
- /etc/X11/app-defaults/Editres 4ab7f8d63e234cf35a62ef7ae959edf7
- /etc/X11/app-defaults/Editres-color 5ec5d0e8c953faaa06af647650f30ce6
- /etc/X11/app-defaults/Viewres 4f77da598593ff07cda9d2d147a07772
- /etc/X11/app-defaults/Viewres-color ff9c397a80443790a97b909050f63282
- /etc/X11/app-defaults/XFontSel 183bca665ae87e3943bdb4362d21973d
- /etc/X11/app-defaults/Xfd a8b4d28d2ad895e40cfb6fb9c69eeecd
- /etc/X11/app-defaults/Xmessage eed84b35dde8b18e7dcfc80e75c1da67
- /etc/X11/app-defaults/Xmessage-color ca383db9e4e9648bda0952ad6b8a2115
-Description: X11 utilities
- An X client is a program that interfaces with an X server (almost always via
- the X libraries), and thus with some input and output hardware like a
- graphics card, monitor, keyboard, and pointing device (such as a mouse).
- .
- This package provides a miscellaneous assortment of X utilities
- that ship with the X Window System, including:
- - appres, editres, listres and viewres, which query the X resource database;
- - luit, a filter that can be run between an arbitrary application and a
- UTF-8 terminal emulator;
- - xdpyinfo, a display information utility for X;
- - xdriinfo, query configuration information of DRI drivers;
- - xev, an X event displayer;
- - xfd, a tool that displays all the glyphs in a given X font;
- - xfontsel, a tool for browsing and selecting X fonts;
- - xkill, a tool for terminating misbehaving X clients;
- - xlsatoms, which lists interned atoms defined on an X server;
- - xlsclients, which lists client applications running on an X display;
- - xlsfonts, a server font list displayer;
- - xmessage, a tool to display message or dialog boxes;
- - xprop, a property displayer for X;
- - xvinfo, an Xv extension information utility for X;
- - xwininfo, a window information utility for X;
- .
- The editres and viewres programs use bitmap images provided by the
- xbitmaps package. The luit program requires locale information from
- the libx11-data package.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3-dev
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 17
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3-defaults
-Version: 3.5.1-3
-Replaces: python3.1 (<< 3.1.2+20100706-3)
-Depends: python3 (= 3.5.1-3), libpython3-dev (= 3.5.1-3), python3.5-dev (>= 3.5.1-2~)
-Description: header files and a static library for Python (default)
- Header files, a static library and development tools for building
- Python modules, extending the Python interpreter or embedding Python
- in applications.
- .
- This package is a dependency package, which depends on Debian's default
- Python 3 version (currently v3.5).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libnl-genl-3-200
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 53
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnl3
-Version: 3.2.27-1ubuntu0.16.04.1
-Depends: libnl-3-200 (= 3.2.27-1ubuntu0.16.04.1), libc6 (>= 2.4)
-Description: library for dealing with netlink sockets - generic netlink
- This is a library for applications dealing with netlink sockets.
- The library provides an interface for raw netlink messaging and various
- netlink family specific interfaces.
- .
- API to the generic netlink protocol, an extended version of the netlink
- protocol.
-Homepage: http://www.infradead.org/~tgr/libnl/
-Original-Maintainer: Heiko Stuebner <mmind@debian.org>
-
-Package: libnss3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3715
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nss
-Version: 2:3.28.4-0ubuntu0.16.04.3
-Depends: libc6 (>= 2.14), libnspr4 (>= 2:4.12), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.1.4), libnss3-nssdb
-Conflicts: libnss3-1d (<< 2:3.13.4-2)
-Description: Network Security Service libraries
- This is a set of libraries designed to support cross-platform development
- of security-enabled client and server applications. It can support SSLv2
- and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and
- other security standards.
-Homepage: http://www.mozilla.org/projects/security/pki/nss/
-Original-Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>
-
-Package: libffi-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 356
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libffi
-Version: 3.2.1-4
-Depends: libffi6 (= 3.2.1-4), dpkg (>= 1.15.4) | install-info
-Conflicts: libffi4-dev
-Description: Foreign Function Interface library (development files)
- This package contains the headers and static library files necessary for
- building programs which use libffi.
- .
- A foreign function interface is the popular name for the interface that
- allows code written in one language to call code written in another
- language.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libgdk-pixbuf2.0-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 64
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gdk-pixbuf
-Version: 2.32.2-1ubuntu1.4
-Description: GDK Pixbuf library - data files
- This package contains the common files and translations for the GDK
- Pixbuf library.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libsdl1.2debian
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 472
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsdl1.2
-Version: 1.2.15+dfsg1-3
-Replaces: libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio
-Depends: libasound2 (>= 1.0.16), libc6 (>= 2.15), libcaca0 (>= 0.99.beta17-1), libpulse0 (>= 0.99.1), libx11-6 (>= 2:1.4.99.1), libxext6
-Conflicts: libsdl1.2, libsdl1.2-all, libsdl1.2-esd, libsdl1.2-nas, libsdl1.2-oss, libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio
-Description: Simple DirectMedia Layer
- SDL is a library that allows programs portable low level access to a video
- framebuffer, audio output, mouse, and keyboard.
- .
- This version of SDL is compiled with X11 and caca graphics drivers and OSS,
- ALSA and PulseAudio sound drivers.
-Original-Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
-Homepage: http://www.libsdl.org/
-
-Package: libasan2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1059
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.23), libgcc1 (>= 1:3.3)
-Description: AddressSanitizer -- a fast memory error detector
- AddressSanitizer (ASan) is a fast memory error detector. It finds
- use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libghc-monads-tf-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 997
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-monads-tf
-Version: 0.1.0.2-5
-Provides: libghc-monads-tf-dev-0.1.0.2-6cb91
-Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-transformers-dev-0.4.2.0-81450
-Suggests: libghc-monads-tf-doc, libghc-monads-tf-prof
-Description: monad classes, using type families
- Monad classes using type families, with instances for various monad
- transformers, inspired by the paper /Functional Programming with
- Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced
- School of Functional Programming, 1995
- (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
- .
- This package contains the normal library files.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/monads-tf
-Ghc-Package: monads-tf-0.1.0.2-6cb91b4c990debfb765fbcdd459e9cd4
-
-Package: overlayroot
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 64
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Architecture: all
-Source: cloud-initramfs-tools
-Version: 0.27ubuntu1.4
-Depends: cryptsetup, cryptsetup-bin, initramfs-tools
-Suggests: haveged
-Conffiles:
- /etc/overlayroot.conf 704df2ba4e44576a5570c46b7349881f
- /etc/update-motd.d/97-overlayroot 51a409ec9a8608f9c5fa3f6605c78dd9
-Description: use an overlayfs on top of a read-only root filesystem
- This package adds functionality to an initramfs built by initramfs-tools.
- When installed and configured, the initramfs will mount an overlayfs
- filesystem on top of a read-only root volume.
- .
- The changes can be written to a in-memory temporary filesystem, a
- filesystem on an existing block device, or a dmcrypt encrypted block
- device.
-Homepage: http://launchpad.net/cloud-initramfs-tools
-
-Package: libllvm5.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 54732
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: llvm-toolchain-5.0
-Version: 1:5.0-3~16.04.1
-Replaces: libllvm3.9v4
-Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0)
-Breaks: libllvm3.9v4
-Description: Modular compiler and toolchain technologies, runtime library
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- This package contains the LLVM runtime library.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libharfbuzz0b
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 404
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: harfbuzz
-Version: 1.0.1-1ubuntu0.1
-Replaces: libharfbuzz0, libharfbuzz0a
-Depends: libc6 (>= 2.14), libfreetype6 (>= 2.4.2), libglib2.0-0 (>= 2.31.8), libgraphite2-3 (>= 1.2.2)
-Conflicts: libharfbuzz0, libharfbuzz0a
-Description: OpenType text shaping engine (shared library)
- HarfBuzz is an implementation of the OpenType Layout engine (aka layout
- engine) and the script-specific logic (aka shaping engine).
- .
- This package contains the shared libraries.
-Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz
-Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
-
-Package: glib-networking-services
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 46
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: glib-networking
-Version: 2.48.2-1~ubuntu16.04.1
-Replaces: glib-networking (<< 2.30.1-2)
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.46.0), libproxy1v5 (>= 0.4.11), glib-networking-common (= 2.48.2-1~ubuntu16.04.1)
-Recommends: glib-networking
-Breaks: glib-networking (<< 2.30.1-2)
-Description: network-related giomodules for GLib - D-Bus services
- This package contains D-Bus services that are used by the GIO network
- extensions in glib-networking, for actions that need to be done in a
- separate process.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: session-migration
-Status: install ok installed
-Priority: extra
-Section: misc
-Installed-Size: 61
-Maintainer: Didier Roche <didrocks@ubuntu.com>
-Architecture: amd64
-Version: 0.2.3
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0)
-Description: Tool to migrate in user session settings
- This tool is used to migrate in session user data when a program is evolving
- its configuration, or needing to have files moved and so on.
- .
- This program is generally autostarted at the very beginning of the session
- and integrates caching capability.
-Homepage: https://launchpad.net/session-migration
-
-Package: apparmor
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 1649
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.10.95-0ubuntu2.7
-Replaces: apparmor-parser, apparmor-utils (<< 2.8.0-0ubuntu28), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3)
-Depends: libc6 (>= 2.17), debconf (>= 0.5) | debconf-2.0, lsb-base (>= 4.1+Debian11ubuntu7), python3:any, libapparmor-perl, debconf
-Suggests: apparmor-profiles, apparmor-profiles-extra, apparmor-docs, apparmor-utils
-Breaks: apparmor-easyprof-ubuntu (<< 1.2.22), apparmor-utils (<< 2.8.0-0ubuntu28), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3), libvirt-bin (<< 1.2.6-0ubuntu6~), lightdm (<< 1.11.8-0ubuntu2~), lxc (<< 1.1.0~alpha1-0ubuntu5~), rsyslog (<< 7.4.4-1ubuntu9~)
-Conffiles:
- /etc/apparmor.d/abstractions/X c46cb626d9466bf8cf082d84032ff4e9
- /etc/apparmor.d/abstractions/apache2-common 009189f793ba7caa55befe9a613dce98
- /etc/apparmor.d/abstractions/apparmor_api/change_profile 9f4c0a621f4939af15588b7fe670dfe7
- /etc/apparmor.d/abstractions/apparmor_api/examine f3b118b0344df2bcf4d18b81b45536bd
- /etc/apparmor.d/abstractions/apparmor_api/find_mountpoint cf9e6513e00b441c0e3fbaf57b5c5110
- /etc/apparmor.d/abstractions/apparmor_api/introspect 4c345c7e02de097f250c3ab12a442bed
- /etc/apparmor.d/abstractions/apparmor_api/is_enabled d98f1c1f3f41075007943f3ef072bd99
- /etc/apparmor.d/abstractions/aspell fdcbf54106fd1ee376d4ade77e720488
- /etc/apparmor.d/abstractions/audio 71e2298f55bd94030785030d5146da8b
- /etc/apparmor.d/abstractions/authentication 04cf81938b39380d97f675e9e3d28824
- /etc/apparmor.d/abstractions/base 39221cb3002a51a3079e98e193fff133
- /etc/apparmor.d/abstractions/bash 4a5f51dc0fe10de2eba86b22351ae092
- /etc/apparmor.d/abstractions/consoles c7e6e00c4845e9afb877359691946386
- /etc/apparmor.d/abstractions/cups-client ea86b52242df406f0bc955039f990006
- /etc/apparmor.d/abstractions/dbus db5bb2211ee5ecf1d2d4eb72c0e52617
- /etc/apparmor.d/abstractions/dbus-accessibility 1a9829023057d91f2f709b49ded37c87
- /etc/apparmor.d/abstractions/dbus-accessibility-strict 0e07c997566b1d71b9287c0a3dcb1292
- /etc/apparmor.d/abstractions/dbus-session e9dabe52be01410c4e4c9a9e8ef9779d
- /etc/apparmor.d/abstractions/dbus-session-strict edc118f0a97fa3e07e54363b1e54ee89
- /etc/apparmor.d/abstractions/dbus-strict d2a901e0369ab95a244828e2d296276e
- /etc/apparmor.d/abstractions/dconf 02249fe91402fccef01161a61c557098
- /etc/apparmor.d/abstractions/dovecot-common 76f2f15c26a2a4f4ebe621848c696dcf
- /etc/apparmor.d/abstractions/enchant a1ac9629b466be8a41cb5f87757f3363
- /etc/apparmor.d/abstractions/fonts 47c02fe989eb038da1632b83368c311f
- /etc/apparmor.d/abstractions/freedesktop.org 921ce3f15e70f1c7783fd01dbaa1eaef
- /etc/apparmor.d/abstractions/gnome 730b4d2c31ef9d301707413616a357d8
- /etc/apparmor.d/abstractions/gnupg b474d47c024a62a221c174bb0fe0df86
- /etc/apparmor.d/abstractions/ibus 3e70b36c4931993a0a37d50fa6ddc1ec
- /etc/apparmor.d/abstractions/kde c51da7a01bb8eaa94410a6394c2d05c3
- /etc/apparmor.d/abstractions/kerberosclient 165918f6f7a43c7f8026ff330500a1ba
- /etc/apparmor.d/abstractions/launchpad-integration 08239d10ba383041e97bc7f3962eb788
- /etc/apparmor.d/abstractions/ldapclient f6d4bac77e72abbace3805ad95dc5fad
- /etc/apparmor.d/abstractions/likewise eda6f01c5c1f1f09bc85a7f3a1d3ebaf
- /etc/apparmor.d/abstractions/mdns d4959c984a530f8c682e31f34927d57e
- /etc/apparmor.d/abstractions/mir d40c45b5284efa1e7aa8e473bf3eaa63
- /etc/apparmor.d/abstractions/mysql be34db29008a5c06387c6928b0536ecc
- /etc/apparmor.d/abstractions/nameservice d7ea5217f3cc9f66e76801729dd7d376
- /etc/apparmor.d/abstractions/nis b2a829a4e26dd3ae92ec2f67536edc20
- /etc/apparmor.d/abstractions/nvidia 42fd0fc664dd05c72500af4c19f7e139
- /etc/apparmor.d/abstractions/openssl 774ca398a166520a1cdb84d8b8a7b7dc
- /etc/apparmor.d/abstractions/orbit2 98b6459f02e5c68e6ef83dced628ea5f
- /etc/apparmor.d/abstractions/p11-kit dc059947c11d3f353c380ca7547390ce
- /etc/apparmor.d/abstractions/perl 8782e5a0f17bc4358f7d942e1fabe0d0
- /etc/apparmor.d/abstractions/php5 7fbf118e06459bf3a7139bc6b874356a
- /etc/apparmor.d/abstractions/postfix-common 87a8072326d45338294cdf3e856b118f
- /etc/apparmor.d/abstractions/private-files 4d537d0f24c3bfac9c056e01c1aa13d4
- /etc/apparmor.d/abstractions/private-files-strict 0887fef81cd5f0ece403a73b355a6992
- /etc/apparmor.d/abstractions/python 31d5b596bfc8fdb67f63559c2c53debe
- /etc/apparmor.d/abstractions/ruby 2747c396fa14819b92683e23e8f5a889
- /etc/apparmor.d/abstractions/samba 33ad68ec92559566333ddb0b04619d4f
- /etc/apparmor.d/abstractions/smbpass b4d3be08dff2a9e3b4f1a18ddb65c63c
- /etc/apparmor.d/abstractions/ssl_certs fc67615adb905942aee5ed49fd4e80f0
- /etc/apparmor.d/abstractions/ssl_keys 2bff85dbd2face2b968226c9f06aec15
- /etc/apparmor.d/abstractions/svn-repositories 8bc8a123d9ce516c53b818b8a4fc0ed1
- /etc/apparmor.d/abstractions/ubuntu-bittorrent-clients 1398edfc93d57694774bcad9b83e6764
- /etc/apparmor.d/abstractions/ubuntu-browsers e0a76cb12824b7dc06f89dc8197145e5
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/java 1c4b525f5475ff12fc143b70b11f8ec8
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/kde 15541761a5dbdc5ccd12e85e2afe4094
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/mailto e60b3e4611a14d835d8b6fe0ffe27fc2
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/multimedia deb211c8ea1b988b776ade271cc8d560
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/plugins-common 07e327f4e32e2333db1f609c87831b65
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/productivity dd54584ceece9aa1ee9c3c71418cd9ae
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/text-editors 006c96f21261b0c15e2f453527136973
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration a3146cbc94bc1d8172fa09135fb82d7c
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration-xul a6d33002626e1d9a81a490e2f61509fa
- /etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files 34dfa51211ac5aeed07e4ddae75c03fb
- /etc/apparmor.d/abstractions/ubuntu-console-browsers d560f0509cdc8ffcdfa1dc115eee88f1
- /etc/apparmor.d/abstractions/ubuntu-console-email 1ebfacc8ac5cfba7f3d59baceae52af8
- /etc/apparmor.d/abstractions/ubuntu-email de645eaa2d4505105dc999b16612025b
- /etc/apparmor.d/abstractions/ubuntu-feed-readers b8eb233df01672f4941357487b39cda9
- /etc/apparmor.d/abstractions/ubuntu-gnome-terminal 886de107666e17033b11aa3abb1ce054
- /etc/apparmor.d/abstractions/ubuntu-helpers bc1609bcbcabd5327395c680207197c4
- /etc/apparmor.d/abstractions/ubuntu-konsole 2ba4958d99c66160f118b5cda90b26c7
- /etc/apparmor.d/abstractions/ubuntu-media-players ff25e51b62d2bf5146134ae3c6530c6b
- /etc/apparmor.d/abstractions/ubuntu-unity7-base 9adb20c938466802c326a75667d06a3f
- /etc/apparmor.d/abstractions/ubuntu-unity7-launcher 96f03042c5465f46ddadf15691507414
- /etc/apparmor.d/abstractions/ubuntu-unity7-messaging 4b9196db0bc697cb80f7e211edc78ae0
- /etc/apparmor.d/abstractions/ubuntu-xterm bef5766269999b9e73ad6e11dd7930bd
- /etc/apparmor.d/abstractions/user-download d25d5d0d9b13ae8637dc64d2bc217142
- /etc/apparmor.d/abstractions/user-mail 11b19d8363d218b0fe6afb231dc2677e
- /etc/apparmor.d/abstractions/user-manpages c59f25e289e9a426807ab5830136aa42
- /etc/apparmor.d/abstractions/user-tmp 93247b3296a7f0bff353eb9ee11fba06
- /etc/apparmor.d/abstractions/user-write d631f64d8f109365f2457255161551fd
- /etc/apparmor.d/abstractions/video 2194baba2007ea20698441bc333f9446
- /etc/apparmor.d/abstractions/web-data 36eb024800c81ef69733027f1a27a907
- /etc/apparmor.d/abstractions/winbind 3b37bfd8193e84c6d08809750346e7c1
- /etc/apparmor.d/abstractions/wutmp 3cb05ef8e125c7c3edf00a505dd9e68f
- /etc/apparmor.d/abstractions/xad 0b2fdc7be71e977e240d77338f414ec7
- /etc/apparmor.d/abstractions/xdg-desktop d891f70210acc01e42c525012a1c3fc6
- /etc/apparmor.d/local/README b2c6b40577b4099c584cdf731f5aeb0b
- /etc/apparmor.d/tunables/alias 45dca5dd72a6c862d27caa936e6c00ad
- /etc/apparmor.d/tunables/apparmorfs 5797c1a5b267c3f51d983ab8daf8f587
- /etc/apparmor.d/tunables/dovecot 1b0d5ec63a9c87387142bdb2c94e7ede
- /etc/apparmor.d/tunables/global 9bfa12c972f13c06aeff3e7b59c65b89
- /etc/apparmor.d/tunables/home ec0b11e815b30dc6fbf4d05a41aff9f5
- /etc/apparmor.d/tunables/kernelvars 488b27c967f74a0f9fdeb6c77ec20cc9
- /etc/apparmor.d/tunables/multiarch 6ebecd63690d4a53f3e7ff6ae48941ca
- /etc/apparmor.d/tunables/proc ffaa055ceb36031c973ffaece22a5fc0
- /etc/apparmor.d/tunables/securityfs bb3695a39a1bb8a5399f76b95bacc40f
- /etc/apparmor.d/tunables/sys ba0699f2f961179a3352cb3de3e9f586
- /etc/apparmor.d/tunables/xdg-user-dirs 602eaa969d2dfa00a0ec16eed9b60b7f
- /etc/apparmor/parser.conf 8fed7a9ec65d4f695e2aa14faf261c8b
- /etc/apparmor/subdomain.conf df4dade439e2786fd1d227c99164563d
- /etc/init.d/apparmor 4b8215b1ac497715a6e0c0223d23f9cb
- /etc/init/apparmor.conf b327a6d6dd2d2c2fe47e1c387c225e31
-Description: user-space parser utility for AppArmor
- This provides the system initialization scripts needed to use the
- AppArmor Mandatory Access Control system, including the AppArmor Parser
- which is required to convert AppArmor text profiles into machine-readable
- policies that are loaded into the kernel for use with the AppArmor Linux
- Security Module.
-Homepage: http://apparmor.net/
-Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
-
-Package: libkpty4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 231
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libc6 (>= 2.15), libkdecore5 (= 4:4.14.16-0ubuntu3.2), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), libutempter0 (>= 1.1.5)
-Description: Pseudo Terminal Library for the KDE Platform
- This library provides primitives to interface with pseudo terminal devices as
- well as a KProcess derived class for running child processes and communicating
- with them using a pty.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: distro-info-data
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 15
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.28ubuntu0.3
-Replaces: distro-info (<< 0.3~)
-Breaks: distro-info (<< 0.3~)
-Description: information about the distributions' releases (data files)
- Information about all releases of Debian and Ubuntu. The distro-info script
- will give you the codename for e.g. the latest stable release of your
- distribution. To get information about a specific distribution there are the
- debian-distro-info and the ubuntu-distro-info scripts.
- .
- This package contains the data files.
-Original-Maintainer: Benjamin Drung <bdrung@debian.org>
-
-Package: libdatrie1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdatrie
-Version: 0.2.10-2
-Depends: libc6 (>= 2.14)
-Description: Double-array trie library
- This package provides shared libraries needed to run programs that use the
- datrie library. It is usually automatically installed.
-Original-Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
-Homepage: http://linux.thai.net/projects/libthai
-
-Package: libtiff5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 504
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tiff
-Version: 4.0.6-1ubuntu0.4
-Depends: libc6 (>= 2.14), libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4)
-Description: Tag Image File Format (TIFF) library
- libtiff is a library providing support for the Tag Image File Format
- (TIFF), a widely used format for storing image data. This package
- includes the shared library.
-Homepage: http://libtiff.maptools.org
-Original-Maintainer: Ondřej Surý <ondrej@debian.org>
-
-Package: pulseaudio-module-x11
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 146
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pulseaudio
-Version: 1:8.0-0ubuntu3.10
-Depends: libc6 (>= 2.4), libice6 (>= 1:1.0.0), libpulse0 (= 1:8.0-0ubuntu3.10), libsm6, libx11-6, libxcb1, libxtst6, pulseaudio (= 1:8.0-0ubuntu3.10), pulseaudio-utils
-Description: X11 module for PulseAudio sound server
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
- This module enables PulseAudio to publish itself as the default sound
- server to the X11 root window automatically upon startup. There is also a
- module to playback a sound file in place of the X11 bell beep.
- .
- The modules are called module-x11-publish and module-x11-bell.
-Homepage: http://www.pulseaudio.org
-Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
-
-Package: wireless-regdb
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 26
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2015.07.20-1ubuntu1
-Suggests: crda
-Description: wireless regulatory database
- This package contains the wireless regulatory database used by the Central
- Regulatory Database Agent (CRDA) to configure wireless devices to operate
- within the radio spectrum allowed in the local jurisdiction.
- .
- This regulatory information is provided with no warranty either expressed or
- implied. Only Linux drivers which use cfg80211 framework can make use of the
- regulatory database and CRDA.
-Homepage: http://wireless.kernel.org/en/developers/Regulatory/#The_regulatory_database
-Original-Maintainer: Ben Hutchings <ben@decadent.org.uk>
-
-Package: gettext-base
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 340
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: gettext
-Version: 0.19.7-2ubuntu3
-Depends: libc6 (>= 2.14), libasprintf0v5 (>= 0.18.1.1-6)
-Description: GNU Internationalization utilities for the base system
- This package includes the gettext and ngettext programs which allow
- other packages to internationalize the messages given by shell scripts.
-Homepage: http://www.gnu.org/software/gettext/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: libnss3-nssdb
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: nss
-Version: 2:3.28.4-0ubuntu0.16.04.3
-Depends: libnss3 (= 2:3.28.4-0ubuntu0.16.04.3)
-Description: Network Security Security libraries - shared databases
- This package includes shared certificate and key databases.
-Homepage: http://www.mozilla.org/projects/security/pki/nss/
-Original-Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>
-
-Package: python3-newt
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: newt
-Version: 0.52.18-1ubuntu2
-Provides: python3.5-newt
-Depends: libnewt0.52 (= 0.52.18-1ubuntu2), python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
-Description: NEWT module for Python3
- This module allows you to build a text UI for your Python3 scripts
- using newt.
-Homepage: https://fedorahosted.org/newt/
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-
-Package: nvidia-opencl-icd-375
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Depends: nvidia-opencl-icd-384
-Description: Transitional package for nvidia-opencl-icd-384
- This is a transitional package for nvidia-opencl-icd-384, and can be
- safely removed after the installation is complete.
-
-Package: libghc-knob-prof
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 207
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-knob
-Version: 0.1.1-8
-Provides: libghc-knob-prof-0.1.1-0b98e
-Depends: libghc-knob-dev (= 0.1.1-8), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-transformers-prof-0.4.2.0-81450
-Description: Haskell library for memory-backed handles; profiling libraries
- Create memory-backed Handles, referencing virtual files. This is mostly useful
- for testing Handle-based APIs without having to interact with the filesystem.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://john-millikin.com/software/knob/
-
-Package: llvm-3.6-dev
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 89611
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: llvm (<< 2.2-3)
-Depends: libc6 (>= 2.14), libllvm3.6v5, libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-3.6 (= 1:3.6.2-3ubuntu2), libtinfo-dev
-Description: Modular compiler and toolchain technologies, libraries and headers
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- This package provides the libraries and headers to develop applications
- using llvm.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libfdisk1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 449
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libuuid1 (>= 2.16)
-Description: fdisk partitioning library
- The libfdisk library is used for manipulating partition tables. It is
- the core of the fdisk, cfdisk, and sfdisk tools.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: libgweather-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1492
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libgweather
-Version: 3.18.2-0ubuntu0.2
-Depends: dconf-gsettings-backend | gsettings-backend
-Description: GWeather common files
- libgweather is a library to access weather information from online
- services for numerous locations.
- .
- This package contains the weather locations.
-Homepage: https://wiki.gnome.org/Projects/LibGWeather
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: xfonts-utils
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 375
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:7.7+3ubuntu0.16.04.2
-Depends: libc6 (>= 2.14), libfontenc1, libfreetype6 (>= 2.2.1), libxfont1 (>= 1:1.4.2), zlib1g (>= 1:1.1.4), x11-common, xfonts-encodings
-Description: X Window System font utility programs
- xfonts-utils provides a set of utility programs shipped with the X Window
- System that are needed for font management.
- .
- The programs in this package include:
- - bdftopcf, which converts BDF fonts to PCF fonts;
- - bdftruncate and ucs2any, tools to generate fonts with various encodings
- from ISO 10646-encoded fonts
- - mkfontdir, a program to generate fonts.dir files;
- - mkfontscale, a program to generate fonts.scale files;
- - fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libp11-kit-gnome-keyring
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 388
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-keyring
-Version: 3.18.3-0ubuntu2
-Replaces: gnome-keyring (<< 3.6.2-0ubuntu2~)
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Breaks: gnome-keyring (<< 3.6.2-0ubuntu2~)
-Description: GNOME keyring module for the PKCS#11 module loading library
- gnome-keyring is a daemon in the session, similar to ssh-agent,
- and other applications can use it to store passwords and other
- sensitive information.
- .
- This package contains a PKCS#11 module that will allow using the GNOME
- keyring as a certificate database.
-Homepage: https://wiki.gnome.org/GnomeKeyring
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: libsolid4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1270
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: udev, libc6 (>= 2.14), libqt4-dbus (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), libudev1 (>= 183)
-Recommends: udisks2, upower
-Suggests: media-player-info
-Breaks: kde-config-tablet (<< 1.2.5)
-Description: Solid Library for KDE Platform
- Solid is a device integration framework. It provides a way of querying and
- interacting with hardware independently of the underlying operating system.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://solid.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libnm-gtk-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: network-manager-applet
-Version: 1.2.6-0ubuntu0.16.04.4
-Description: library for wireless and mobile dialogs - common files
- The libnm-gtk library provides Gtk+ dialogs for NetworkManager.
- .
- This package contains data files used by libnm-gtk.
-Homepage: https://www.gnome.org/projects/NetworkManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libjpeg-turbo8
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 386
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libjpeg-turbo
-Version: 1.4.2-0ubuntu3
-Replaces: libjpeg8 (<< 8c-2ubuntu5)
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Breaks: libjpeg8 (<< 8c-2ubuntu5)
-Description: IJG JPEG compliant runtime library.
- Runtime library supporting the Independent JPEG Group's standard
- for JPEG files.
- .
- This package contains the shared library which is a drop in
- replacement for libjpeg8, which has better performance than
- standard libjpeg by use of SIMD and other optimizations.
-Homepage: http://libjpeg-turbo.virtualgl.org/
-
-Package: dconf-cli
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 117
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: d-conf
-Version: 0.24.0-2
-Replaces: dconf-tools (<< 0.16.0-2)
-Depends: libc6 (>= 2.14), libdconf1 (= 0.24.0-2), libglib2.0-0 (>= 2.39.4)
-Breaks: dconf-tools (<< 0.16.0-2)
-Conflicts: dconf
-Description: simple configuration storage system - utilities
- DConf is a low-level key/value database designed for storing desktop
- environment settings.
- .
- This package contains the command line tools. Note that DConf is not
- connected with the older Debian package named dconf.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/dconf
-
-Package: libpipeline1
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 72
-Maintainer: Colin Watson <cjwatson@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: libpipeline
-Version: 1.4.1-2
-Depends: libc6 (>= 2.15)
-Description: pipeline manipulation library
- This is a C library for setting up and running pipelines of processes,
- without needing to involve shell command-line parsing which is often
- error-prone and insecure.
-Homepage: http://libpipeline.nongnu.org/
-
-Package: libsoup-gnome2.4-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 80
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsoup2.4
-Version: 2.52.2-1ubuntu0.2
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.39.90), libsoup2.4-1 (>= 2.41.90)
-Description: HTTP library implementation in C -- GNOME support library
- It was originally part of a SOAP (Simple Object Access Protocol)
- implementation called Soup, but the SOAP and non-SOAP parts have now been
- split into separate packages.
- .
- libsoup uses the Glib main loop and is designed to work well with GTK+
- applications. This enables GNOME applications to access HTTP servers
- on the network in a completely asynchronous fashion, very similar to
- the GTK+ programming model (a synchronous operation mode is also
- supported for those who want it).
- .
- The GNOME support library is used for features which are important to
- GNOME apps, but which require GNOME-specific libraries that non-GNOME
- apps may not want to add dependencies on.
- .
- Features:
- * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
- * Automatically caches connections
- * SSL Support using GnuTLS
- * Proxy support, including authentication and SSL tunneling
- * Client support for Digest, NTLM, and Basic authentication
- * Server support for Digest and Basic authentication
- * Basic client-side SOAP and XML-RPC support
- .
- This package contains the GNOME support shared library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libebook-1.2-16
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 677
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.4), libcamel-1.2-54 (>= 3.17), libebook-contacts-1.2-2 (>= 3.16.2), libedata-book-1.2-25 (>= 3.17), libedataserver-1.2-21 (>= 3.17), libglib2.0-0 (>= 2.40), libxml2 (>= 2.7.4)
-Description: Client library for evolution address books
- This package is a client library for evolution addressbooks.
- .
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libebackend-1.2-10
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 696
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.4), libdb5.3, libedataserver-1.2-21 (>= 3.17.90), libglib2.0-0 (>= 2.40), libsqlite3-0 (>= 3.6.0)
-Description: Utility library for evolution data servers
- This package is a utility library for evolution-data-servers providing
- backend functions to access data.
- .
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libiscsi2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 181
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libiscsi
-Version: 1.12.0-2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: iSCSI client shared library
- Libiscsi is a clientside library to implement the iSCSI protocol
- that can be used to access resource of an iSCSI Target.
- .
- The library is fully async with regards to iscsi commands and scsi
- tasks, but a sync layer is also provided for ease of use for simpler
- applications.
- .
- This package contains the library itself.
-Original-Maintainer: Michael Tokarev <mjt@tls.msk.ru>
-Homepage: https://github.com/sahlberg/libiscsi
-
-Package: libumfpack5.7.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 697
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libamd2.4.1, libblas3 | libblas.so.3, libc6 (>= 2.4), libcholmod3.0.6, libsuitesparseconfig4.4.6
-Description: sparse LU factorization library
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The UMFPACK library provides a set of routines solving sparse linear systems
- via LU factorization.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libmirclient9
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 752
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mir
-Version: 0.26.3+16.04.20170605-0ubuntu1.1
-Depends: libboost-system1.58.0, libc6 (>= 2.17), libcapnp-0.5.3, libgcc1 (>= 1:3.3.1), libmircommon7 (>= 0.26.3+16.04.20170605), libmircore1 (>= 0.26.3+16.04.20170605), libmirprotobuf3 (>= 0.26.3+16.04.20170605), libprotobuf-lite9v5, libstdc++6 (>= 5.2), libxkbcommon0 (>= 0.5.0)
-Description: Display server for Ubuntu - client library
- Mir is a display server running on linux systems, with a focus on efficiency,
- robust operation and a well-defined driver model.
- .
- Contains the shared library needed by client applications for Mir.
-Homepage: https://launchpad.net/mir
-Original-Maintainer: Thomas Voß <thomas.voss@canonical.com>
-
-Package: libroken18-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 138
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libc6 (>= 2.16)
-Description: Heimdal Kerberos - roken support library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
- .
- This package contains the library for roken support.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libfcitx-gclient0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 82
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fcitx
-Version: 1:4.2.9.1-1ubuntu1.16.04.2
-Replaces: fcitx (<< 1:4.2.9.1), fcitx-libs-gclient (<< 1:4.2.8.5-3)
-Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libfcitx-utils0 (>= 4.2.7), libglib2.0-0 (>= 2.37.3)
-Suggests: fcitx (>= 1:4.2.9.1)
-Breaks: fcitx (<< 1:4.2.9.1), fcitx-libs-gclient (<< 1:4.2.8.5-3)
-Description: Flexible Input Method Framework - D-Bus client library for Glib
- Fcitx is a input method framework with extension support, which provides
- an interface for entering characters of different scripts in applications
- using a variety of mapping systems.
- .
- It offers a pleasant and modern experience, with intuitive graphical
- configuration tools and customizable skins and mapping tables. It is
- highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
- for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
- API.
- .
- This package contains the following library:
- * libfcitx-gclient - D-Bus client library for Glib
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-Homepage: https://github.com/fcitx/fcitx
-
-Package: initramfs-tools
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 124
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 0.122ubuntu8.8
-Provides: linux-initramfs-tool
-Depends: initramfs-tools-core (= 0.122ubuntu8.8), linux-base
-Suggests: bash-completion
-Breaks: console-setup (<< 1.72), cryptsetup (<< 2:1.6.6-4~), elilo (<< 3.12-3.1~), initscripts (<< 2.88dsf-59.3~), isc-dhcp-client (= 4.3.3-5ubuntu13), lilo (<< 22.8-8.2~), lvm2 (<< 2.02.111-2.1~), mountall (<< 2.0~), s390-tools (<< 1.8.3-2~), systemd-sysv (<< 186)
-Conflicts: linux-initramfs-tool, usplash (<< 0.5.50)
-Conffiles:
- /etc/initramfs-tools/update-initramfs.conf e2026d4603e7161efaccca519aeb1297
- /etc/kernel/postinst.d/initramfs-tools 1d77d3e4b57c3da299aacd44b1dc207c
- /etc/kernel/postrm.d/initramfs-tools f57d0b03f79fd46dd1a1fa3b00206070
-Description: generic modular initramfs generator (automation)
- This package builds a bootable initramfs for Linux kernel packages. The
- initramfs is loaded along with the kernel and is responsible for
- mounting the root filesystem and starting the main init system.
-Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
-
-Package: libpangocairo-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 270
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pango1.0
-Version: 1.38.1-1
-Replaces: libpango1.0-0 (<< 1.32.5-2)
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.37.5), libpangoft2-1.0-0 (>= 1.28.1)
-Breaks: libpango1.0-0 (<< 1.32.5-2)
-Description: Layout and rendering of internationalized text
- Pango is a library for layout and rendering of text, with an emphasis
- on internationalization. Pango can be used anywhere that text layout is
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
- - Core X windowing system fonts
- - Client-side fonts on X using the Xft library
- - Direct rendering of scalable fonts using the FreeType library
- - Native fonts on Microsoft backends
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: clang-tidy-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 14462
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: clang-3.6 (<< 1:3.6.2-2)
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2)
-Breaks: clang-3.6 (<< 1:3.6.2-2)
-Description: clang-based C++ linter tool
- Provide an extensible framework for diagnosing and fixing typical programming
- errors, like style violations, interface misuse, or bugs that can be deduced
- via static analysis. clang-tidy is modular and provides a convenient interface
- for writing new checks.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libexempi3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1171
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: exempi
-Version: 2.2.2-2
-Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4)
-Pre-Depends: multiarch-support
-Description: library to parse XMP metadata (Library)
- Exempi is a library to parse XMP metadata as defined by the
- specification.
- .
- XMP (Extensible Metadata Platform) facilitates embedding metadata in files
- using a subset of RDF. Most notably XMP supports embedding metadata in PDF
- and many image formats, though it is designed to support nearly any file type.
-Original-Maintainer: Michael Biebl <biebl@debian.org>
-Homepage: http://libopenraw.freedesktop.org/wiki/Exempi
-
-Package: udisks2
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 920
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.1.7-1ubuntu1
-Depends: libacl1 (>= 2.2.51-8), libatasmart4 (>= 0.13), libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 165), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.101), libsystemd0, libudisks2-0 (>= 2.1.7), udev, dbus, parted, libpam-systemd
-Recommends: policykit-1, dosfstools, ntfs-3g, eject, gdisk
-Suggests: xfsprogs, reiserfsprogs, exfat-utils, btrfs-tools, mdadm, cryptsetup-bin
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.UDisks2.conf 88edadd924d165f9a31a16e1050da827
-Description: D-Bus service to access and manipulate storage devices
- The udisks daemon serves as an interface to system block devices,
- implemented via D-Bus. It handles operations such as querying, mounting,
- unmounting, formatting, or detaching storage devices such as hard disks
- or USB thumb drives.
- .
- This package also provides the udisksctl utility, which can be used to
- trigger these operations from the command line (if permitted by
- PolicyKit).
- .
- Creating or modifying file systems such as XFS, RAID, or LUKS encryption
- requires that the corresponding mkfs.* and admin tools are installed, such as
- dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS.
-Homepage: http://www.freedesktop.org/wiki/Software/udisks
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libc6-i386
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 10187
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: glibc
-Version: 2.23-0ubuntu10
-Replaces: libc6-dev-i386
-Depends: libc6 (= 2.23-0ubuntu10)
-Conffiles:
- /etc/ld.so.conf.d/zz_i386-biarch-compat.conf 82fedc1c0e9655edf8debad064dca6f1
-Description: GNU C Library: 32-bit shared libraries for AMD64
- This package includes shared versions of the standard C
- library and the standard math library, as well as many others.
- This is the 32bit version of the library, meant for AMD64 systems.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libghc-dlist-prof
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 203
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-dlist
-Version: 0.7.1.2-1
-Provides: libghc-dlist-prof-0.7.1.2-bf379
-Depends: libghc-dlist-dev (= 0.7.1.2-1), libghc-base-prof-4.8.2.0-0d6d1, libghc-deepseq-prof-1.4.1.1-614b6
-Description: Haskell library for Differences lists; profiling libraries
- Differences lists: a list-like type supporting O(1) append.
- This is particularly useful for efficient logging and pretty
- printing, (e.g. with the Writer monad), where list append
- quickly becomes too expensive.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/spl/dlist
-
-Package: libiec61883-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 95
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libiec61883
-Version: 1.2.0-0.2
-Depends: libc6 (>= 2.4), libraw1394-11
-Pre-Depends: multiarch-support
-Description: an partial implementation of IEC 61883
- This library is an implementation of IEC 61883, part 1 (CIP, plug
- registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6
- (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC
- 61883 protocols.
- .
- The libiec61883 library provides a higher level API for streaming DV,
- MPEG-2 and audio over Linux IEEE 1394. This includes both reception and
- transmission. It uses the new "rawiso" API of libraw1394, which
- transparently provides mmap-ed DMA for efficient data transfer. It also
- represents the third generation of I/O technology for Linux 1394 for
- these media types thereby removing the complexities of additional kernel
- modules, /dev nodes, and procfs. It also consolidates features for plug
- control registers and connection management that previously existed in
- experimental form in an unreleased version of libavc1394.
-Original-Maintainer: Marcio Roberto Teixeira <marciotex@gmail.com>
-
-Package: libpcre3
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 655
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pcre3
-Version: 2:8.38-3.1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
-Conflicts: libpcre3-dev (<= 4.3-3)
-Description: Perl 5 Compatible Regular Expression Library - runtime files
- This is a library of functions to support regular expressions whose syntax
- and semantics are as close as possible to those of the Perl 5 language.
- .
- This package contains the runtime libraries.
-Original-Maintainer: Matthew Vernon <matthew@debian.org>
-
-Package: dnsutils
-Status: install ok installed
-Priority: standard
-Section: net
-Installed-Size: 311
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: bind, bind9 (<< 1:9.1.0-3)
-Depends: libbind9-140 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libc6 (>= 2.4), libdns162 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libisc160 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libisccfg140 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), libkrb5-3 (>= 1.6.dfsg.2), liblwres141 (= 1:9.10.3.dfsg.P4-8ubuntu1.8), bind9-host | host
-Suggests: rblcheck
-Conflicts: netstd (<< 2.00)
-Description: Clients provided with BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers various client programs related to DNS that are
- derived from the BIND source tree.
- .
- - dig - query the DNS in various ways
- - nslookup - the older way to do it
- - nsupdate - perform dynamic updates (See RFC2136)
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: libthai0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libthai
-Version: 0.1.24-2
-Depends: libthai-data (>= 0.1.10), libc6 (>= 2.14), libdatrie1 (>= 0.2.0)
-Enhances: libqtcore4, libqtgui4
-Description: Thai language support library
- LibThai is a set of Thai language support routines aimed to ease
- developers' tasks to incorporate Thai language support in their applications.
- It includes important Thai-specific functions e.g. word breaking, input and
- output methods as well as basic character and string supports.
- .
- This package contains the shared libraries needed to run programs that use
- the LibThai library.
-Original-Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
-Homepage: http://linux.thai.net/projects/libthai
-
-Package: libglapi-mesa
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 258
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Depends: libc6 (>= 2.14)
-Description: free implementation of the GL API -- shared library
- The Mesa GL API module is responsible for dispatching all the gl*
- functions. It is intended to be mainly used by both the libgles1-mesa
- and libgles2-mesa packages.
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: ibus-gtk3
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 82
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ibus
-Version: 1.5.11-1ubuntu2.1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.7.0), libibus-1.0-5 (>= 1.5.4), libpango-1.0-0 (>= 1.14.0)
-Description: Intelligent Input Bus - GTK+3 support
- IBus is an Intelligent Input Bus. It is a new input framework for the Linux
- OS. It provides full featured and user friendly input method user interface.
- It also may help developers to develop input method easily.
- .
- This package contains the GTK+3 IM module.
-Homepage: https://github.com/ibus/ibus/releases
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-
-Package: librtmp1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 131
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: rtmpdump
-Version: 2.4+20151223.gitfa8646d-1ubuntu0.1
-Depends: libc6 (>= 2.14), libgmp10, libgnutls30 (>= 3.4.2), libhogweed4, libnettle6, zlib1g (>= 1:1.1.4)
-Description: toolkit for RTMP streams (shared library)
- A small dumper for media content streamed over the RTMP protocol (like BBC's
- iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
- flv file, which can be played/transcoded with standard tools.
- .
- This package contains the shared libraries, header files needed by
- programs that want to use librtmp.
-Homepage: http://rtmpdump.mplayerhq.hu/
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-
-Package: librbd1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 7335
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ceph
-Version: 10.2.9-0ubuntu0.16.04.1
-Depends: librados2 (= 10.2.9-0ubuntu0.16.04.1), libblkid1 (>= 2.16), libboost-iostreams1.58.0, libboost-random1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: RADOS block device client library
- RBD is a block device striped across multiple distributed objects
- in RADOS, a reliable, autonomic distributed object storage cluster
- developed as part of the Ceph distributed storage system. This is a
- shared library allowing applications to manage these block devices.
-Homepage: http://ceph.com/
-Original-Maintainer: Ceph Maintainers <ceph-maintainers@lists.ceph.com>
-
-Package: libqmi-glib5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1933
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libqmi
-Version: 1.16.2-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libmbim-glib4 (>= 1.14.0), libmbim-proxy
-Description: Support library to use the Qualcomm MSM Interface (QMI) protocol
- Libraries for adding QMI support to applications that use glib.
-Homepage: https://www.freedesktop.org/wiki/Software/libqmi
-Original-Maintainer: Marius B. Kotsbak <marius@kotsbak.com>
-
-Package: libgdata22
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1149
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgdata
-Version: 0.17.4-1
-Depends: libc6 (>= 2.14), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.7.90), libjson-glib-1.0-0 (>= 0.13.2), liboauth0 (>= 0.9.1), libsoup2.4-1 (>= 2.42.0), libxml2 (>= 2.7.4), libgdata-common
-Description: Library for accessing GData webservices - shared libraries
- libgdata is a GLib-based library for accessing online service APIs using
- the GData protocol — most notably, Google's services. It provides APIs
- to access the common Google services, and has full asynchronous support.
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/libgdata
-
-Package: humanity-icon-theme
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 20734
-Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
-Architecture: all
-Version: 0.6.10.1
-Depends: adwaita-icon-theme, hicolor-icon-theme
-Description: Humanity Icon theme
- Humanity and Humanity Dark are nice and well polished icon themes for
- the GNOME desktop.
-
-Package: libxcb-util1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xcb-util
-Version: 0.4.0-0ubuntu3
-Depends: libc6 (>= 2.8), libxcb1
-Description: utility libraries for X C Binding -- atom, aux and event
- This package contains the library files needed to run software using
- libxcb-util.
- .
- The xcb-util module provides a number of libraries which sit on top of
- libxcb, the core X protocol library, and some of the extension
- libraries. These experimental libraries provide convenience functions
- and interfaces which make the raw X protocol more usable. Some of the
- libraries also provide client-side code which is not strictly part of
- the X protocol but which have traditionally been provided by Xlib.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://xcb.freedesktop.org
-
-Package: libdevmapper1.02.1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 425
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lvm2 (2.02.133-1ubuntu10)
-Version: 2:1.02.110-1ubuntu10
-Depends: libc6 (>= 2.22), libselinux1 (>= 1.32), libudev1 (>= 183)
-Recommends: dmsetup (>= 2:1.02.110-1ubuntu10)
-Breaks: liblvm2app2.2 (<< 2.02.122), lvm2 (<< 2.02.122)
-Conflicts: libdevmapper1.02
-Description: Linux Kernel Device Mapper userspace library
- The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
- Team's implementation of a minimalistic kernel-space driver that handles
- volume management, while keeping knowledge of the underlying device layout
- in user-space. This makes it useful for not only LVM, but software raid,
- and other drivers that create "virtual" block devices.
- .
- This package contains the (user-space) shared library for accessing the
- device-mapper; it allows usage of the device-mapper through a clean,
- consistent interface (as opposed to through kernel ioctls).
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: libqt4-sql
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 414
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Recommends: libqt4-sql-mysql | libqt4-sql-odbc | libqt4-sql-psql | libqt4-sql-sqlite
-Suggests: libqt4-dev
-Description: Qt 4 SQL module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtSql module helps you provide seamless database integration to your Qt
- applications.
- .
- If you wish to use the SQL module for development, you should install the
- libqt4-dev package.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: python3-wheel
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 206
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: wheel
-Version: 0.29.0-1
-Depends: python3:any (>= 3.3.2-2~)
-Suggests: python3-setuptools
-Description: built-package format for Python
- A wheel is a ZIP-format archive with a specially formatted filename and the
- `.whl` extension. It is designed to contain all the files for a PEP 376
- compatible install in a way that is very close to the on-disk format.
- .
- The wheel project provides a `bdist_wheel` command for setuptools. Wheel
- files can be installed with `pip`.
- .
- This is the Python 3 compatible package.
-Original-Maintainer: Barry Warsaw <barry@debian.org>
-Homepage: https://bitbucket.org/pypa/wheel
-
-Package: libspeex1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 118
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: speex
-Version: 1.2~rc1.2-1ubuntu1
-Depends: libc6 (>= 2.14)
-Suggests: speex
-Conflicts: asterisk (<= 1:1.4.18.1~dfsg-1), libiaxclient1 (<= 2.0.2-1), libmediastreamer0 (<= 2.1.0-1), libopal-2.2 (<= 2.2.11~dfsg1-3), libopal-2.2-develop (<= 2.2.11~dfsg1-3), libopal-2.2-ptrace (<= 2.2.11~dfsg1-3), libopal-2.2.0
-Description: The Speex codec runtime library
- Speex is an audio codec especially designed for compressing voice at low
- bit-rates for applications such as voice over IP (VoIP). In some senses,
- it is meant to be complementary to the Vorbis codec which places a greater
- emphasis on high-quality music reproduction.
- .
- This package provides the speex runtime library.
-Homepage: http://www.speex.org/
-Original-Maintainer: Ron Lee <ron@debian.org>
-
-Package: apg
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 180
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.2.3.dfsg.1-2ubuntu1
-Depends: libc6 (>= 2.14)
-Conffiles:
- /etc/apg.conf 87cbe479394590cd9651d576319593b2
-Description: Automated Password Generator - Standalone version
- APG (Automated Password Generator) is the tool set for random
- password generation. It generates some random words of required type
- and prints them to standard output. This binary package contains only
- the standalone version of apg.
- Advantages:
- * Built-in ANSI X9.17 RNG (Random Number Generator)(CAST/SHA1)
- * Built-in password quality checking system (now it has support for Bloom
- filter for faster access)
- * Two Password Generation Algorithms:
- 1. Pronounceable Password Generation Algorithm (according to NIST
- FIPS 181)
- 2. Random Character Password Generation Algorithm with 35
- configurable modes of operation
- * Configurable password length parameters
- * Configurable amount of generated passwords
- * Ability to initialize RNG with user string
- * Support for /dev/random
- * Ability to crypt() generated passwords and print them as additional output.
- * Special parameters to use APG in script
- * Ability to log password generation requests for network version
- * Ability to control APG service access using tcpd
- * Ability to use password generation service from any type of box (Mac,
- WinXX, etc.) that connected to network
- * Ability to enforce remote users to use only allowed type of password
- generation
- The client/server version of apg has been deliberately omitted.
- .
- Upstream URL: http://www.adel.nursat.kz/apg/download.shtml
-Original-Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
-
-Package: upower
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 504
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.99.4-2ubuntu0.3
-Depends: dbus, udev, libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libgudev-1.0-0 (>= 146), libimobiledevice6 (>= 0.9.7), libplist3 (>= 1.11), libupower-glib3 (>= 0.99.4-2ubuntu0.2~), libusb-1.0-0 (>= 2:1.0.8)
-Recommends: policykit-1
-Conffiles:
- /etc/UPower/UPower.conf eb556142a81614d894e56f38524a4f62
- /etc/dbus-1/system.d/org.freedesktop.UPower.conf 430f5223b0dcb2b9a1bc60463b842818
-Description: abstraction for power management
- upower provides an interface to enumerate power sources on the system
- and control system-wide power management. Any application can access the
- org.freedesktop.UPower service on the system message bus. Some
- operations (such as suspending the system) are restricted using PolicyKit.
-Homepage: http://upower.freedesktop.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: gcc
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 44
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-defaults (1.150ubuntu1)
-Version: 4:5.3.1-1ubuntu1
-Provides: c-compiler
-Depends: cpp (>= 4:5.3.1-1ubuntu1), gcc-5 (>= 5.3.1-3~)
-Recommends: libc6-dev | libc-dev
-Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc
-Conflicts: gcc-doc (<< 1:2.95.3)
-Description: GNU C compiler
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C compiler.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libpackagekit-glib2-16
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 413
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: packagekit
-Version: 0.8.17-4ubuntu6~gcc5.4ubuntu1.2
-Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9)
-Recommends: python3-aptdaemon.pkcompat | packagekit-system-interface | packagekit (= 0.8.17-4ubuntu6~gcc5.4ubuntu1.2)
-Description: Library for accessing PackageKit using GLib
- PackageKit allows performing simple software management tasks over a DBus
- interface e.g. refreshing the cache, updating, installing and removing
- software packages or searching for multimedia codecs and file handlers.
- .
- This package provides an advanced library to access PackageKit using GLib.
- It makes use of only async D-Bus calls and provides high level tasks which
- peform the "transaction dance".
-Homepage: http://www.packagekit.org
-Original-Maintainer: Matthias Klumpp <matthias@tenstral.net>
-
-Package: ocaml-interp
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 1844
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ocaml
-Version: 4.02.3-5ubuntu2
-Provides: ocaml-interp-4.02.3
-Depends: ocaml-compiler-libs (= 4.02.3-5ubuntu2), ocaml-base-nox-4.02.3
-Recommends: ledit | readline-editor
-Description: OCaml interactive interpreter and standard libraries
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This package contains the files required to run an OCaml shell from the
- command line.
-Homepage: http://caml.inria.fr/
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-
-Package: nvidia-367
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-375
-Version: 375.66-0ubuntu0.16.04.1
-Depends: nvidia-375
-Description: Transitional package for nvidia-375
- This is a transitional package for nvidia-375, and can be
- safely removed after the installation is complete.
-
-Package: command-not-found
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 27
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: all
-Version: 0.3ubuntu16.04.2
-Depends: python3-commandnotfound (>= 0.3ubuntu7)
-Conffiles:
- /etc/zsh_command_not_found 373832ecdbbde52cf4610789e940f10f
-Description: Suggest installation of packages in interactive bash sessions
- This package will install a handler for command_not_found that looks up
- programs not currently installed but available from the repositories.
-Original-Maintainer: Zygmunt Krynicki <zkrynicki@gmail.com>
-
-Package: sgml-base
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 113
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.26+nmu4ubuntu1
-Pre-Depends: dpkg (>= 1.16.4)
-Suggests: sgml-base-doc
-Conflicts: sgml-data (<= 0.02), sgmltools-2 (<= 2.0.2-4)
-Description: SGML infrastructure and SGML catalog file support
- This package creates the SGML infrastructure directories and provides
- SGML catalog file support in compliance with the current Debian SGML
- Policy draft:
- .
- * infrastructure directories:
- - /etc/sgml
- - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet}
- - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet}
- .
- * update-catalog(8): tool for maintaining the root SGML catalog
- file and the package SGML catalog files in the '/etc/sgml' directory
-Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
-
-Package: hdparm
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 226
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 9.48+ds-1
-Replaces: apmd (<= 3.0.2-1.15)
-Depends: libc6 (>= 2.14), lsb-base
-Recommends: powermgmt-base
-Suggests: apmd
-Conffiles:
- /etc/apm/event.d/20hdparm 69c0a826b29c8f40b7ca5e56e53d7f83
- /etc/hdparm.conf cdd0ed05481f6071f9711c7d1735b98a
-Description: tune hard disk parameters for high performance
- Get/set device parameters for Linux SATA/IDE drives.
- Rrovides a command line interface to various kernel interfaces supported by
- the Linux SATA/PATA/SAS "libata" subsystem and the older IDE driver subsystem.
- Many newer (2008 and later) USB drive enclosures now also support "SAT"
- (SCSI-ATA Command Translation) and therefore may also work with hdparm.
-Original-Maintainer: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
-Homepage: http://sourceforge.net/projects/hdparm/
-
-Package: libghc-extensible-exceptions-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-extensible-exceptions
-Version: 0.1.1.4-6
-Provides: libghc-extensible-exceptions-dev-0.1.1.4-81599
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libc6 (>= 2.2.5)
-Suggests: libghc-extensible-exceptions-doc, libghc-extensible-exceptions-prof
-Description: Compatibility layer for exceptions
- This provides the new extensible exceptions for both new and old versions of
- GHC.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/extensible-exceptions
-Ghc-Package: extensible-exceptions-0.1.1.4-8159918b63d70675389129eaecbf720a
-
-Package: python3-pkg-resources
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 412
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-setuptools
-Version: 20.7.0-1
-Depends: python3:any (>= 3.3.2-2~)
-Suggests: python3-setuptools
-Description: Package Discovery and Resource Access using pkg_resources
- The pkg_resources module provides an API for Python libraries to
- access their resource files, and for extensible applications and
- frameworks to automatically discover plugins. It also provides
- runtime support for using C extensions that are inside zipfile-format
- eggs, support for merging packages that have separately-distributed
- modules or subpackages, and APIs for managing Python's current
- "working set" of active packages.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: https://pypi.python.org/pypi/setuptools
-
-Package: ubuntu-release-upgrader-core
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 340
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: ubuntu-release-upgrader
-Version: 1:16.04.22
-Replaces: update-manager (<< 1:0.165), update-manager-core (<< 1:0.165)
-Depends: python3:any (>= 3.2~), python3-distupgrade (= 1:16.04.22)
-Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
-Breaks: software-properties (<< 0.9.27), update-manager (<< 1:0.165), update-manager-core (<< 1:0.165)
-Conffiles:
- /etc/update-manager/meta-release 834e015e99673a6e3b0f31f6a511355f
- /etc/update-manager/release-upgrades df41b4619e6054b4558a75e316923611
- /etc/update-motd.d/91-release-upgrade 51540d8467fcf35f65e2873454746e54
-Description: manage release upgrades
- This is the core of the Ubuntu Release Upgrader
-
-Package: xserver-xorg-input-vmmouse
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 65
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:13.1.0-1ubuntu2
-Provides: xorg-driver-input
-Depends: libc6 (>= 2.7), libudev1 (>= 183), xorg-input-abi-22, xserver-xorg-core (>= 2:1.17.99.902), udev
-Description: X.Org X server -- VMMouse input driver to use with VMWare
- This package provides the driver for the X11 vmmouse input device.
- .
- The VMMouse driver enables support for the special VMMouse protocol
- that is provided by VMware virtual machines to give absolute pointer
- positioning.
- .
- The vmmouse driver is capable of falling back to the standard "mouse"
- driver if a VMware virtual machine is not detected. This allows for
- dual-booting of an operating system from a virtual machine to real hardware
- without having to edit xorg.conf every time.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This package is built from the X.org xf86-input-vmmouse driver module.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: bcache-tools
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 139
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.0.8-2
-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.8), libuuid1 (>= 2.16)
-Recommends: initramfs-tools | linux-initramfs-tool
-Description: bcache userspace tools
- Bcache allows the use of SSDs to cache other block devices.
- .
- Documentation for the run-time interface is included in the kernel tree; in
- Documentation/bcache.txt.
- .
- This package includes udev rules, initramfs support, and the utilities to
- create a new bcache as well as inspect existing bcache partitions.
-Original-Maintainer: David Mohr <david@mcbf.net>
-Homepage: http://bcache.evilpiepirate.org/
-
-Package: libgeoip1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 223
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: geoip
-Version: 1.6.9-1
-Depends: libc6 (>= 2.4)
-Recommends: geoip-database
-Suggests: geoip-bin
-Description: non-DNS IP-to-country resolver library
- GeoIP is a C library that enables the user to find the country that any
- IP address or hostname originates from. It uses a file based database.
- .
- This database simply contains IP blocks as keys, and countries as values and
- it should be more complete and accurate than using reverse DNS lookups.
- .
- This package contains the shared library.
-Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
-Homepage: http://www.maxmind.com/
-
-Package: libcolorhug2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 119
-Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: colord
-Version: 1.2.12-1ubuntu1
-Depends: libc6 (>= 2.14), libcolord2 (>= 0.1.29), libglib2.0-0 (>= 2.37.3), libgusb2 (>= 0.1.1)
-Description: library to access the ColorHug colourimeter -- runtime
- libcolorhug is a gobject-based library for using the ColorHug display
- colourimeter. It supports both reading values from the colourimeter and
- device administration, such as firmware updates.
- .
- This package contains a gobject-based convenience library for programs to
- interact with the ColorHug colourimeter.
-Homepage: http://www.freedesktop.org/software/colord/
-
-Package: cloud-initramfs-dyn-netconf
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 30
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Architecture: all
-Source: cloud-initramfs-tools
-Version: 0.27ubuntu1.4
-Depends: initramfs-tools
-Description: write a network interface file in /run for BOOTIF
- This package provides an initramfs module that will write a simple
- network interfaces formated file to /run/network/interfaces with
- entries for any devices that were configured during initramfs.
-Homepage: http://launchpad.net/cloud-initramfs-tools
-
-Package: python-pkg-resources
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 441
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-setuptools
-Version: 20.7.0-1
-Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
-Suggests: python-setuptools
-Description: Package Discovery and Resource Access using pkg_resources
- The pkg_resources module provides an API for Python libraries to
- access their resource files, and for extensible applications and
- frameworks to automatically discover plugins. It also provides
- runtime support for using C extensions that are inside zipfile-format
- eggs, support for merging packages that have separately-distributed
- modules or subpackages, and APIs for managing Python's current
- "working set" of active packages.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: https://pypi.python.org/pypi/setuptools
-
-Package: libperl5.22
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 20364
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: perl
-Version: 5.22.1-9
-Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl (<< 2.068), libcompress-raw-zlib-perl (<< 2.068), libcompress-zlib-perl (<< 2.068), libdigest-md5-perl (<< 2.54), libdigest-sha-perl (<< 5.95), libencode-perl (<< 2.77), libio-compress-base-perl (<< 2.068), libio-compress-bzip2-perl (<< 2.068), libio-compress-perl (<< 2.068), libio-compress-zlib-perl (<< 2.068), libmime-base64-perl (<< 3.15), libmodule-corelist-perl (<< 2.14-2), libstorable-perl (<< 2.53.01), libsys-syslog-perl (<< 0.33), libthreads-perl (<< 2.01), libthreads-shared-perl (<< 1.48), libtime-hires-perl (<< 1.9726), libtime-piece-perl (<< 1.29), perl (<< 5.22.0~), perl-base (<< 5.22.0~)
-Provides: libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-cross-config
-Depends: libbz2-1.0, libc6 (>= 2.14), libdb5.3, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.2.3), perl-modules-5.22 (>= 5.22.1-9)
-Breaks: dh-make-perl (<< 0.73-1), ftpmirror (<< 1.96+dfsg-13), libcompress-raw-bzip2-perl (<< 2.068), libcompress-raw-zlib-perl (<< 2.068), libcompress-zlib-perl (<< 2.068), libdigest-md5-perl (<< 2.54), libdigest-sha-perl (<< 5.95), libencode-perl (<< 2.77), libhtml-template-compiled-perl (<< 0.95-1), libio-compress-base-perl (<< 2.068), libio-compress-bzip2-perl (<< 2.068), libio-compress-perl (<< 2.068), libio-compress-zlib-perl (<< 2.068), libload-perl (<< 0.20-1), libmime-base64-perl (<< 3.15), libnet-jifty-perl (<< 0.14-1), libperl-apireference-perl (<< 0.09-1), libregexp-optimizer-perl (<< 0.15-3), libsoap-lite-perl (<< 0.712-4), libstorable-perl (<< 2.53.01), libsys-syslog-perl (<< 0.33), libthreads-perl (<< 2.01), libthreads-shared-perl (<< 1.48), libtime-hires-perl (<< 1.9726), libtime-piece-perl (<< 1.29), libxml-parser-lite-tree-perl (<< 0.14-1), libyaml-perl (<< 0.73-1), mrtg (<< 2.16.3-3.1)
-Description: shared Perl library
- This package contains the shared Perl library, used by applications
- which embed a Perl interpreter.
- .
- It also contains the architecture-dependent parts of the standard
- library (and depends on perl-modules-5.22 which contains the
- architecture-independent parts).
-Original-Maintainer: Niko Tyni <ntyni@debian.org>
-Homepage: http://dev.perl.org/perl5/
-
-Package: python3-gi
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 635
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pygobject
-Version: 3.20.0-0ubuntu1
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libffi6 (>= 3.0.4), libgirepository-1.0-1 (>= 1.44.0), libglib2.0-0 (>= 2.41.1), gir1.2-glib-2.0 (>= 1.39.0)
-Description: Python 3 bindings for gobject-introspection libraries
- GObject is an abstraction layer that allows programming with an object
- paradigm that is compatible with many languages. It is a part of Glib,
- the core library used to build GTK+ and GNOME.
- .
- This package contains the Python 3 binding generator for libraries that
- support gobject-introspection, i. e. which ship a gir1.2-<name>-<version>
- package. With these packages, the libraries can be used from Python 3.
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-Homepage: https://wiki.gnome.org/Projects/PyGObject
-
-Package: libnet-dns-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 707
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.81-2build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libdigest-hmac-perl, libio-socket-inet6-perl, libnet-ip-perl
-Breaks: fpdns (<< 20130404~), libnet-dns-sec-perl (<< 0.19-1~), spamassassin (<< 3.4.0-2~)
-Description: Perform DNS queries from a Perl script
- Net::DNS is a DNS resolver implemented in Perl supporting IPv6.
- It allows the programmer to perform nearly any type of DNS query
- from a Perl script.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://www.net-dns.org/
-
-Package: python3-bs4
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 341
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: beautifulsoup4
-Version: 4.4.1-1
-Depends: python3:any (>= 3.3.2-2~)
-Recommends: python3-chardet, python3-lxml
-Description: error-tolerant HTML parser for Python 3
- Beautiful Soup is a Python library for pulling data out of HTML and XML files.
- It works with your favorite parser to provide idiomatic ways of navigating,
- searching, and modifying the parse tree. It commonly saves programmers hours
- or days of work.
- .
- This package contains BeautifulSoup 4, for Python 3.x.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.crummy.com/software/BeautifulSoup
-
-Package: libyelp0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 387
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: yelp
-Version: 3.18.1-1ubuntu4
-Depends: libbz2-1.0, libc6 (>= 2.14), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.13.3), liblzma5 (>= 5.1.1alpha+20120614), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libwebkit2gtk-4.0-37 (>= 2.8.1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25)
-Description: Library for the GNOME help browser
- Yelp is the help browser for the GNOME desktop. Yelp provides a simple
- graphical interface for viewing DocBook, Mallard, HTML, man, and info
- formatted documentation.
- .
- This library contains widgets and utilities for use by Yelp.
-Homepage: https://wiki.gnome.org/Apps/Yelp
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: parted
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 157
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.2-15
-Replaces: fsresize, parted1.6
-Depends: libc6 (>= 2.11), libparted2 (= 3.2-15), libreadline6 (>= 6.0), libtinfo5 (>= 6)
-Suggests: parted-doc
-Conflicts: fsresize, parted1.6
-Description: disk partition manipulator
- GNU Parted is a program that allows you to create, destroy, resize,
- move, and copy disk partitions. This is useful for creating space
- for new operating systems, reorganizing disk usage, and copying data
- to new hard disks.
- .
- This package contains the binary and manual page. Further
- documentation is available in parted-doc.
- .
- Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98
- partitioning formats, as well as a "loop" (raw disk) type which
- allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS,
- Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS
- file systems. Parted also has the ability to create and modify file
- systems of some of these types, but using it to perform file system
- operations is now deprecated.
- .
- The nature of this software means that any bugs could cause massive
- data loss. While there are no such bugs known at the moment, they
- could exist, so please back up all important files before running
- it, and do so at your own risk.
-Original-Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
-Homepage: http://www.gnu.org/software/parted
-
-Package: libclucene-core1v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1712
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: clucene-core
-Version: 2.3.3.4-4.1
-Replaces: libclucene-core1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Conflicts: libclucene-core1
-Description: core library for full-featured text search engine (runtime)
- CLucene is a C++ port of the popular Apache Lucene search engine
- (http://lucene.apache.org/java). It is released under LGPL or the Apache
- License.
- .
- CLucene aims to be a high-speed alternative to Java Lucene, its API is very
- similar to that of the Java version. CLucene has recently been brought up to
- date with Lucene 1.4.3. It contains most of the same functionality as the
- Java version, except for Socket, Threading and the special caching
- modifications.
- .
- This package contains the files necessary for running applications that
- use the CLucene core and shared libraries.
-Original-Maintainer: Fathi Boudra <fabo@debian.org>
-Homepage: http://clucene.sourceforge.net
-
-Package: lsb-release
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 63
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: lsb
-Version: 9.20160110ubuntu0.2
-Depends: python3:any (>= 3.4~), distro-info-data
-Recommends: apt
-Suggests: lsb
-Description: Linux Standard Base version reporting utility
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- The lsb-release command is a simple tool to help identify the Linux
- distribution being used and its compliance with the Linux Standard Base.
- LSB conformance will not be reported unless the required metapackages are
- installed.
- .
- While it is intended for use by LSB packages, this command may also
- be useful for programmatically distinguishing between a pure Debian
- installation and derived distributions.
-Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb
-Original-Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
-
-Package: coreutils
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 6248
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 8.25-2ubuntu3~16.04
-Replaces: mktemp, realpath, timeout
-Pre-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.17), libselinux1 (>= 2.1.13)
-Conflicts: timeout
-Description: GNU core utilities
- This package contains the basic file, shell and text manipulation
- utilities which are expected to exist on every operating system.
- .
- Specifically, this package includes:
- arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
- csplit cut date dd df dir dircolors dirname du echo env expand expr
- factor false flock fmt fold groups head hostid id install join link ln
- logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt
- od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm
- rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac
- tail tee test timeout touch tr true truncate tsort tty uname unexpand
- uniq unlink users vdir wc who whoami yes
-Homepage: http://gnu.org/software/coreutils
-Original-Maintainer: Michael Stone <mstone@debian.org>
-
-Package: ed
-Status: install ok installed
-Priority: optional
-Section: editors
-Installed-Size: 125
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.10-2
-Depends: libc6 (>= 2.14)
-Description: classic UNIX line editor
- ed is a line-oriented text editor. It is used to
- create, display, modify and otherwise manipulate text
- files.
- .
- red is a restricted ed: it can only edit files in the
- current directory and cannot execute shell commands.
-Original-Maintainer: Martin Zobel-Helas <zobel@debian.org>
-Homepage: http://www.gnu.org/software/ed/
-
-Package: lshw
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 643
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 02.17-1.1ubuntu3.2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Recommends: pciutils, usbutils
-Description: information about hardware configuration
- A small tool to provide detailed information on the hardware
- configuration of the machine. It can report exact memory
- configuration, firmware version, mainboard configuration, CPU version
- and speed, cache configuration, bus speed, etc. on DMI-capable x86
- systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.
- .
- Information can be output in plain text, HTML or XML.
-Original-Maintainer: Ghe Rivero <ghe@debian.org>
-
-Package: libqt4-xmlpatterns
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4775
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-network (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 XML patterns module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- QtXmlPatterns is a XQuery and XPath engine for XML and custom data models.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: file
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 76
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:5.25-2ubuntu1
-Depends: libc6 (>= 2.4), libmagic1 (= 1:5.25-2ubuntu1)
-Description: Determines file type using "magic" numbers
- File tests each argument in an attempt to classify it. There are
- three sets of tests, performed in this order: filesystem tests,
- magic number tests, and language tests. The first test that
- succeeds causes the file type to be printed.
-Homepage: http://www.darwinsys.com/file/
-Original-Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-
-Package: python3-apport
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 540
-Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
-Architecture: all
-Source: apport
-Version: 2.20.1-0ubuntu2.10
-Depends: python3:any (>= 3.3.2-2~), python3-apt (>= 0.7.9), python3-problem-report (>= 0.94), lsb-release
-Recommends: apport
-Suggests: python3-launchpadlib
-Description: Python 3 library for Apport crash report handling
- This Python package provides high-level functions for creating and
- handling apport crash reports:
- .
- * Query available and new reports.
- * Add OS, packaging, and process runtime information to a report.
- * Various frontend utility functions.
- * Python hook to generate crash reports when Python scripts fail.
-Homepage: https://wiki.ubuntu.com/Apport
-
-Package: signon-plugin-oauth2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 197
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.23+16.04.20151209-0ubuntu1
-Depends: libc6 (>= 2.4), libqt5core5a (>= 5.5.0), libqt5network5 (>= 5.0.2), libsignon-plugins-common1, libstdc++6 (>= 4.1.1)
-Breaks: account-plugin-google (<< 0.12)
-Description: Single Signon oauth2 plugin
- Oauth2 plugin for the Single Signon framework
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: at
-Status: install ok installed
-Priority: standard
-Section: admin
-Installed-Size: 150
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 3.1.18-2ubuntu1
-Depends: libpam-runtime (>= 1.0.1-11), lsb-base (>= 3.2-14), init-system-helpers (>= 1.18~), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.1.9)
-Suggests: default-mta | mail-transport-agent
-Conffiles:
- /etc/at.deny 8cb7e7632119dc26115436938efd2522
- /etc/init.d/atd ce2de503acc3de02f544571e89d4d717
- /etc/pam.d/atd 270e45e6984c092c9986b17dbb04378a
-Description: Delayed job execution and batch processing
- At and batch read shell commands from standard input
- storing them as a job to be scheduled for execution in the
- future.
- .
- Use
- at to run the job at a specified time
- batch to run the job when system load levels permit
-Original-Maintainer: Jose M Calhariz <jose@calhariz.com>
-
-Package: python-roman
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 32
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.0.0-2
-Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
-Description: module for generating/analyzing Roman numerals for Python 2
- This module converts from and to Roman numerals. It can convert numbers
- from 1 to 4999 and understands the common shortcuts (IX == 9), but not
- illegal ones (MIM == 1999).
- .
- This package includes Python 2 modules.
-Original-Maintainer: Andrea Colangelo <warp10@debian.org>
-Homepage: http://pypi.python.org/pypi/roman/
-
-Package: libfftw3-double3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fftw3
-Version: 3.3.4-2ubuntu1
-Replaces: libfftw3-3 (<< 3.3.3-1)
-Depends: libc6 (>= 2.14), libgomp1 (>= 4.9)
-Pre-Depends: multiarch-support
-Suggests: libfftw3-bin, libfftw3-dev
-Breaks: libfftw3-3 (<< 3.3.3-1)
-Description: Library for computing Fast Fourier Transforms - Double precision
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the shared library
- for double precision transforms.
- .
- To get the static library and the header files, you need to install
- libfftw3-dev. For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: libcdparanoia0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 154
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cdparanoia
-Version: 3.10.2+debian-11
-Depends: libc6 (>= 2.15)
-Pre-Depends: multiarch-support
-Description: audio extraction tool for sampling CDs (library)
- An audio extraction tool for sampling CDs. Unlike similar programs such as
- cdda2wav, cdparanoia goes to great lengths to try to extract the audio
- information without any artifacts such as jitter.
- .
- This package contains the library of cdparanoia, so that its routines
- can be used by other programs.
-Original-Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
-Homepage: http://www.xiph.org/paranoia/
-
-Package: libmng2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 583
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmng
-Version: 2.0.2-0ubuntu3
-Replaces: libmng, libmng-dev (<< 1.0.0-3)
-Depends: libc6 (>= 2.14), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628), zlib1g (>= 1:1.1.4)
-Pre-Depends: multiarch-support
-Description: Multiple-image Network Graphics library
- The libmng library supports decoding, displaying, encoding, and various other
- manipulations of the Multiple-image Network Graphics (MNG) format image files.
- It uses the zlib compression library, and optionally the JPEG library by the
- Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
- library by Marti Maria Saguar.
-Original-Maintainer: Kartik Mistry <kartik@debian.org>
-Homepage: http://www.libmng.com
-
-Package: msr-tools
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 64
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.3-2
-Depends: libc6 (>= 2.4)
-Description: Utilities for modifying MSRs from userspace
- MSRs are Machine Specific Registers that are used to set values for
- hardware to use, or to pass values between the BIOS and kernel. This
- package provides utilies to both read and write MSRs. Reading and
- writing MSRs might be useful when debugging kernel drivers, for example.
-Original-Maintainer: Andres Salomon <dilinger@debian.org>
-
-Package: libqmi-proxy
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 25
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: libqmi
-Version: 1.16.2-1ubuntu0.16.04.1
-Depends: libqmi-glib5 (= 1.16.2-1ubuntu0.16.04.1), libc6 (>= 2.4), libglib2.0-0 (>= 2.32)
-Description: Proxy to communicate with QMI ports
- This package contains the binary qmi-proxy used by libqmi to allow multiple
- clients to use the same QMI port simultaneously.
-Homepage: https://www.freedesktop.org/wiki/Software/libqmi
-Original-Maintainer: Marius B. Kotsbak <marius@kotsbak.com>
-
-Package: gawk
-Status: install ok installed
-Priority: optional
-Section: interpreters
-Installed-Size: 1516
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:4.1.3+dfsg-0.1
-Provides: awk
-Pre-Depends: libc6 (>= 2.15), libgmp10, libmpfr4 (>= 3.1.3), libreadline6 (>= 6.0), libsigsegv2 (>= 2.9)
-Suggests: gawk-doc
-Description: GNU awk, a pattern scanning and processing language
- `awk', a program that you can use to select particular records in a
- file and perform operations upon them.
- .
- Gawk is the GNU Project's implementation of the AWK programming language.
- It conforms to the definition of the language in the POSIX 1003.2 Command
- Language And Utilities Standard. This version in turn is based on the
- description in The AWK Programming Language, by Aho, Kernighan, and
- Weinberger, with the additional features defined in the System V Release
- 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
- extensions, and some GNU-specific extensions.
-Original-Maintainer: Arthur Loiret <aloiret@debian.org>
-Homepage: http://www.gnu.org/software/gawk/
-
-Package: fakeroot
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 256
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.20.2-1ubuntu1
-Depends: libc6 (>= 2.15), libfakeroot (>= 1.20.2-1ubuntu1)
-Description: tool for simulating superuser privileges
- fakeroot provides a fake "root environment" by means of LD_PRELOAD and
- SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
- stat(), and other file-manipulation functions, so that unprivileged
- users can (for instance) populate .deb archives with root-owned files;
- various build tools use fakeroot for this by default.
- .
- This package contains fakeroot command and the daemon that remembers
- fake ownership/permissions of files manipulated by fakeroot
- processes.
-Original-Maintainer: Clint Adams <clint@debian.org>
-
-Package: libbulletworldimporter2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 158
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libbulletworldimporter2.83, libbulletworldimporter2.83v5
-Depends: libbulletcollision2.83.6, libbulletdynamics2.83.6, libbulletfileloader2.83.6, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libbulletworldimporter2.83, libbulletworldimporter2.83v5
-Description: professional 3D Game Multiphysics Library -- world importer
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the BulletWorldImporter shared library which can be
- used by Blender and other software to export or import the Bullet physics
- file format.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: usbutils
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 704
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:007-4
-Depends: libc6 (>= 2.14), libusb-1.0-0 (>= 2:1.0.16), zlib1g (>= 1:1.1.4)
-Suggests: wget (>= 1.8.1-6) | lynx-cur
-Description: Linux USB utilities
- This package contains the lsusb utility for inspecting the devices
- connected to the USB bus. It shows a graphical representation of the
- devices that are currently plugged in, showing the topology of the
- USB bus. It also displays information on each individual device on
- the bus.
-Original-Maintainer: Aurelien Jarno <aurel32@debian.org>
-Homepage: https://github.com/gregkh/usbutils
-
-Package: qemu-block-extra
-Status: install ok installed
-Priority: optional
-Section: otherosfs
-Installed-Size: 166
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qemu
-Version: 1:2.5+dfsg-5ubuntu10.26
-Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.3), libglib2.0-0 (>= 2.24.0), libiscsi2 (>= 1.10.0), librados2 (>= 0.72.2), librbd1 (>= 0.80.5-2~), zlib1g (>= 1:1.1.4)
-Enhances: qemu-system-arm, qemu-system-mips, qemu-system-misc, qemu-system-sparc, qemu-system-x86, qemu-utils
-Description: extra block backend modules for qemu-system and qemu-utils
- QEMU is a fast processor emulator: currently the package supports
- ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
- SPARC and x86-64 emulation. By using dynamic translation it achieves
- reasonable speed while being easy to port on new host CPUs.
- .
- This package provides extra block device backend modules for qemu-system
- emulation and qemu-img from qemu-utils package, which are rarely used and
- has extra dependencies.
-Homepage: http://www.qemu.org/
-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
-
-Package: iproute2
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 1486
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 4.3.0-1ubuntu3.16.04.1
-Replaces: iproute
-Provides: arpd
-Depends: libc6 (>= 2.14), libdb5.3, libmnl0 (>= 1.0.3-4~), libselinux1 (>= 2.0.15)
-Recommends: libatm1 (>= 2.4.1-17~), libxtables11
-Suggests: iproute2-doc
-Conflicts: arpd, iproute (<< 20130000-1)
-Conffiles:
- /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
- /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
- /etc/iproute2/nl_protos c0fc5315e2dd3c6b50f19da3678bce80
- /etc/iproute2/rt_dsfield 4c80d267a84d350d89d88774efe48a0f
- /etc/iproute2/rt_protos a4f97323f29caf9faf49596aea11d91a
- /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
- /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
- /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
-Description: networking and traffic control tools
- The iproute2 suite is a collection of utilities for networking and
- traffic control.
- .
- These tools communicate with the Linux kernel via the (rt)netlink
- interface, providing advanced features not available through the
- legacy net-tools commands 'ifconfig' and 'route'.
-Homepage: http://www.linux-foundation.org/en/Net:Iproute2
-Original-Maintainer: Debian iproute2 Maintainers <ah-iproute@debian.org>
-
-Package: libinput-bin
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 49
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: libinput
-Version: 1.6.3-1ubuntu1~16.04.1
-Depends: libc6 (>= 2.4), libudev1 (>= 183), libwacom2 (>= 0.22)
-Description: input device management and event handling library - udev quirks
- libinput is a library that handles input devices for display servers and
- other applications that need to directly deal with input devices.
- .
- It provides device detection, device handling, input device event
- processing and abstraction so minimize the amount of custom input
- code the user of libinput need to provide the common set of
- functionality that users expect.
- .
- This package includes the udev quirks database and helpers.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/libinput/
-
-Package: tcpd
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: tcp-wrappers
-Version: 7.6.q-25
-Replaces: libwrap0 (<< 7.6-8)
-Depends: libc6 (>= 2.4), libwrap0 (>= 7.6-4~)
-Description: Wietse Venema's TCP wrapper utilities
- Wietse Venema's network logger, also known as TCPD or LOG_TCP.
- .
- These programs log the client host name of incoming telnet,
- ftp, rsh, rlogin, finger etc. requests.
- .
- Security options are:
- - access control per host, domain and/or service;
- - detection of host name spoofing or host address spoofing;
- - booby traps to implement an early-warning system.
-Original-Maintainer: Marco d'Itri <md@linux.it>
-
-Package: openmpi-bin
-Status: install ok installed
-Priority: extra
-Section: net
-Installed-Size: 410
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: openmpi
-Version: 1.10.2-8ubuntu1
-Depends: libc6 (>= 2.8), libopenmpi1.10, openmpi-common (= 1.10.2-8ubuntu1)
-Suggests: gfortran, openmpi-checkpoint
-Conflicts: openmpi-bin
-Conffiles:
- /etc/openmpi/openmpi-default-hostfile 4d7d71ebdeff9befad1c1077fcede06f
- /etc/openmpi/openmpi-mca-params.conf a580b08b8d721deffd5d003d57d6f61d
- /etc/openmpi/openmpi-totalview.tcl 9fb9ef7e46e3f47b6e60c5e7b55f66cc
-Description: high performance message passing library -- binaries
- Open MPI is a project combining technologies and resources from several other
- projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
- MPI library available. A completely new MPI-2 compliant implementation, Open
- MPI offers advantages for system and software vendors, application developers
- and computer science researchers.
- .
- Features:
- * Full MPI-2 standards conformance
- * Thread safety and concurrency
- * Dynamic process spawning
- * High performance on all platforms
- * Reliable and fast job management
- * Network and process fault tolerance
- * Support network heterogeneity
- * Single library supports all networks
- * Run-time instrumentation
- * Many job schedulers supported
- * Internationalized error messages
- * Component-based design, documented APIs
- .
- This package contains the Open MPI utility programs.
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: http://www.open-mpi.org/
-
-Package: uidmap
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 328
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: shadow
-Version: 1:4.2-3.1ubuntu5.3
-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32)
-Description: programs to help use subuids
- These programs help unprivileged users to create uid and gid mappings in
- user namespaces.
-Homepage: http://pkg-shadow.alioth.debian.org/
-Original-Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
-
-Package: libgtk-3-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 9006
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gtk+3.0
-Version: 3.18.9-1ubuntu3.3
-Provides: gtk3-binver-3.0.0
-Depends: libgtk-3-common (>= 3.18.9-1ubuntu3.3), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.15.1), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libcolord2 (>= 0.1.10), libcups2 (>= 1.6.2), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.11.94), libgdk-pixbuf2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.45.8), libjson-glib-1.0-0 (>= 0.12.0), libmirclient9 (>= 0.21.0+16.04.20160330), libpango-1.0-0 (>= 1.37.5), libpangocairo-1.0-0 (>= 1.37.3), libpangoft2-1.0-0 (>= 1.37.3), librest-0.7-0 (>= 0.7), libwayland-client0 (>= 1.5.91), libwayland-cursor0 (>= 1.5.91), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1, libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), shared-mime-info
-Recommends: libgtk-3-bin
-Suggests: librsvg2-common, gvfs
-Breaks: gnome-shell (<< 3.16), gnome-themes-standard (<< 3.6), gtk3-engines-oxygen (<< 1.4.1-3), overlay-scrollbar (<< 0.2.17)
-Conffiles:
- /etc/gtk-3.0/settings.ini fe7ec64964a6ebd46785ddfffc9a9ae3
-Description: GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package contains the shared libraries.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libmtp-runtime
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 36
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libmtp
-Version: 1.1.10-2ubuntu1
-Replaces: libmtp8 (= 1.0.6-3)
-Depends: libmtp-common, libmtp9 (= 1.1.10-2ubuntu1), libc6 (>= 2.4)
-Breaks: libmtp8 (= 1.0.6-3)
-Enhances: libmtp9
-Description: Media Transfer Protocol (MTP) runtime tools
- libmtp is a library for communicating with MTP aware devices in POSIX
- compliant operating systems. It implements MTP Basic, the subset
- proposed for standardization.
- .
- The Media Transfer Protocol (commonly referred to as MTP) is a devised
- set of custom extensions to support the transfer of music files on
- USB digital audio players and movie files on USB portable media players.
- .
- This package provides mtp-probe, a program to probe newly connected
- device interfaces from userspace to determine if they are MTP devices,
- used for udev rules.
-Homepage: http://libmtp.sourceforge.net/
-Original-Maintainer: Alessio Treglia <alessio@debian.org>
-
-Package: libbsd0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 159
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libbsd
-Version: 0.8.2-1
-Depends: libc6 (>= 2.17)
-Description: utility functions from BSD systems - shared library
- This library provides some C functions such as strlcpy() that are commonly
- available on BSD systems but not on others like GNU systems.
- .
- For a detailed list of the provided functions, please see the libbsd-dev
- package description.
-Original-Maintainer: Guillem Jover <guillem@debian.org>
-Homepage: http://libbsd.freedesktop.org/
-
-Package: indicator-session
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 876
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 12.10.5+16.04.20160412-0ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), liburl-dispatcher1 (>= 0.1), dconf-gsettings-backend | gsettings-backend, systemd-services, gnome-settings-daemon-schemas, gsettings-desktop-schemas
-Recommends: indicator-applet (>= 0.2) | indicator-renderer, gnome-screensaver, yelp, unity-control-center | gnome-control-center, unity-control-center-signon | gnome-control-center-signon
-Suggests: lightdm, apport, zenity
-Conffiles:
- /etc/xdg/autostart/indicator-session.desktop e3354c61938c5709d2c33b038027f674
-Description: indicator showing session management, status and user switching
- This indicator is designed to be placed on the right side of a panel and
- give the user easy control for changing their instant message status.
- Switching to another user. Starting a guest session. Or controlling the
- status of their own session.
- .
- It requires some way to be hosted into a panel. For the GNOME Panel the
- appropriate package is indicator-applet-session.
-Homepage: https://launchpad.net/indicator-session
-
-Package: libqt5printsupport5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 669
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5widgets5 (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1
-Description: Qt 5 print support module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtPrintSupport module provides classes to make printing easier and
- portable.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libghc-hashable-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-hashable
-Version: 1.2.3.3-3build1
-Provides: libghc-hashable-prof-1.2.3.3-ce7af
-Depends: libghc-hashable-dev (= 1.2.3.3-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-integer-gmp-prof-1.0.0.0-3c8c4, libghc-text-prof-1.2.2.0-2c09c
-Description: Class for types that can be converted to a hash value; profiling libraries
- It defines a class, Hashable, for types that can be converted to a
- hash value. This class exists for the benefit of hashing-based data
- structures. The package provides instances for basic types and a way
- to combine hash values.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://github.com/tibbe/hashable
-
-Package: nvidia-libopencl1-375
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Depends: nvidia-libopencl1-384
-Description: Transitional package for nvidia-libopencl1-384
- This is a transitional package for nvidia-libopencl1-384, and can be
- safely removed after the installation is complete.
-
-Package: signon-ui
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 12
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 0.17+16.04.20151125-0ubuntu1
-Depends: signon-ui-x11 | ubuntu-system-settings-online-accounts (>= 0.4)
-Description: Dummy transitional package for signon-ui
- Dummy package for transitioning signon-ui to signon-ui-x11 or
- ubuntu-system-settings-online-accounts.
-Homepage: https://launchpad.net/signon-ui
-
-Package: libqtassistantclient4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 48
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt-assistant-compat
-Version: 4.6.3-7
-Replaces: libqt4-assistant (<< 4:4.7.0~)
-Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt4-network (>= 4:4.8.1), libqtcore4 (>= 4:4.8.1), libstdc++6 (>= 4.1.1)
-Breaks: libqt4-assistant (<< 4:4.7.0~)
-Description: Qt Assistant client library (runtime)
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the files necessary to run applications using the
- deprecated QAssistantClient class, which is used together with the legacy
- Assistant Document Profile (.adp) version of Qt Assistant.
- .
- This library is obsolete. It is provided to keep old source code working. It is
- strongly advised against using it in new code. New code should use the Qt Help
- Framework introduced in Qt 4.4 and/or the version of Qt Assistant based on it
- (also introduced in Qt 4.4) instead.
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://doc.qt.nokia.com/4.6/qassistantclient.html
-
-Package: e2fsprogs
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 3020
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.42.13-1ubuntu1
-Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
-Pre-Depends: e2fslibs (= 1.42.13-1ubuntu1), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1)
-Suggests: gpart, parted, e2fsck-static
-Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4)
-Conffiles:
- /etc/mke2fs.conf f3de4385c498ee9e01d1d703f0c3795d
-Description: ext2/ext3/ext4 file system utilities
- The ext2, ext3 and ext4 file systems are successors of the original ext
- ("extended") file system. They are the main file system types used for
- hard disks on Debian and other Linux systems.
- .
- This package contains programs for creating, checking, and maintaining
- ext2/3/4-based file systems. It also includes the "badblocks" program,
- which can be used to scan for bad blocks on a disk or other storage device.
-Homepage: http://e2fsprogs.sourceforge.net
-Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-
-Package: libpng12-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 278
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libpng
-Version: 1.2.54-1ubuntu1
-Replaces: libpng12-dev (<= 1.2.8rel-7)
-Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
-Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5)
-Description: PNG library - runtime
- libpng is a library implementing an interface for reading and writing
- PNG (Portable Network Graphics) format files.
- .
- This package contains the runtime library files needed to run software
- using libpng.
-Homepage: http://libpng.org/pub/png/libpng.html
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libunity9
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 787
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libunity
-Version: 7.1.4+16.04.20180209.1-0ubuntu1
-Depends: libc6 (>= 2.4), libdbusmenu-glib4 (>= 0.4.2), libdee-1.0-4 (>= 1.2.3~daily13.02.26), libglib2.0-0 (>= 2.41.1), libunity-protocol-private0 (= 7.1.4+16.04.20180209.1-0ubuntu1), dconf-gsettings-backend | gsettings-backend, libunity-scopes-json-def-desktop (>= 7.1.4+16.04.20180209.1-0ubuntu1) | unity-scopes-json-def
-Suggests: unity-common (>= 7.1.2)
-Breaks: unity-common (<< 7.1.2)
-Description: binding to get places into the launcher - shared library
- libunity is a shared library to be able to interact with the launcher
- and add places in Unity environment.
- .
- This package contains shared libraries to be used by applications.
-Homepage: https://launchpad.net/libunity
-
-Package: libaccount-plugin-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 67
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-control-center-signon
-Version: 0.1.8+16.04.20160201-0ubuntu1
-Depends: libaccounts-glib0 (>= 1.5), libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libsignon-glib1 (>= 1.8), signond
-Recommends: unity-control-center-signon
-Description: libaccount-plugin for Unity Control Center
- Unity Control Center library for libaccounts
-Homepage: https://launchpad.net/online-accounts-gnome-control-center
-
-Package: libpython3.6-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 54884
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Depends: libpython3.6-stdlib (= 3.6.5-5~16.04.york1), libpython3.6 (= 3.6.5-5~16.04.york1), libexpat1-dev
-Recommends: libc6-dev | libc-dev
-Description: Header files and a static library for Python (v3.6)
- Header files, a static library and development tools for building
- Python (v3.6) modules, extending the Python interpreter or embedding
- Python (v3.6) in applications.
- .
- Maintainers of Python packages should read README.maintainers.
- .
- This package contains development files. It is normally not
- used on it's own, but as a dependency of python3.6-dev.
-
-Package: tar
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 804
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.28-2.1ubuntu0.1
-Replaces: cpio (<< 2.4.2-39)
-Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.17), libselinux1 (>= 1.32)
-Suggests: bzip2, ncompress, xz-utils, tar-scripts
-Breaks: dpkg-dev (<< 1.14.26)
-Conflicts: cpio (<= 2.4.2-38)
-Conffiles:
- /etc/rmt 3c58b7cd13da1085eff0acc6a00f43c7
-Description: GNU version of the tar archiving utility
- Tar is a program for packaging a set of files as a single archive in tar
- format. The function it performs is conceptually similar to cpio, and to
- things like PKZIP in the DOS world. It is heavily used by the Debian package
- management system, and is useful for performing system backups and exchanging
- sets of files with others.
-Original-Maintainer: Bdale Garbee <bdale@gag.com>
-
-Package: libhwloc5
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 255
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: hwloc
-Version: 1.11.2-3
-Replaces: libhwloc0, libhwloc1, libhwloc2, libhwloc3, libhwloc4
-Provides: libhwloc0, libhwloc1, libhwloc2, libhwloc3, libhwloc4
-Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.6), libnuma1
-Recommends: libhwloc-plugins
-Suggests: libhwloc-contrib-plugins
-Breaks: libhwloc-contrib-plugins (<< 1.10~), libhwloc-plugins (<< 1.10~)
-Conflicts: libhwloc0, libhwloc1, libhwloc2, libhwloc3, libhwloc4
-Description: Hierarchical view of the machine - shared libs
- libhwloc provides a portable abstraction (across OS, versions,
- architectures, ...) of the hierarchical topology of modern architectures. It
- primarily aims at helping high-performance computing applications with
- gathering information about the hardware so as to exploit it accordingly and
- efficiently.
- .
- libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
- sockets, shared caches, cores and simultaneous multithreading. It also gathers
- various attributes such as cache and memory information.
- .
- libhwloc supports old kernels not having sysfs topology information,
- with knowledge of cpusets, offline cpus, and Kerrighed support
- .
- This package contains shared libraries.
-Original-Maintainer: Samuel Thibault <sthibault@debian.org>
-Homepage: http://www.open-mpi.org/projects/hwloc/
-
-Package: libkrb5support0
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 150
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14)
-Breaks: libgssapi-krb5-2 (<< 1.13~alpha1-1), libk5crypto3 (<< 1.13~alpha1-1), libkadm5clnt-mit9 (<< 1.13~alpha1-1), libkadm5srv-mit9 (<< 1.13~alpha1-1), libkdb5-7 (<< 1.13~alpha1-1)
-Conflicts: libkrb53
-Description: MIT Kerberos runtime libraries - Support library
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains an internal runtime support library used by other
- Kerberos libraries.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: xserver-xorg-core
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 3892
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Source: xorg-server
-Version: 2:1.18.4-0ubuntu0.7
-Replaces: xserver-xorg (<< 1:7.7+10~), xserver-xorg-video-glamoregl, xserver-xorg-video-modesetting
-Provides: xorg-input-abi-22, xorg-video-abi-20, xserver-xorg-video-modesetting
-Depends: xserver-common (>= 2:1.18.4-0ubuntu0.7), keyboard-configuration, udev (>= 149), libegl1-mesa | libegl1, libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.3.1), libepoxy0 (>= 1.0), libgbm1 (>= 8.1~0), libgcrypt20 (>= 1.6.1), libgl1-mesa-glx | libgl1, libpciaccess0 (>= 0.12.902), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 2.0.82), libsystemd0, libudev1 (>= 183), libxau6, libxdmcp6, libxfont1 (>= 1:1.4.2), libxshmfence1
-Recommends: libgl1-mesa-dri (>= 7.10.2-4), libpam-systemd
-Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable
-Breaks: libgl1-mesa-dri (<< 7.10.2-4), libgl1-mesa-dri-experimental (<< 7.10.2-4), systemd (<< 226-4~), xserver-xorg (<< 1:7.7+10~), xserver-xorg-input, xserver-xorg-input-2, xserver-xorg-input-2.1, xserver-xorg-input-4, xserver-xorg-input-7, xserver-xorg-input-joystick (<= 1:1.5.0-3), xserver-xorg-input-synaptics (<= 1.2.2-1), xserver-xorg-input-tslib (<= 0.0.6-3), xserver-xorg-input-vmmouse (<= 1:12.6.5-4), xserver-xorg-input-wacom (<= 0.10.5+20100415-1), xserver-xorg-video, xserver-xorg-video-1.0, xserver-xorg-video-1.9, xserver-xorg-video-2, xserver-xorg-video-4, xserver-xorg-video-5, xserver-xorg-video-6, xserver-xorg-video-cyrix (<= 1:1.1.0-8), xserver-xorg-video-i810 (<< 2:2.4), xserver-xorg-video-imstt (<= 1:1.1.0-7), xserver-xorg-video-nsc (<= 1:2.8.3-4), xserver-xorg-video-sunbw2 (<= 1:1.1.0-5), xserver-xorg-video-v4l (<< 1:0.2.0), xserver-xorg-video-vga (<= 1:4.1.0-8)
-Conflicts: xserver-xorg-input-evtouch, xserver-xorg-video-glamoregl, xserver-xorg-video-modesetting
-Description: Xorg X server - core server
- The Xorg X server is an X server for several architectures and operating
- systems, which is derived from the XFree86 4.x series of X servers.
- .
- The Xorg server supports most modern graphics hardware from most vendors,
- and supersedes all XFree86 X servers.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This package is built from the X.org xserver module.
-Homepage: http://www.x.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: open-iscsi
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 2037
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.0.873+git0.3b4b4500-14ubuntu3.4
-Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), udev
-Pre-Depends: debconf | debconf-2.0
-Recommends: busybox-initramfs
-Conffiles:
- /etc/default/open-iscsi 5744c65409cbdea2bcf5b99dbff89e96
- /etc/init.d/iscsid f45c4e0127bafee72454ce97a7ce2f6c
- /etc/init.d/open-iscsi b0cdf36373e443ad1e4171959dc8046f
- /etc/iscsi/iscsid.conf f156fdcd48f575760452f8d72ad8546a
-Description: iSCSI initiator tools
- Open-iSCSI is a high-performance, transport independent, multi-platform
- implementation of the RFC3720 Internet Small Computer Systems Interface
- (iSCSI).
- .
- Open-iSCSI is partitioned into user and kernel parts, where the kernel
- portion implements the iSCSI data path (i.e. iSCSI Read and iSCSI Write).
- The userspace contains the entire control plane:
- * Configuration Manager;
- * iSCSI Discovery;
- * Login and Logout processing;
- * Connection level error processing;
- * Nop-In and Nop-Out handling;
- * (in the future) Text processing, iSNS, SLP, Radius, etc.
- .
- This package includes a daemon, iscsid, and a management utility,
- iscsiadm.
-Homepage: http://www.open-iscsi.org/
-Original-Maintainer: Debian iSCSI Maintainers <pkg-iscsi-maintainers@lists.alioth.debian.org>
-
-Package: libpython3.5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 52247
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.5
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: libpython3.5-stdlib (= 3.5.2-2ubuntu0~16.04.4), libpython3.5 (= 3.5.2-2ubuntu0~16.04.4), libexpat1-dev
-Recommends: libc6-dev | libc-dev
-Description: Header files and a static library for Python (v3.5)
- Header files, a static library and development tools for building
- Python (v3.5) modules, extending the Python interpreter or embedding
- Python (v3.5) in applications.
- .
- Maintainers of Python packages should read README.maintainers.
- .
- This package contains development files. It is normally not
- used on it's own, but as a dependency of python3.5-dev.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libhx509-5-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 352
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.34), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libroken18-heimdal (>= 1.7~git20150920), libwind0-heimdal (>= 1.4.0+git20110226)
-Description: Heimdal Kerberos - X509 support library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libbz2-1.0
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 109
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bzip2
-Version: 1.0.6-8
-Depends: libc6 (>= 2.4)
-Description: high-quality block-sorting file compressor library - runtime
- This package contains libbzip2 which is used by the bzip2 compressor.
- .
- bzip2 is a freely available, patent free, high-quality data compressor.
- It typically compresses files to within 10% to 15% of the best available
- techniques, whilst being around twice as fast at compression and six
- times faster at decompression.
- .
- bzip2 compresses files using the Burrows-Wheeler block-sorting text
- compression algorithm, and Huffman coding. Compression is generally
- considerably better than that achieved by more conventional
- LZ77/LZ78-based compressors, and approaches the performance of the PPM
- family of statistical compressors.
- .
- The archive file format of bzip2 (.bz2) is incompatible with that of its
- predecessor, bzip (.bz).
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://www.bzip.org/
-
-Package: libxkbcommon-x11-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 69
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxkbcommon
-Version: 0.5.0-1ubuntu2
-Depends: libxkbcommon0 (= 0.5.0-1ubuntu2), libc6 (>= 2.17), libxcb-xkb1, libxcb1 (>= 1.6)
-Description: library to create keymaps with the XKB X11 protocol
- This package provides an add-on library called xkbcommon-x11, to support
- creating keymaps with the XKB X11 protocol, by querying the X server directly.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon
-Homepage: http://www.xkbcommon.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libstreamanalyzer0v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1363
-Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
-Architecture: amd64
-Source: strigi
-Version: 0.7.8-2ubuntu1
-Replaces: kdegraphics-strigi-plugins (<< 4:4.0.0-2), libcluceneindex0 (<< 0.5.6-1), libstreamanalyzer0, libstreamindexer0 (<< 0.5.1-1), strigi-daemon (<< 0.3.11-1)
-Depends: libc6 (>= 2.14), libclucene-core1v5 (>= 2.3.3.4), libexiv2-14 (>= 0.25), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libstreams0v5 (= 0.7.8-2ubuntu1), libxml2 (>= 2.7.4)
-Breaks: libcluceneindex0 (<< 0.5.6-1), libstreamindexer0 (<< 0.5.1-1)
-Conflicts: libstreamanalyzer0
-Description: streamanalyzer library for Strigi Desktop Search
- This package is part of Strigi Desktop Search; it contains a library for
- analyzing data read from streams.
- .
- See the 'strigi-daemon' package for more information.
-Homepage: http://strigi.sourceforge.net
-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
-
-Package: mdadm
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 1175
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.3-2ubuntu7.2
-Replaces: mdctl
-Depends: libc6 (>= 2.15), debconf (>= 1.4.72), lsb-base (>= 3.1-6), udev (>= 204), initramfs-tools (>= 0.85eubuntu24), util-linux (>= 2.15-1), initscripts (>= 2.88dsf-13.3)
-Recommends: kmod | module-init-tools
-Suggests: default-mta | mail-transport-agent
-Breaks: dmraid (<= 1.0.0.rc16-4.2ubuntu1), mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1), udev (<< 136-1)
-Conffiles:
- /etc/cron.d/mdadm e2384a232bdaaf9ec65173d5282e40fe
- /etc/cron.daily/mdadm 04839987aec89ae101d5e1f47abd2be4
- /etc/init.d/mdadm d661e0b43439a91b097b35cda8ed6ebc
- /etc/init.d/mdadm-waitidle ff8f134084409dbbf70d6fff2d35f729
- /etc/logcheck/ignore.d.server/mdadm 5eeaf5c5c7dc0291a986e43004dfd495
- /etc/logcheck/violations.d/mdadm efd87cec251921ce0642171eae5f3b73
-Description: tool to administer Linux MD arrays (software RAID)
- The mdadm utility can be used to create, manage, and monitor MD
- (multi-disk) arrays for software RAID or multipath I/O.
- .
- This package automatically configures mdadm to assemble arrays during the
- system startup process. If not needed, this functionality can be disabled.
-Homepage: http://neil.brown.name/blog/mdadm
-Original-Maintainer: Debian mdadm maintainers <pkg-mdadm-devel@lists.alioth.debian.org>
-
-Package: libnspr4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 330
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nspr
-Version: 2:4.13.1-0ubuntu0.16.04.1
-Depends: libc6 (>= 2.17)
-Conflicts: libnspr4-0d (<< 2:4.9-2~)
-Description: NetScape Portable Runtime Library
- This library provides platform independent non-GUI operating system
- facilities including:
- * threads,
- * thread synchronisation,
- * normal file I/O and network I/O,
- * interval timing and calendar time,
- * basic memory management (malloc and free),
- * shared library linking.
-Homepage: http://www.mozilla.org/projects/nspr/
-Original-Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>
-
-Package: ucf
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 191
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 3.0036
-Depends: debconf (>= 1.5.19), coreutils (>= 5.91)
-Conffiles:
- /etc/ucf.conf 5565b8b26108c49ba575ba452cd69b3e
-Description: Update Configuration File(s): preserve user changes to config files
- Debian policy mandates that user changes to configuration files must be
- preserved during package upgrades. The easy way to achieve this behavior
- is to make the configuration file a 'conffile', in which case dpkg
- handles the file specially during upgrades, prompting the user as
- needed.
- .
- This is appropriate only if it is possible to distribute a default
- version that will work for most installations, although some system
- administrators may choose to modify it. This implies that the
- default version will be part of the package distribution, and must
- not be modified by the maintainer scripts during installation (or at
- any other time).
- .
- This script attempts to provide conffile-like handling for files that
- may not be labelled conffiles, and are not shipped in a Debian package,
- but handled by the postinst instead. This script allows one to
- maintain files in /etc, preserving user changes and in general
- offering the same facilities while upgrading that dpkg normally
- provides for 'conffiles'.
- .
- Additionally, this script provides facilities for transitioning a
- file that had not been provided with conffile-like protection to come
- under this schema, and attempts to minimize questions asked at
- installation time. Indeed, the transitioning facility is better than the
- one offered by dpkg while transitioning a file from a non-conffile to
- conffile status.
-Original-Maintainer: Manoj Srivastava <srivasta@debian.org>
-
-Package: phonon-backend-gstreamer-common
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 38
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: phonon-backend-gstreamer
-Version: 4:4.8.2-0ubuntu2
-Replaces: phonon-backend-gstreamer (<< 4:4.8.0-2~)
-Suggests: phonon-backend-gstreamer, phonon4qt5-backend-gstreamer
-Breaks: phonon-backend-gstreamer (<< 4:4.8.0-2~)
-Description: Phonon GStreamer 1.0.x backend icons
- This package contains GStreamer 1.0.x backend for Phonon multimedia
- framework. It transparently adapts and reroutes all requests from Phonon
- applications to the GStreamer framework which in turn performs requested
- audio/video decoding/capture tasks.
- .
- You should install gstreamer1.0-plugins-good to get support for playing
- popular free multimedia formats and gstreamer1.0-plugins-ugly to get support
- for popular MPEG audio formats like MP3.
- .
- This package contains icons used by Phonon and Phonon4Qt5 backends.
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://phonon.kde.org/
-
-Package: pastebinit
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 156
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.5-1
-Replaces: bikeshed (<< 1.21)
-Depends: python3
-Breaks: bikeshed (<< 1.21)
-Description: command-line pastebin client
- pastebinit is a command-line tool to send data to a "pastebin", a web site
- which allows its users to upload snippets of text for public viewing.
-Original-Maintainer: Rolf Leggewie <foss@rolf.leggewie.biz>
-Homepage: http://launchpad.net/pastebinit/
-
-Package: indicator-applet
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1174
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 12.10.2+15.04.20141127.2-0ubuntu1
-Provides: indicator-renderer
-Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.5.12), libido3-0.1-0 (>= 13.10.0daily13.06.19), libindicator3-7 (>= 0.4.90), libpanel-applet0 (>= 3.2.1), libx11-6, python3-xdg
-Recommends: indicator-messages, indicator-sound, indicator-application
-Conffiles:
- /etc/apport/crashdb.conf.d/indicator-applet-crashdb.conf de3b748927335bee1451974c1b543368
-Description: GNOME panel indicator applet
- indicator-applet is an applet to display information from
- various applications consistently in the GNOME panel.
- .
- Currently this includes support for messaging applications in the
- indicator-messages package.
-Homepage: https://launchpad.net/indicator-applet
-
-Package: xfonts-encodings
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 668
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1:1.0.4-2
-Replaces: xfonts-base (<< 1:1.0.0)
-Depends: x11-common
-Description: Encodings for X.Org fonts
- This package contains the encodings that map to specific characters.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libgphoto2-l10n
-Status: install ok installed
-Priority: optional
-Section: localization
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libgphoto2
-Version: 2.5.9-3
-Description: gphoto2 digital camera library - localized messages
- The gphoto2 library can be used by applications to access various
- digital camera models, via standard protocols such as USB Mass Storage
- and PTP, or vendor-specific protocols.
- .
- This package contains the localized messages for the library.
-Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
-Homepage: http://www.gphoto.org/proj/libgphoto2/
-
-Package: libgirepository-1.0-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 254
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gobject-introspection
-Version: 1.46.0-3ubuntu1
-Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (>= 2.45.3)
-Description: Library for handling GObject introspection data (runtime library)
- GObject Introspection is a project for providing machine readable
- introspection data of the API of C libraries. This introspection
- data can be used in several different use cases, for example
- automatic code generation for bindings, API verification and documentation
- generation.
- .
- GObject Introspection contains tools to generate and handle the
- introspection data.
- .
- This package contains a C library for handling the introspection data.
-Homepage: https://wiki.gnome.org/GObjectIntrospection
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libsuitesparseconfig4.4.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 41
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.17)
-Description: configuration routines for all SuiteSparse modules
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The SuiteSparse_config library provides configuration routines that are common
- to all SuiteSparse libraries.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: librsvg2-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 217
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: librsvg
-Version: 2.40.13-3
-Depends: libc6 (>= 2.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), librsvg2-2 (= 2.40.13-3)
-Description: SAX-based renderer library for SVG files (extra runtime)
- The rsvg library is an efficient renderer for Scalable Vector Graphics
- (SVG) pictures.
- .
- This package includes the gdk-pixbuf loader allowing
- to load SVG images transparently inside GTK+ applications.
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-Homepage: https://wiki.gnome.org/Projects/LibRsvg
-
-Package: libkmod2
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 118
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: kmod
-Version: 22-1ubuntu5
-Depends: libc6 (>= 2.17)
-Description: libkmod shared library
- This library provides an API for insertion, removal, configuration and
- listing of kernel modules.
-Original-Maintainer: Marco d'Itri <md@linux.it>
-
-Package: libio-socket-ssl-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 467
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.024-1
-Depends: libnet-ssleay-perl (>= 1.59), netbase, perl
-Recommends: libnet-libidn-perl | libnet-idn-encode-perl | liburi-perl, perl (>= 5.15.6) | libsocket-perl | libsocket6-perl, perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20) | libio-socket-inet6-perl
-Suggests: ca-certificates
-Description: Perl module implementing object oriented interface to SSL sockets
- This module is a true drop-in replacement for IO::Socket::INET that
- uses SSL to encrypt data before it is transferred to a remote server
- or client. IO::Socket::SSL supports all the extra features that one
- needs to write a full-featured SSL client or server application:
- multiple SSL contexts, cipher selection, certificate verification, and
- SSL version selection. As an extra bonus, it works perfectly with
- mod_perl.
- .
- IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.20) or
- libio-socket-inet6-perl is installed.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/IO-Socket-SSL
-
-Package: libebook-contacts-1.2-2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 300
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.14), libedataserver-1.2-21 (>= 3.17), libglib2.0-0 (>= 2.40)
-Description: Client library for evolution contacts books
- This package is a client library for evolution addressbooks.
- .
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libpulse0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 952
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pulseaudio
-Version: 1:8.0-0ubuntu3.10
-Depends: libasyncns0 (>= 0.3), libc6 (>= 2.15), libdbus-1-3 (>= 1.9.14), libjson-c2 (>= 0.10), libsndfile1 (>= 1.0.20), libsystemd0, libwrap0 (>= 7.6-4~), libxcb1
-Suggests: pulseaudio
-Breaks: pavucontrol (<< 0.9.8)
-Conffiles:
- /etc/pulse/client.conf 16bb1fd7704eae3f0e7dde080b83e197
-Description: PulseAudio client libraries
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
- Client libraries used by applications that access a PulseAudio sound server
- via PulseAudio's native interface.
-Homepage: http://www.pulseaudio.org
-Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
-
-Package: libxmuu1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 33
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxmu
-Version: 2:1.1.2-2
-Depends: libc6 (>= 2.4), libx11-6
-Description: X11 miscellaneous micro-utility library
- libXmuu provides a set of miscellaneous utility convenience functions for X
- libraries to use. It is a lighter version of libXmu that does not depend
- on libXt or libXext; for more information on libXmu, see libxmu6.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXmu
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxml2
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 2130
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 2.9.3+dfsg1-1ubuntu0.3
-Depends: libc6 (>= 2.15), libicu55 (>= 55.1-1~), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3)
-Recommends: xml-core
-Description: GNOME XML library
- XML is a metalanguage to let you design your own markup language.
- A regular markup language defines a way to describe information in
- a certain class of documents (eg HTML). XML lets you define your
- own customized markup languages for many classes of document. It
- can do this because it's written in SGML, the international standard
- metalanguage for markup languages.
- .
- This package provides a library providing an extensive API to handle
- such XML data files.
-Homepage: http://xmlsoft.org/
-Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
-
-Package: libutempter0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 41
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libutempter
-Version: 1.1.6-3
-Depends: libc6 (>= 2.4)
-Description: privileged helper for utmp/wtmp updates (runtime)
- The libutempter library provides interface for terminal emulators such as
- screen and xterm to record user sessions to utmp and wtmp files.
- .
- The utempter is a privileged helper used by libutempter library to manipulate
- utmp and wtmp files.
-Original-Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://git.altlinux.org/people/ldv/packages/?p=libutempter.git
-
-Package: qemu-utils
-Status: install ok installed
-Priority: optional
-Section: otherosfs
-Installed-Size: 3454
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: qemu
-Version: 1:2.5+dfsg-5ubuntu10.26
-Replaces: qemu-kvm (<< 1.2.0.dfsg-1), qemu-user (<< 0.11.1-2)
-Depends: libaio1 (>= 0.3.93), libc6 (>= 2.15), libgcc1 (>= 1:3.4), libglib2.0-0 (>= 2.24.0), libgnutls30 (>= 3.4.2), libnettle6, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), qemu-block-extra (= 1:2.5+dfsg-5ubuntu10.26)
-Recommends: sharutils
-Suggests: debootstrap
-Conflicts: qemu-kvm (<< 1.2.0.dfsg-1), qemu-user (<< 0.11.1-2)
-Description: QEMU utilities
- QEMU is a fast processor emulator: currently the package supports
- ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
- SPARC and x86-64 emulation. By using dynamic translation it achieves
- reasonable speed while being easy to port on new host CPUs.
- .
- This package provides QEMU related utilities:
- * qemu-img: QEMU disk image utility
- * qemu-io: QEMU disk exerciser
- * qemu-nbd: QEMU disk network block device server
-Homepage: http://www.qemu.org/
-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
-
-Package: libqt5opengl5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 496
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.2.0), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5widgets5 (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1
-Description: Qt 5 OpenGL module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
- applications.
- .
- OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
- rendering and provides little or no support for GUI programming issues.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: tcpdump
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 1182
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 4.9.2-0ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libpcap0.8 (>= 1.5.1), libssl1.0.0 (>= 1.0.0)
-Suggests: apparmor (>= 2.3)
-Conffiles:
- /etc/apparmor.d/usr.sbin.tcpdump 051b12c6310defaa19a18f5abfae2d07
-Description: command-line network traffic analyzer
- This program allows you to dump the traffic on a network. tcpdump
- is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS
- BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet
- types.
- .
- It can be used to print out the headers of packets on a network
- interface, filter packets that match a certain expression. You can
- use this tool to track down network problems, to detect attacks
- or to monitor network activities.
-Homepage: http://www.tcpdump.org/
-Original-Maintainer: Romain Francoise <rfrancoise@debian.org>
-
-Package: libblkid1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 357
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Depends: libc6 (>= 2.17), libuuid1 (>= 2.16)
-Description: block device ID library
- The blkid library allows system programs such as fsck and mount to
- quickly and easily find block devices by filesystem UUID or label.
- This allows system administrators to avoid specifying filesystems by
- hard-coded device names and use a logical naming system instead.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: libmtp-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1640
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libmtp
-Version: 1.1.10-2ubuntu1
-Replaces: libmtp8
-Breaks: libmtp8 (<= 1.0.6-6)
-Description: Media Transfer Protocol (MTP) common files
- libmtp is a library for communicating with MTP aware devices in POSIX
- compliant operating systems. It implements MTP Basic, the subset
- proposed for standardization.
- .
- The Media Transfer Protocol (commonly referred to as MTP) is a devised
- set of custom extensions to support the transfer of music files on
- USB digital audio players and movie files on USB portable media players.
- .
- This package provides the udev rules file and the FreeDesktop.org Device
- Information Files file (used by HAL).
-Homepage: http://libmtp.sourceforge.net/
-Original-Maintainer: Alessio Treglia <alessio@debian.org>
-
-Package: libmbim-proxy
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 24
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: libmbim
-Version: 1.14.0-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.32), libmbim-glib4 (= 1.14.0-1ubuntu0.16.04.1)
-Description: Proxy to communicate with MBIM ports
- libmbim is a glib-based library for talking to WWAN modems and devices
- which speak the Mobile Interface Broadband Model (MBIM) protocol.
- .
- This package contains the binary mbim-proxy used by libmbim to allow multiple
- clients to use the same MBIM port simultaneously.
-Homepage: https://www.freedesktop.org/wiki/Software/libmbim/
-Original-Maintainer: Michael Biebl <biebl@debian.org>
-
-Package: libxfont1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 225
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxfont
-Version: 1:1.5.1-1ubuntu0.16.04.4
-Depends: libbz2-1.0, libc6 (>= 2.14), libfontenc1, libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4)
-Breaks: xfs (<< 1:1.1.4)
-Conflicts: xprint (<< 2:1.6.0-1)
-Description: X11 font rasterisation library
- libXfont provides various services for X servers, most notably font
- selection and rasterisation (through external libraries).
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXfont
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: indicator-keyboard
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 175
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.0.0+16.04.20151125-0ubuntu1
-Depends: dconf-gsettings-backend | gsettings-backend, libaccountsservice0 (>= 0.6.40), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfcitx-gclient0 (>= 4.2.7), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.5), libgnome-desktop-3-12 (>= 3.17.92), libgtk-3-0 (>= 3.1.6), libibus-1.0-5 (>= 1.5.1), liblightdm-gobject-1-0 (>= 1.1.3), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libxklavier16 (>= 5.1), libgnomekbd-common
-Breaks: ibus (<< 1.5.5-1ubuntu3)
-Conffiles:
- /etc/xdg/autostart/indicator-keyboard.desktop dd96d265776d50cfee053ff742a94f0f
-Description: Keyboard indicator
- This package contains the keyboard indicator, which should show as an icon in
- the top panel when using the Unity environment. It can be used to switch
- key layouts or languages, and helps the user identifying which layouts are
- currently in use.
-Homepage: https://code.launchpad.net/indicator-keyboard
-Original-Maintainer: William Hua <william.hua@canonical.com>
-
-Package: mpi-default-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 13
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: mpi-defaults
-Version: 1.4
-Depends: libopenmpi-dev
-Description: Standard MPI development files (metapackage)
- This metapackage depends on the development files of the recommended MPI
- implementation for each platform, currently Open MPI on all of the platforms
- where it exists, and MPICH on the others. The package which this depends on
- has alternatives links for the shared libraries libmpi and libmpi++, and for
- compilers mpicc, mpic++/mpicxx/mpiCC, mpif77 and mpi90 and their manpages.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: python3-markupsafe
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 61
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: markupsafe
-Version: 0.23-2build2
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
-Description: HTML/XHTML/XML string library for Python 3
- MarkupSafe is a Python library implementing a unicode subclass that is
- aware of HTML escaping rules. It can be used to implement automatic
- string escaping.
- .
- This package contains the Python 3 version.
-Homepage: http://pypi.python.org/pypi/MarkupSafe
-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
-
-Package: mousetweaks
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 296
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.12.0-1ubuntu2
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libx11-6, libxcursor1 (>> 1.1.2), libxfixes3, libxtst6, dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas (>= 0.1.0)
-Description: mouse accessibility enhancements for the GNOME desktop
- This package contains a daemon and some panel applets to improve mouse
- usability on the GNOME desktop. These enhancements are:
- .
- * The possibility to click without a button
- * The ability to bring the context menu with a one-button mouse
- (like MacOS does)
- * An area to capture the mouse pointer until it is released with a
- pre-defined key combination.
-Homepage: https://wiki.gnome.org/Mousetweaks/Home
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: libgnome-keyring0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 226
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgnome-keyring
-Version: 3.12.0-1build1
-Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.1.1), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.41.1), libgnome-keyring-common (= 3.12.0-1build1)
-Pre-Depends: multiarch-support
-Suggests: gnome-keyring
-Breaks: gnome-keyring (<< 3.0)
-Description: GNOME keyring services library
- gnome-keyring is a daemon in the session, similar to ssh-agent,
- and other applications can use it to store passwords and other
- sensitive information.
- .
- The program can manage several keyrings, each with its own master
- password, and there is also a session keyring which is never stored to
- disk, but forgotten when the session ends.
- .
- This package contains shared libraries for GNOME.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/GnomeKeyring
-
-Package: libcgi-fast-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 55
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1:2.10-1
-Replaces: libcgi-pm-perl (<< 4)
-Depends: perl, libcgi-pm-perl (>= 4), libfcgi-perl
-Breaks: libcgi-pm-perl (<< 4)
-Description: CGI subclass for work with FCGI
- CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
- specialized to work with the FCGI module, which greatly speeds up CGI scripts
- by turning them into persistently running server processes. Scripts that
- perform time-consuming initialization processes, such as loading large
- modules or opening persistent database connections, will see large
- performance improvements.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/CGI-Fast
-
-Package: libboost-random1.58.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 70
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: boost1.58
-Version: 1.58.0+dfsg-5ubuntu3.1
-Depends: libboost-system1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: Boost Random Number Library
- This package forms part of the Boost C++ Libraries collection.
- .
- The Boost Random Number Library (Boost.Random for short) provides a
- variety of generators and distributions to produce random numbers
- having useful properties, such as uniform distribution.
-Homepage: http://www.boost.org/libs/random/
-Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
-
-Package: libx32stdc++6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1754
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libx32gcc1 (>= 1:4.2), libc6-x32 (>= 2.18)
-Description: GNU Standard C++ Library v3 (x32)
- This package contains an additional runtime library for C++ programs
- built with the GNU compiler.
- .
- libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
- was included up to g++-2.95. The first version of libstdc++-v3 appeared
- in g++-3.0.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libgck-1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 246
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcr
-Version: 3.18.0-1ubuntu1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.38.0), libp11-kit0 (>= 0.20.0)
-Description: Glib wrapper library for PKCS#11 - runtime
- GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
- interface.
- .
- This package contains the shared libraries needed to run programs
- built against the GCK library.
-Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: indicator-messages
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 377
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 13.10.1+15.10.20150505-0ubuntu1
-Replaces: indicator-status-provider-emesene, indicator-status-provider-mc5, indicator-status-provider-pidgin, indicator-status-provider-telepathy, libindicator-messages-status-provider-dev, libindicator-messages-status-provider1
-Depends: libaccountsservice0 (>= 0.6.8), libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), dconf-gsettings-backend | gsettings-backend
-Recommends: indicator-applet | indicator-renderer
-Breaks: gwibber-services (<< 3.5.4-0ubuntu1~), telepathy-indicator (<< 0.3.0-0ubuntu1~), thunderbird (<< 15.0+build1-0ubuntu1~), xchat-gnome-indicator (<< 0.3.11-0ubuntu2~), xchat-indicator (<< 0.3.11-0ubuntu2~)
-Conflicts: indicator-status-provider-emesene, indicator-status-provider-mc5, indicator-status-provider-pidgin, indicator-status-provider-telepathy, libindicator-messages-status-provider-dev, libindicator-messages-status-provider1
-Conffiles:
- /etc/xdg/autostart/indicator-messages.desktop 1892a38e5ec914f677475fc3d63e8cec
-Description: indicator that collects messages that need a response
- A place on the user's desktop that collects messages that need a response.
- This menu provides a condensed and collected view of all of those messages
- for quick access, but without making them annoying in times that you want
- to ignore them.
-Homepage: https://launchpad.net/indicator-messages
-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
-
-Package: libopenmpi1.10
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 6437
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: openmpi
-Version: 1.10.2-8ubuntu1
-Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libhwloc5 (>= 1.11.2), libibverbs1 (>= 1.1.2), libstdc++6 (>= 4.1.1)
-Recommends: openmpi-bin
-Conflicts: libopenmpi1.6
-Description: high performance message passing library -- shared library
- Open MPI is a project combining technologies and resources from several other
- projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
- MPI library available. A completely new MPI-2 compliant implementation, Open
- MPI offers advantages for system and software vendors, application developers
- and computer science researchers.
- .
- This package contains the Open MPI shared libraries.
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: http://www.open-mpi.org/
-
-Package: libopus0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 314
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: opus
-Version: 1.1.2-1ubuntu1
-Depends: libc6 (>= 2.14)
-Suggests: opus-tools
-Description: Opus codec runtime library
- The Opus codec is designed for interactive speech and audio transmission over
- the Internet. It is designed by the IETF Codec Working Group and incorporates
- technology from Skype's SILK codec and Xiph.Org's CELT codec.
- .
- It is intended to suit a wide range of interactive audio applications,
- including Voice over IP, videoconferencing, in-game chat, and even remote live
- music performances. It can scale from low bit-rate narrowband speech to very
- high quality stereo music. The current features are:
- .
- Bit-rates from 6 kb/s 510 kb/s
- Sampling rates from 8 to 48 kHz
- Frame sizes from 2.5 ms to 60 ms
- Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
- Audio bandwidth from narrowband to full-band
- Support for speech and music
- Support for mono and stereo
- Support for up to 255 channels (multistream frames)
- Dynamically adjustable bitrate, audio bandwidth, and frame size
- Good loss robustness and packet loss concealment (PLC)
- Floating point and fixed-point implementation
- .
- This package provides the Opus runtime library.
-Original-Maintainer: Ron Lee <ron@debian.org>
-Homepage: http://www.opus-codec.org
-
-Package: libfreetype6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 906
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: freetype
-Version: 2.6.1-0.1ubuntu2.3
-Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4)
-Description: FreeType 2 font engine, shared library files
- The FreeType project is a team of volunteers who develop free,
- portable and high-quality software solutions for digital typography.
- They specifically target embedded systems and focus on bringing small,
- efficient and ubiquitous products.
- .
- The FreeType 2 library is their new software font engine. It has been
- designed to provide the following important features:
- * A universal and simple API to manage font files
- * Support for several font formats through loadable modules
- * High-quality anti-aliasing
- * High portability & performance
- .
- Supported font formats include:
- * TrueType files (.ttf) and collections (.ttc)
- * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
- * Type 1 Multiple Master fonts. The FreeType 2 API also provides
- routines to manage design instances easily
- * Type 1 CID-keyed fonts
- * OpenType/CFF (.otf) fonts
- * CFF/Type 2 fonts
- * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
- the Adobe SVG viewer plugin.
- * Windows FNT/FON bitmap fonts
- .
- This package contains the files needed to run programs that use the
- FreeType 2 library.
- .
- Home Page: http://www.freetype.org/
- Authors: David Turner <david.turner@freetype.org>
- Robert Wilhelm <robert.wilhelm@freetype.org>
- Werner Lemberg <werner.lemberg@freetype.org>
-Homepage: http://www.freetype.org
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: libxtst6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 64
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxtst
-Version: 2:1.2.2-1
-Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common
-Pre-Depends: multiarch-support
-Description: X11 Testing -- Record extension library
- libXtst provides an X Window System client interface to the Record
- extension to the X protocol.
- .
- The Record extension allows X clients to synthesise input events, which
- is useful for automated testing.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXtst
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxmu6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 119
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxmu
-Version: 2:1.1.2-2
-Depends: libc6 (>= 2.14), libx11-6, libxext6, libxt6
-Description: X11 miscellaneous utility library
- libXmu provides a set of miscellaneous utility convenience functions for X
- libraries to use. libXmuu is a lighter-weight version that does not depend
- on libXt or libXext; for more information, see libxmuu1.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXmu
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libtasn1-6
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 4.7-3ubuntu0.16.04.2
-Depends: libc6 (>= 2.14)
-Description: Manage ASN.1 structures (runtime)
- Manage ASN1 (Abstract Syntax Notation One) structures.
- The main features of this library are:
- * on-line ASN1 structure management that doesn't require any C code
- file generation.
- * off-line ASN1 structure management with C code file generation
- containing an array.
- * DER (Distinguish Encoding Rules) encoding
- * no limits for INTEGER and ENUMERATED values
- .
- This package contains runtime libraries.
-Homepage: http://www.gnu.org/software/libtasn1/
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: nvidia-libopencl1-361
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-367
-Version: 367.57-0ubuntu0.16.04.1
-Depends: nvidia-libopencl1-367
-Description: Transitional package for nvidia-libopencl1-367
- This is a transitional package for nvidia-libopencl1-367, and can be
- safely removed after the installation is complete.
-
-Package: lib32atomic1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 34
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-i386 (>= 2.4)
-Description: support library providing __atomic built-in functions (32bit)
- library providing __atomic built-in functions. When an atomic call cannot
- be turned into lock-free instructions, GCC will make calls into this library.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libcuda1-384
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 24743
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Replaces: libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1, libcuda-7.0-1, libcuda-7.5-1, libcuda-8.0-1, libcuda-9.0-1
-Provides: libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1, libcuda-7.0-1, libcuda-7.5-1, libcuda-8.0-1, libcuda-9.0-1
-Depends: libc6 (>= 2.2.5), nvidia-384 (>= 384.111)
-Breaks: libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1, libcuda-7.0-1, libcuda-7.5-1, libcuda-8.0-1, libcuda-9.0-1
-Description: NVIDIA CUDA runtime library
- The Compute Unified Device Architecture (CUDA) enables NVIDIA
- graphics processing units (GPUs) to be used for massively parallel
- general purpose computation.
- .
- This package contains the driver specific runtime library.
- .
- Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX
- series, as well as the Tesla computing processors.
-
-Package: clang-3.6-examples
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Description: Clang examples
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
- .
- This package contains the clang examples.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: python-minimal
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 145
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Replaces: python (<= 2.7.3-1~)
-Depends: python2.7-minimal (>= 2.7.12-1~), dpkg (>= 1.13.20)
-Recommends: python
-Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2)
-Conflicts: python-central (<< 0.5.5)
-Description: minimal subset of the Python language (default version)
- This package contains the interpreter and some essential modules. It's used
- in the boot process for some basic tasks.
- See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
- contained in this package.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: qdbus
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 193
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Replaces: libqt4-dbus (<< 4:4.7.4-1)
-Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-xml (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtdbus4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Breaks: libqt4-dbus (<< 4:4.7.4-1)
-Description: Qt 4 D-Bus tool
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains qdbus, a command-line tool interface to D-Bus that uses
- the QtDBus library.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libasound2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1198
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: alsa-lib
-Version: 1.1.0-0ubuntu1
-Depends: libc6 (>= 2.16), libasound2-data (>= 1.1.0-0ubuntu1)
-Suggests: libasound2-plugins (>= 1.0.24)
-Breaks: bluez-alsa (<= 4.94-2), libasound2-plugin-equal (<= 0.6-1), libasound2-plugins (<< 1.0.24)
-Description: shared library for ALSA applications
- This package contains the ALSA library and its standard plugins, as well
- as the required configuration files.
- .
- ALSA is the Advanced Linux Sound Architecture.
-Homepage: http://www.alsa-project.org/
-Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
-
-Package: libdrm2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 110
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdrm
-Version: 2.4.83-1~16.04.1
-Depends: libdrm-common (>= 2.4.83-1~16.04.1), libc6 (>= 2.17)
-Description: Userspace interface to kernel DRM services -- runtime
- This library implements the userspace interface to the kernel DRM
- services. DRM stands for "Direct Rendering Manager", which is the
- kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
- The DRI is currently used on Linux to provide hardware-accelerated
- OpenGL drivers.
- .
- This package provides the runtime environment for libdrm.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: https://cgit.freedesktop.org/mesa/drm/
-
-Package: libsmbclient
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 277
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: samba
-Version: 2:4.3.11+dfsg-0ubuntu0.16.04.13
-Replaces: samba-doc (<< 2:4.0.5~)
-Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.12), samba-libs (= 2:4.3.11+dfsg-0ubuntu0.16.04.13)
-Pre-Depends: dpkg (>= 1.15.6~)
-Conflicts: samba-doc (<< 2:4.0.5~)
-Description: shared library for communication with SMB/CIFS servers
- This package provides a shared library that enables client applications
- to talk to Microsoft Windows and Samba servers using the SMB/CIFS
- protocol.
-Homepage: http://www.samba.org
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-
-Package: libx32atomic1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 39
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.16)
-Description: support library providing __atomic built-in functions (x32)
- library providing __atomic built-in functions. When an atomic call cannot
- be turned into lock-free instructions, GCC will make calls into this library.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: gir1.2-pango-1.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 287
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pango1.0
-Version: 1.38.1-1
-Replaces: gir1.0-gtk-2.0 (<< 2.22), gir1.0-pango-1.0, gobject-introspection-repository
-Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libpango-1.0-0 (>= 1.37.5), libpangocairo-1.0-0 (>= 1.22.0), libpangoft2-1.0-0 (>= 1.14.0), libpangoxft-1.0-0 (>= 1.14.0)
-Conflicts: gir1.0-pango-1.0
-Description: Layout and rendering of internationalized text - gir bindings
- Pango is a library for layout and rendering of text, with an emphasis
- on internationalization. Pango can be used anywhere that text layout is
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
- - Core X windowing system fonts
- - Client-side fonts on X using the Xft library
- - Direct rendering of scalable fonts using the FreeType library
- - Native fonts on Microsoft backends
- .
- This package can be used by other packages using the GIRepository format to
- generate dynamic bindings.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: ghc-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 427043
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ghc
-Version: 7.10.3-7
-Replaces: ghc6-prof (<< 7)
-Provides: libghc-array-prof, libghc-array-prof-0.5.1.0-960bf, libghc-base-prof, libghc-base-prof-4.8.2.0-0d6d1, libghc-bin-package-db-prof, libghc-bin-package-db-prof-0.0.0.0-c2998, libghc-binary-prof, libghc-binary-prof-0.7.5.0-bf6a9, libghc-bytestring-prof, libghc-bytestring-prof-0.10.6.0-9a873, libghc-cabal-prof, libghc-cabal-prof-1.22.5.0-b8080, libghc-containers-prof, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof, libghc-deepseq-prof-1.4.1.1-614b6, libghc-directory-prof, libghc-directory-prof-1.2.2.0-660a7, libghc-filepath-prof, libghc-filepath-prof-1.4.0.0-f97d1, libghc-ghc-prim-prof, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-ghc-prof-7.10.3-62469, libghc-haskeline-prof, libghc-haskeline-prof-0.7.2.1-ee66b, libghc-hoopl-prof, libghc-hoopl-prof-3.10.0.2-e1d2f, libghc-hpc-prof, libghc-hpc-prof-0.6.0.2-a33ee, libghc-integer-gmp-prof, libghc-integer-gmp-prof-1.0.0.0-3c8c4, libghc-pretty-prof, libghc-pretty-prof-1.1.2.0-5cc41, libghc-process-prof, libghc-process-prof-1.2.3.0-a2232, libghc-template-haskell-prof, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-terminfo-prof, libghc-terminfo-prof-0.4.0.1-ff5b3, libghc-time-prof, libghc-time-prof-1.5.0.1-1b9a5, libghc-transformers-prof, libghc-transformers-prof-0.4.2.0-81450, libghc-unix-prof, libghc-unix-prof-2.7.1.0-bb54e, libghc-xhtml-prof, libghc-xhtml-prof-3000.2.1-e0059
-Depends: ghc (= 7.10.3-7)
-Conflicts: ghc6-prof (<< 7)
-Description: Profiling libraries for the Glasgow Haskell Compilation system
- The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
- Haskell.
- .
- Haskell is "the" standard lazy functional programming language. The language
- definition and additional documentation can be found in the `haskell-doc'
- package. Alternatively, there is an online version at
- http://haskell.org/onlinereport/.
- .
- This package contains additional profiling libraries. They are only needed,
- if you want to take a closer look on where exactly your program burns CPU
- cycles.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://haskell.org/ghc/
-
-Package: libneon27-gnutls
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 243
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: neon27
-Version: 0.30.1-3build1
-Depends: libc6 (>= 2.14), libgnutls30 (>= 3.4.2), libgssapi-krb5-2 (>= 1.10+dfsg~), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
-Recommends: ca-certificates
-Description: HTTP and WebDAV client library (GnuTLS enabled)
- neon is an HTTP and WebDAV client library, with a C language API.
- .
- WARNING: THE NEON API IS NOT YET STABLE.
- .
- Provides lower-level interfaces to directly implement new HTTP
- methods, and higher-level interfaces so that you don't have to
- worry about the lower-level stuff.
- .
- Current features:
- * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)
- * Low-level interface to HTTP request handling, to allow implementing
- new methods easily.
- * persistent connections
- * RFC2617 basic and digest authentication (including auth-int, md5-sess)
- * Proxy support (including basic/digest authentication)
- * SSL/TLS support using GnuTLS (including client certificate and thread
- safety support)
- * Generic WebDAV 207 XML response handling mechanism
- * XML parsing using the expat or libxml parsers
- * Easy generation of error messages from 207 error responses
- * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
- * WebDAV metadata support: set and remove properties, query any set ofi
- properties (PROPPATCH/PROPFIND).
- * autoconf macros supplied for easily embedding neon directly inside an
- application source tree.
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Homepage: http://www.webdav.org/neon/
-
-Package: isc-dhcp-client
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 609
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: isc-dhcp
-Version: 4.3.3-5ubuntu12.7
-Replaces: isc-dhcp-client-noddns
-Provides: dhcp-client
-Depends: libc6 (>= 2.15), libdns-export162, libisc-export160, debianutils (>= 2.8.2), iproute2
-Recommends: isc-dhcp-common
-Suggests: resolvconf, avahi-autoipd, isc-dhcp-client-ddns, apparmor
-Conffiles:
- /etc/apparmor.d/sbin.dhclient 03efd29a659b09117c6125c416856d29
- /etc/dhcp/debug 521717b5f9e08db15893d3d062c59aeb
- /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 95e21c32fa7f603db75f1dc33db53cf5
- /etc/dhcp/dhclient.conf c3b6c3271031ab8e250a192f4eb18695
-Description: DHCP client for automatically obtaining an IP address
- This is the Internet Software Consortium's DHCP client.
- .
- Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
- (actually dhcpd includes much of the functionality of bootpd). It
- gives client machines "leases" for IP addresses and can
- automatically set their network configuration. If your machine
- depends on DHCP (especially likely if it's a workstation on a large
- network, or a laptop, or attached to a cable modem), keep this or
- another DHCP client installed.
- .
- Extra documentation can be found in the package isc-dhcp-common.
-Homepage: http://www.isc.org
-Original-Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel@lists.alioth.debian.org>
-
-Package: uuid-runtime
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 155
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
-Depends: adduser, passwd, init-system-helpers (>= 1.18~), libc6 (>= 2.14), libsystemd0
-Pre-Depends: libuuid1 (>= 2.25-5~)
-Conffiles:
- /etc/init.d/uuidd 29b6e6ae2de1365c06806e18f18d8fab
-Description: runtime components for the Universally Unique ID library
- The libuuid library generates and parses 128-bit Universally Unique
- IDs (UUIDs). A UUID is an identifier that is unique within the space
- of all such identifiers across both space and time. It can be used for
- multiple purposes, from tagging objects with an extremely short lifetime
- to reliably identifying very persistent objects across a network.
- .
- See RFC 4122 for more information.
- .
- This package contains the uuidgen program and the uuidd daemon.
- .
- The uuidd daemon is used to generate UUIDs, especially time-based
- UUIDs, in a secure and guaranteed-unique fashion, even in the face of
- large numbers of threads trying to grab UUIDs running on different CPUs.
- It is used by libuuid as well as the uuidgen program.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: bzip2
-Status: install ok installed
-Priority: standard
-Section: utils
-Installed-Size: 114
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.0.6-8
-Replaces: libbz2 (<< 0.9.5d-3)
-Depends: libbz2-1.0 (= 1.0.6-8), libc6 (>= 2.14)
-Suggests: bzip2-doc
-Description: high-quality block-sorting file compressor - utilities
- bzip2 is a freely available, patent free, high-quality data compressor.
- It typically compresses files to within 10% to 15% of the best available
- techniques, whilst being around twice as fast at compression and six
- times faster at decompression.
- .
- bzip2 compresses files using the Burrows-Wheeler block-sorting text
- compression algorithm, and Huffman coding. Compression is generally
- considerably better than that achieved by more conventional
- LZ77/LZ78-based compressors, and approaches the performance of the PPM
- family of statistical compressors.
- .
- The archive file format of bzip2 (.bz2) is incompatible with that of its
- predecessor, bzip (.bz).
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://www.bzip.org/
-
-Package: libgfortran-5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 2952
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libgcc-5-dev (= 5.4.0-6ubuntu1~16.04.9), libgfortran3 (>= 5.4.0-6ubuntu1~16.04.9)
-Description: Runtime library for GNU Fortran applications (development files)
- This package contains the headers and static library files needed to build
- GNU Fortran applications.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libmagic1
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 3983
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: file
-Version: 1:5.25-2ubuntu1
-Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4)
-Suggests: file
-Conffiles:
- /etc/magic 272913026300e7ae9b5e2d51f138e674
- /etc/magic.mime 272913026300e7ae9b5e2d51f138e674
-Description: File type determination library using "magic" numbers
- This library can be used to classify files according to magic
- number tests. It implements the core functionality of the file
- command.
-Homepage: http://www.darwinsys.com/file/
-Original-Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-
-Package: libdrm-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 38
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libdrm
-Version: 2.4.83-1~16.04.1
-Description: Userspace interface to kernel DRM services -- common files
- This library implements the userspace interface to the kernel DRM
- services. DRM stands for "Direct Rendering Manager", which is the
- kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
- The DRI is currently used on Linux to provide hardware-accelerated
- OpenGL drivers.
- .
- This package provides common files for libdrm.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: https://cgit.freedesktop.org/mesa/drm/
-
-Package: libjson-glib-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 295
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: json-glib
-Version: 1.1.2-0ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libjson-glib-1.0-common (>= 1.1.2-0ubuntu1)
-Description: GLib JSON manipulation library
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/JsonGlib
-
-Package: librados2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 5491
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ceph
-Version: 10.2.9-0ubuntu0.16.04.1
-Replaces: librados, librados1
-Depends: libblkid1 (>= 2.16), libboost-iostreams1.58.0, libboost-random1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.15), libgcc1 (>= 1:3.0), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.9~beta2), libstdc++6 (>= 5.2)
-Conflicts: librados, librados1
-Description: RADOS distributed object store client library
- RADOS is a reliable, autonomic distributed object storage cluster
- developed as part of the Ceph distributed storage system. This is a
- shared library allowing applications to access the distributed object
- store using a simple file-like interface.
-Homepage: http://ceph.com/
-Original-Maintainer: Ceph Maintainers <ceph-maintainers@lists.ceph.com>
-
-Package: libgcr-3-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 45
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gcr
-Version: 3.18.0-1ubuntu1
-Description: Library for Crypto UI related tasks - common files
- GCR is a library for crypto UI and related tasks.
- .
- This package contains data files uses by the GCR library.
-Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: lsb-base
-Status: install ok installed
-Priority: required
-Section: misc
-Installed-Size: 58
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: lsb
-Version: 9.20160110ubuntu0.2
-Replaces: upstart (<< 1.12.1-0ubuntu8)
-Breaks: upstart (<< 1.12.1-0ubuntu8)
-Description: Linux Standard Base init script functionality
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package only includes the init-functions shell library, which
- may be used by other packages' initialization scripts for console
- logging and other purposes.
-Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb
-Original-Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
-
-Package: libhogweed4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 223
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nettle
-Version: 3.2-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.0.0), libnettle6 (= 3.2-1ubuntu0.16.04.1)
-Description: low level cryptographic library (public-key cryptos)
- Nettle is a cryptographic library that is designed to fit easily in more or
- less any context: In crypto toolkits for object-oriented languages (C++,
- Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
- space.
- .
- It tries to solve a problem of providing a common set of cryptographic
- algorithms for higher-level applications by implementing a
- context-independent set of cryptographic algorithms. In that light, Nettle
- doesn't do any memory allocation or I/O, it simply provides the
- cryptographic algorithms for the application to use in any environment and
- in any way it needs.
- .
- This package contains the asymmetric cryptographic algorithms, which,
- require the GNU multiple precision arithmetic library (libgmp) for
- their large integer computations.
-Homepage: http://www.lysator.liu.se/~nisse/nettle/
-Original-Maintainer: Magnus Holmgren <holmgren@debian.org>
-
-Package: netcat-openbsd
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 109
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.105-7ubuntu1
-Replaces: netcat (<< 1.10-35)
-Provides: netcat
-Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.16)
-Breaks: netcat (<< 1.10-35)
-Description: TCP/IP swiss army knife
- A simple Unix utility which reads and writes data across network
- connections using TCP or UDP protocol. It is designed to be a reliable
- "back-end" tool that can be used directly or easily driven by other
- programs and scripts. At the same time it is a feature-rich network
- debugging and exploration tool, since it can create almost any kind of
- connection you would need and has several interesting built-in
- capabilities.
- .
- This package contains the OpenBSD rewrite of netcat, including support
- for IPv6, proxies, and Unix sockets.
-Original-Maintainer: Aron Xu <aron@debian.org>
-
-Package: libsane-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4132
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: sane-backends
-Version: 1.0.25+git20150528-1ubuntu2.16.04.1
-Replaces: libsane (<< 1.0.25)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Breaks: libsane (<< 1.0.25)
-Conffiles:
- /etc/sane.d/abaton.conf 51591e7ab98851effab49089323cb160
- /etc/sane.d/agfafocus.conf f763f1f31d26507986aad58ca02f79f9
- /etc/sane.d/apple.conf 602eda3ecedd81ef751d9241becb9142
- /etc/sane.d/artec.conf 1b87eeb6069e6f5ac7b5f0cc4bf48083
- /etc/sane.d/artec_eplus48u.conf 3672fe16e6b14a124ad74acd47941be9
- /etc/sane.d/avision.conf 51e9f41665cca34d58ceb8bcf2ed072f
- /etc/sane.d/bh.conf ed8e137983ae58a7bf038180b29737bd
- /etc/sane.d/canon.conf 099d16dab225eaa121f1ba2f3af9f60a
- /etc/sane.d/canon630u.conf 5fae93df3328f1915e3d26f77a8c3b9d
- /etc/sane.d/canon_dr.conf a9f78c230502d27be1db0c19105bac86
- /etc/sane.d/canon_pp.conf 2ecfac7c883bc980aba880f424abb8ad
- /etc/sane.d/cardscan.conf c53b0f155e8abb0e35da6e4bd9898e41
- /etc/sane.d/coolscan.conf b5a49230bc9b80a4358d966255d4697a
- /etc/sane.d/coolscan2.conf e9039d4f201acacca70e8964ec22ee70
- /etc/sane.d/coolscan3.conf dc124184659f6acfcb2f77d4759adc8c
- /etc/sane.d/dc210.conf 821754802fb212acc9f48c7dd93ddaa1
- /etc/sane.d/dc240.conf 821754802fb212acc9f48c7dd93ddaa1
- /etc/sane.d/dc25.conf 0659d0dee2b39c585b6ebc682af0dbd9
- /etc/sane.d/dell1600n_net.conf ce26ec480900a2420d14d5f2c43f07eb
- /etc/sane.d/dll.conf b1debba18869614aa9f9c7e26bc7a747
- /etc/sane.d/dmc.conf 0731b2373c97cc98c5c42dd56e7fb05c
- /etc/sane.d/epjitsu.conf a38ce4b0a76d0e81e42777db0569d1e1
- /etc/sane.d/epson.conf 318ed78f38b29c99e478cbc7efc8ff14
- /etc/sane.d/epson2.conf fb0befe1041db6a1b6a0813c0c8fcf1c
- /etc/sane.d/epsonds.conf 7f13571941ae5d419a43624a0b570a43
- /etc/sane.d/fujitsu.conf 12cf8ad48d0b30eb45f9ec175e663421
- /etc/sane.d/genesys.conf 179dcaf6031785d6ca40792c290484ac
- /etc/sane.d/gphoto2.conf ca55d23d02774d6eea321dcbd4099e5e
- /etc/sane.d/gt68xx.conf b848c24d73c9a0443a03a7076ba01e3d
- /etc/sane.d/hp.conf 5328dfe188ece714bf9fdb7e26dc9d00
- /etc/sane.d/hp3900.conf 9d5532c21c759657347de8b26629cf13
- /etc/sane.d/hp4200.conf 0656916d9805c3af1f81424354082501
- /etc/sane.d/hp5400.conf 25848f289fb76aeb7f78e29ab323dbf8
- /etc/sane.d/hpsj5s.conf 0e969889a4509e62ef352a0222d2620e
- /etc/sane.d/hs2p.conf a7b07bd2a66b8a562ccb64da03bd47da
- /etc/sane.d/ibm.conf d5eab60adbaf729bb5bf781fc4c5409d
- /etc/sane.d/kodak.conf 63774fc2dd277fbfc54b4a8f7ea4528d
- /etc/sane.d/kodakaio.conf d3d856994bf02899a396e4f4568f95b7
- /etc/sane.d/leo.conf 008b9b3cad3c7073aa5331a453e68cd6
- /etc/sane.d/lexmark.conf f5d92658f9dc0eb540ddc9d24fe3ffb1
- /etc/sane.d/ma1509.conf 73a9fd7af5924e04054f43e2708f5059
- /etc/sane.d/magicolor.conf 1e34b81727b36c9269d413cb6d20b2e6
- /etc/sane.d/matsushita.conf fe9a8941cd52c7e012724122d67a98e6
- /etc/sane.d/microtek.conf 940c8db7e01ccaa6f2c5be2ca020ddf1
- /etc/sane.d/microtek2.conf 75cb498c51441db57932a4895f7f0d96
- /etc/sane.d/mustek.conf 33284fd785df74d394b9e30a4ec8283e
- /etc/sane.d/mustek_pp.conf c9d10da50e4b77dcc73b97f67a81a89a
- /etc/sane.d/mustek_usb.conf f4080c5eacaf30b4ed871a5330960696
- /etc/sane.d/nec.conf 5eed67a9759c991553fa3055af023a33
- /etc/sane.d/net.conf 9e5860565491b3157e3c6e0af682b7a2
- /etc/sane.d/p5.conf 27277daf6f7ed1f21de8c6a59d5b9488
- /etc/sane.d/pie.conf 7bdb319bd61b19389e93ed85a1ed85d1
- /etc/sane.d/pixma.conf da98f7eae73240333304d1dafe58e19a
- /etc/sane.d/plustek.conf f329323c5ed857873510e38233f1afcf
- /etc/sane.d/plustek_pp.conf 327941a5240e699e3251d74192f4f299
- /etc/sane.d/qcam.conf 7a30e22cd391b7992646723df280f4fe
- /etc/sane.d/ricoh.conf b1891143384a7308ec17d9e6ac836201
- /etc/sane.d/rts8891.conf 3446a737f83b38c3b576d5bf2e5161ec
- /etc/sane.d/s9036.conf 5eed67a9759c991553fa3055af023a33
- /etc/sane.d/sceptre.conf 9d7e8954714b47042b849ddbd2530973
- /etc/sane.d/sharp.conf d16cb589cdceb30d4523334063ddf040
- /etc/sane.d/sm3840.conf 9b61359cbcc14b9be4d687b80b772bea
- /etc/sane.d/snapscan.conf b349efcbcec257f5fca8372f1e47e7e0
- /etc/sane.d/sp15c.conf 74fd71c4ea2c8c58bbaa2cecfee56f7c
- /etc/sane.d/st400.conf febd1d7966858a4a0352a2fe2c1abfa0
- /etc/sane.d/stv680.conf 1a5a8d37f0de964bab25b3908fa907d5
- /etc/sane.d/tamarack.conf 93b1a500916dcfabd8a1c288029a5502
- /etc/sane.d/teco1.conf 7976c7a3dd90fe100f30a23a29aaea89
- /etc/sane.d/teco2.conf 1f873f79332e99cb0cd2b9eba938ac3b
- /etc/sane.d/teco3.conf 7b632784a85ec6ead7d26e8fd195dea5
- /etc/sane.d/test.conf eaccee9d3fb610a691705ddf94b9ec11
- /etc/sane.d/u12.conf 9ab31cd28e79474973fc02ccf1c06b99
- /etc/sane.d/umax.conf 5bcadfd7842926832de6d6e29d23558d
- /etc/sane.d/umax1220u.conf 2d36f1f6c15bbfeaf2049d59dcfefe05
- /etc/sane.d/umax_pp.conf d7cdbfd65fc59cfc71ab5f00a3697aaf
- /etc/sane.d/xerox_mfp.conf e438fe51c20b618f14341e8910512e17
-Description: API library for scanners -- documentation and support files
- SANE stands for "Scanner Access Now Easy" and is an application
- programming interface (API) that provides standardized access to any
- raster image scanner hardware (flatbed scanner, hand-held scanner,
- video- and still-cameras, frame-grabbers, etc.). The SANE standard is
- free and its discussion and development are open to everybody. The
- current source code is written to support several operating systems,
- including GNU/Linux, OS/2, Win32 and various Unices and is available
- under the GNU General Public License (commercial applications and
- backends are welcome, too, however).
- .
- This package includes documentation for libsane, such as the man pages
- and list of supported scanners, and support files (i18n data).
-Homepage: http://www.sane-project.org
-Original-Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
-
-Package: libgraphite2-3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 179
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: graphite2
-Version: 1.3.10-0ubuntu0.16.04.1
-Replaces: libgraphite2-2.0.0
-Provides: libgraphite2-2.0.0
-Depends: libc6 (>= 2.14)
-Breaks: libgraphite2-2.0.0 (<< 1.2.0)
-Description: Font rendering engine for Complex Scripts -- library
- Graphite is a system that can be used to create and use "smart fonts" capable
- of displaying writing systems with various complex behaviors, such as:
- contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
- stacking diacritics and complex positioning.
- .
- This library was designed and developed by the NRSI (Non-Roman Script
- Initiative) within SIL International (www.sil.org) to act as a complement to
- other smart font rendering technologies with limited practical local
- extensibility. Its purpose is to help meet the needs of a very large number
- of "minority language" communities for local extensibility of complex script
- behaviors.
- .
- The behavior of the rendering engine for a given writing system is specified
- through extra tables added to a TrueType font. These tables are generated by
- compiling a GDL (Graphite Description Language) source file into a font using
- grcompiler.
- .
- This package contains the shared library.
-Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
-
-Package: rsync
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 680
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 3.1.1-3ubuntu1
-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.15), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1)
-Suggests: openssh-client, openssh-server
-Breaks: duplicity (<< 0.6.11)
-Conffiles:
- /etc/default/rsync e0d7efac23e911c65f44b08de446e837
- /etc/init.d/rsync c5d89677f904551f5b192f35ad98d73c
-Description: fast, versatile, remote (and local) file-copying tool
- rsync is a fast and versatile file-copying tool which can copy locally
- and to/from a remote host. It offers many options to control its behavior,
- and its remote-update protocol can minimize network traffic to make
- transferring updates between machines fast and efficient.
- .
- It is widely used for backups and mirroring and as an improved copy
- command for everyday use.
- .
- This package provides both the rsync command line tool and optional
- daemon functionality.
-Homepage: http://rsync.samba.org/
-Original-Maintainer: Paul Slootman <paul@debian.org>
-
-Package: python3.5-minimal
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 8851
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3.5
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: libpython3.5-minimal (= 3.5.2-2ubuntu0~16.04.4), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
-Pre-Depends: libc6 (>= 2.17)
-Recommends: python3.5
-Suggests: binfmt-support
-Conflicts: binfmt-support (<< 1.1.2)
-Description: Minimal subset of the Python language (version 3.5)
- This package contains the interpreter and some essential modules. It can
- be used in the boot process for some basic tasks.
- See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules
- contained in this package.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libgeonames0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1054
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: geonames
-Version: 0.2+16.04.20160321-0ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.39.91)
-Description: Parse and query the geonames database dump
- A library for parsing and querying a local copy of the geonames.org database.
- .
- This package contains the shared libraries.
-Homepage: https://launchpad.net/geonames
-
-Package: liblsan0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 275
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.4), libgcc1 (>= 1:3.3)
-Description: LeakSanitizer -- a memory leak detector (runtime)
- LeakSanitizer (Lsan) is a memory leak detector which is integrated
- into AddressSanitizer.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: procps
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 676
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2:3.3.10-4ubuntu2.3
-Provides: watch
-Depends: libc6 (>= 2.15), libncurses5 (>= 6), libncursesw5 (>= 6), libprocps4, libtinfo5 (>= 6), lsb-base (>= 4.1+Debian11ubuntu7), initscripts
-Recommends: psmisc
-Breaks: guymager (<= 0.5.9-1), open-vm-tools (<= 2011.12.20-562307-1), xmem (<= 1.20-27.1)
-Conflicts: pgrep (<< 3.3-5), w-bassman (<< 1.0-3)
-Conffiles:
- /etc/init.d/procps 021482ebab1024f5ed76e650e5191e8f
- /etc/init/procps-instance.conf 96170a339d08797dc90d69b01d6bf610
- /etc/init/procps.conf c273de3ebde8d4a50f17de17bb04a3e5
- /etc/sysctl.conf 76c1d8285c578d5e827c3e07b9738112
- /etc/sysctl.d/10-console-messages.conf 154f6f5c5810d10bb303fb6a8e907c6a
- /etc/sysctl.d/10-ipv6-privacy.conf e9473d12b4a7069d6a3ca8b694511ddf
- /etc/sysctl.d/10-kernel-hardening.conf 5c1388f00011a287cdeba60208c674e1
- /etc/sysctl.d/10-link-restrictions.conf 8568316f2baa8db06554dab91f93a161
- /etc/sysctl.d/10-magic-sysrq.conf b3059f2835f17c97265433fdfdee358f
- /etc/sysctl.d/10-network-security.conf 4ac7258f5336e7eeaf448c05ab668d3c
- /etc/sysctl.d/10-ptrace.conf 47f40494b2fc698e15549e0a4a79e81c
- /etc/sysctl.d/10-zeropage.conf 8d7193abcc4dfedaf519dd03016a5e59
- /etc/sysctl.d/README c20074b9b11a5202758c69d7bcb6996f
-Description: /proc file system utilities
- This package provides command line and full screen utilities for browsing
- procfs, a "pseudo" file system dynamically generated by the kernel to
- provide information about the status of entries in its process table
- (such as whether the process is running, stopped, or a "zombie").
- .
- It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
- snice, sysctl, tload, top, uptime, vmstat, w, and watch.
-Homepage: http://gitorious.org/procps
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: nvidia-settings
-Status: install ok installed
-Priority: optional
-Section: contrib/x11
-Installed-Size: 3713
-Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
-Architecture: amd64
-Version: 361.42-0ubuntu1
-Replaces: nvidia-settings-binary
-Provides: nvidia-settings-binary
-Depends: pkg-config, screen-resolution-extra (>= 0.12), libvdpau1, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11.1), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0), libgtk2.0-0 (>= 2.8.0), libjansson4 (>= 2.3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libx11-6, libxnvctrl0, libxxf86vm1
-Conflicts: nvidia-settings-binary
-Conffiles:
- /etc/xdg/autostart/nvidia-settings-autostart.desktop 017c45e084f0cf1051baf9bf5db37d4c
-Description: Tool for configuring the NVIDIA graphics driver
- The nvidia-settings utility is a tool for configuring the NVIDIA
- Linux graphics driver. It operates by communicating with the NVIDIA
- X driver, querying and updating state as appropriate. This
- communication is done with the NV-CONTROL X extension.
- .
- Values such as brightness and gamma, XVideo attributes, temperature,
- and OpenGL settings can be queried and configured via nvidia-settings.
-Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
-
-Package: libcroco3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 331
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcroco
-Version: 0.6.11-1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4)
-Description: Cascading Style Sheet (CSS) parsing and manipulation toolkit
- Services provided by Libcroco
- * A parser module that provides
- o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
- API which resembles SAX in the xml world.
- o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
- .
- The libcroco parser implements the CSS Level 2 specification, the CSS
- forward compatibility rules and the CSS cascading rules.
- .
- * A CSS2 selection engine
- Given an xml element node (that obviously comes from an xml document) and
- a stylesheet cascade, the Libcroco selection engine can evaluate the css
- selectors of the cascade and return the style properties associated to
- the xml element node.
- .
- Note that the xml manipulation toolkit used by the libcroco selection
- engine at the moment is libxml2.
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libpangoft2-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 308
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pango1.0
-Version: 1.38.1-1
-Replaces: libpango1.0-0 (<< 1.32.5-2)
-Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libharfbuzz0b (>= 0.9.30), libpango-1.0-0 (>= 1.37.2)
-Breaks: libpango1.0-0 (<< 1.32.5-2)
-Description: Layout and rendering of internationalized text
- Pango is a library for layout and rendering of text, with an emphasis
- on internationalization. Pango can be used anywhere that text layout is
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
- - Core X windowing system fonts
- - Client-side fonts on X using the Xft library
- - Direct rendering of scalable fonts using the FreeType library
- - Native fonts on Microsoft backends
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libxcb-sync1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 50
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.14), libxcb1
-Description: X C Binding, sync extension
- This package contains the library files needed to run software using
- libxcb-sync, the sync extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libgssapi-krb5-2
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 412
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (= 1.13.2+dfsg-5ubuntu2), libkrb5support0 (>= 1.13~alpha1+dfsg)
-Suggests: krb5-doc, krb5-user
-Breaks: libgssglue1 (<< 0.2-2)
-Conffiles:
- /etc/gss/mech.d/README 27e753ba1dc72900d2892b8efef6e35e
-Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains the runtime library for the MIT Kerberos
- implementation of GSS-API used by applications and Kerberos clients.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: xauth
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 86
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:1.0.9-1ubuntu2
-Depends: libc6 (>= 2.14), libx11-6, libxau6, libxext6, libxmuu1
-Description: X authentication utility
- xauth is a small utility to read and manipulate Xauthority files, which
- are used by servers and clients alike to control authentication and access
- to X sessions.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxslt1.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 467
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxslt
-Version: 1.1.28-2.1ubuntu0.1
-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.0), libxml2 (>= 2.9.0)
-Description: XSLT 1.0 processing library - runtime library
- XSLT is an XML language for defining transformations of XML files from
- XML to some other arbitrary format, such as XML, HTML, plain text, etc.
- using standard XSLT stylesheets. libxslt is a C library which
- implements XSLT version 1.0.
- .
- This package contains the libxslt library used by applications for XSLT
- transformations.
-Homepage: http://xmlsoft.org/xslt/
-Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
-
-Package: libgoa-1.0-0b
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 340
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-online-accounts
-Version: 3.18.3-1ubuntu2
-Replaces: libgoa-1.0-0
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.38), libgoa-1.0-common (= 3.18.3-1ubuntu2)
-Conflicts: libgoa-1.0-0
-Description: library for GNOME Online Accounts
- This package contains the GNOME Online Accounts service, which provides a
- centralized place for managing online accounts (Google, etc) for the
- GNOME desktop.
- .
- This package contains the libraries used by GOA applications.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
-
-Package: python3-defer
-Status: install ok installed
-Priority: extra
-Section: python
-Installed-Size: 77
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-defer
-Version: 1.0.6-2build1
-Depends: python3:any (>= 3.3.2-2~)
-Description: Small framework for asynchronous programming (Python 3)
- The defer module provides an easy way to write asynchrouns Python 3 programs.
- It is greatly inspired by Twisted's defer, but hasn't got any external
- dependencies.
- .
- Furthermore it features decorators to write asynchronous D-Bus servers and
- clients.
- .
- At first defer was part of aptdaemon, but moved to a separate project in
- August of 2010.
-Original-Maintainer: Sebastian Heinlein (devel) <devel@glatzor.de>
-Homepage: https://launchpad.net/python-defer
-
-Package: libaccountsservice0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 348
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: accountsservice
-Version: 0.6.40-2ubuntu11.3
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libsystemd0
-Breaks: accountsservice (<< 0.6.5)
-Description: query and manipulate user account information - shared libraries
- The AccountService project provides a set of D-Bus
- interfaces for querying and manipulating user account
- information and an implementation of these interfaces,
- based on the useradd, usermod and userdel commands.
- .
- This package provides the shared libraries of the
- AccountService library.
-Homepage: http://www.freedesktop.org/wiki/Software/AccountsService/
-Original-Maintainer: Alessio Treglia <alessio@debian.org>
-
-Package: phonon
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 43
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 4:4.8.3-0ubuntu3
-Depends: libphonon4 (>= 4:4.8.3-0ubuntu3), debconf (>= 0.5) | debconf-2.0, phonon-backend-gstreamer | phonon-backend
-Suggests: phonon-backend-gstreamer, phonon-backend-mplayer, phonon-backend-vlc
-Breaks: phonon-backend-xine (<< 4:4.6.0.0)
-Description: multimedia framework from KDE using Qt 4 - metapackage
- Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction
- layer for capturing, mixing, processing, and playing audio and video content.
- .
- This metapackage ensures that the system has a working Phonon configuration
- installed (the core library and at least one back-end).
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://phonon.kde.org/
-
-Package: perl
-Status: install ok installed
-Priority: standard
-Section: perl
-Installed-Size: 669
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Version: 5.22.1-9
-Replaces: perl-modules (<< 5.22.0~)
-Depends: perl-base (= 5.22.1-9), perl-modules-5.22 (>= 5.22.1-9), libperl5.22 (= 5.22.1-9)
-Pre-Depends: dpkg (>= 1.17.17)
-Recommends: netbase, rename
-Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make
-Breaks: perl-doc (<< 5.22.1-1)
-Conflicts: libjson-pp-perl (<< 2.27200-2)
-Conffiles:
- /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733
-Description: Larry Wall's Practical Extraction and Report Language
- Perl is a highly capable, feature-rich programming language with over
- 20 years of development. Perl 5 runs on over 100 platforms from
- portables to mainframes. Perl is suitable for both rapid prototyping
- and large scale development projects.
- .
- Perl 5 supports many programming styles, including procedural,
- functional, and object-oriented. In addition to this, it is supported
- by an ever-growing collection of reusable modules which accelerate
- development. Some of these modules include Web frameworks, database
- integration, networking protocols, and encryption. Perl provides
- interfaces to C and C++ for custom extension development.
-Original-Maintainer: Niko Tyni <ntyni@debian.org>
-Homepage: http://dev.perl.org/perl5/
-
-Package: libdevmapper-event1.02.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lvm2 (2.02.133-1ubuntu10)
-Version: 2:1.02.110-1ubuntu10
-Depends: libc6 (>= 2.15), libdevmapper1.02.1 (>= 2:1.02.103)
-Description: Linux Kernel Device Mapper event support library
- The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
- Team's implementation of a minimalistic kernel-space driver that handles
- volume management, while keeping knowledge of the underlying device layout
- in user-space. This makes it useful for not only LVM, but software raid,
- and other drivers that create "virtual" block devices.
- .
- This package contains the userspace library to help with event monitoring
- for devmapper devices, in conjunction with the dmevent daemon.
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: unity-control-center-signon
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 385
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: gnome-control-center-signon
-Version: 0.1.8+16.04.20160201-0ubuntu1
-Replaces: gnome-control-center-signon
-Depends: unity-control-center, libaccount-plugin-1.0-0 (= 0.1.8+16.04.20160201-0ubuntu1), libaccount-plugin-generic-oauth, libaccount-plugin-google, signon-keyring-extension, signon-ui-x11, signond, libaccounts-glib0 (>= 1.4), libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.16.2), libunity-control-center1 (>= 14.04.0)
-Conflicts: gnome-control-center-signon
-Description: Unity Control Center extension for single signon
- Unity Control Center extension for single signon
-Homepage: https://launchpad.net/online-accounts-gnome-control-center
-
-Package: libgpg-error0
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 156
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgpg-error
-Version: 1.21-2ubuntu1
-Depends: libc6 (>= 2.15)
-Description: library for common error values and messages in GnuPG components
- Library that defines common error values for all GnuPG
- components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
- pinentry, SmartCard Daemon and possibly more in the future.
-Original-Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
-Homepage: http://www.gnupg.org/related_software/libgpg-error/
-
-Package: gvfs
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 622
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 1.28.2-1ubuntu1~16.04.2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.45.7), gvfs-daemons (>= 1.28.2-1ubuntu1~16.04.2), gvfs-daemons (<< 1.28.2-1ubuntu1~16.04.2.1~), gvfs-libs (= 1.28.2-1ubuntu1~16.04.2), gvfs-common (= 1.28.2-1ubuntu1~16.04.2)
-Suggests: gvfs-backends
-Description: userspace virtual filesystem - GIO module
- gvfs is a userspace virtual filesystem where mounts run as separate
- processes which you talk to via D-Bus. It also contains a gio module
- that seamlessly adds gvfs support to all applications using the gio
- API. It also supports exposing the gvfs mounts to non-gio applications
- using fuse.
- .
- This package contains the GIO module that lets applications use gvfs
- mounts.
-Homepage: https://wiki.gnome.org/Projects/gvfs
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: avahi-daemon
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 273
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Depends: libavahi-common3 (>= 0.6.16), libavahi-core7 (>= 0.6.24), libc6 (>= 2.14), libcap2 (>= 1:2.10), libdaemon0 (>= 0.14), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), adduser, dbus (>= 0.60), bind9-host | host
-Recommends: libnss-mdns
-Suggests: avahi-autoipd
-Conffiles:
- /etc/avahi/avahi-daemon.conf 8d4be860ead4cacc2ba5f77e7fadb11d
- /etc/avahi/hosts 186990ae1edac95a88dbef6a36a07716
- /etc/dbus-1/system.d/avahi-dbus.conf 4b8ff37c10615ae704b7827a438ff534
- /etc/default/avahi-daemon 292bdbb95b392a71a0c363eb58b3a119
- /etc/init.d/avahi-daemon 7e648c77846d70c4ef1b49c0c4f7cfad
- /etc/init/avahi-cups-reload.conf 56a60d600cd80a95f2e3b6909c3bda74
- /etc/init/avahi-daemon.conf 0303b3961d5ffee8f05805b1dd06f475
- /etc/network/if-up.d/avahi-daemon 6dbf1a91ab420a99d1205972d6401e67
- /etc/resolvconf/update-libc.d/avahi-daemon 2cf53ff5a00f9d1fed653a2913de5bc7
-Description: Avahi mDNS/DNS-SD daemon
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This package contains the Avahi Daemon which represents your machine
- on the network and allows other applications to publish and resolve
- mDNS/DNS-SD records.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: plymouth
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 441
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.9.2-3ubuntu13.2
-Replaces: libplymouth2 (<< 0.9.2-3ubuntu1~), plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~)
-Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.25), libplymouth4 (>= 0.9.2), init-system-helpers (>= 1.18)
-Recommends: plymouth-theme-ubuntu-text | plymouth-theme
-Suggests: desktop-base, plymouth-themes
-Breaks: plymouth-drm (<< 0.9.0-6~), plymouth-theme-edubuntu (<< 15.12.1~), plymouth-theme-kubuntu-logo (<< 1:16.04ubuntu1~), plymouth-theme-kubuntu-text (<< 1:16.04ubuntu1~), plymouth-theme-lubuntu-logo (<< 0.57~), plymouth-theme-sability (<< 1.3~), plymouth-theme-sabily-text (<< 1.3~), plymouth-theme-ubuntu-gnome-logo (<< 16.04.1~), plymouth-theme-ubuntu-gnome-text (<< 16.04.1~), plymouth-theme-ubuntu-logo (<< 0.9.2-3ubuntu1~), plymouth-theme-ubuntu-mate-logo (<< 15.12.1~), plymouth-theme-ubuntu-mate-text (<< 15.12.1~), plymouth-theme-ubuntu-text (<< 0.9.2-3ubuntu1~), plymouth-theme-ubuntustudio (<< 0.50~), plymouth-theme-xubuntu-logo (<< 15.12.1~), plymouth-theme-xubuntu-text (<< 15.12.1~), plymouth-themes (<< 0.9.0-8~)
-Conflicts: console-common, plymouth-theme-lubuntu-text (<< 0.57~)
-Conffiles:
- /etc/init.d/plymouth 7603d0f581e54fdbe31ad62cbb4cfd22
- /etc/init.d/plymouth-log 0f1be14b21796a952e115c03a86787e0
-Description: boot animation, logger and I/O multiplexer
- Plymouth provides a boot-time I/O multiplexing framework - the most obvious
- use for which is to provide an attractive graphical animation in place of
- the text messages that normally get shown during boot. (The messages are
- instead redirected to a logfile for later viewing.) However, in event-driven
- boot systems Plymouth can also usefully handle user interaction such as
- password prompts for encrypted file systems.
- .
- This package provides the basic framework, enabling a text-mode animation.
-Homepage: http://www.freedesktop.org/wiki/Software/Plymouth
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: libpython3.6-minimal
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 3801
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.2~beta3)
-Recommends: libpython3.6-stdlib
-Conflicts: binfmt-support (<< 1.1.2)
-Conffiles:
- /etc/python3.6/sitecustomize.py d6b276695157bde06a56ba1b2bc53670
-Description: Minimal subset of the Python language (version 3.6)
- This package contains some essential modules. It is normally not
- used on it's own, but as a dependency of python3.6-minimal.
-
-Package: xserver-xorg
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 240
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Source: xorg
-Version: 1:7.7+13ubuntu3
-Provides: xserver
-Depends: xserver-xorg-core (>= 2:1.17.2-2), xserver-xorg-input-all | xorg-driver-input, xkb-data (>= 1.4), x11-xkb-utils
-Recommends: libgl1-mesa-dri, xserver-xorg-video-all | xorg-driver-video
-Description: X.Org X server
- This package depends on the full suite of the server and drivers for the
- X.Org X server. It does not provide the actual server itself.
-Homepage: http://www.x.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libogg0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 76
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libogg
-Version: 1.3.2-1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Ogg bitstream library
- Libogg is a library for manipulating ogg bitstreams. It handles
- both making ogg bitstreams and getting packets from ogg bitstreams.
-Original-Maintainer: Ron Lee <ron@debian.org>
-Homepage: http://xiph.org/ogg/
-
-Package: libx32gomp1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 150
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.17)
-Description: GCC OpenMP (GOMP) support library (x32)
- GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
- in the GNU Compiler Collection.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libncurses5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 1035
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Replaces: libncurses-dev, ncurses-bin (<< 6.0+20151017), ncurses-dev
-Provides: libncurses-dev, ncurses-dev
-Depends: libtinfo5 (= 6.0+20160213-1ubuntu1), libncurses5 (= 6.0+20160213-1ubuntu1), libtinfo-dev (= 6.0+20160213-1ubuntu1), libc6-dev | libc-dev
-Suggests: ncurses-doc
-Conflicts: libncurses-dev, ncurses-dev
-Description: developer's libraries for ncurses
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains the header files, static libraries
- and symbolic links that developers using ncurses will need.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: python3-problem-report
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 165
-Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
-Architecture: all
-Source: apport
-Version: 2.20.1-0ubuntu2.10
-Depends: python3:any (>= 3.3.2-2~)
-Description: Python 3 library to handle problem reports
- This Python library provides an interface for creating, modifying,
- and accessing standardized problem reports for program and kernel
- crashes and packaging bugs.
- .
- These problem reports use standard Debian control format syntax
- (RFC822).
-Homepage: https://wiki.ubuntu.com/Apport
-
-Package: python3-blinker
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 78
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: blinker
-Version: 1.3.dfsg2-1build1
-Depends: python3:any (>= 3.3.2-2~)
-Suggests: python-blinker-doc
-Description: fast, simple object-to-object and broadcast signaling library
- Blinker provides a fast dispatching system that allows any number of
- interested parties to subscribe to events, or "signals".
- .
- Signal receivers can subscribe to specific senders or receive signals
- sent by any sender.
- .
- This package contains the Python 3 version.
-Homepage: http://pythonhosted.org/blinker/
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libqt5sql5-sqlite
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 160
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.5.0), libqt5sql5 (>= 5.3.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1
-Description: Qt 5 SQLite 3 database driver
- This package contains the SQLite 3 plugin for Qt 5.
- .
- Install it if you intend to use or write Qt programs that are to access an
- SQLite 3 DB.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libmediaart-2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 92
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmediaart
-Version: 1.9.0-2
-Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3)
-Description: media art extraction and cache management library
- Libmediaart is a library tasked with managing, extracting and handling
- media art caches.
- .
- This package contains the shared library.
-Original-Maintainer: Michael Biebl <biebl@debian.org>
-Homepage: https://wiki.gnome.org/MediaArtStorageSpec
-
-Package: liblvm2cmd2.02
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1562
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lvm2
-Version: 2.02.133-1ubuntu10
-Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.110), libudev1 (>= 183), dmeventd (>> 2:1.02.90)
-Description: LVM2 command library
- This package contains the lvm2cmd shared library.
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: libpython-stdlib
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 37
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Depends: libpython2.7-stdlib (>= 2.7.12-1~)
-Description: interactive high-level object-oriented language (default python version)
- Python, the high-level, interactive object oriented language,
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package is a dependency package, which depends on Debian's default
- Python version (currently v2.7).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: liboauth0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 52
-Maintainer: Bilal Akhtar <bilalakhtar@ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: liboauth
-Version: 1.0.3-0ubuntu2
-Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~1.9b1)
-Description: C library for implementing OAuth 1.0
- liboauth is a collection of C functions implementing the
- OAuth Core 1.0 standard API.
- .
- This package contains the shared libraries.
-Homepage: http://liboauth.sourceforge.net/
-
-Package: libfftw3-quad3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2084
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fftw3
-Version: 3.3.4-2ubuntu1
-Depends: libc6 (>= 2.14), libgomp1 (>= 4.9), libquadmath0 (>= 4.6)
-Pre-Depends: multiarch-support
-Suggests: libfftw3-bin, libfftw3-dev
-Description: Library for computing Fast Fourier Transforms - Quad precision
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the shared library
- for quad precision transforms.
- .
- To get the static library and the header files, you need to install
- libfftw3-dev. For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: indicator-power
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 277
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 12.10.6+16.04.20160105-0ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.39.4), libgstreamer1.0-0 (>= 1.0.0), libnotify4 (>= 0.7.6), liburl-dispatcher1 (>= 0.1), dconf-gsettings-backend | gsettings-backend, upower
-Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | switchboard-plug-power | xfce4-power-manager | mate-power-manager, indicator-applet (>= 0.2) | indicator-renderer
-Suggests: powerd, unity-system-compositor (>= 0.0.4)
-Conffiles:
- /etc/xdg/autostart/indicator-power.desktop fcb0d97559949fce43b47abec9b574e2
-Description: Indicator showing power state.
- This indicator displays current power management information and gives
- the user a way to access power management preferences.
-Homepage: https://launchpad.net/indicator-power
-
-Package: python3-prettytable
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 108
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: prettytable
-Version: 0.7.2-3
-Depends: python3:any (>= 3.3.2-2~)
-Description: library to represent tabular data in visually appealing ASCII tables (Python3)
- PrettyTable is a simple Python library designed to make it quick and
- easy to represent tabular data in visually appealing ASCII tables. It
- was inspired by the ASCII tables used in the PostgreSQL shell
- psql. PrettyTable allows for selection of which columns are to be
- printed, independent alignment of columns (left or right justified or
- centred) and printing of "sub-tables" by specifying a row range.
- .
- This package contains the Python 3 version of prettytable.
-Original-Maintainer: Sandro Tosi <morph@debian.org>
-Homepage: http://code.google.com/p/prettytable/
-
-Package: libtevent0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 82
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tevent
-Version: 0.9.28-0ubuntu0.16.04.1
-Depends: libc6 (>= 2.15), libtalloc2 (>= 2.1.0)
-Description: talloc-based event loop library - shared library
- tevent is a simple library that can handle the main event loop for an
- application. It supports three kinds of events: timed events, file
- descriptors becoming readable or writable and signals.
- .
- Talloc is used for memory management, both internally and for private
- data provided by users of the library.
- .
- This package provides the shared library file.
-Homepage: http://tevent.samba.org/
-Original-Maintainer: Jelmer Vernooij <jelmer@debian.org>
-
-Package: qemu-system-x86
-Status: install ok installed
-Priority: optional
-Section: otherosfs
-Installed-Size: 16569
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: qemu
-Version: 1:2.5+dfsg-5ubuntu10.26
-Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5)
-Provides: qemu-system-i386, qemu-system-x86-64
-Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:3.4), libglib2.0-0 (>= 2.31.8), libgnutls30 (>= 3.4.2), libjpeg8 (>= 8c), libncurses5 (>= 6), libnettle6, libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 2.1.0), libspice-server1 (>= 0.12.6), libtinfo5 (>= 6), libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.6 (>= 4.6.5), libxenstore3.0 (>= 4.1.0~rc6), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~), seabios (>= 1.7.5~), ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~)
-Recommends: qemu-utils, cpu-checker
-Suggests: samba, vde2, qemu-block-extra (= 1:2.5+dfsg-5ubuntu10.26), kmod, sgabios, ovmf
-Breaks: kvm (<< 1.3.0+dfsg-5), libvirt0 (<< 1.2), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5)
-Conflicts: kvm (<< 1.3.0+dfsg-5)
-Conffiles:
- /etc/modprobe.d/qemu-system-x86.conf 9893a93e5d7a8aeced9e597a65c927d9
-Description: QEMU full system emulation binaries (x86)
- QEMU is a fast processor emulator: currently the package supports
- i386 and x86-64 emulation. By using dynamic translation it achieves
- reasonable speed while being easy to port on new host CPUs.
- .
- This package provides the full system emulation binaries to emulate
- the following x86 hardware: i386 x86_64.
- .
- In system emulation mode QEMU emulates a full system, including a processor
- and various peripherals. It enables easier testing and debugging of system
- code. It can also be used to provide virtual hosting of several virtual
- machines on a single server.
- .
- On x86 host hardware this package also enables KVM kernel virtual machine
- usage on systems which supports it.
-Homepage: http://www.qemu.org/
-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
-
-Package: busybox-initramfs
-Status: install ok installed
-Priority: optional
-Section: shells
-Installed-Size: 367
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: busybox
-Version: 1:1.22.0-15ubuntu1
-Depends: libc6 (>= 2.14)
-Description: Standalone shell setup for initramfs
- BusyBox combines tiny versions of many common UNIX utilities into a single
- small executable. It provides minimalist replacements for the most common
- utilities you would usually find on your desktop system (i.e., ls, cp, mv,
- mount, tar, etc.). The utilities in BusyBox generally have fewer options than
- their full-featured GNU cousins; however, the options that are included
- provide the expected functionality and behave very much like their GNU
- counterparts.
- .
- busybox-initramfs provides a simple stand alone shell that provides
- only the basic utilities needed for the initramfs.
-Homepage: http://www.busybox.net
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: tcsh
-Status: install ok installed
-Priority: optional
-Section: shells
-Installed-Size: 1279
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 6.18.01-5
-Provides: c-shell
-Depends: libc6 (>= 2.14), libtinfo5 (>= 6)
-Conffiles:
- /etc/complete.tcsh 09e3be8780f707b058d9da98c400977d
- /etc/csh.cshrc 65b64b568961430fb7e61b26dba37efa
- /etc/csh.login a9662543d9bbc312cbeb3e18a62e0ee0
- /etc/csh.logout d753c13e2000ee9fc65dd23417b6d00f
-Description: TENEX C Shell, an enhanced version of Berkeley csh
- The TENEX C Shell is an enhanced version of the Berkeley Unix C shell.
- It includes all features of 4.4BSD C shell, plus a command-line editor,
- programmable word completion, spelling correction and more.
-Original-Maintainer: Thomas Lange <lange@debian.org>
-Homepage: http://www.tcsh.org/
-
-Package: libfile-fcntllock-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 123
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.22-3
-Depends: perl (>= 5.22.1-3), perlapi-5.22.1, libc6 (>= 2.4)
-Suggests: gcc | c-compiler
-Description: Perl module for file locking with fcntl(2)
- File::FcntlLock is a Perl module to do file locking in an object oriented
- fashion using the fcntl(2) system call. This allows locks on parts of a file
- as well as on the whole file and overcomes some known problems with flock(2),
- on which Perl's flock() function is based.
- .
- Furthermore due to its design it supports reliable locking over NFS.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/File-FcntlLock
-
-Package: libkdecore5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3444
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libbz2-1.0, libc6 (>= 2.15), libdlrestrictions1 (>= 0.14), libgcc1 (>= 1:3.0), liblzma5 (>= 5.1.1alpha+20120614), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4)
-Description: KDE Platform Core Library
- All KDE Applications use this library to provide basic functionality such as
- the configuration system, IPC, internationalization and locale support,
- site-independent access to the filesystem and a large number of other (but no
- less important) things. The classes in this library does not require linkage
- to QtGui or any other library that requires a graphical interface.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libsndfile1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 498
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsndfile
-Version: 1.0.25-10ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libvorbisenc2 (>= 1.1.2)
-Description: Library for reading/writing audio files
- libsndfile is a library of C routines for reading and writing files containing
- sampled audio data.
- .
- Various versions of WAV (integer, floating point, GSM, and compressed formats);
- Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND
- formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files;
- Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format
- (CAF) and others.
-Homepage: http://www.mega-nerd.com/libsndfile/
-Original-Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
-
-Package: libalgorithm-merge-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 42
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.08-3
-Depends: perl, libalgorithm-diff-perl
-Description: Perl module for three-way merge of textual data
- Algorithm::Merge provides three-way merge and diff functions, complementing
- the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given
- three sets of items, known as the original, left and right, this module can
- take a three-way difference or merge them. Taking a difference provides an
- array reference that is very similar to the behaviour of Algorithm::Diff. One
- can also implement custom conflict resolution using the CONFLICT callback.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Algorithm-Merge
-
-Package: libatk1.0-data
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 96
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: atk1.0
-Version: 2.18.0-1
-Description: Common files for the ATK accessibility toolkit
- ATK is a toolkit providing accessibility interfaces for applications or
- other toolkits. By implementing these interfaces, those other toolkits or
- applications can be used with tools such as screen readers, magnifiers, and
- other alternative input devices.
- .
- This contains the common files which the runtime libraries need.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.gtk.org/
-
-Package: network-manager
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 9592
-Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.2.6-0ubuntu0.16.04.2
-Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.17), libglib2.0-0 (>= 2.39.4), libgnutls30 (>= 3.4.0), libgudev-1.0-0 (>= 165), libmm-glib0 (>= 1.0.0), libndp0 (>= 1.2), libnewt0.52, libnl-3-200 (>= 3.2.7), libnm0 (>= 1.1.93), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.104), libreadline6 (>= 6.0), libsoup2.4-1 (>= 2.40), libsystemd0, libuuid1 (>= 2.16), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), dnsmasq-base, wpasupplicant (>= 0.7.3-1), dbus (>= 1.1.2), udev, adduser, isc-dhcp-client (>= 4.3.1-5ubuntu1), libpam-systemd, policykit-1
-Recommends: ppp (>= 2.4.6), iptables, modemmanager, crda, iputils-arping, network-manager-pptp, network-manager-gnome | plasma-widget-networkmanagement | plasma-nm
-Suggests: avahi-autoipd, python
-Breaks: network-manager-gnome (<< 0.9), network-manager-kde (<< 1:0.9), network-manager-openconnect (<< 0.9), network-manager-openvpn (<< 0.9), network-manager-pptp (<< 0.9), network-manager-vpnc (<< 0.9), plasma-widget-networkmanagement (<< 0.9~), ppp (<< 2.4.6)
-Conflicts: connman
-Conffiles:
- /etc/NetworkManager/NetworkManager.conf 6e21dde76719887007828a1757643976
- /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf 4aa6a7dec60d395b4ada2f5137201fcd
- /etc/NetworkManager/dispatcher.d/01ifupdown 299819a8e64f00a1edbdfc99d05a8594
- /etc/dbus-1/system.d/nm-dispatcher.conf 5711a76c31a3763750fe2c331741f679
- /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf 0700c3f53b9fa07385aeed2b6d85c530
- /etc/dnsmasq.d/network-manager c1f294c4513fa544565d671dcba6a913
- /etc/init.d/network-manager 59b97edb8cc5f8db9882118fbf102a88
- /etc/init/network-manager.conf 080b2a860317698f65f960687f5363cc
-Description: network management framework (daemon and userspace tools)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package provides the userspace daemons and a command line interface to
- interact with NetworkManager.
- .
- Optional dependencies:
- * ppp: Required for establishing dial-up connections (e.g. via GSM).
- * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP
- address configuration.
-Homepage: https://wiki.gnome.org/Projects/NetworkManager
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: kdelibs5-data
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 6705
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Replaces: kdebase-runtime-data (<< 4:4.5.85), libplasma2
-Depends: ca-certificates, hicolor-icon-theme, perl
-Breaks: kdebase-runtime-data (<< 4:4.5.85), libplasma2
-Conffiles:
- /etc/dbus-1/system.d/org.kde.auth.conf 7cad261ac232d5b25b1866ecdbd59577
- /etc/xdg/menus/kde4-applications.menu 991f079d0ffb9fd7e8fef63cd1b61ca9
-Description: core shared data for all KDE Applications
- This package contains architecture-independent data files needed to run KDE
- Applications.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: nano
-Status: install ok installed
-Priority: important
-Section: editors
-Installed-Size: 684
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.5.3-2ubuntu2
-Replaces: pico
-Provides: editor
-Depends: libc6 (>= 2.14), libncursesw5 (>= 6), libtinfo5 (>= 6)
-Suggests: spell
-Conflicts: pico
-Conffiles:
- /etc/nanorc 948457d1e1e7372b50509b6314f323c4
-Description: small, friendly text editor inspired by Pico
- GNU nano is an easy-to-use text editor originally designed as a replacement
- for Pico, the ncurses-based editor from the non-free mailer package Pine
- (itself now available under the Apache License as Alpine).
- .
- However, nano also implements many features missing in pico, including:
- - feature toggles;
- - interactive search and replace (with regular expression support);
- - go to line (and column) command;
- - auto-indentation and color syntax-highlighting;
- - filename tab-completion and support for multiple buffers;
- - full internationalization support.
-Homepage: http://www.nano-editor.org/
-Original-Maintainer: Jordi Mallach <jordi@debian.org>
-
-Package: intltool-debian
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 109
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.35.0+20060710.4
-Depends: perl, gettext
-Description: Help i18n of RFC822 compliant config files
- Intltool is a bunch of scripts written by the GNOME project to
- internationalize many different file formats. This package is
- a slightly modified version which adds support for RFC822
- compliant config files, e.g. Debconf templates files.
-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
-
-Package: lxd-client
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 8072
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lxd
-Version: 2.0.10-0ubuntu1~16.04.2
-Replaces: lxc1 (<= 2.0.0~rc13-0ubuntu2~)
-Depends: libc6 (>= 2.9)
-Suggests: lxd
-Breaks: lxc1 (<= 2.0.0~rc13-0ubuntu2~)
-Description: Container hypervisor based on LXC - client
- LXD offers a REST API to remotely manage containers over the network,
- using an image based workflow and with support for live migration.
- .
- This package contains the command line client.
-Built-Using: golang-1.6 (= 1.6.2-0ubuntu5~16.04.3), golang-context (= 0.0~git20140604.1.14f550f-1), golang-defaults (= 2:1.6-1ubuntu4), golang-github-gorilla-mux (= 0.0~git20150814.0.f7b6aaa-1), golang-github-gosexy-gettext (= 0~git20130221-0ubuntu6), golang-github-mattn-go-colorable (= 0.0~git20160226.9cbef7c3-1), golang-github-mattn-go-sqlite3 (= 1.1.0~dfsg1-1), golang-github-olekukonko-tablewriter (= 0.0~git20151029.0.a5eefc2-1), golang-github-pborman-uuid (= 0.0+git20150824.0.cccd189-1ubuntu1), golang-go.crypto (= 1:0.0~git20161012.0.5f31782-1ubuntu0.16.04.1), golang-gocapability-dev (= 0.0~git20150506.1.66ef2aa-1ubuntu1), golang-gopkg-flosch-pongo2.v3 (= 3.0+git20141028.0.5e81b81-0ubuntu1), golang-gopkg-inconshreveable-log15.v2 (= 2.11+git20150921.0.b105bd3-0ubuntu1), golang-gopkg-lxc-go-lxc.v2 (= 0.0~git20161126.1.82a07a6-0ubuntu1~ubuntu16.04.1), golang-gopkg-tomb.v2 (= 0.0~git20140626.14b3d72-1), golang-goprotobuf (= 0.0~git20150526-2), golang-petname (= 2.4-0ubuntu1~16.04), golang-websocket (= 0.0~git20150811.0.b6ab76f-1), golang-yaml.v2 (= 0.0+git20160301.0.a83829b-1)
-Homepage: https://linuxcontainers.org/
-
-Package: snapd
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 64824
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.27.5
-Replaces: snap-confine (<< 2.23), ubuntu-core-launcher (<< 2.22), ubuntu-snappy (<< 1.9), ubuntu-snappy-cli (<< 1.9)
-Depends: adduser, apparmor (>= 2.10.95-0ubuntu2.2), ca-certificates, gnupg1 | gnupg, openssh-client, squashfs-tools, systemd, init-system-helpers (>= 1.18~), libc6 (>= 2.17), libudev1 (>= 183)
-Breaks: snap-confine (<< 2.23), ubuntu-core-launcher (<< 2.22), ubuntu-snappy (<< 1.9), ubuntu-snappy-cli (<< 1.9)
-Conflicts: snap (<< 2013-11-29-1ubuntu1)
-Conffiles:
- /etc/X11/Xsession.d/65snappy 60eec5a60da65a48f955c36cb9af5b65
- /etc/apparmor.d/usr.lib.snapd.snap-confine.real 994d8eb49eaa72b3458ec31ba066e797
- /etc/profile.d/apps-bin-path.sh 56b08690624e46bccb8cc0be056e50ab
-Description: Tool to interact with Ubuntu Core Snappy.
- Install, configure, refresh and remove snap packages. Snaps are
- 'universal' packages that work across many different Linux systems,
- enabling secure distribution of the latest apps and utilities for
- cloud, servers, desktops and the internet of things.
- .
- This is the CLI for snapd, a background service that takes care of
- snaps on the system. Start with 'snap list' to see installed snaps.
-Built-Using: apparmor (= 2.10.95-0ubuntu2.6), golang-1.6 (= 1.6.2-0ubuntu5~16.04.3), golang-defaults (= 2:1.6-1ubuntu4), libcap2 (= 1:2.24-12), libseccomp (= 2.2.3-3ubuntu3)
-Homepage: https://github.com/snapcore/snapd
-
-Package: ubiquity-ubuntu-artwork
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 766
-Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
-Architecture: all
-Source: ubiquity
-Version: 2.21.63.6
-Replaces: espresso-ubuntu-artwork, espresso-ubuntu-doc, ubiquity (<< 1.13.0), ubiquity-ubuntu-doc, ubuntu-express-ubuntu-artwork, ubuntu-express-ubuntu-doc
-Provides: ubiquity-artwork-2.21.63.6
-Conflicts: espresso-ubuntu-artwork, espresso-ubuntu-doc, ubiquity-ubuntu-doc, ubuntu-express-ubuntu-artwork, ubuntu-express-ubuntu-doc
-Description: Ubuntu artwork for Ubiquity live installer
- This package provides Ubuntu-themed user interface artwork, help files, and
- user interface text for the Ubiquity live CD installer.
-
-Package: libclang1-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 12772
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev
-Description: C interface to the clang library
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
- .
- This package contains the clang library.
- .
- The C Interface to Clang provides a relatively small API that exposes
- facilities for parsing source code into an abstract syntax tree (AST),
- loading already-parsed ASTs, traversing the AST, associating physical source
- locations with elements within the AST, and other facilities that support
- Clang-based development tools.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libbulletxmlworldimporter2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 114
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libbulletxmlworldimporter2.83, libbulletxmlworldimporter2.83v5
-Depends: libbulletdynamics2.83.6, libbulletworldimporter2.83.6, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 5.2), libtinyxml2.6.2v5
-Breaks: libbulletxmlworldimporter2.83, libbulletxmlworldimporter2.83v5
-Description: professional 3D Game Multiphysics Library -- xml world importer
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the BulletXmlWorldImporter shared library which can be
- used by Blender and other software to export or import the Bullet physics file
- format.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: squashfs-tools
-Status: install ok installed
-Priority: optional
-Section: kernel
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:4.3-3ubuntu2
-Depends: libc6 (>= 2.14), liblz4-1 (>= 0.0~r113), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2, zlib1g (>= 1:1.1.4)
-Description: Tool to create and append to squashfs filesystems
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival use
- (i.e. in cases where a .tar.gz file may be used), and in constrained block
- device/memory systems (e.g. embedded systems) where low overhead is needed.
-Homepage: http://squashfs.sourceforge.net/
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: libfcitx-config4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 123
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fcitx
-Version: 1:4.2.9.1-1ubuntu1.16.04.2
-Replaces: fcitx (<< 1:4.2.9.1), fcitx-libs (<< 1:4.2.8.5-3)
-Depends: libc6 (>= 2.14), libfcitx-utils0 (>= 4.2.7)
-Suggests: fcitx (>= 1:4.2.9.1)
-Breaks: fcitx (<< 1:4.2.9.1), fcitx-libs (<< 1:4.2.8.5-3)
-Description: Flexible Input Method Framework - configuration support library
- Fcitx is a input method framework with extension support, which provides
- an interface for entering characters of different scripts in applications
- using a variety of mapping systems.
- .
- It offers a pleasant and modern experience, with intuitive graphical
- configuration tools and customizable skins and mapping tables. It is
- highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
- for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
- API.
- .
- This package contains the library file:
- * libfcitx-config - support library for Fcitx configurations
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-Homepage: https://github.com/fcitx/fcitx
-
-Package: libpwquality1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 40
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libpwquality
-Version: 1.3.0-0ubuntu1
-Depends: libc6 (>= 2.14), libcrack2 (>= 2.8.12), libpwquality-common
-Description: library for password quality checking and generation
- libpwquality's purpose is to provide common functions for password
- quality checking and also scoring them based on their apparent randomness. The
- library also provides a function for generating random passwords with good
- pronounceability.
- .
- This package contains the shared library.
-Homepage: https://fedorahosted.org/libpwquality/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libgettextpo0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 395
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gettext
-Version: 0.19.7-2ubuntu3
-Replaces: gettext (<< 0.18.1.1-6)
-Depends: libc6 (>= 2.14), libunistring0
-Breaks: gettext (<< 0.18.1.1-6)
-Description: GNU Internationalization library
- This package contains the libgettextpo shared library for interfacing
- programmatically with GNU gettext .po files.
-Homepage: http://www.gnu.org/software/gettext/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: pkg-config
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 173
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.29.1-0ubuntu1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), dpkg-dev, libdpkg-perl
-Conffiles:
- /etc/dpkg/dpkg.cfg.d/pkg-config-hook-config 467c877de00898418a9b26d432a1719a
-Description: manage compile and link flags for libraries
- pkg-config is a system for managing library compile and link flags that
- works with automake and autoconf.
- .
- Increasingly libraries ship with ".pc" files that allow querying of the
- compiler and linker flags needed to use them through the pkg-config(1)
- program.
-Homepage: http://pkg-config.freedesktop.org
-Original-Maintainer: Tollef Fog Heen <tfheen@debian.org>
-
-Package: base-files
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 312
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 9.4ubuntu4.6
-Replaces: base, dpkg (<= 1.15.0), miscutils
-Provides: base
-Pre-Depends: awk
-Breaks: initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~)
-Conffiles:
- /etc/debian_version e90148aa8aae3eb74ca11dc306b03dcd
- /etc/dpkg/origins/debian 731423fa8ba067262f8ef37882d1e742
- /etc/dpkg/origins/ubuntu ea35901c45553c3451f60476be94d2d8
- /etc/host.conf 89408008f2585c957c031716600d5a80
- /etc/issue df83af441843aaf15b83ebec82fb2c5a
- /etc/issue.net 17d2ee95bbbe92c2cbf9c72b8dd8371c
- /etc/legal 0110925f6e068836ef2e09356e3651d9
- /etc/lsb-release 547e1a1d7a7e5ced38ee8a3989fb8f97
- /etc/update-motd.d/00-header 4a1e6eed7a59f200b4267085721750a3
- /etc/update-motd.d/10-help-text d95d18b11ac12cf6582d08a1643034f3
-Description: Debian base system miscellaneous files
- This package contains the basic filesystem hierarchy of a Debian system, and
- several important miscellaneous files, such as /etc/debian_version,
- /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others,
- and the text of several common licenses in use on Debian systems.
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: libyajl2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 81
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: yajl
-Version: 2.1.0-2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Yet Another JSON Library
- A small, fast library for parsing JavaScript Object Notation (JSON). It
- supports incremental parsing from a stream and leaves data representation to
- higher level code.
-Original-Maintainer: John Stamp <jstamp@users.sourceforge.net>
-Homepage: http://lloyd.github.com/yajl/
-
-Package: lxc-common
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 170
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lxc
-Version: 2.0.8-0ubuntu1~16.04.2
-Replaces: lxc (<< 2.0.0~rc2-0ubuntu1~)
-Depends: liblxc1 (= 2.0.8-0ubuntu1~16.04.2), apparmor (>= 2.8.96~2652-0ubuntu1), libc6 (>= 2.17)
-Breaks: lxc (<< 2.0.0~rc2-0ubuntu1~)
-Conffiles:
- /etc/apparmor.d/abstractions/lxc/container-base e111834cbdac665e67d54bffa4689356
- /etc/apparmor.d/abstractions/lxc/start-container 60c90cb3d001c38eedf3bb1a74dc0767
- /etc/apparmor.d/lxc-containers 78fd8b29fb81887bdab6313b3f5e6b3d
- /etc/apparmor.d/lxc/lxc-default eae02786d40a1ff7d317362d181f6eee
- /etc/apparmor.d/lxc/lxc-default-cgns 128c9d5468f16fdbd41033393c03b104
- /etc/apparmor.d/lxc/lxc-default-with-mounting 5e239a4100457fc09b4f02327283259d
- /etc/apparmor.d/lxc/lxc-default-with-nesting 0bbb509f3cb98028c754b9a3eb84d556
- /etc/apparmor.d/usr.bin.lxc-start e3822e488353a11a11387a4b3a3132b2
-Description: Linux Containers userspace tools (common tools)
- Containers are insulated areas inside a system, which have their own namespace
- for filesystem, network, PID, IPC, CPU and memory allocation and which can be
- created using the Control Group and Namespace features included in the Linux
- kernel.
- .
- This package contains a few binaries and security profiles required by
- all liblxc1 users.
-Homepage: https://linuxcontainers.org
-
-Package: libhyphen0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 72
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: hyphen
-Version: 2.8.8-2ubuntu1
-Depends: libc6 (>= 2.14)
-Description: ALTLinux hyphenation library - shared library
- ALTLinuxhyph is a modified version of libhnj which is a high quality
- hyphenation and justification library based on the TeX
- hyphenation algorithm. The TeX hyphenation patterns could be used after
- a preprocessing step.
- .
- It is used in OpenOffice.org
- .
- This package contains the shared library.
-Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
-
-Package: libdrm-intel1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 185
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdrm
-Version: 2.4.83-1~16.04.1
-Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0
-Description: Userspace interface to intel-specific kernel DRM services -- runtime
- This library implements the userspace interface to the kernel DRM
- services. DRM stands for "Direct Rendering Manager", which is the
- kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
- The DRI is currently used on Linux to provide hardware-accelerated
- OpenGL drivers.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: https://cgit.freedesktop.org/mesa/drm/
-
-Package: libisl15
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1674
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: isl
-Version: 0.16.1-1
-Depends: libc6 (>= 2.14), libgmp10
-Description: manipulating sets and relations of integer points bounded by linear constraints
- isl is a library for manipulating sets and relations of integer points
- bounded by linear constraints. Supported operations on sets include
- intersection, union, set difference, emptiness check, convex hull,
- (integer) affine hull, integer projection, and computing the lexicographic
- minimum using parametric integer programming. It also includes an ILP solver
- based on generalized basis reduction.
- .
- This package contains the runtime library.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-Homepage: http://isl.gforge.inria.fr/
-
-Package: libyaml-0-2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 162
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libyaml
-Version: 0.1.6-3
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Fast YAML 1.1 parser and emitter library
- LibYAML is a C library for parsing and emitting data in YAML 1.1, a
- human-readable data serialization format.
-Original-Maintainer: Anders Kaseorg <andersk@mit.edu>
-Homepage: http://pyyaml.org/wiki/LibYAML
-
-Package: libx11-xcb1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 76
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libx11
-Version: 2:1.6.3-1ubuntu2
-Depends: libc6 (>= 2.2.5)
-Description: Xlib/XCB interface library
- libX11-xcb provides functions needed by clients which take advantage of
- Xlib/XCB to mix calls to both Xlib and XCB over the same X connection.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- More information about XCB can be found at:
- <URL:http://xcb.freedesktop.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libX11
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libisccc140
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 78
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: libbind0
-Depends: libc6 (>= 2.4), libisc160
-Conflicts: libbind0, libbind9-41
-Description: Command Channel Library used by BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the libisccc shared library used by BIND's daemons
- and clients, particularly rndc.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: libgmp10
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 554
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gmp
-Version: 2:6.1.0+dfsg-2
-Depends: libc6 (>= 2.14)
-Description: Multiprecision arithmetic library
- GNU MP is a programmer's library for arbitrary precision
- arithmetic (ie, a bignum package). It can operate on signed
- integer, rational, and floating point numeric types.
- .
- It has a rich set of functions, and the functions have a regular
- interface.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://gmplib.org/
-
-Package: libntlm0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 68
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libntlm
-Version: 1.4-7
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: NTLM authentication library
- NTLM is an authentication protocol used in various Microsoft network
- protocol implementations and supported by the NTLM Security Support
- Provider ("NTLMSSP"). Originally used for authentication and negotiation
- of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as
- an integrated single sign-on mechanism.
- .
- NTLM employs a challenge-response mechanism for authentication, in which
- clients are able to prove their identities without sending a password to
- the server. It consists of three messages, commonly referred to as Type 1
- (negotiation), Type 2 (challenge) and Type 3 (authentication).
-Original-Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
-Homepage: http://www.nongnu.org/libntlm/
-
-Package: libpanel-applet0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 175
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gnome-panel
-Version: 1:3.18.3-0ubuntu0.1
-Depends: libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.45.3), libgtk-3-0 (>= 3.15.2), libx11-6
-Description: library for GNOME Panel applets
- This library is used by GNOME Panel applets.
-Homepage: https://wiki.gnome.org/Projects/GnomePanel
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libgtk-3-bin
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 283
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: gtk+3.0
-Version: 3.18.9-1ubuntu3.3
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.14.0), libglib2.0-0 (>= 2.45.8), libgtk-3-0 (>= 3.18.9-1ubuntu3.3), libgtk-3-common (>= 3.18.9-1ubuntu3.3)
-Description: programs for the GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
- interfaces. Offering a complete set of widgets, GTK+ is suitable
- for projects ranging from small one-off tools to complete application
- suites.
- .
- This package contains the utilities which are used by the libraries
- and other packages.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libwacom-bin
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 22
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: libwacom
-Version: 0.22-1~ubuntu16.04.1
-Depends: libc6 (>= 2.8), libglib2.0-0 (>= 2.12.0), libwacom2 (>= 0.5)
-Description: Wacom model feature query library -- binaries
- libwacom is a library to identify wacom tablets and their model-specific
- features. It provides easy access to information such as "is this a built-in
- on-screen tablet", "what is the size of this model", etc.
- .
- This package contains the utilities which are used by the libraries.
-Original-Maintainer: Timo Aaltonen <tjaalton@debian.org>
-
-Package: mercurial-common
-Status: install ok installed
-Priority: optional
-Section: vcs
-Installed-Size: 9591
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: mercurial
-Version: 3.7.3-1ubuntu1
-Replaces: mercurial (<< 2.6.3)
-Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-excanvas
-Recommends: mercurial (>= 3.7.3-1ubuntu1), ca-certificates
-Suggests: wish, python-mysqldb, python-pygments, python-openssl
-Breaks: mercurial (<< 3.7.3-1ubuntu1)
-Conffiles:
- /etc/mercurial/hgrc bcefdbdbe45da0913c9ae243149fd497
- /etc/mercurial/hgrc.d/cacerts.rc 9f9020947cdcb24be9e042f5fa40a43a
- /etc/mercurial/hgrc.d/mergetools.rc c5e612d1035c11607a822dbc1881eac7
-Description: easy-to-use, scalable distributed version control system (common files)
- Mercurial is a fast, lightweight Source Control Management system designed
- for efficient handling of very large distributed projects.
- .
- This package contains the architecture independent components of Mercurial,
- and is generally useless without the mercurial package.
-Homepage: https://www.mercurial-scm.org/
-Original-Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
-
-Package: sensible-utils
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 110
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 0.0.9
-Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
-Description: Utilities for sensible alternative selection
- This package provides a number of small utilities which are used
- by programs to sensibly select and spawn an appropriate browser,
- editor, or pager.
- .
- The specific utilities included are: sensible-browser sensible-editor
- sensible-pager
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libpixman-1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 699
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pixman
-Version: 0.33.6-1
-Depends: libc6 (>= 2.14)
-Description: pixel-manipulation library for X and cairo
- A library for manipulating pixel regions -- a set of Y-X banded
- rectangles, image compositing using the Porter/Duff model
- and implicit mask generation for geometric primitives including
- trapezoids, triangles, and rectangles.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://pixman.org/
-
-Package: python3-pyasn1
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 194
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: pyasn1
-Version: 0.1.9-1
-Depends: python3:any (>= 3.3.2-2~)
-Suggests: doc-base
-Description: ASN.1 library for Python (Python 3 module)
- This is an implementation of ASN.1 types and codecs in Python
- programming language. It has been first written to support particular
- protocol (SNMP) but then generalized to be suitable for a wide range
- of protocols based on ASN.1 specification.
- .
- This package contains the Python 3 module.
-Original-Maintainer: Jan Lübbe <jluebbe@debian.org>
-Homepage: http://pyasn1.sourceforge.net/
-
-Package: mercurial
-Status: install ok installed
-Priority: optional
-Section: vcs
-Installed-Size: 182
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.7.3-1ubuntu1
-Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~), ucf (>= 2.0020), mercurial-common (= 3.7.3-1ubuntu1)
-Recommends: openssh-client
-Suggests: qct, kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff
-Breaks: hgsubversion (<< 1.8.3-2), hgview-common (<< 1.8.1), mercurial-crecord (<= 0.20140626-1), mercurial-git (<< 0.8.3-1), qct (<< 1.7-2~)
-Description: easy-to-use, scalable distributed version control system
- Mercurial is a fast, lightweight Source Control Management system designed
- for efficient handling of very large distributed projects.
- .
- Its features include:
- * O(1) delta-compressed file storage and retrieval scheme
- * Complete cross-indexing of files and changesets for efficient exploration
- of project history
- * Robust SHA1-based integrity checking and append-only storage model
- * Decentralized development model with arbitrary merging between trees
- * High-speed HTTP-based network merge protocol
- * Easy-to-use command-line interface
- * Integrated stand-alone web interface
- * Small Python codebase
- .
- This package contains the architecture dependent files.
-Homepage: https://www.mercurial-scm.org/
-Original-Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
-
-Package: acpid
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 134
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:2.0.26-1ubuntu2
-Depends: libc6 (>= 2.15), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), kmod
-Conffiles:
- /etc/acpi/events/powerbtn 57f021ab2369f211018d6e7d11434314
- /etc/acpi/powerbtn.sh 8ddb9ce410dccdbccce532827188afd3
- /etc/default/acpid 5b934527919a9bba89c7978d15e918b3
- /etc/init.d/acpid 05d217072d397076fb17c42d27d66564
- /etc/init/acpid.conf 453ad369b68056df0f0c022e7c02d797
-Description: Advanced Configuration and Power Interface event daemon
- Modern computers support the Advanced Configuration and Power Interface (ACPI)
- to allow intelligent power management on your system and to query battery and
- configuration status.
- .
- ACPID is a completely flexible, totally extensible daemon for delivering
- ACPI events. It listens on netlink interface (or on the deprecated file
- /proc/acpi/event), and when an event occurs, executes programs to handle the
- event. The programs it executes are configured through a set of configuration
- files, which can be dropped into place by packages or by the admin.
-Homepage: http://sourceforge.net/projects/acpid2/
-Original-Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>
-
-Package: libmp3lame0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 306
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lame
-Version: 3.99.5+repack1-9build1
-Depends: libc6 (>= 2.14)
-Description: MP3 encoding library
- LAME (LAME Ain't an MP3 Encoder) is a research project for learning about and
- improving MP3 encoding technology. LAME includes an MP3 encoding library, a
- simple frontend application, and other tools for sound analysis, as well as
- convenience tools.
- .
- This package contains the shared library.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://lame.sourceforge.net/
-
-Package: geoclue-ubuntu-geoip
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 79
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: ubuntu-geoip
-Version: 1.0.2+14.04.20131125-0ubuntu2
-Provides: geoclue-provider
-Depends: geoclue, dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.2.5), libgeoclue0 (>= 0.12.0), libglib2.0-0 (>= 2.37.3), libnm-glib4 (>= 0.7.999), libsoup2.4-1 (>= 2.33.92)
-Description: Provide positioning for GeoClue via Ubuntu GeoIP services
- GeoClue provides applications access to various geographical information
- sources using a D-Bus API or a C library.
- .
- This package provides a positioning backend for GeoClue.
- It uses the IP geolocation database (http://geoip.ubuntu.com/lookup).
-Homepage: https://launchpad.net/ubuntu-geoip
-
-Package: libedataserver-1.2-21
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1088
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.14), libcamel-1.2-54 (>= 3.17), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.40), libicu55 (>= 55.1-1~), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.42), libstdc++6 (>= 5.2), libxml2 (>= 2.9.0), evolution-data-server-common (>= 3.18)
-Description: Utility library for evolution data servers
- The data server, called "Evolution Data Server" is responsible for managing
- calendar and addressbook information.
- .
- This package is a utility library for evolution-data-server.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libblas3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 472
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: lapack
-Version: 3.6.0-2ubuntu2
-Provides: libblas.so.3
-Depends: libc6 (>= 2.4), libblas-common
-Description: Basic Linear Algebra Reference implementations, shared library
- BLAS (Basic Linear Algebra Subroutines) is a set of efficient
- routines for most of the basic vector and matrix operations.
- They are widely used as the basis for other high quality linear
- algebra software, for example lapack and linpack. This
- implementation is the Fortran 77 reference implementation found
- at netlib.
- .
- This package contains a shared version of the library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.netlib.org/lapack/
-
-Package: libbulletsoftbody2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 302
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libbulletsoftbody2.83, libbulletsoftbody2.83v5
-Depends: libbulletcollision2.83.6, libbulletdynamics2.83.6, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libbulletsoftbody2.83, libbulletsoftbody2.83v5
-Description: professional 3D Game Multiphysics Library -- soft body
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the BulletSoftbody shared library.
- .
- It features soft body dynamics for cloth, rope and deformable volumes with
- two-way interaction with rigid bodies, including constraint support.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: dpkg-dev
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 1715
-Origin: debian
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Bugs: debbugs://bugs.debian.org
-Architecture: all
-Multi-Arch: foreign
-Source: dpkg
-Version: 1.18.4ubuntu1.4
-Replaces: manpages-it (<< 2.80-4)
-Depends: libdpkg-perl (= 1.18.4ubuntu1.4), bzip2, xz-utils, patch (>= 2.7), make, binutils, base-files (>= 5.0.0)
-Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl
-Suggests: debian-keyring
-Breaks: devscripts (<< 2.14.10), dpkg-cross (<< 2.0.0)
-Conffiles:
- /etc/dpkg/shlibs.default 1a2b9d0a869e2aa885ae3621c557fb95
- /etc/dpkg/shlibs.override 84b1e69080569cc5c613a50887af5200
-Description: Debian package development tools
- This package provides the development tools (including dpkg-source)
- required to unpack, build and upload Debian source packages.
- .
- Most Debian source packages will require additional tools to build;
- for example, most packages need make and the C compiler gcc.
-Homepage: https://wiki.debian.org/Teams/Dpkg
-Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
-
-Package: gir1.2-glib-2.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 619
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gobject-introspection
-Version: 1.46.0-3ubuntu1
-Depends: libgirepository-1.0-1 (>= 1.45.4), libglib2.0-0 (>= 2.47.1)
-Description: Introspection data for GLib, GObject, Gio and GModule
- GObject Introspection is a project for providing machine readable
- introspection data of the API of C libraries. This introspection
- data can be used in several different use cases, for example
- automatic code generation for bindings, API verification and documentation
- generation.
- .
- GObject Introspection contains tools to generate and handle the
- introspection data.
- .
- This package contains the introspection data for the GLib, GObject,
- GModule and Gio libraries.
-Homepage: https://wiki.gnome.org/GObjectIntrospection
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libjpeg-turbo8-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 1385
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libjpeg-turbo
-Version: 1.4.2-0ubuntu3
-Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev (<< 8c-2ubuntu5)
-Provides: libjpeg-dev
-Depends: libc-dev, libjpeg-turbo8 (= 1.4.2-0ubuntu3)
-Conflicts: libjpeg62-dev, libjpeg7-dev
-Description: Development files for the IJG JPEG library
- The Independent JPEG Group's JPEG library is a library for handling
- JPEG files.
- .
- This package contains the static library, headers and documentation.
-Homepage: http://libjpeg-turbo.virtualgl.org/
-
-Package: clang-modernize-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 12038
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: cpp11-migrate-3.3, cpp11-migrate-3.4
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), clang-3.6
-Breaks: cpp11-migrate-3.3, cpp11-migrate-3.4
-Description: Tool to convert C++98 and C++03 code to C++11
- The purpose of the C++11 Migrator is to do source-to-source translation to
- migrate existing C++ code to use C++11 features to enhance
- maintainability, readability, runtime performance, and compile-time
- performance. Development is still early and transforms fall mostly into
- the first two categories. The migrator is based on Clang's LibTooling and
- the AST Matching library.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libxcursor1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 58
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcursor
-Version: 1:1.1.14-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1
-Description: X cursor management library
- Xcursor is a simple library designed to help locate and load cursors for the
- X Window System. Cursors can be loaded from files or memory and can exist in
- several sizes; the library automatically picks the best size. When using
- images loaded from files, Xcursor prefers to use the Render extension's
- CreateCursor request for rendering cursors. Where the Render extension is
- not supported, Xcursor maps the cursor image to a standard X cursor and uses
- the core X protocol CreateCursor request.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: ubuntu-touch-sounds
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 12551
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 15.08
-Description: sounds for the Ubuntu Touch image
- That package provides notification and ringtones sound effects for Ubuntu
- Touch.
-
-Package: patch
-Status: install ok installed
-Priority: standard
-Section: vcs
-Installed-Size: 238
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.7.5-1
-Depends: libc6 (>= 2.17)
-Suggests: ed, diffutils-doc
-Description: Apply a diff file to an original
- Patch will take a patch file containing any of the four forms
- of difference listing produced by the diff program and apply
- those differences to an original file, producing a patched
- version.
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Homepage: http://savannah.gnu.org/projects/patch/
-
-Package: dkms
-Status: install ok installed
-Priority: optional
-Section: kernel
-Installed-Size: 259
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2.2.0.3-2ubuntu11.5
-Depends: kmod | kldutils, gcc, make | build-essential | dpkg-dev, coreutils (>= 7.4), patch
-Recommends: fakeroot, menu | sudo
-Conffiles:
- /etc/bash_completion.d/dkms fbb05514b62b89752809c57964679b3b
- /etc/dkms/framework.conf 4e72dd99504978161b561f69256c1696
- /etc/dkms/template-dkms-mkdeb/Makefile d97acaeba72f667d3eb69695e9018243
- /etc/dkms/template-dkms-mkdeb/debian/README.Debian 6707f5716bc3a2d65fa1b05d81ba8add
- /etc/dkms/template-dkms-mkdeb/debian/changelog f14e36c92f14270163eb20fa883d463e
- /etc/dkms/template-dkms-mkdeb/debian/compat 84bc3da1b3e33a18e8d5e1bdd7a18d7a
- /etc/dkms/template-dkms-mkdeb/debian/control 932cd11859c7c153a8c458325e74497f
- /etc/dkms/template-dkms-mkdeb/debian/copyright de471e376ba2c3886424b5c4649c42d6
- /etc/dkms/template-dkms-mkdeb/debian/dirs ea7a90f4a1be2e0054c3d4920c29e33f
- /etc/dkms/template-dkms-mkdeb/debian/postinst 205c51f28c7327c0d13f5891fac55d04
- /etc/dkms/template-dkms-mkdeb/debian/prerm e7c0c39003edb2255d22a775efa907e5
- /etc/dkms/template-dkms-mkdeb/debian/rules c385ec9e8f6c6745ad9b9665c38cbd84
- /etc/kernel/header_postinst.d/dkms fa05cd89316f042b4ed12090e5aad896
- /etc/kernel/postinst.d/dkms fa05cd89316f042b4ed12090e5aad896
- /etc/kernel/prerm.d/dkms 880ff695b22250b58bf0af48b31b2604
- /etc/modprobe.d/dkms.conf 74452a1f23577a0bb30d764a895429d0
-Description: Dynamic Kernel Module Support Framework
- DKMS is a framework designed to allow individual kernel modules to be upgraded
- without changing the whole kernel. It is also very easy to rebuild modules as
- you upgrade kernels.
-Homepage: http://linux.dell.com/dkms
-Original-Maintainer: Dynamic Kernel Modules Support Team <pkg-dkms-maint@lists.alioth.debian.org>
-
-Package: libglib2.0-data
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 212
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: glib2.0
-Version: 2.48.2-0ubuntu1
-Description: Common files for GLib library
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package is needed for the runtime libraries to display messages in
- languages other than English.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: p11-kit-modules
-Status: install ok installed
-Priority: extra
-Section: misc
-Installed-Size: 250
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: p11-kit
-Version: 0.23.2-5~ubuntu16.04.1
-Replaces: p11-kit (<= 0.20.2-1)
-Depends: libc6 (>= 2.16), libtasn1-6 (>= 4.5), libp11-kit0 (= 0.23.2-5~ubuntu16.04.1)
-Breaks: p11-kit (<= 0.20.2-1)
-Description: p11-glue proxy and trust modules
- The p11-kit library provides a way to load and enumerate Public-Key
- Cryptography Standard #11 modules, along with a standard configuration
- setup for installing PKCS#11 modules so that they're discoverable. It
- also solves problems with coordinating the use of PKCS#11 by different
- components or libraries living in the same process.
- .
- This package contains the p11-kit proxy module and the system trust
- policy module.
-Homepage: http://p11-glue.freedesktop.org/p11-kit.html
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: libdbusmenu-glib4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdbusmenu
-Version: 16.04.1+16.04.20160927-0ubuntu1
-Description: library for passing menus over DBus
- libdbusmenu passes a menu structure across DBus so that a program can
- create a menu simply without worrying about how it is displayed on the
- other side of the bus.
- .
- This package contains shared libraries to be used by applications.
-Homepage: https://launchpad.net/dbusmenu
-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
-
-Package: libccolamd2.9.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 73
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.4), libsuitesparseconfig4.4.6
-Description: constrained column approximate library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The CCOLAMD library implements the "Constrained COLumn Approximate Minimum
- Degree ordering" algorithm. It computes a permutation vector P such that the
- LU factorization of A (:,P) tends to be sparser than that of A. The Cholesky
- factorization of (A (:,P))'*(A (:,P)) will also tend to be sparser than that
- of A'*A.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: passwd
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 2363
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: shadow
-Version: 1:4.2-3.1ubuntu5.3
-Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsemanage1 (>= 2.0.3), lsb-base (>= 4.1+Debian11ubuntu7), libpam-modules, debianutils (>= 2.15.2)
-Conffiles:
- /etc/cron.daily/passwd db990990933b6f56322725223f13c2bc
- /etc/default/useradd cc9f9a7713ab62a32cd38363d958f396
- /etc/init/passwd.conf 948960f10233ae11ffad9027ef430c3d
- /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa
- /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2
- /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6
- /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5
- /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63
-Description: change and administer password and group data
- This package includes passwd, chsh, chfn, and many other programs to
- maintain password and group data.
- .
- Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian
-Homepage: http://pkg-shadow.alioth.debian.org/
-Original-Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
-
-Package: libghc-scientific-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 1012
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-scientific
-Version: 0.3.4.4-1build1
-Provides: libghc-scientific-dev-0.3.4.4-ad7a1
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-binary-dev-0.7.5.0-bf6a9, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev-1.4.1.1-614b6, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-hashable-dev-1.2.3.3-ce7af, libghc-integer-gmp-dev-1.0.0.0-3c8c4, libghc-text-dev-1.2.2.0-2c09c, libghc-vector-dev-0.11.0.0-c6a21, libc6 (>= 2.2.5)
-Suggests: libghc-scientific-doc, libghc-scientific-prof
-Description: scientific notation for floating-point numbers
- This package provides a Haskell datatype for representing and pretty-printing
- arbitrary-precision numbers using scientific notation.
- .
- Its primary use-case is to serve as the target of parsing floating point
- numbers. Since the textual representation of floating point numbers use
- scientific notation they can be efficiently parsed to a Scientific number.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/basvandijk/scientific
-Ghc-Package: scientific-0.3.4.4-ad7a1961c108e1f16b5a5fcaa26862eb
-
-Package: krb5-multidev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 785
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libkrb5-3 (= 1.13.2+dfsg-5ubuntu2), libk5crypto3 (= 1.13.2+dfsg-5ubuntu2), libgssapi-krb5-2 (= 1.13.2+dfsg-5ubuntu2), libgssrpc4 (= 1.13.2+dfsg-5ubuntu2), libkadm5srv-mit9 (= 1.13.2+dfsg-5ubuntu2), libkadm5clnt-mit9 (= 1.13.2+dfsg-5ubuntu2), comerr-dev
-Suggests: krb5-doc
-Description: Development files for MIT Kerberos without Heimdal conflict
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- Most users wishing to build applications against MIT Kerberos should
- install libkrb5-dev. However, that package conflicts with heimdal-dev.
- This package installs libraries and headers in /usr/include/mit-krb5 and
- /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which
- provides the same facilities for Heimdal.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: cups-pk-helper
-Status: install ok installed
-Priority: extra
-Section: gnome
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.2.5-2ubuntu2
-Depends: libc6 (>= 2.4), libcups2 (>= 1.6.0), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.99)
-Conffiles:
- /etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf f7466ca8af066dfbaa8489006e02d28c
-Description: PolicyKit helper to configure cups with fine-grained privileges
- This package provides a PolicyKit helper to configure cups with
- fine-grained privileges. For example, it's possible to let users
- enable/disable printers without requiring a password, while still
- requiring a password for editing printer settings.
-Homepage: http://www.freedesktop.org/wiki/Software/cups-pk-helper
-Original-Maintainer: Guido Günther <agx@sigxcpu.org>
-
-Package: init-system-helpers
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1.29ubuntu4
-Replaces: sysv-rc (<< 2.88dsf-59.3~), sysvinit-utils (<< 2.88dsf-59.3)
-Depends: perl-base (>= 5.20.1-3)
-Breaks: systemd (<< 44-12), sysvinit-utils (<< 2.88dsf-59.3~)
-Conflicts: file-rc (<< 0.8.17~), openrc (<= 0.18.3-1)
-Description: helper tools for all init systems
- This package contains helper tools that are necessary for switching between
- the various init systems that Debian contains (e. g. sysvinit or
- systemd). An example is deb-systemd-helper, a script that enables systemd unit
- files without depending on a running systemd.
- .
- It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which
- provide an abstraction for enabling, disabling, starting, and stopping
- services for all supported Debian init systems as specified by the policy.
- .
- While this package is maintained by pkg-systemd-maintainers, it is NOT
- specific to systemd at all. Maintainers of other init systems are welcome to
- include their helpers in this package.
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: openssh-server
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 891
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: openssh
-Version: 1:7.2p2-4ubuntu2.2
-Replaces: ssh, ssh-krb5
-Provides: ssh-server
-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libkrb5-3 (>= 1.13~alpha1+dfsg), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.2), libsystemd0, libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), openssh-client (= 1:7.2p2-4ubuntu2.2), libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), procps, openssh-sftp-server
-Recommends: xauth, ncurses-term, ssh-import-id
-Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere
-Conflicts: sftp, ssh-socks, ssh2
-Conffiles:
- /etc/default/ssh 500e3cf069fe9a7b9936108eb9d9c035
- /etc/init.d/ssh aca247a51227a8f8b37a8c2a4a703571
- /etc/init/ssh.conf 9e5ed011987e63f8035fb847170dfa3f
- /etc/network/if-up.d/openssh-server 27e8d7b929948969ba71bf04fe269b4d
- /etc/pam.d/sshd 8b4c7a12b031424b2a9946881da59812
- /etc/ufw/applications.d/openssh-server 486b78d54b93cc9fdc950c1d52ff479e
-Description: secure shell (SSH) server, for secure access from remote machines
- This is the portable version of OpenSSH, a free implementation of
- the Secure Shell protocol as specified by the IETF secsh working
- group.
- .
- Ssh (Secure Shell) is a program for logging into a remote machine
- and for executing commands on a remote machine.
- It provides secure encrypted communications between two untrusted
- hosts over an insecure network. X11 connections and arbitrary TCP/IP
- ports can also be forwarded over the secure channel.
- It can be used to provide applications with a secure communication
- channel.
- .
- This package provides the sshd server.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
- .
- sshd replaces the insecure rshd program, which is obsolete for most
- purposes.
-Homepage: http://www.openssh.com/
-Original-Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
-
-Package: phonon-backend-gstreamer
-Status: install ok installed
-Priority: optional
-Section: sound
-Installed-Size: 376
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 4:4.8.2-0ubuntu2
-Provides: phonon-backend
-Depends: phonon-backend-gstreamer-common (= 4:4.8.2-0ubuntu2), gstreamer1.0-pulseaudio, gstreamer1.0-alsa | gstreamer1.0-audiosink, gstreamer1.0-plugins-base, libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.41.1), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libphonon4 (>= 4:4.7.1~), libqt4-opengl (>= 4:4.8.1), libqtcore4 (>= 4:4.8.1), libqtgui4 (>= 4:4.8.1), libstdc++6 (>= 5.2)
-Recommends: gstreamer1.0-plugins-good
-Suggests: gstreamer1.0-plugins-ugly
-Description: Phonon GStreamer 1.0 backend
- This package contains GStreamer 1.0 backend for Phonon multimedia
- framework. It transparently adapts and reroutes all requests from Phonon
- applications to the GStreamer framework which in turn performs requested
- audio/video decoding/capture tasks.
- .
- You should install gstreamer1.0-plugins-good to get support for playing
- popular free multimedia formats and gstreamer1.0-plugins-ugly to get support
- for popular MPEG audio formats like MP3.
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://phonon.kde.org/
-
-Package: libusb-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 122
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libusb-1.0
-Version: 2:1.0.20-1
-Depends: libc6 (>= 2.17), libudev1 (>= 183)
-Description: userspace USB programming library
- Library for programming USB applications without the knowledge
- of Linux kernel internals.
- .
- This package contains what you need to run programs that use this
- library.
-Original-Maintainer: Aurelien Jarno <aurel32@debian.org>
-Homepage: http://www.libusb.info
-
-Package: liblwp-mediatypes-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 100
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 6.02-1
-Replaces: libwww-perl (<< 6.00)
-Depends: perl
-Breaks: libwww-perl (<< 6.00)
-Description: module to guess media type for a file or a URL
- LWP::MediaTypes provides functions for handling media (also known as MIME)
- types and encodings. The mapping from file extensions to media types is
- defined by the media.types file. If the ~/.media.types file exists it is used
- instead. For backwards compatibility it will also look for ~/.mime.types.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/LWP-MediaTypes/
-
-Package: libalgorithm-diff-xs-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 42
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.04-4build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libalgorithm-diff-perl
-Description: module to find differences between files (XS accelerated)
- Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's
- excellent but not very well-known Algorithm::LCS module, with a drop-in
- interface identical to Algorithm::Diff.
- .
- Note that only the LCSidx function is optimized in XS at the moment, which
- means only compact_diff will get significantly faster for large data sets,
- while diff and sdiff will run in identical speed as Algorithm::Diff.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Algorithm-Diff-XS
-
-Package: libaccount-plugin-google
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 26
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: account-plugins
-Version: 0.12+16.04.20160126-0ubuntu1
-Replaces: account-plugin-google (<< 0.10bzr13.04.30)
-Depends: libaccount-plugin-1.0-0 (>= 0.0.6), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.14.0), signon-plugin-oauth2
-Breaks: account-plugin-google (<< 0.10bzr13.04.30)
-Conflicts: account-plugin-google (<< 0.10bzr13.04.30)
-Description: GNOME Control Center account plugin for single signon - Google Auth
- GNOME Control Center account plugins for single signon
-Homepage: https://launchpad.net/account-plugins
-
-Package: colord-data
-Status: install ok installed
-Priority: optional
-Section: graphics
-Installed-Size: 864
-Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
-Architecture: all
-Source: colord
-Version: 1.2.12-1ubuntu1
-Replaces: colord (<< 1.2.0-2)
-Breaks: colord (<< 1.2.0-2)
-Description: system service to manage device colour profiles -- data files
- colord is a system service that makes it easy to manage, install and generate
- colour profiles to accurately colour manage input and output devices.
- .
- It provides a D-Bus API for system frameworks to query, a persistent data
- store, and a mechanism for session applications to set system policy.
- .
- This package contains data for the colord system daemon.
-Homepage: http://www.freedesktop.org/software/colord/
-
-Package: libtracker-sparql-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1601
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tracker
-Version: 1.6.2-0ubuntu1.1
-Depends: libc6 (>= 2.14), libexempi3 (>= 2.2.0), libexif12 (>= 0.6.21-1~), libglib2.0-0 (>= 2.40.0), libicu55 (>= 55.1-1~), libmediaart-2.0-0 (>= 1.9.0), libunistring0, libuuid1 (>= 2.16)
-Description: metadata database, indexer and search tool - library
- This package contains a library to perform SPARQL queries and updates in the
- Tracker store.
- .
- Tracker is an advanced framework for first class objects with associated
- metadata and tags. It provides a one stop solution for all metadata, tags,
- shared object databases, search tools and indexing.
-Homepage: https://wiki.gnome.org/Projects/Tracker
-Original-Maintainer: Michael Biebl <biebl@debian.org>
-
-Package: libpolkit-backend-1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 126
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: policykit-1
-Version: 0.105-14.1
-Depends: libc6 (>= 2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.105-12~), libsystemd0 (>= 213)
-Breaks: policykit-1 (<< 0.99)
-Description: PolicyKit backend API
- PolicyKit is a toolkit for defining and handling the policy that
- allows unprivileged processes to speak to privileged processes.
- .
- This package contains a library for implementing authentication backends.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/polkit/
-
-Package: python-pygments
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 2841
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: pygments
-Version: 2.1+dfsg-1
-Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
-Recommends: python-chardet, python-pkg-resources
-Suggests: ttf-bitstream-vera
-Description: syntax highlighting package written in Python
- Pygments aims to be a generic syntax highlighter for general use in all kinds
- of software such as forum systems, wikis or other applications that need to
- prettify source code.
- .
- Highlights are:
- * a wide range of common languages and markup formats is supported
- * special attention is paid to details, increasing quality by a fair amount
- * support for new languages and formats are added easily
- * a number of output formats, presently HTML, LaTeX and ANSI sequences
- * it is usable as a command-line tool and as a library
-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
-Homepage: http://pygments.org/
-
-Package: openssh-sftp-server
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 106
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: openssh
-Version: 1:7.2p2-4ubuntu2.2
-Replaces: openssh-server (<< 1:6.5p1-5)
-Depends: libc6 (>= 2.17), openssh-client (= 1:7.2p2-4ubuntu2.2)
-Recommends: openssh-server | ssh-server
-Breaks: openssh-server (<< 1:6.5p1-5)
-Enhances: openssh-server, ssh-server
-Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
- This is the portable version of OpenSSH, a free implementation of
- the Secure Shell protocol as specified by the IETF secsh working
- group.
- .
- Ssh (Secure Shell) is a program for logging into a remote machine
- and for executing commands on a remote machine.
- It provides secure encrypted communications between two untrusted
- hosts over an insecure network. X11 connections and arbitrary TCP/IP
- ports can also be forwarded over the secure channel.
- It can be used to provide applications with a secure communication
- channel.
- .
- This package provides the SFTP server module for the SSH server. It
- is needed if you want to access your SSH server with SFTP. The SFTP
- server module also works with other SSH daemons like dropbear.
-Homepage: http://www.openssh.com/
-Original-Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
-
-Package: libjpeg8-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 26
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libjpeg8-empty
-Version: 8c-2ubuntu8
-Depends: libjpeg-turbo8-dev (>= 1.1.90+svn722-1ubuntu6), libjpeg8 (= 8c-2ubuntu8)
-Description: Independent JPEG Group's JPEG runtime library (dependency package)
- libjpeg8-dev dependency package, depending on libjpeg-turbo8-dev.
-
-Package: libaa1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 151
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: aalib
-Version: 1.4p5-44build1
-Replaces: aalib1
-Provides: aalib1
-Depends: libc6 (>= 2.15), libgpm2 (>= 1.20.4), libncurses5 (>= 6), libslang2 (>= 2.2.4), libtinfo5 (>= 6), libx11-6
-Description: ASCII art library
- AAlib is a portable ASCII art graphics library. Internally, it works like
- a graphics display, but the output is rendered into gorgeous platform
- independent ASCII graphics.
-Original-Maintainer: Gergely Nagy <algernon@madhouse-project.org>
-Homepage: http://aa-project.sourceforge.net/aalib/
-
-Package: gnome-user-share
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 940
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.14.2-2ubuntu4
-Depends: libc6 (>= 2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libglib2.0-0 (>= 2.37.3), libgnome-bluetooth13 (>= 3.12.0), libgtk-3-0 (>= 3.0.0), libnautilus-extension1a (>= 1:2.91), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libselinux1 (>= 1.32), dconf-gsettings-backend | gsettings-backend, bluez-obexd, gnome-bluetooth (>= 3.9.3)
-Suggests: apache2-bin (>= 2.4), libapache2-mod-dnssd (>= 0.6-3.1~)
-Conffiles:
- /etc/xdg/autostart/gnome-user-share-obexpush.desktop ea9ace8c6e8a8c9fe628e544860ed55b
- /etc/xdg/autostart/gnome-user-share-webdav.desktop 80b9f0807098b26809a4bd36a4665ba2
-Description: User level public file sharing via WebDAV or ObexFTP
- gnome-user-share is a small package that allows easy user-level file sharing
- via WebDAV or ObexFTP. The shared files are announced on the network
- by Avahi.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libghc-cereal-dev
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 1983
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-cereal
-Version: 0.4.1.1-4
-Provides: libghc-cereal-dev-0.4.1.1-e5a2d
-Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libc6 (>= 2.2.5)
-Suggests: libghc-cereal-doc, libghc-cereal-prof
-Description: binary serialization library
- A binary serialization library, similar to binary, that introduces an isolate
- primitive for parser isolation, and replaces the asynchronous errors with a
- user-handleable Either type. Similar to binary in performance, but uses a
- strict ByteString instead of a lazy ByteString, thus restricting it to
- operating on finite inputs.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/cereal
-Ghc-Package: cereal-0.4.1.1-e5a2d88c50e3964865156f13d834ca15
-
-Package: ncurses-base
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 336
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Provides: ncurses-runtime
-Breaks: ncurses-term (<< 5.7+20100313-3)
-Conffiles:
- /etc/terminfo/README 45b6df19fb5e21f55717482fa7a30171
-Description: basic terminal type definitions
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains terminfo data files to support the most common types of
- terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
- vt52, and xterm.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: nvidia-375-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Depends: nvidia-384-dev
-Description: Transitional package for nvidia-384-dev
- This is a transitional package for nvidia-384-dev, and can be
- safely removed after the installation is complete.
-
-Package: krb5-locales
-Status: install ok installed
-Priority: standard
-Section: localization
-Installed-Size: 2764
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Description: Internationalization support for MIT Kerberos
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains internationalized messages for MIT Kerberos.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: libxxf86dga1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxxf86dga
-Version: 2:1.1.4-1
-Depends: libc6 (>= 2.3.4), libx11-6 (>= 2:1.4.99.1), libxext6
-Pre-Depends: multiarch-support
-Description: X11 Direct Graphics Access extension library
- libXxf86dga provides the XFree86-DGA extension, which allows direct
- graphics access to a framebuffer-like region, and also allows relative
- mouse reporting, et al. It is mainly used by games and emulators for
- games.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: openmpi-common
-Status: install ok installed
-Priority: extra
-Section: net
-Installed-Size: 399
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: openmpi
-Version: 1.10.2-8ubuntu1
-Conflicts: openmpi-common
-Description: high performance message passing library -- common files
- Open MPI is a project combining technologies and resources from several other
- projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
- MPI library available. A completely new MPI-2 compliant implementation, Open
- MPI offers advantages for system and software vendors, application developers
- and computer science researchers.
- .
- This package contains platform independent files for Open MPI.
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: http://www.open-mpi.org/
-
-Package: colord
-Status: install ok installed
-Priority: optional
-Section: graphics
-Installed-Size: 842
-Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.2.12-1ubuntu1
-Depends: libc6 (>= 2.4), libcolord2 (>= 1.2.0), libcolorhug2 (>= 0.1.30), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libgusb2 (>= 0.2.2), liblcms2-2 (>= 2.2+git20110628), libpolkit-gobject-1-0 (>= 0.99), libsane (>= 1.0.24), libsqlite3-0 (>= 3.5.9), libsystemd0, dconf-gsettings-backend | gsettings-backend, adduser, acl, policykit-1 (>= 0.103), colord-data
-Suggests: colord-sensor-argyll
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.ColorManager.conf 68e9653b008987a5eef5ef1d97cd214d
-Description: system service to manage device colour profiles -- system daemon
- colord is a system service that makes it easy to manage, install and generate
- colour profiles to accurately colour manage input and output devices.
- .
- It provides a D-Bus API for system frameworks to query, a persistent data
- store, and a mechanism for session applications to set system policy.
- .
- This package contains the dbus-activated colord system daemon.
-Homepage: http://www.freedesktop.org/software/colord/
-
-Package: unity-control-center-faces
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 216
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Source: unity-control-center
-Version: 15.04.0+16.04.20171130-0ubuntu1
-Replaces: gnome-control-center-shared-data
-Provides: gnome-control-center-shared-data
-Conflicts: gnome-control-center-shared-data
-Description: utilities to configure the GNOME desktop - faces images
- This package contains images that can be used for user profile's icon
-
-Package: libsuperlu-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 1036
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: superlu
-Version: 4.3+dfsg-3
-Depends: libsuperlu4 (= 4.3+dfsg-3), libblas-dev
-Suggests: libsuperlu-doc
-Conflicts: libsuperlu3-dev
-Description: Direct solution of large, sparse systems of linear equations
- Development files for SuperLU.
- .
- SuperLU is a general purpose library for the direct solution of
- large, sparse, nonsymmetric systems of linear equations on high
- performance machines. The library is written in C and is callable from
- either C or Fortran. The library routines will perform an LU
- decomposition with partial pivoting and triangular system solves
- through forward and back substitution. The LU factorization routines
- can handle non-square matrices but the triangular solves are performed
- only for square matrices. The matrix columns may be preordered (before
- factorization) either through library or user supplied routines. This
- preordering for sparsity is completely separate from the
- factorization. Working precision iterative refinement subroutines are
- provided for improved backward stability. Routines are also provided
- to equilibrate the system, estimate the condition number, calculate
- the relative backward error, and estimate error bounds for the refined
- solutions.
-Original-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
-
-Package: libc-bin
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 3478
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: glibc
-Version: 2.23-0ubuntu9
-Depends: libc6 (>> 2.23), libc6 (<< 2.24)
-Suggests: manpages
-Conffiles:
- /etc/bindresvport.blacklist 4c09213317e4e3dd3c71d74404e503c5
- /etc/default/nss d6d5d6f621fb3ead2548076ce81e309c
- /etc/gai.conf 28fa76ff5a9e0566eaa1e11f1ce51f09
- /etc/ld.so.conf 4317c6de8564b68d628c21efa96b37e4
- /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6
-Description: GNU C Library: Binaries
- This package contains utility programs related to the GNU C Library.
- .
- * catchsegv: catch segmentation faults in programs
- * getconf: query system configuration variables
- * getent: get entries from administrative databases
- * iconv, iconvconfig: convert between character encodings
- * ldd, ldconfig: print/configure shared library dependencies
- * locale, localedef: show/generate locale definitions
- * tzselect, zdump, zic: select/dump/compile time zones
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libaio1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 30
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libaio
-Version: 0.3.110-2
-Depends: libc6 (>= 2.4)
-Description: Linux kernel AIO access library - shared library
- This library enables userspace to use Linux kernel asynchronous I/O
- system calls, important for the performance of databases and other
- advanced applications.
- .
- This package contains the shared library.
-Original-Maintainer: Guillem Jover <guillem@debian.org>
-Homepage: https://fedorahosted.org/releases/l/i/libaio/
-
-Package: ibus
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 1328
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.5.11-1ubuntu2.1
-Depends: dconf-cli, gir1.2-gtk-3.0 (>= 3.8.5), gir1.2-ibus-1.0 (= 1.5.11-1ubuntu2.1), adwaita-icon-theme, librsvg2-common, python3-gi, dconf-gsettings-backend | gsettings-backend, python3:any (>= 3.3.2-2~), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libdconf1 (>= 0.14.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.10), libibus-1.0-5 (>= 1.5.11-1ubuntu2.1), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6, libxi6 (>= 2:1.2.99.4)
-Recommends: ibus-gtk | ibus-qt4 | libqt5gui5, ibus-gtk3 | ibus-qt4 | libqt5gui5, im-config
-Suggests: ibus-clutter, ibus-doc, ibus-qt4, libqt5gui5
-Breaks: ibus-anthy (<< 1.5.3-2), ibus-el (<< 0.3.2-2), ibus-googlepinyin (<< 0.1.2-2)
-Conffiles:
- /etc/dconf/db/ibus.d/00-upstream-settings 366b2102e3419acecdfee4b319d8510e
- /etc/dconf/profile/ibus 0f61b729d3b8cdad8b54d663f38dc652
-Description: Intelligent Input Bus - core
- IBus is an Intelligent Input Bus. It is a new input framework for the Linux
- OS. It provides full featured and user friendly input method user interface.
- It also may help developers to develop input method easily.
-Homepage: https://github.com/ibus/ibus/releases
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-
-Package: libghc-attoparsec-dev
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 5451
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-attoparsec
-Version: 0.13.0.1-1build1
-Provides: libghc-attoparsec-dev-0.13.0.1-13ee8
-Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev-1.4.1.1-614b6, libghc-scientific-dev-0.3.4.4-ad7a1, libghc-text-dev-1.2.2.0-2c09c, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
-Suggests: libghc-attoparsec-doc, libghc-attoparsec-prof
-Description: Fast combinator parsing for bytestrings
- A fast parser combinator library, aimed particularly at dealing
- efficiently with network protocols and complicated text/binary
- file formats.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/bos/attoparsec
-Ghc-Package: attoparsec-0.13.0.1-13ee8ea181051585e24bdc42fae36194
-
-Package: libsemanage1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 247
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsemanage
-Version: 2.3-1build3
-Depends: libsemanage-common (= 2.3-1build3), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 2.1.12), libsepol1 (>= 2.1.4), libustr-1.0-1 (>= 1.0.4)
-Description: SELinux policy management library
- This package provides the shared libraries for SELinux policy management.
- It uses libsepol for binary policy manipulation and libselinux for
- interacting with the SELinux system. It also exec's helper programs
- for loading policy and for checking whether the file_contexts
- configuration is valid (load_policy and setfiles from
- policycoreutils) presently, although this may change at least for the
- bootstrapping case
- .
- Security-enhanced Linux is a patch of the Linux kernel and a
- number of utilities with enhanced security functionality designed to
- add mandatory access controls to Linux. The Security-enhanced Linux
- kernel contains new architectural components originally developed to
- improve the security of the Flask operating system. These
- architectural components provide general support for the enforcement
- of many kinds of mandatory access control policies, including those
- based on the concepts of Type Enforcement, Role-based Access
- Control, and Multi-level Security.
-Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
-Homepage: http://userspace.selinuxproject.org/
-
-Package: libqtcore4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4973
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: qtcore4-l10n, libc6 (>= 2.15), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.22.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Suggests: libicu55, libthai0
-Conffiles:
- /etc/xdg/Trolltech.conf c577e8340ca5ff8267dd3666f46171a5
-Description: Qt 4 core module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtCore module contains core non-GUI functionality.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: python-all-dev
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 6
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Depends: python (= 2.7.12-1~16.04), python-all (= 2.7.12-1~16.04), libpython-all-dev (= 2.7.12-1~16.04), python-dev (= 2.7.12-1~16.04), python2.7-dev (>= 2.7-7)
-Description: package depending on all supported Python development packages
- The package currently depends on python2.7-dev, in the
- future, dependencies on jython (Python for a JVM) and ironpython (Python
- for Mono) may be added.
- .
- This package is a dependency package used as a build dependency for other
- packages to avoid hardcoded dependencies on specific Python development
- packages.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libmm-glib0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 868
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: modemmanager
-Version: 1.6.4-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.36.0)
-Recommends: modemmanager (>= 1.6.4-1ubuntu0.16.04.1)
-Description: D-Bus service for managing modems - shared libraries
- ModemManager is a DBus-activated daemon which controls mobile broadband
- (2G/3G/4G) devices and connections. Whether built-in devices, USB dongles,
- Bluetooth-paired telephones or professional RS232/USB devices with external
- power supplies, ModemManager is able to prepare and configure the modems and
- setup connections with them.
- .
- This package contains shared libraries for applications interfacing with
- ModemManager.
-Homepage: https://www.freedesktop.org/wiki/Software/ModemManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: perl-modules-5.22
-Status: install ok installed
-Priority: standard
-Section: perl
-Installed-Size: 17260
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: perl
-Version: 5.22.1-9
-Replaces: libansicolor-perl (<< 4.03), libarchive-tar-perl (<< 2.04), libattribute-handlers-perl (<< 0.97), libautodie-perl (<< 2.29-2), libcpan-meta-perl (<< 2.150001), libcpan-meta-requirements-perl (<< 2.132), libcpan-meta-yaml-perl (<< 0.012), libdigest-perl (<< 1.17), libexperimental-perl (<< 0.013), libextutils-cbuilder-perl (<< 0.280221), libextutils-command-perl (<< 1.20), libextutils-install-perl (<< 2.04), libextutils-parsexs-perl (<< 3.280000), libfile-spec-perl (<< 3.5600), libhttp-tiny-perl (<< 0.054), libi18n-langtags-perl (<< 0.40), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27300), liblocale-codes-perl (<< 3.34), liblocale-maketext-perl (<< 1.26), liblocale-maketext-simple-perl (<< 0.21), libmath-bigint-perl (<< 1.999700), libmath-complex-perl (<< 1.59), libmodule-corelist-perl (<< 5.20151213), libmodule-load-conditional-perl (<< 0.64), libmodule-load-perl (<< 0.32), libmodule-metadata-perl (<< 1.000026), libnet-perl, libnet-ping-perl (<< 2.43), libpackage-constants-perl, libparams-check-perl (<< 0.38), libparent-perl (<< 0.232), libparse-cpan-meta-perl (<< 1.4414), libperl-ostype-perl (<< 1.008), libpod-escapes-perl (<< 1.07), libpod-parser-perl (<< 1.63), libpod-simple-perl (<< 3.29), libtest-harness-perl (<< 3.35), libtest-simple-perl (<< 1.001014), libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16), libthread-queue-perl (<< 3.05), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 1.12), libversion-perl (<< 1:0.9909), libversion-requirements-perl, perl-base (<< 5.22.0~), perl-modules, podlators-perl
-Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libexperimental-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-spec-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libtest-tester-perl, libtest-use-ok-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, perl-modules, podlators-perl
-Depends: perl-base (>= 5.22.1-1)
-Pre-Depends: dpkg (>= 1.17.17)
-Recommends: perl (>= 5.22.1-1)
-Breaks: cli-common (<< 0.9+nmu1), libansicolor-perl (<< 4.03), libarchive-tar-perl (<< 2.04), libattribute-handlers-perl (<< 0.97), libautodie-perl (<< 2.29-2), libcpan-meta-perl (<< 2.150001), libcpan-meta-requirements-perl (<< 2.132), libcpan-meta-yaml-perl (<< 0.012), libdigest-perl (<< 1.17), libexperimental-perl (<< 0.013), libextutils-cbuilder-perl (<< 0.280221), libextutils-command-perl (<< 1.20), libextutils-install-perl (<< 2.04), libextutils-parsexs-perl (<< 3.280000), libfile-spec-perl (<< 3.5600), libhttp-tiny-perl (<< 0.054), libi18n-langtags-perl (<< 0.40), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27300), liblocale-codes-perl (<< 3.34), liblocale-maketext-perl (<< 1.26), liblocale-maketext-simple-perl (<< 0.21), libmath-bigint-perl (<< 1.999700), libmath-complex-perl (<< 1.59), libmodule-corelist-perl (<< 5.20151213), libmodule-load-conditional-perl (<< 0.64), libmodule-load-perl (<< 0.32), libmodule-metadata-perl (<< 1.000026), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.43), libparams-check-perl (<< 0.38), libparent-perl (<< 0.232), libparse-cpan-meta-perl (<< 1.4414), libperl-ostype-perl (<< 1.008), libpod-escapes-perl (<< 1.07), libpod-parser-perl (<< 1.63), libpod-simple-perl (<< 3.29), libtest-harness-perl (<< 3.35), libtest-simple-perl (<< 1.001014), libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16), libthread-queue-perl (<< 3.05), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 1.12), libversion-perl (<< 1:0.9909), libversion-requirements-perl (<< 0.101022), maildirsync (<< 1.2-2.1), mono-apache-server2 (<< 3.8-2.1), mono-apache-server4 (<< 3.8-2.1), mono-fastcgi-server2 (<< 3.8-2.1), mono-fastcgi-server4 (<< 3.8-2.1), patcher (<< 0.0.20040521-6.1), pdl (<< 1:2.007-4), perl (<< 5.22.1~), podlators-perl (<< 2.3.1), polygen-data (<< 1.0.6.ds2-13.1), pristine-tar (<< 1.33), pure-ftpd-common (<< 1.0.36-3.2), rinse (<< 3.0.7), shorewall (<< 4.6.4.3-2), shorewall-core (<< 4.6.4.3-2), tvtime (<< 1.0.2-14)
-Conflicts: defoma (<< 0.11.12), mono-gac (<< 2.10.8.1-3), perl-modules
-Description: Core Perl modules
- Architecture independent Perl modules. These modules are part of Perl and
- required if the `perl' package is installed.
- .
- Note that this package only exists to save archive space and should be
- considered an internal implementation detail of the `perl' package.
- Other packages should not depend on `perl-modules-5.22' directly, they
- should use `perl' (which depends on `perl-modules-5.22') instead.
-Original-Maintainer: Niko Tyni <ntyni@debian.org>
-Homepage: http://dev.perl.org/perl5/
-
-Package: libedata-cal-1.2-28
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 723
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.4), libebackend-1.2-10 (>= 3.18.0), libecal-1.2-19 (>= 3.17), libedataserver-1.2-21 (>= 3.17.90), libglib2.0-0 (>= 2.40), libical1a (>= 1.0)
-Description: Backend library for evolution calendars
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
- .
- This package is a backend library for evolution calendar.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libjpeg-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 26
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libjpeg8-empty
-Version: 8c-2ubuntu8
-Depends: libjpeg8-dev
-Description: Independent JPEG Group's JPEG runtime library (dependency package)
- This package will always depend on the current default JPEG library
- development package version.
-
-Package: libqt5xml5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 364
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.5.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1
-Description: Qt 5 XML module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtXml module provides a stream reader and writer for XML documents,
- and C++ implementations of SAX and DOM.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libsocket6-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 68
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.25-1build2
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
-Description: Perl extensions for IPv6
- The Socket6 module supports getaddrinfo() and getnameinfo() to intend
- to enable protocol independent programming. If your environment
- supports IPv6, IPv6 related defines such as AF_INET6 are included.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Socket6
-
-Package: nvidia-346-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352
-Version: 352.63-0ubuntu3
-Depends: nvidia-352-dev
-Description: Transitional package for nvidia-352-dev
- This is a transitional package for nvidia-352-dev, and can be
- safely removed after the installation is complete.
-
-Package: pinentry-gnome3
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: pinentry
-Version: 0.9.7-3
-Provides: pinentry, pinentry-x11
-Depends: libassuan0 (>= 2.0.1), libc6 (>= 2.14), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.15.5), libgpg-error0 (>= 1.14), libgtk-3-0 (>= 3.0.0), libncursesw5 (>= 6), libsecret-1-0 (>= 0.7), libtinfo5 (>= 6), gcr
-Suggests: pinentry-doc
-Enhances: gnupg-agent
-Description: GNOME 3 PIN or pass-phrase entry dialog for GnuPG
- This package contains a program that allows for secure entry of PINs or
- pass phrases. That means it tries to take care that the entered
- information is not swapped to disk or temporarily stored anywhere.
- This functionality is particularly useful for entering pass phrases
- when using encryption software such as GnuPG or e-mail clients using
- the same. It uses an open protocol and is therefore not tied to
- particular software.
- .
- The program contained in this package implements a PIN entry dialog
- designed for use with GNOME 3. It tries to follow the Gnome Human
- Interface Guidelines as much as possible. If the X Window System is
- not active then an alternative text-mode dialog will be used. There
- are sibling packages that implement PIN entry dialogs using other
- tool kits.
-Original-Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
-Homepage: https://www.gnupg.org/related_software/pinentry/
-
-Package: nvidia-352-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-361-dev
-Description: Transitional package for nvidia-361-dev
- This is a transitional package for nvidia-361-dev, and can be
- safely removed after the installation is complete.
-
-Package: libgcr-ui-3-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 509
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcr
-Version: 3.18.0-1ubuntu1
-Replaces: libgcr-3-1 (<< 3.8.2-2)
-Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgck-1-0 (>= 3.3.90), libgcr-base-3-1 (>= 3.14.0), libgcrypt20 (>= 1.6.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.12.0), libpango-1.0-0 (>= 1.18.0), libgcr-3-common
-Breaks: libgcr-3-1 (<< 3.8.2-2)
-Description: Library for Crypto UI related tasks
- GCR is a library for crypto UI and related tasks.
- .
- This package contains the GObject and GUI library for high level
- crypto parsing and display.
-Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libgl1-mesa-glx
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 569
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Replaces: libgl1
-Provides: libgl1
-Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libglapi-mesa (= 17.2.8-0ubuntu0~16.04.1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-sync1, libxcb1 (>= 1.9.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libgl1-mesa-dri
-Breaks: libopengl-perl (<< 0.6704+dfsg-2)
-Conflicts: libgl1
-Description: free implementation of the OpenGL API -- GLX runtime
- Mesa is a 3-D graphics library with an API which is very similar to
- that of OpenGL. To the extent that Mesa utilizes the OpenGL command
- syntax or state machine, it is being used with authorization from
- Silicon Graphics, Inc. However, the authors make no claim that Mesa
- is in any way a compatible replacement for OpenGL or associated with
- Silicon Graphics, Inc.
- .
- This version of Mesa provides GLX and DRI capabilities: it is capable of
- both direct and indirect rendering. For direct rendering, it can use DRI
- modules from the libgl1-mesa-dri package to accelerate drawing.
- .
- This package does not include the modules themselves: these can be found
- in the libgl1-mesa-dri package.
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libatm1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 123
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: linux-atm
-Version: 1:2.5.1-1.5
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Conflicts: atm-tools (<< 2.4.1-6)
-Description: shared library for ATM (Asynchronous Transfer Mode)
- Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs
-Original-Maintainer: Peter De Schrijver (p2) <p2@mind.be>
-Homepage: http://linux-atm.sourceforge.net/
-
-Package: patchutils
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 234
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.3.4-1
-Depends: libc6 (>= 2.14), perl, patch, debianutils (>= 1.16)
-Description: Utilities to work with patches
- This package includes the following utilities:
- - combinediff creates a cumulative patch from two incremental patches
- - dehtmldiff extracts a diff from an HTML page
- - filterdiff extracts or excludes diffs from a diff file
- - fixcvsdiff fixes diff files created by CVS that "patch" mis-interprets
- - flipdiff exchanges the order of two patches
- - grepdiff shows which files are modified by a patch matching a regex
- - interdiff shows differences between two unified diff files
- - lsdiff shows which files are modified by a patch
- - recountdiff recomputes counts and offsets in unified context diffs
- - rediff and editdiff fix offsets and counts of a hand-edited diff
- - splitdiff separates out incremental patches
- - unwrapdiff demangles patches that have been word-wrapped
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Homepage: http://cyberelk.net/tim/patchutils/index.html
-
-Package: python3-oauthlib
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 398
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-oauthlib
-Version: 1.0.3-1
-Depends: python3:any (>= 3.3.2-2~), python3-blinker, python3-cryptography, python3-jwt (>= 1.0.0)
-Description: generic, spec-compliant implementation of OAuth for Python3
- OAuthLib is a generic utility which implements the logic of OAuth without
- assuming a specific HTTP request object. It can be used to graft OAuth support
- onto HTTP libraries.
- .
- OAuth1 is almost complete while OAuth2 is already in the works.
- .
- This package contains the Python 3 version of the library.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: https://github.com/idan/oauthlib
-
-Package: libepoxy0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1121
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libepoxy
-Version: 1.3.1-1ubuntu0.16.04.2
-Depends: libc6 (>= 2.7)
-Description: OpenGL function pointer management library
- It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
- eglGetProcAddress(), etc. from the app developer, with very little
- knowledge needed on their part. They get to read GL specs and write
- code using undecorated function names like glCompileShader().
-Original-Maintainer: Eric Anholt <eric@anholt.net>
-Homepage: https://github.com/anholt/libepoxy
-
-Package: libseccomp2
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 264
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libseccomp
-Version: 2.2.3-3ubuntu3
-Depends: libc6 (>= 2.4)
-Description: high level interface to Linux seccomp filter
- This library provides a high level interface to constructing, analyzing
- and installing seccomp filters via a BPF passed to the Linux Kernel's
- prctl() syscall.
-Homepage: https://github.com/seccomp/libseccomp
-Original-Maintainer: Kees Cook <kees@debian.org>
-
-Package: nvidia-361
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-367
-Version: 367.57-0ubuntu0.16.04.1
-Depends: nvidia-367
-Description: Transitional package for nvidia-367
- This is a transitional package for nvidia-367, and can be
- safely removed after the installation is complete.
-
-Package: libghc-monadcatchio-transformers-dev
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 290
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-monadcatchio-transformers
-Version: 0.3.1.3-4
-Provides: libghc-monadcatchio-transformers-dev-0.3.1.3-3f6f0
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-extensible-exceptions-dev-0.1.1.4-81599, libghc-monads-tf-dev-0.1.0.2-6cb91, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
-Suggests: libghc-monadcatchio-transformers-doc, libghc-monadcatchio-transformers-prof
-Description: Monad-transformer compatible with Control.Exception
- Provides functions to throw and catch exceptions. Unlike the functions from
- Control.Exception, which work in IO, these work in any stack of monad
- transformers (from the 'transformers' package) with IO as the base monad.
- You can extend this functionality to other monads, by creating an instance
- of the MonadCatchIO class.
- .
- Warning: this package is deprecated. Use the 'exceptions' package instead, if
- possible.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://hackage.haskell.org/package/MonadCatchIO-transformers
-Ghc-Package: MonadCatchIO-transformers-0.3.1.3-3f6f0733eb64c0e4246e2d61a80858c5
-
-Package: autotools-dev
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 151
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 20150820.1
-Enhances: cdbs, debhelper
-Description: Update infrastructure for config.{guess,sub} files
- This package installs an up-to-date version of config.guess and
- config.sub, used by the automake and libtool packages. It provides
- the canonical copy of those files for other packages as well.
- .
- It also documents in /usr/share/doc/autotools-dev/README.Debian.gz
- best practices and guidelines for using autoconf, automake and
- friends on Debian packages. This is a must-read for any developers
- packaging software that uses the GNU autotools, or GNU gettext.
- .
- Additionally this package provides seamless integration into Debhelper
- or CDBS, allowing maintainers to easily update config.{guess,sub} files
- in their packages.
-Original-Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>
-Homepage: http://savannah.gnu.org/projects/config/
-
-Package: libamd2.4.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 69
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.2.5), libsuitesparseconfig4.4.6
-Description: approximate minimum degree ordering library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The AMD library provides a set of routines for pre-ordering sparse matrices
- prior to Cholesky or LU factorization, using the "Approximate Minimum Degree
- ordering" algorithm.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: udev
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 6729
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: systemd
-Version: 229-4ubuntu19
-Replaces: bash-completion (<< 1:2.1), systemd (<< 224-2)
-Depends: libacl1 (>= 2.2.51-8), libblkid1 (>= 2.19.1), libc6 (>= 2.17), libkmod2 (>= 5~), libselinux1 (>= 2.0.65), lsb-base (>= 4.1+Debian11ubuntu7), adduser, libudev1 (= 229-4ubuntu19), util-linux (>= 2.27.1), procps
-Pre-Depends: dpkg (>= 1.17.14)
-Breaks: bash-completion (<< 1:2.1), consolekit (<< 0.4.6-1), ifupdown (<< 0.8.5~), kmod (<< 14), lvm2 (<< 2.02.133-1ubuntu1), mdadm (<< 3.3-2ubuntu3), plymouth (<< 0.9.0-7), systemd (<< 224-2)
-Conffiles:
- /etc/init.d/udev e4da2ae5c153148fad0b3f6e5e7ce61e
- /etc/init/udev.conf 41c0081f3a830e0902aaff76a53edf98
- /etc/init/udevmonitor.conf ec187fc822d47c41416e7c531c8c48dd
- /etc/init/udevtrigger.conf 651ff2421dde80be7ce7ccbf7fa8cf18
- /etc/modprobe.d/fbdev-blacklist.conf 0b9c466830040ec52986cc3ea117bef5
- /etc/udev/udev.conf a9c43ddab6e58eefa56db50ff44b2b46
-Description: /dev/ and hotplug management daemon
- udev is a daemon which dynamically creates and removes device nodes from
- /dev/, handles hotplug events and loads drivers at boot time.
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: ubuntu-system-service
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 54
-Maintainer: Michael Vogt <mvo@ubuntu.com>
-Architecture: all
-Version: 0.3
-Depends: python3:any (>= 3.3.2-2~), python3-apt, python3-dbus, python3-gi, policykit-1
-Breaks: gnome-settings-daemon (<< 3.6.4-0ubuntu8), indicator-datetime (<< 12.10.3daily13.03.07)
-Conffiles:
- /etc/dbus-1/system.d/com.ubuntu.SystemService.conf 5e2e7a715d949ef668f550d60ba9f288
-Description: Dbus service to set various system-wide configurations
- This package implements system wide proxy settings.
-
-Package: libunistring0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1156
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libunistring
-Version: 0.9.3-5.2ubuntu1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Unicode string library for C
- The 'libunistring' library implements Unicode strings (in the UTF-8,
- UTF-16, and UTF-32 encodings), together with functions for Unicode
- characters (character names, classifications, properties) and
- functions for string processing (formatted output, width, word
- breaks, line breaks, normalization, case folding, regular
- expressions).
- .
- This package contains the shared library.
-Homepage: http://www.gnu.org/software/libunistring/
-Original-Maintainer: Andreas Rottmann <rotty@debian.org>
-
-Package: libapparmor1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 126
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: apparmor
-Version: 2.10.95-0ubuntu2.7
-Depends: libc6 (>= 2.17)
-Description: changehat AppArmor library
- This package provides the shared library used for making use of the
- AppArmor profile and changehat functionality, as well as common log
- parsing routines.
-Homepage: http://apparmor.net/
-Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
-
-Package: iptables
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 1624
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.6.0-2ubuntu3
-Depends: libxtables11 (= 1.6.0-2ubuntu3), libc6 (>= 2.14), libnfnetlink0
-Description: administration tools for packet filtering and NAT
- iptables is the userspace command line program used to configure
- the Linux packet filtering ruleset. It is targeted towards system
- administrators. Since Network Address Translation is also configured
- from the packet filter ruleset, iptables is used for this, too. The
- iptables package also includes ip6tables. ip6tables is used for
- configuring the IPv6 packet filter
-Homepage: http://www.netfilter.org/
-Original-Maintainer: iptables devel team <pkg-netfilter-devel@lists.alioth.debian.org>
-
-Package: libldap-2.4-2
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 507
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: openldap
-Version: 2.4.42+dfsg-2ubuntu3.2
-Replaces: libldap-2.3-0, libldap2
-Depends: libc6 (>= 2.14), libgnutls30 (>= 3.4.2), libgssapi3-heimdal (>= 1.4.0+git20110226), libsasl2-2
-Conflicts: ldap-utils (<= 2.1.23-1)
-Conffiles:
- /etc/ldap/ldap.conf 0b3f4d19d88498314478273ce10b0a70
-Description: OpenLDAP libraries
- These are the run-time libraries for the OpenLDAP (Lightweight Directory
- Access Protocol) servers and clients.
-Homepage: http://www.openldap.org/
-Original-Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
-
-Package: indicator-sound
-Status: install ok installed
-Priority: extra
-Section: sound
-Installed-Size: 372
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 12.10.2+16.04.20160406-0ubuntu1
-Depends: libaccountsservice0 (>= 0.6.8), libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libnotify4 (>= 0.7.0), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), liburl-dispatcher1 (>= 0.1), dconf-gsettings-backend | gsettings-backend, pulseaudio, gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224)
-Recommends: unity-control-center | gnome-control-center | ubuntu-system-settings | pavucontrol | mate-media, accountsservice
-Suggests: unity-greeter-session-broadcast
-Conffiles:
- /etc/apport/crashdb.conf.d/indicator-sound-crashdb.conf 45f6d9a0143450b595f27cd84dfbbaae
- /etc/xdg/autostart/indicator-sound.desktop daed7020d6b2eaacaf8c6b2730f7c094
-Description: System sound indicator.
- System sound indicator which provides easy control of the PulseAudio sound
- daemon.
-Homepage: https://launchpad.net/indicator-sound
-Original-Maintainer: Conor Curran <conor.curran@canonical.com>
-
-Package: iputils-tracepath
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 113
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: iputils
-Version: 3:20121221-5ubuntu2
-Depends: libc6 (>= 2.15), libcap2 (>= 2.10)
-Suggests: traceroute
-Description: Tools to trace the network path to a remote host
- The tracepath utility is similar to the traceroute utility, but also
- attempts to discover the MTU of the path.
- .
- This package also includes tracepath6 and traceroute6 utilities, which
- may be used on IPv6 networks.
-Original-Maintainer: Noah Meyerhans <noahm@debian.org>
-
-Package: python3-chardet
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 496
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: chardet
-Version: 2.3.0-2
-Depends: python3:any (>= 3.3.2-2~), python3-pkg-resources
-Description: universal character encoding detector for Python3
- Chardet takes a sequence of bytes in an unknown character encoding, and
- attempts to determine the encoding.
- .
- Supported encodings:
- * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
- * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
- Chinese)
- * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
- * EUC-KR, ISO-2022-KR (Korean)
- * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
- * ISO-8859-2, windows-1250 (Hungarian)
- * ISO-8859-5, windows-1251 (Bulgarian)
- * windows-1252 (English)
- * ISO-8859-7, windows-1253 (Greek)
- * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
- * TIS-620 (Thai)
- .
- This library is a port of the auto-detection code in Mozilla.
- .
- This package contains the Python 3 version of the library.
-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
-Homepage: https://github.com/chardet/chardet
-
-Package: libbulletcollision2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1138
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libbulletcollision2.83, libbulletcollision2.83v5
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libbulletcollision2.83, libbulletcollision2.83v5
-Description: professional 3D Game Multiphysics Library -- collision
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the BulletCollision shared library.
- .
- It features discrete and continuous collision detection including ray and
- convex sweep test. Collision shapes include concave and convex meshes and all
- basic primitives.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: sosreport
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 1320
-Maintainer: Louis Bouchard <louis.bouchard@ubuntu.com>
-Architecture: amd64
-Version: 3.4-1~ubuntu16.04.1
-Depends: python3-six, python3:any (>= 3.3.2-2~)
-Conffiles:
- /etc/sos.conf ee501054a13f29cb3109a4e92da34723
-Description: Set of tools to gather troubleshooting data from a system
- Sos is a set of tools that gathers information about system
- hardware and configuration. The information can then be used for
- diagnostic purposes and debugging. Sos is commonly used to help
- support technicians and developers.
-Homepage: https://github.com/sosreport/sos
-
-Package: nvidia-opencl-icd-352-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-opencl-icd-361
-Description: Transitional package for nvidia-opencl-icd-361
- This is a transitional package for nvidia-opencl-icd-361, and can be
- safely removed after the installation is complete.
-
-Package: libxapian22v5
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 2430
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xapian-core
-Version: 1.2.22-2
-Replaces: libxapian22
-Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
-Suggests: xapian-tools
-Conflicts: libxapian22
-Description: Search engine library
- This package contains the core Xapian runtime library.
- .
- The Xapian search engine library is a highly adaptable toolkit which allows
- developers to easily add advanced indexing and search facilities to their own
- applications. It implements the probabilistic model of information retrieval,
- and provides facilities for performing ranked free-text searches, relevance
- feedback, phrase searching, boolean searching, stemming, and simultaneous
- update and searching. It is highly scalable, and is capable of working with
- collections containing hundreds of millions of documents.
-Original-Maintainer: Olly Betts <olly@survex.com>
-Homepage: https://xapian.org/
-
-Package: libasprintf0v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gettext
-Version: 0.19.7-2ubuntu3
-Replaces: gettext-base (<< 0.18.1.1-6), libasprintf0c2
-Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2)
-Breaks: gettext-base (<< 0.18.1.1-6), libasprintf0c2
-Description: GNU library to use fprintf and friends in C++
- This package contains the libasprintf shared library which makes the
- C formatted output routines (fprintf et al.) usable in C++ programs,
- for use with the <string> strings and the <iostream> streams.
-Homepage: http://www.gnu.org/software/gettext/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: libqt5gui5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 8732
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Replaces: libqt5egldeviceintegration5 (<< 5.5.1+dfsg-13~), libqt5xcbqpa5 (<< 5.5.1+dfsg-13~)
-Depends: fontconfig, libc6 (>= 2.14), libdrm2 (>= 2.4.25), libegl1-mesa (>= 7.8.1) | libegl1-x11, libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.3.5), libgbm1 (>= 8.1~0), libgcc1 (>= 1:3.4), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.12.0), libharfbuzz0b (>= 0.9.11), libice6 (>= 1:1.0.0), libinput10 (>= 0.15.0), libjpeg8 (>= 8c), libmtdev1 (>= 1.0.8), libpng12-0 (>= 1.2.13-4), libqt5core5a (>= 5.5.1), libqt5dbus5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libsm6, libstdc++6 (>= 4.1.1), libudev1 (>= 183), libx11-6, libx11-xcb1, libxcb-glx0, libxcb-icccm4 (>= 0.4.1), libxcb-image0 (>= 0.2.1), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.3), libxcb-render-util0, libxcb-render0, libxcb-shape0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb-xkb1, libxcb1 (>= 1.8), libxi6 (>= 2:1.5.99.2), libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 0.5.0), libxrender1, qtbase-abi-5-5-1, zlib1g (>= 1:1.1.4)
-Recommends: libqt5svg5
-Suggests: libqt5libqgtk2, qt5-image-formats-plugins, qtwayland5
-Breaks: libqt5egldeviceintegration5 (<< 5.5.1+dfsg-13~), libqt5xcbqpa5 (<< 5.5.1+dfsg-13~)
-Description: Qt 5 GUI module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtGui module extends QtCore with GUI functionality.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: gvfs-libs
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 692
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gvfs
-Version: 1.28.2-1ubuntu1~16.04.2
-Depends: libc6 (>= 2.14), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.45.7), libsecret-1-0 (>= 0.7), gvfs-common (= 1.28.2-1ubuntu1~16.04.2)
-Description: userspace virtual filesystem - private libraries
- gvfs is a userspace virtual filesystem where mounts run as separate
- processes which you talk to via D-Bus. It also contains a gio module
- that seamlessly adds gvfs support to all applications using the gio
- API. It also supports exposing the gvfs mounts to non-gio applications
- using fuse.
- .
- This package contains private libraries with common functions between
- the daemons and the GIO module.
-Homepage: https://wiki.gnome.org/Projects/gvfs
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: liburi-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 219
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.71-1
-Depends: perl
-Suggests: libwww-perl
-Description: module to manipulate and access URI strings
- URI is a collection of Perl modules that represent and manipulate Uniform
- Resource Identifier (URI) references as specified in RFC 2396.
- .
- URI objects can be used to access and manipulate the various components
- that make up these strings. There are also methods to combine URIs in
- various ways.
- .
- The URI class replaces the URI::URL class that used to be distributed with
- libwww-perl. This package also includes an emulation of the old URI::URL
- interface, which implements both the old and the new interface.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/URI
-
-Package: tk8.6-blt2.5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1952
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: blt
-Version: 2.5.3+dfsg-3
-Replaces: blt (<< 2.5.3-5~), blt-demo (<< 2.4i-1), blt-dev (<< 2.4z-3), blt4.2, blt8.0, blt8.0-unoff
-Depends: libc6 (>= 2.14), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), libx11-6
-Suggests: blt-demo
-Breaks: blt (<< 2.5.3-5~)
-Conflicts: blt4.2, blt8.0, blt8.0-unoff
-Description: graphics extension library for Tcl/Tk - library
- BLT is a library of useful extensions for the Tcl language and the
- popular Tk graphical toolkit. It adds a vector and tree data type,
- background execution and some debugging tools to Tcl, and provides
- several new widgets for Tk, including graphs, bar-charts, trees, tabs,
- splines and hyper-links, as well as a new geometry manager, drag &
- drop support, and more.
- .
- This package contains everything you need to use BLT with your Tcl/Tk
- scripts and Tcl/Tk-enabled apps.
-Original-Maintainer: Sergei Golovan <sgolovan@debian.org>
-Homepage: http://blt.sourceforge.net/
-
-Package: libgnome-menu-3-0
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 162
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-menus
-Version: 3.13.3-6ubuntu3.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3)
-Description: GNOME implementation of the freedesktop menu specification
- The package contains an implementation of the draft
- "Desktop Menu Specification" from freedesktop.org:
- .
- http://www.freedesktop.org/Standards/menu-spec
- .
- Also contained here are the GNOME menu layout configuration files, .directory
- files and assorted menu related utility programs.
- .
- This package contains the shared library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: kbd
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 1040
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.15.5-1ubuntu5
-Provides: console-utilities
-Depends: libc6 (>= 2.14), console-setup | console-setup-mini, lsb-base (>= 3.0-10)
-Conflicts: console-utilities
-Conffiles:
- /etc/kbd/config c3c38519583e5a25547bd8838fa89582
- /etc/kbd/remap 2f1f15d62b45ab43c04b3ddbfcf591ec
-Description: Linux console font and keytable utilities
- This package allows you to set up the Linux console, change the font,
- resize text mode virtual consoles and remap the keyboard.
- .
- You will probably want to install a set of data files, such as the one
- in the “console-setup” package.
-Original-Maintainer: Console utilities maintainers <pkg-kbd-devel@lists.alioth.debian.org>
-
-Package: python3-aptdaemon
-Status: install ok installed
-Priority: extra
-Section: python
-Installed-Size: 499
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: aptdaemon
-Version: 1.1.1+bzr982-0ubuntu14
-Depends: python3:any (>= 3.3.2-2~), gir1.2-glib-2.0, gir1.2-packagekitglib-1.0 (<< 0.9), python3-apt (>= 0.8.5~ubuntu1), python3-defer (>= 1.0.6), python3-dbus, python3-gi, python3-pkg-resources, iso-codes
-Recommends: aptdaemon
-Description: Python 3 module for the server and client of aptdaemon
- Aptdaemon is a transaction based package management service. It allows
- normal users to perform package management tasks, e.g. refreshing the
- cache, upgrading the system, installing or removing software packages.
- .
- This package provides the Python 3 modules required to run aptdaemon
- and to implement a client. The API is not stable yet.
-Homepage: https://launchpad.net/aptdaemon
-Original-Maintainer: Julian Andres Klode <jak@debian.org>
-
-Package: python3-systemd
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 149
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: python-systemd
-Version: 231-2build1
-Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.17), libsystemd0 (>= 219)
-Description: Python 3 bindings for systemd
- This package contains Python 3 bindings for native access to the
- systemd facilities.
- .
- Functionality is separated into a number of modules:
- * systemd.journal supports sending of structured messages to the
- journal and reading journal files
- * systemd.daemon wraps parts of libsystemd useful for writing daemons
- and socket activation
- * systemd.id128 provides functions for querying machine and boot
- identifiers and a list of message identifiers provided by systemd
- * systemd.login wraps parts of libsystemd used to query logged in
- users and available seats and machines
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-
-Package: t1utils
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 285
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.39-2
-Depends: libc6 (>= 2.14)
-Description: Collection of simple Type 1 font manipulation programs
- The t1utils tools allow you to convert between PFA (ASCII) and PFB
- (binary) formats; disassemble PFA or PFB files into human-readable
- form; and reassemble the human-readable files into PFA or PFB format
- files. You can also extract font resources from a Macintosh font
- file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a
- PFA or PFB font.
- .
- There are currently six programs:
- .
- t1ascii Converts PFB files to PFA format.
- .
- t1binary Converts PFA files to PFB format.
- .
- t1disasm Disassembles a Type 1 font (PFA or PFB format) into a raw,
- human-readable text form for subsequent hand editing,
- tweaking, hint fixing, etcetera...
- .
- t1asm Assembles a Type 1 font into PFA or PFB format from
- the human-readable form produced by t1disasm.
- .
- t1unmac Extracts POST resources from a Macintosh Type 1 font file
- (ATM/Laserwriter) into PFA or PFB format for use outside
- the Macintosh environment. The Macintosh file should be
- stored in MacBinary, AppleSingle, AppleDouble, or BinHex
- format, or as a raw resource fork. Note that t1unmac does
- not have to run on a Macintosh, but makes Macintosh Type 1
- fonts available for use on Unix machines and PCs.
- .
- t1mac Creates a Macintosh Type 1 file from a PFA- or PFB-format
- Type 1 font. Writes the Macintosh file in MacBinary,
- AppleSingle, AppleDouble, or BinHex format, or as a raw
- resource fork. WARNING: This tool will not suffice to
- allow you to use the new font on a Macintosh, as
- Macintoshes cannot read raw Type 1 fonts. You will need
- to create a font suitcase containing bitmap fonts. If you
- do not already have such a suitcase for the font, T1utils
- will not help you create one.
-Original-Maintainer: Niels Thykier <niels@thykier.net>
-Homepage: http://www.lcdf.org/type/
-
-Package: policykit-1-gnome
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 136
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.105-2ubuntu2
-Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.99), policykit-1
-Conffiles:
- /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop c2a94dd4995921e170bb9220ff4af86c
-Description: GNOME authentication agent for PolicyKit-1
- PolicyKit-gnome provides a D-Bus session bus service that is used to
- bring up authentication dialogs used for obtaining privileges.
-Homepage: http://hal.freedesktop.org/docs/PolicyKit-gnome/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libqscintilla2-12v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4171
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: qscintilla2
-Version: 2.9.1+dfsg-4build1
-Replaces: libqscintilla2-12
-Depends: libqscintilla2-l10n (>= 2.9.1+dfsg), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqtcore4 (>= 4:4.8.0~), libqtgui4 (>= 4:4.8.0~), libstdc++6 (>= 5.2)
-Conflicts: libqscintilla2-12
-Description: Qt4 port of the Scintilla source code editing widget
- QScintilla is a text editor for Qt4 with features especially useful when
- writing and debugging source code. These include support for syntax
- styling, error indicators, code completion, call tips and margins.
- .
- Styling choices are more open than with many editors, allowing the use
- of proportional fonts, bold and italics, multiple foreground and background
- colours and multiple fonts.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla
-
-Package: libdiscid0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 45
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdiscid
-Version: 0.6.1-5
-Depends: libc6 (>= 2.14)
-Description: library for creating MusicBrainz DiscIDs
- libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
- It reads a CD's table of contents (TOC) and generates an identifier which
- can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
- Additionally, it provides a submission URL for adding the DiscID to the
- database.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://musicbrainz.org/doc/libdiscid
-
-Package: libnma-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: network-manager-applet
-Version: 1.2.6-0ubuntu0.16.04.4
-Description: library for wireless and mobile dialogs - common files
- The libnm-gtk library provides Gtk+ dialogs for NetworkManager.
- .
- This package contains data files used by libnm-gtk.
-Homepage: https://www.gnome.org/projects/NetworkManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: nvidia-346-updates-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-352-updates
-Version: 352.63-0ubuntu3
-Depends: nvidia-352-updates-dev
-Description: Transitional package for nvidia-352-updates-dev
- This is a transitional package for nvidia-352-updates-dev, and can be
- safely removed after the installation is complete.
-
-Package: libatk1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 223
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: atk1.0
-Version: 2.18.0-1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libatk1.0-data (= 2.18.0-1)
-Description: ATK accessibility toolkit
- ATK is a toolkit providing accessibility interfaces for applications or
- other toolkits. By implementing these interfaces, those other toolkits or
- applications can be used with tools such as screen readers, magnifiers, and
- other alternative input devices.
- .
- This is the runtime part of ATK, needed to run applications built with it.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.gtk.org/
-
-Package: hgview-common
-Status: install ok installed
-Priority: optional
-Section: vcs
-Installed-Size: 133
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: hgview
-Version: 1.9.0-1
-Replaces: hgview (<< 1.4)
-Depends: python (>= 2.7), python (<< 2.8), mercurial (>= 1.9.1-1)
-Recommends: hgview | hgview-curses
-Breaks: hgview (<< 1.4)
-Enhances: mercurial
-Description: mercurial interactive history viewer (common files)
- Its purpose is to easily navigate in a mercurial repository
- history. It has been written with efficiency in mind when dealing
- with quite big repositories.
- .
- This package install the common files.
- You may want to install a user interface (hgview or hgview-curses).
-Original-Maintainer: David Douard <david.douard@logilab.fr>
-Homepage: http://www.hgview.org/
-
-Package: sysvinit-utils
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 124
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: sysvinit
-Version: 2.88dsf-59.3ubuntu2
-Replaces: last, sysvinit (<= 2.86.ds1-65)
-Depends: libc6 (>= 2.14), init-system-helpers (>= 1.25~)
-Suggests: bootlogd, sash
-Breaks: systemd (<< 215), upstart (<< 1.5-0ubuntu5), util-linux (<< 2.26.2-3)
-Conflicts: chkconfig (<< 11.0-79.1-2), last, startpar (<< 0.58-2), sysvconfig
-Description: System-V-like utilities
- This package contains the important System-V-like utilities.
- .
- Specifically, this package includes:
- killall5, pidof
-Homepage: http://savannah.nongnu.org/projects/sysvinit
-Original-Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
-
-Package: xz-utils
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 384
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 5.1.1alpha+20120614-2ubuntu2
-Replaces: lzip (<< 1.8~rc2), xz-lzma
-Provides: lzma
-Depends: libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614)
-Breaks: lzip (<< 1.8~rc2)
-Conflicts: lzma (<< 9.22-1), xz-lzma
-Description: XZ-format compression utilities
- XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
- compression format, which provides memory-hungry but powerful
- compression (often better than bzip2) and fast, easy decompression.
- .
- This package provides the command line tools for working with XZ
- compression, including xz, unxz, xzcat, xzgrep, and so on. They can
- also handle the older LZMA format, and if invoked via appropriate
- symlinks will emulate the behavior of the commands in the lzma
- package.
- .
- The XZ format is similar to the older LZMA format but includes some
- improvements for general use:
- .
- * 'file' magic for detecting XZ files;
- * crc64 data integrity check;
- * limited random-access reading support;
- * improved support for multithreading (not used in xz-utils);
- * support for flushing the encoder.
-Homepage: http://tukaani.org/xz/
-Original-Maintainer: Jonathan Nieder <jrnieder@gmail.com>
-
-Package: libtext-iconv-perl
-Status: install ok installed
-Priority: required
-Section: perl
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.7-5build4
-Depends: libc6 (>= 2.4), perl-base (>= 5.22.1-1), perlapi-5.22.1
-Description: converts between character sets in Perl
- The iconv() family of functions from XPG4 defines an API for converting
- between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They
- are provided by libc6.
- .
- This package allows access to them from Perl via the Text::Iconv
- package.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://search.cpan.org/search?module=Text::Iconv
-
-Package: libclang-common-3.6-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 10456
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: libllvm3.6v5 (= 1:3.6.2-3ubuntu2)
-Description: clang library - Common development package
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
- .
- This package contains the clang generic headers and some libraries
- (profiling, etc).
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: telnet
-Status: install ok installed
-Priority: standard
-Section: net
-Installed-Size: 178
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: netkit-telnet
-Version: 0.17-40
-Replaces: netstd
-Provides: telnet-client
-Depends: netbase, libc6 (>= 2.15), libstdc++6 (>= 4.1.1)
-Description: basic telnet client
- The telnet command is used for interactive communication with another host
- using the TELNET protocol.
- .
- For the purpose of remote login, the present client executable should be
- depreciated in favour of an ssh-client, or in some cases with variants like
- telnet-ssl or Kerberized TELNET clients. The most important reason is that
- this implementation exchanges user name and password in clear text.
- .
- On the other hand, the present program does satisfy common use cases of
- network diagnostics, like protocol testing of SMTP services, so it can
- become handy enough.
-Original-Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
-
-Package: libheimbase1-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 106
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libc6 (>= 2.14)
-Description: Heimdal Kerberos - Base library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
- .
- This package contains the base library.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libqt5svg5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 456
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtsvg-opensource-src
-Version: 5.5.1-2build1
-Provides: qtsvg-abi-5-4-0
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5widgets5 (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1, zlib1g (>= 1:1.1.4)
-Pre-Depends: dpkg (>= 1.15.6~)
-Description: Qt 5 SVG module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtSvg module provides classes for displaying the contents of SVG files.
- .
- Scalable Vector Graphics (SVG) is a language for describing two-dimensional
- graphics and graphical applications in XML.
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://qt-project.org/
-
-Package: libmusicbrainz5cc2v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 439
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmusicbrainz5
-Version: 5.1.0+git20150707-5
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libneon27-gnutls, libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
-Description: Library to access the MusicBrainz.org database
- MusicBrainz is a community music metadatabase that attempts to create a
- comprehensive music information site.
- .
- This package contains the shared library.
-Original-Maintainer: Debian Multimedia Team <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://musicbrainz.org/doc/libmusicbrainz
-
-Package: gnome-bluetooth
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 564
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.18.2-1ubuntu2
-Depends: bluez (>= 5.5), bluez-obexd, udev (>= 154), libpam-systemd, libc6 (>= 2.4), libglib2.0-0 (>= 2.38.0), libgnome-bluetooth13 (>= 3.12.0), libgtk-3-0 (>= 3.0.0)
-Recommends: gvfs-backends, unity-control-center | gnome-control-center, gnome-user-share
-Breaks: gnome-shell (<< 3.12)
-Conflicts: bluez-gnome
-Description: GNOME Bluetooth tools
- This package contains tools for managing and manipulating Bluetooth
- devices using the GNOME desktop.
-Homepage: https://wiki.gnome.org/Projects/GnomeBluetooth
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libbtf1.2.1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 40
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.2.5)
-Description: permutation to block triangular form library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The BTF library is a software package for permuting a matrix into Block upper
- Triangular Form. It includes a maximum transversal algorithm, which finds a
- permutation of a square or rectangular matrix so that it has a zero-free
- diagonal (if one exists); otherwise, it finds a maximal matching which
- maximizes the number of nonzeros on the diagonal. The package also includes a
- method for finding the strongly connected components of a graph. These two
- methods together give the permutation to block upper triangular form.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: ippusbxd
-Status: install ok installed
-Priority: extra
-Section: comm
-Installed-Size: 57
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.23-1
-Replaces: cups-filters-ippusbxd
-Provides: cups-filters-ippusbxd
-Depends: libc6 (>= 2.15), libusb-1.0-0 (>= 2:1.0.16)
-Recommends: system-config-printer-udev
-Conflicts: cups-filters-ippusbxd
-Enhances: cups
-Conffiles:
- /etc/apparmor.d/usr.sbin.ippusbxd 210064fd41c55623b174bfcad1e6d9fc
-Description: Daemon for IPP USB printer support
- ippusbxd is a userland driver for USB devices supporting the IPP USB
- specification. It enables these USB printers to be seen as regular
- network IPP printers.
-Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
-Homepage: https://github.com/daniel-dressler/ippusbxd
-
-Package: cpu-checker
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 21
-Maintainer: Kees Cook <kees@ubuntu.com>
-Architecture: amd64
-Version: 0.7-0ubuntu7
-Replaces: qemu-kvm (<< 0.12.3-0ubuntu13)
-Depends: msr-tools
-Conflicts: qemu-kvm (<< 0.12.3-0ubuntu13)
-Description: tools to help evaluate certain CPU (or BIOS) features
- There are some CPU features that are filtered or disabled by system BIOSes.
- This set of tools seeks to help identify when certain features are in this
- state, based on kernel values, CPU flags and other conditions. Supported
- feature tests are NX/XD and VMX/SVM.
-Homepage: https://launchpad.net/cpu-checker
-
-Package: qttranslations5-l10n
-Status: install ok installed
-Priority: optional
-Section: localization
-Installed-Size: 9689
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: qttranslations-opensource-src
-Version: 5.5.1-2build1
-Description: translations for Qt 5
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package provides translation files for Qt itself and some base apps,
- such as Qt Linguist, Qt Assistant and Qt Designer.
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://qt-project.org/
-
-Package: python3-virtualenv
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 137
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-virtualenv
-Version: 15.0.1+ds-3ubuntu1
-Depends: python-pip-whl (>= 8.1.1-2), python3, python3-pkg-resources, python3:any (>= 3.3.2-2~)
-Description: Python virtual environment creator
- The virtualenv utility creates virtual Python instances, each invokable
- with its own Python executable. Each instance can have different sets
- of modules, installable via easy_install. Virtual Python instances can
- also be created without root access.
- .
- This is the Python 3 version of the library.
-Homepage: https://pypi.python.org/pypi/virtualenv
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: python3-jinja2
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 809
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: jinja2
-Version: 2.8-1
-Depends: python3-markupsafe, python3:any (>= 3.3.2-2~)
-Recommends: python3-pkg-resources
-Suggests: python-jinja2-doc
-Description: small but fast and easy to use stand-alone template engine
- Jinja2 is a template engine written in pure Python. It provides a Django
- inspired non-XML syntax but supports inline expressions and an optional
- sandboxed environment.
- .
- The key-features are:
- * Configurable syntax. If you are generating LaTeX or other formats with
- Jinja2 you can change the delimiters to something that integrates better
- into the LaTeX markup.
- * Fast. While performance is not the primarily target of Jinja2 it’s
- surprisingly fast. The overhead compared to regular Python code was reduced
- to the very minimum.
- * Easy to debug. Jinja2 integrates directly into the Python traceback system
- which allows you to debug Jinja2 templates with regular Python debugging
- helpers.
- * Secure. It’s possible to evaluate untrusted template code if the optional
- sandbox is enabled. This allows Jinja2 to be used as templating language
- for applications where users may modify the template design.
-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
-Homepage: http://jinja.pocoo.org/
-
-Package: python3-html5lib
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 515
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: html5lib
-Version: 0.999-4
-Depends: python3-six, python3:any (>= 3.3.2-2~)
-Suggests: python3-genshi, python3-lxml
-Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
- html5lib is a pure-python library for parsing HTML. It is designed to
- conform to the HTML 5 specification, which has formalized the error handling
- algorithms of popular web browsers.
- .
- This package contains the Python 3 version of html5lib.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: https://github.com/html5lib/html5lib-python
-
-Package: libxen-4.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1039
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xen
-Version: 4.6.5-0ubuntu1.4
-Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20120614), libuuid1 (>= 2.16), libxenstore3.0 (>= 4.2~), libyajl2 (>= 2.0.4), zlib1g (>= 1:1.1.4)
-Description: Public libs for Xen
- This package contains the shared toolstack libraries for Xen.
-Original-Maintainer: Debian Xen Team <pkg-xen-devel@lists.alioth.debian.org>
-
-Package: glib-networking
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 174
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Version: 2.48.2-1~ubuntu16.04.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.46.0), libgnutls30 (>= 3.4.2), libp11-kit0 (>= 0.11), libproxy1v5 (>= 0.4.11), glib-networking-services (>= 2.48.2-1~ubuntu16.04.1), glib-networking-services (<< 2.48.2-1~ubuntu16.04.1.1~), glib-networking-common (= 2.48.2-1~ubuntu16.04.1), gsettings-desktop-schemas
-Breaks: libglib2.0-0 (<< 2.30.1-2)
-Description: network-related giomodules for GLib
- This package contains various network related extensions for the GIO
- library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libtext-wrapi18n-perl
-Status: install ok installed
-Priority: required
-Section: perl
-Installed-Size: 26
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.06-7.1
-Depends: libtext-charwidth-perl
-Description: internationalized substitute of Text::Wrap
- This module is a substitution for Text::Wrap, supporting
- multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth
- characters such as east Asian characters, combining characters
- such as diacritical marks and Thai, and languages which don't
- use whitespaces between words such as Chinese and Japanese.
- .
- It provides wrap().
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://search.cpan.org/search?module=Text::WrapI18N
-
-Package: aptdaemon
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 196
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.1.1+bzr982-0ubuntu14
-Depends: python3, python3:any (>= 3.2~), gir1.2-glib-2.0, python3-aptdaemon (= 1.1.1+bzr982-0ubuntu14), python3-gi, policykit-1
-Recommends: lintian
-Breaks: software-center (<< 1.1.21)
-Conffiles:
- /etc/apt/apt.conf.d/20dbus ea231d256caa030328bee60cc4e9b56c
- /etc/dbus-1/system.d/org.debian.apt.conf e0c8a5d2fbd0a727bdea215e32061e58
-Description: transaction based package management service
- Aptdaemon allows normal users to perform package management tasks, e.g.
- refreshing the cache, upgrading the system, installing or removing software
- packages.
- .
- Currently it comes with the following main features:
- .
- - Programming language independent D-Bus interface, which allows one to
- write clients in several languages
- - Runs only if required (D-Bus activation)
- - Fine grained privilege management using PolicyKit, e.g. allowing all
- desktop user to query for updates without entering a password
- - Support for media changes during installation from DVD/CDROM
- - Support for debconf (Debian's package configuration system)
- - Support for attaching a terminal to the underlying dpkg call
- .
- This package contains the aptd script and all the data files required to run
- the daemon. Moreover it contains the aptdcon script, which is a command
- line client for aptdaemon. The API is not stable yet.
-Homepage: https://launchpad.net/aptdaemon
-Original-Maintainer: Julian Andres Klode <jak@debian.org>
-
-Package: zeitgeist-core
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 428
-Maintainer: Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>
-Architecture: amd64
-Source: zeitgeist
-Version: 0.9.16-0ubuntu4
-Provides: zeitgeist-extension-fts
-Depends: libc6 (>= 2.14), libdee-1.0-4 (>= 1.0.2), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2), libxapian22v5, libzeitgeist-2.0-0 (>= 0.9.14)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Suggests: zeitgeist-datahub
-Description: event logging framework - engine
- Zeitgeist is a service which logs the user's activities and events (files
- opened, websites visited, conversations held with other people, etc.) and
- makes the relevant information available to other applications.
- .
- It serves as a comprehensive activity log and also makes it possible to
- determine relationships between items based on usage patterns.
- .
- This package contains the main daemon (in its new Vala implementation,
- codenamed "Bluebird"). It also includes the FTS (Full Text Search)
- extension.
-Homepage: http://zeitgeist-project.com/
-
-Package: libsemanage-common
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 28
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libsemanage
-Version: 2.3-1build3
-Replaces: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
-Breaks: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
-Conffiles:
- /etc/selinux/semanage.conf e69d42a4d98a93c3b8e201bdda367c55
-Description: Common files for SELinux policy management libraries
- This package provides the common files used by the shared libraries
- for SELinux policy management.
- .
- Security-enhanced Linux is a patch of the Linux kernel and a
- number of utilities with enhanced security functionality designed to
- add mandatory access controls to Linux. The Security-enhanced Linux
- kernel contains new architectural components originally developed to
- improve the security of the Flask operating system. These
- architectural components provide general support for the enforcement
- of many kinds of mandatory access control policies, including those
- based on the concepts of Type Enforcement, Role-based Access
- Control, and Multi-level Security.
-Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
-Homepage: http://userspace.selinuxproject.org/
-
-Package: libfakeroot
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 175
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fakeroot
-Version: 1.20.2-1ubuntu1
-Replaces: fakeroot (<< 1.20-2~)
-Depends: libc6 (>= 2.14)
-Breaks: fakeroot (<< 1.20-2~)
-Conffiles:
- /etc/ld.so.conf.d/fakeroot-x86_64-linux-gnu.conf f9f2331782e9078d5472c77e1d9cd869
-Description: tool for simulating superuser privileges - shared libraries
- fakeroot provides a fake "root environment" by means of LD_PRELOAD and
- SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
- stat(), and other file-manipulation functions, so that unprivileged
- users can (for instance) populate .deb archives with root-owned files;
- various build tools use fakeroot for this by default.
- .
- This package contains the LD_PRELOAD libraries.
-Original-Maintainer: Clint Adams <clint@debian.org>
-
-Package: screen-resolution-extra
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 67
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.17.1.1~16.04.1
-Depends: python3-xkit (>= 0.5.0), policykit-1-gnome, python3-gi
-Conffiles:
- /etc/dbus-1/system.d/com.ubuntu.ScreenResolution.Mechanism.conf f918a9798b7f94a581589d65dea59fd7
-Description: Extension for the GNOME screen resolution applet
- Extension for the GNOME screen resolution applet.
-Original-Maintainer: Alberto Milone (tseliot) <albertomilone@alice.it>
-
-Package: rtkit
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 135
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.11-4
-Depends: adduser, libc6 (>= 2.8), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14)
-Recommends: dbus, policykit-1
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf b25a6fdfd2c34e01338ec6f83556a190
-Description: Realtime Policy and Watchdog Daemon
- RealtimeKit is a D-Bus system service that changes the
- scheduling policy of user processes/threads to SCHED_RR
- (i.e. realtime scheduling mode) on request. It is intended to
- be used as a secure mechanism to allow real-time scheduling to
- be used by normal user processes.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://0pointer.de/public/
-
-Package: bluez-obexd
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 509
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: bluez
-Version: 5.37-0ubuntu5.1
-Replaces: obexd-client, obexd-server
-Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.9.14), libebook-1.2-16 (>= 3.17), libebook-contacts-1.2-2 (>= 3.16.2), libedataserver-1.2-21 (>= 3.17), libglib2.0-0 (>= 2.35.9)
-Conflicts: obexd-client, obexd-server
-Description: bluez obex daemon
- This package contains a OBEX(OBject EXchange) daemon.
- .
- OBEX is communication protocol to facilitate the exchange of the binary
- object between the devices.
- .
- This was the software that is independent as obexd, but this has been
- integrated into BlueZ from BlueZ 5.0.
- .
- BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
- project distributed under GNU General Public License (GPL).
-Homepage: http://www.bluez.org
-Original-Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org>
-
-Package: libp11-kit0
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 433
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: p11-kit
-Version: 0.23.2-5~ubuntu16.04.1
-Depends: libc6 (>= 2.16), libffi6 (>= 3.0.4)
-Description: library for loading and coordinating access to PKCS#11 modules - runtime
- The p11-kit library provides a way to load and enumerate Public-Key
- Cryptography Standard #11 modules, along with a standard configuration
- setup for installing PKCS#11 modules so that they're discoverable. It
- also solves problems with coordinating the use of PKCS#11 by different
- components or libraries living in the same process.
- .
- This package contains the shared library required for applications loading
- and accessing PKCS#11 modules.
-Homepage: http://p11-glue.freedesktop.org/p11-kit.html
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: libpango-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 537
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pango1.0
-Version: 1.38.1-1
-Replaces: libpango1.0-0 (<< 1.32.5-2)
-Depends: fontconfig (>= 2.1.91), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libthai0 (>= 0.1.12)
-Breaks: libpango1.0-0 (<< 1.32.5-2), plymouth (<< 0.8.3-19)
-Description: Layout and rendering of internationalized text
- Pango is a library for layout and rendering of text, with an emphasis
- on internationalization. Pango can be used anywhere that text layout is
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
- - Core X windowing system fonts
- - Client-side fonts on X using the Xft library
- - Direct rendering of scalable fonts using the FreeType library
- - Native fonts on Microsoft backends
- .
- This package contains the shared libraries.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: python3-minimal
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 120
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3-defaults
-Version: 3.5.1-3
-Replaces: python3 (<< 3.3.2-13~), python3.1 (<< 3.1-2)
-Depends: python3.5-minimal (>= 3.5.1-2~), dpkg (>= 1.13.20)
-Breaks: idle3 (<< 3.1), python3 (<< 3.3.2-13~), python3-all (<< 3.1), python3-all-dbg (<< 3.1), python3-all-dev (<< 3.1), python3-dbg (<< 3.1), python3-dev (<< 3.1), python3-examples (<< 3.1)
-Description: minimal subset of the Python language (default python3 version)
- This package contains the interpreter and some essential modules. It's used
- in the boot process for some basic tasks.
- See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules
- contained in this package.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libgcc-5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 12193
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Replaces: gccgo-5 (<< 5.4.0-6ubuntu1~16.04.9)
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libgcc1 (>= 1:5.4.0-6ubuntu1~16.04.9), libgomp1 (>= 5.4.0-6ubuntu1~16.04.9), libitm1 (>= 5.4.0-6ubuntu1~16.04.9), libatomic1 (>= 5.4.0-6ubuntu1~16.04.9), libasan2 (>= 5.4.0-6ubuntu1~16.04.9), liblsan0 (>= 5.4.0-6ubuntu1~16.04.9), libtsan0 (>= 5.4.0-6ubuntu1~16.04.9), libubsan0 (>= 5.4.0-6ubuntu1~16.04.9), libcilkrts5 (>= 5.4.0-6ubuntu1~16.04.9), libmpx0 (>= 5.4.0-6ubuntu1~16.04.9), libquadmath0 (>= 5.4.0-6ubuntu1~16.04.9)
-Recommends: libc6-dev (>= 2.13-0ubuntu6)
-Description: GCC support library (development files)
- This package contains the headers and static library files necessary for
- building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libgnutls-openssl27
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 98
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnutls28
-Version: 3.4.10-4ubuntu1.3
-Depends: libgnutls30 (= 3.4.10-4ubuntu1.3), libc6 (>= 2.14)
-Description: GNU TLS library - OpenSSL wrapper
- GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
- Transport Layer Security (DTLS 1.0, 1.2) protocols.
- .
- GnuTLS features support for:
- - TLS extensions: server name indication, max record size, opaque PRF
- input, etc.
- - authentication using the SRP protocol.
- - authentication using both X.509 certificates and OpenPGP keys.
- - TLS Pre-Shared-Keys (PSK) extension.
- - Inner Application (TLS/IA) extension.
- - X.509 and OpenPGP certificate handling.
- - X.509 Proxy Certificates (RFC 3820).
- - all the strong encryption algorithms (including SHA-256/384/512 and
- Camellia (RFC 4132)).
- .
- This package contains the runtime library of the GnuTLS OpenSSL wrapper.
-Homepage: http://www.gnutls.org/
-Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
-
-Package: libnautilus-extension1a
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 116
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nautilus
-Version: 1:3.18.4.is.3.14.3-0ubuntu6
-Replaces: libnautilus-extension1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0)
-Breaks: nautilus (<< 1:3.0)
-Conflicts: libnautilus-extension1
-Description: libraries for nautilus components - runtime version
- Nautilus is the official file manager and graphical shell for the
- GNOME desktop.
- .
- This package contains a few runtime libraries needed by nautilus' extensions.
-Homepage: http://www.gnome.org/projects/nautilus/
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: gdisk
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 746
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.0.1-1build1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libncursesw5 (>= 6), libpopt0 (>= 1.14), libstdc++6 (>= 5.2), libtinfo5 (>= 6), libuuid1 (>= 2.16)
-Recommends: groff-base
-Description: GPT fdisk text-mode partitioning tool
- GPT fdisk (aka gdisk) is a text-mode partitioning
- tool that works on Globally Unique Identifier
- (GUID) Partition Table (GPT) disks, rather than
- on the more common (through 2009)
- Master Boot Record (MBR) partition tables.
-Original-Maintainer: Guillaume Delacour <gui@iroqwa.org>
-Homepage: http://sourceforge.net/projects/gptfdisk/
-
-Package: libwayland-egl1-mesa
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 78
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Replaces: libwayland-egl1
-Provides: libwayland-egl1
-Depends: libc6 (>= 2.2.5), libegl1-mesa (= 17.2.8-0ubuntu0~16.04.1)
-Conflicts: libwayland-egl1
-Description: implementation of the Wayland EGL platform -- runtime
- This package contains the mesa implementation of the Wayland EGL platform
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: ntfs-3g
-Status: install ok installed
-Priority: optional
-Section: otherosfs
-Installed-Size: 1522
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:2015.3.14AR.1-1ubuntu0.1
-Provides: libntfs-3g861
-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), libgnutls30 (>= 3.4.0)
-Pre-Depends: multiarch-support, fuse
-Description: read/write NTFS driver for FUSE
- NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
- filesystem used by Microsoft Windows.
-Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: libdebconfclient0
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 67
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cdebconf
-Version: 0.198ubuntu1
-Depends: libc6 (>= 2.4)
-Description: Debian Configuration Management System (C-implementation library)
- Debconf is a configuration management system for Debian packages. It is
- used by some packages to prompt you for information before they are
- installed. cdebconf is a reimplementation of the original debconf in C.
- .
- This library allows C programs to interface with cdebconf.
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: python3-jsonpatch
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-json-patch
-Version: 1.19-3
-Replaces: python3-json-patch (<< 1.3-3~)
-Depends: python3-json-pointer (>= 1.9), python3:any (>= 3.3.2-2~)
-Breaks: python3-json-patch (<< 1.3-3~)
-Description: library to apply JSON patches - Python 3.x
- Python-json-patch is a Python module (a library) to apply JSON Patches
- according to the IETF draft specification.
- .
- From the IETF site:
- .
- JavaScript Object Notation (JSON) [RFC4627] is a common format for the
- exchange and storage of structured data. HTTP PATCH [RFC5789] extends the
- Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial
- modifications to resources.
- .
- JSON Patch is a format (identified by the media type "application/
- json-patch") for expressing a sequence of operations to apply to a target JSON
- document, suitable for use with the HTTP PATCH method.
- .
- This format is also potentially useful in other cases when it's necessary to
- make partial updates to a JSON document.
- .
- This package provides the Python 3.x module.
-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Homepage: https://github.com/stefankoegl/python-json-patch
-
-Package: code
-Status: install reinstreq half-installed
-Priority: optional
-Section: devel
-Architecture: amd64
-Version: 1.24.1-1528912196
-
-Package: libselinux1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 168
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libselinux
-Version: 2.4-3build2
-Depends: libc6 (>= 2.14), libpcre3
-Description: SELinux runtime shared libraries
- This package provides the shared libraries for Security-enhanced
- Linux that provides interfaces (e.g. library functions for the
- SELinux kernel APIs like getcon(), other support functions like
- getseuserbyname()) to SELinux-aware applications. Security-enhanced
- Linux is a patch of the Linux kernel and a number of utilities with
- enhanced security functionality designed to add mandatory access
- controls to Linux. The Security-enhanced Linux kernel contains new
- architectural components originally developed to improve the security
- of the Flask operating system. These architectural components provide
- general support for the enforcement of many kinds of mandatory access
- control policies, including those based on the concepts of Type
- Enforcement, Role-based Access Control, and Multi-level Security.
- .
- libselinux1 provides an API for SELinux applications to get and set
- process and file security contexts and to obtain security policy
- decisions. Required for any applications that use the SELinux
- API. libselinux may use the shared libsepol to manipulate the binary
- policy if necessary (e.g. to downgrade the policy format to an older
- version supported by the kernel) when loading policy.
-Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
-Homepage: http://userspace.selinuxproject.org/
-
-Package: gnome-keyring
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 3680
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 3.18.3-0ubuntu2
-Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.15), libcap-ng0, libgck-1-0 (>= 3.3.90), libgcr-base-3-1 (>= 3.8.0), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.38.0), gcr (>= 3.4), dbus-x11, p11-kit (>= 0.16), libcap2-bin, pinentry-gnome3
-Pre-Depends: multiarch-support
-Recommends: libpam-gnome-keyring, libp11-kit-gnome-keyring
-Conffiles:
- /etc/xdg/autostart/gnome-keyring-pkcs11.desktop 9a7d3da7cc8acfab71f45de56defa035
- /etc/xdg/autostart/gnome-keyring-secrets.desktop 5653bf05f47a6021204bc3bf08fea6ef
- /etc/xdg/autostart/gnome-keyring-ssh.desktop 422e383159f4991aa305bf305af8b325
-Description: GNOME keyring services (daemon and tools)
- gnome-keyring is a daemon in the session, similar to ssh-agent,
- and other applications can use it to store passwords and other
- sensitive information.
- .
- The program can manage several keyrings, each with its own master
- password, and there is also a session keyring which is never stored to
- disk, but forgotten when the session ends.
-Homepage: https://wiki.gnome.org/GnomeKeyring
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: systemd
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 18836
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 229-4ubuntu19
-Replaces: systemd-services, udev (<< 228-5)
-Provides: systemd-services
-Depends: libacl1 (>= 2.2.51-8), libapparmor1 (>= 2.9.0-3+exp2), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.19.1), libcap2 (>= 1:2.10), libcryptsetup4 (>= 2:1.4.3), libgpg-error0 (>= 1.14), libkmod2 (>= 5~), libmount1 (>= 2.26.2), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.1.0), libselinux1 (>= 2.1.9), libsystemd0 (= 229-4ubuntu19), util-linux (>= 2.27.1), mount (>= 2.26), adduser, libcap2-bin
-Pre-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 1.32)
-Recommends: libpam-systemd, dbus
-Suggests: systemd-ui, systemd-container
-Breaks: apparmor (<< 2.9.2-1), ifupdown (<< 0.8.5~), lsb-base (<< 4.1+Debian4), lvm2 (<< 2.02.104-1), systemd-shim (<< 8-2), udev (<< 228-5)
-Conflicts: klogd, systemd-services
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.hostname1.conf f55c94d000b5d62b5f06d38852977dd1
- /etc/dbus-1/system.d/org.freedesktop.locale1.conf 5893ab03e7e96aa3759baceb4dd04190
- /etc/dbus-1/system.d/org.freedesktop.login1.conf 4aac4fe1a99c9fca83c85b80e4e0c2ba
- /etc/dbus-1/system.d/org.freedesktop.network1.conf 162e9a90d8f824f79ef2c6390827ec7b
- /etc/dbus-1/system.d/org.freedesktop.resolve1.conf 6969148b4616c56a5c9065cec5ab0775
- /etc/dbus-1/system.d/org.freedesktop.systemd1.conf 846824928e39a465c06c3aae53510535
- /etc/dbus-1/system.d/org.freedesktop.timedate1.conf 682369fbf3de26b21e775732c89a2bbe
- /etc/dhcp/dhclient-exit-hooks.d/timesyncd a891f21f45b0648b7082d999bf424591
- /etc/pam.d/systemd-user 3bdb96b18046bd209135cdfe73421db6
- /etc/systemd/bootchart.conf 7cb6c9cab8ec511882e0e05fceb87e45
- /etc/systemd/journald.conf d928a3ce9f51fcff8ed925270f14a2aa
- /etc/systemd/logind.conf 5b41bb868487d1013382b738f6648328
- /etc/systemd/resolved.conf cc77726b02979ddc8b034a338f7bdea9
- /etc/systemd/system.conf 1340491c660f9eb234c92fe1225ff427
- /etc/systemd/timesyncd.conf 4e1cf2b5f85dff6c1f186135b9f66a85
- /etc/systemd/user.conf 2eaf5976751be8864d0555f30814d832
-Description: system and service manager
- systemd is a system and service manager for Linux. It provides aggressive
- parallelization capabilities, uses socket and D-Bus activation for starting
- services, offers on-demand starting of daemons, keeps track of processes
- using Linux control groups, supports snapshotting and restoring of the system
- state, maintains mount and automount points and implements an elaborate
- transactional dependency-based service control logic.
- .
- systemd is compatible with SysV and LSB init scripts and can work as a
- drop-in replacement for sysvinit.
- .
- Installing the systemd package will not switch your init system unless you
- boot with init=/bin/systemd or install systemd-sysv in addition.
-Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
-
-Package: mtr-tiny
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: mtr
-Version: 0.86-1ubuntu0.1
-Replaces: mtr
-Depends: libc6 (>= 2.15), libncurses5 (>= 6), libtinfo5 (>= 6)
-Conflicts: mtr, suidmanager (<< 0.50)
-Description: Full screen ncurses traceroute tool
- mtr combines the functionality of the 'traceroute' and 'ping' programs
- in a single network diagnostic tool.
- .
- As mtr starts, it investigates the network connection between the host
- mtr runs on and a user-specified destination host. After it
- determines the address of each network hop between the machines,
- it sends a sequence ICMP ECHO requests to each one to determine the
- quality of the link to each machine. As it does this, it prints
- running statistics about each machine.
- .
- mtr-tiny is compiled without support for X and conserves disk space.
-Homepage: http://www.bitwizard.nl/mtr/
-Original-Maintainer: Robert Woodcock <rcw@debian.org>
-
-Package: libltdl7
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 83
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libtool
-Version: 2.4.6-0.1
-Depends: libc6 (>= 2.14)
-Description: System independent dlopen wrapper for GNU libtool
- This package contains the run-time libltdl library.
- .
- A small library that aims at hiding the various difficulties of
- dlopening libraries from programmers. It is a system independent
- dlopen wrapper for GNU libtool.
- .
- It supports the following dlopen interfaces:
- * dlopen (Solaris, Linux and various BSD flavors)
- * shl_load (HP-UX)
- * LoadLibrary (Win16 and Win32)
- * load_add_on (BeOS)
- * GNU DLD (emulates dynamic linking for static libraries)
- * libtool's dlpreopen
-Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>
-Homepage: http://www.gnu.org/software/libtool/
-
-Package: libx32asan2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 934
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.23), libx32gcc1 (>= 1:3.3)
-Description: AddressSanitizer -- a fast memory error detector (x32)
- AddressSanitizer (ASan) is a fast memory error detector. It finds
- use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libpwquality-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 21
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libpwquality
-Version: 1.3.0-0ubuntu1
-Replaces: libpwquality1 (<< 1.2.1-1)
-Breaks: libpwquality1 (<< 1.2.1-1)
-Conffiles:
- /etc/security/pwquality.conf 1b744ec8be255859b1c568fec2cf36f7
-Description: library for password quality checking and generation (data files)
- libpwquality's purpose is to provide common functions for password
- quality checking and also scoring them based on their apparent randomness. The
- library also provides a function for generating random passwords with good
- pronounceability.
- .
- This package contains the configuration file and man page for libpwquality.
-Homepage: https://fedorahosted.org/libpwquality/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libhtml-parser-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 216
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.72-1
-Depends: perl (>= 5.22.1-4), perlapi-5.22.1, libc6 (>= 2.4), libhtml-tagset-perl, liburi-perl
-Recommends: libhttp-message-perl
-Suggests: libdata-dump-perl
-Enhances: libwww-perl
-Description: collection of modules that parse HTML text documents
- HTML::Parser is a collection of modules useful for handling HTML documents.
- These modules used to be part of the libwww-perl distribution, but are now
- unbundled in order to facilitate a separate development track.
- .
- Objects of the HTML::Parser class will recognize markup and separate it from
- content data. As different kinds of markup are recognized, the corresponding
- event handler is invoked. The document to be parsed may also be supplied in
- arbitrary chunks, making on-the-fly parsing of network documents possible.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/HTML-Parser
-
-Package: liblwres141
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 114
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: libbind0
-Depends: libc6 (>= 2.15)
-Conflicts: libbind0
-Description: Lightweight Resolver Library used by BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the liblwres shared library used by BIND's daemons
- and clients.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: libpython2.7
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 3553
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python2.7
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: python2.7 (<< 2.6)
-Depends: libpython2.7-stdlib (= 2.7.12-1ubuntu0~16.04.3), libc6 (>= 2.15), zlib1g (>= 1:1.2.0)
-Description: Shared Python runtime library (version 2.7)
- Python is a high-level, interactive, object-oriented language. Its 2.7 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains the shared runtime library, normally not needed
- for programs using the statically linked interpreter.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: dpkg
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 6655
-Origin: debian
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Bugs: debbugs://bugs.debian.org
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.18.4ubuntu1.2
-Replaces: manpages-it (<< 2.80-4)
-Pre-Depends: libbz2-1.0, libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.3), zlib1g (>= 1:1.1.4), tar (>= 1.23)
-Suggests: apt
-Breaks: apt (<< 0.7.7~), apt-cudf (<< 3.3~beta1-3~), aptitude (<< 0.4.7-1~), auctex (<< 11.87-3+deb8u1~), ccache (<< 3.1.10-1~), cups (<< 1.7.5-10~), dbus (<< 1.8.12-1ubuntu6~), debian-security-support (<< 2014.10.26~), distcc (<< 3.1-6.1~), doc-base (<< 0.10.5~), dpkg-dev (<< 1.15.8), fontconfig (<< 2.11.1-0ubuntu5~), fusionforge-plugin-mediawiki (<< 5.3.2+20141104-3~), gap-core (<< 4r7p5-2~), gitweb (<< 1:2.1.4-2.1~), grace (<< 1:5.1.24-3~), gxine (<< 0.5.908-3.1~), hoogle (<< 4.2.33-4~), icecc (<< 1.0.1-2~), install-info (<< 5.1.dfsg.1-3~), libapache2-mod-php5 (<< 5.6.4+dfsg-3~), libapache2-mod-php5filter (<< 5.6.4+dfsg-3~), libdpkg-perl (<< 1.15.8), libjs-protoaculous (<< 5~), man-db (<< 2.6.3-6~), mcollective (<< 2.6.0+dfsg-2.1~), php5-fpm (<< 5.6.4+dfsg-3~), pypy (<< 2.4.0+dfsg-3~), readahead-fedora (<< 2:1.5.6-5.2~), software-center (<< 13.10-0ubuntu9~), ufw (<< 0.35-0ubuntu2~), ureadahead (<< 0.100.0-17~), wordpress (<< 4.1+dfsg-1~), xfonts-traditional (<< 1.7~), xine-ui (<< 0.99.9-1.2~)
-Conflicts: ada-reference-manual (<< 20021112web-4~), asn1-mode (<< 2.7-7~), bogosort (<< 0.4.2-3~), cl-yacc (<< 0.3-3~), cpp-4.1-doc (<< 4.1.2.nf2-4~), cpp-4.2-doc (<< 4.2.4.nf1-4~), gcc-4.1-doc (<< 4.1.2.nf2-4~), gcc-4.2-doc (<< 4.2.4.nf1-4~), gcj-4.1-doc (<< 4.1.2.nf2-4~), gcj-4.2-doc (<< 4.2.4.nf1-4~), gfortran-4.1-doc (<< 4.1.2.nf2-4~), gfortran-4.2-doc (<< 4.2.4.nf1-4~), ggz-docs (<< 0.0.14.1-2~), glame (<< 2.0.1-6~), gnat-4.1-doc (<< 4.1.2.nf2-4~), gnat-4.2-doc (<< 4.2.4.nf1-4~), gtalk (<< 0.99.10-16~), libalogg-dev (<< 1.3.7-2~), libgtk1.2-doc (<< 1.2.10-19~), libnettle-dev (<< 2~), liborbit-dev (<< 0.5.17-12~), libreadline5-dev (<< 5.2-8~), librep-doc (<< 0.90~), mmucl (<< 1.5.2-3~), nxml-mode (<< 20041004-9~), octave3.0-info (<< 1:3.0.5-7+rm), octave3.2-info (<< 3.2.4-12+rm), polgen-doc (<< 1.3-3+rm), r6rs-doc (<< 1.0-2~), serveez-doc (<< 0.1.5-3~), slat (<< 2.0-6~), texlive-base-bin-doc (<< 2007.dfsg.2-9~), ttcn-el (<< 0.6.9-2~), ulog-acctd (<< 0.4.3-3~), xconq-doc (<< 7.4.1-5~), zenirc (<< 2.112.dfsg-1~)
-Conffiles:
- /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881
- /etc/cron.daily/dpkg b8065b6bfc248caba501c3f5bb508e66
- /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b
- /etc/logrotate.d/dpkg 782ea5ae536f67ff51dc8c3e2eeb4cf9
-Description: Debian package management system
- This package provides the low-level infrastructure for handling the
- installation and removal of Debian software packages.
- .
- For Debian package development tools, install dpkg-dev.
-Homepage: https://wiki.debian.org/Teams/Dpkg
-Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
-
-Package: libx32itm1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 112
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.16)
-Description: GNU Transactional Memory Library (x32)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libghc-primitive-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 735
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-primitive
-Version: 0.6.1.0-1
-Provides: libghc-primitive-prof-0.6.1.0-b2a7b
-Depends: libghc-primitive-dev (= 0.6.1.0-1), libghc-base-prof-4.8.2.0-0d6d1, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-transformers-prof-0.4.2.0-81450
-Description: Wrappers for primitive operations; profiling libraries
- This package provides wrappers for primitive array operations from GHC.Prim.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/haskell/primitive
-
-Package: libk3b6-extracodecs
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 228
-Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
-Architecture: amd64
-Source: k3b
-Version: 2.0.3-0ubuntu5
-Depends: libc6 (>= 2.14), libk3b6, libkdecore5 (>= 4:4.4.4), libkdeui5 (>= 4:4.4.4), libkio5 (>= 4:4.4.4), libmad0 (>= 0.15.1b-3), libmp3lame0, libqt4-qt3support (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1), libtag1v5 (>= 1.9.1-2.4ubuntu1)
-Description: KDE CD/DVD burning application library - extra decoders
- K3b provides a comfortable user interface to perform most CD/DVD burning
- tasks. While the experienced user can take influence in all steps
- of the burning process the beginner may find comfort in the automatic settings
- and the reasonable k3b defaults which allow a quick start.
- .
- This package contains runtime libraries for the MP3 and FFMPEG decoder plugin.
-Homepage: http://www.k3b.org
-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
-
-Package: libfftw3-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 15792
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fftw3
-Version: 3.3.4-2ubuntu1
-Replaces: fftw3-dev
-Provides: fftw3-dev
-Depends: libfftw3-bin (= 3.3.4-2ubuntu1), libfftw3-double3 (= 3.3.4-2ubuntu1), libfftw3-long3 (= 3.3.4-2ubuntu1), libfftw3-quad3 (= 3.3.4-2ubuntu1), libfftw3-single3 (= 3.3.4-2ubuntu1)
-Suggests: libfftw3-doc
-Conflicts: fftw3-dev
-Description: Library for computing Fast Fourier Transforms - development
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the statically linked
- library, header files and test programs.
- .
- This package contains the header files and static libraries.
- For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: libgusb2
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgusb
-Version: 0.2.9-0ubuntu1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.38.0), libusb-1.0-0 (>= 2:1.0.16)
-Description: GLib wrapper around libusb1
- GUsb is a GObject wrapper for libusb1 that makes it easy to do
- asynchronous control, bulk and interrupt transfers with proper
- cancellation and integration into a mainloop.
- .
- This package contains the GUsb shared library.
-Original-Maintainer: Michal Čihař <nijel@debian.org>
-Homepage: http://www.hughski.com/downloads.html
-
-Package: aspell-en
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 330
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 7.1-0-1.1
-Provides: aspell-dictionary
-Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
-Description: English dictionary for GNU Aspell
- This package contains all the required files to add support for English
- language to the GNU Aspell spell checker.
- .
- American, British and Canadian spellings are included.
-Original-Maintainer: Brian Nelson <pyro@debian.org>
-Homepage: http://aspell.net/
-
-Package: lib32mpx0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 39
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-i386 (>= 2.17)
-Description: Intel memory protection extensions (32bit)
- Intel MPX is a set of processor features which, with compiler,
- runtime library and OS support, brings increased robustness to
- software by checking pointer references whose compile time normal
- intentions are usurped at runtime due to buffer overflow.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libmtp9
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 473
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmtp
-Version: 1.1.10-2ubuntu1
-Depends: libmtp-common, libc6 (>= 2.14), libgcrypt20 (>= 1.6.0), libusb-1.0-0 (>= 2:1.0.8)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Recommends: libmtp-runtime, udev
-Description: Media Transfer Protocol (MTP) library
- libmtp is a library for communicating with MTP aware devices in POSIX
- compliant operating systems. It implements MTP Basic, the subset
- proposed for standardization.
- .
- The Media Transfer Protocol (commonly referred to as MTP) is a devised
- set of custom extensions to support the transfer of music files on
- USB digital audio players and movie files on USB portable media players.
-Homepage: http://libmtp.sourceforge.net/
-Original-Maintainer: Alessio Treglia <alessio@debian.org>
-
-Package: libmtdev1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mtdev
-Version: 1.1.5-1ubuntu2
-Depends: libc6 (>= 2.4)
-Pre-Depends: multiarch-support
-Description: Multitouch Protocol Translation Library - shared library
- libmtdev is a library for translating evdev multitouch events using the legacy
- protocol to the new multitouch slots protocol. This is necessary for kernel
- drivers that have not been updated to use the newer protocol.
-Homepage: http://bitmath.org/code/mtdev/
-Original-Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
-
-Package: libqt5sql5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 387
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtbase-opensource-src
-Version: 5.5.1+dfsg-16ubuntu7.5
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.5.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-5-1
-Recommends: libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc | libqt5sql5-psql
-Description: Qt 5 SQL module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtSql module helps you provide seamless database integration to your Qt
- applications.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libipc-run-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 274
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.94-1
-Depends: perl, libio-pty-perl
-Description: Perl module for running processes
- IPC::Run allows you to run and interact with child processes using
- files, pipes, and pseudo-ttys. Both system()-style and scripted
- usages are supported and may be mixed. Likewise, functional and OO
- API styles are both supported and may be mixed.
- .
- Various redirection operators reminiscent of those seen on common
- Unix and DOS command lines are provided.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/IPC-Run
-
-Package: lightdm
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 668
-Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
-Architecture: amd64
-Version: 1.18.3-0ubuntu1.1
-Provides: x-display-manager
-Depends: debconf (>= 0.5) | debconf-2.0, lsb-base (>= 4.1+Debian11ubuntu7), libc6 (>= 2.14), libgcrypt20 (>= 1.6.0), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libxcb1, libxdmcp6, libpam-runtime (>= 0.76-14), libpam-modules, adduser, libglib2.0-bin, dbus, plymouth (>= 0.8.8-0ubuntu18), bash (>= 4.3)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Recommends: xserver-xorg, unity-greeter | lightdm-greeter | lightdm-kde-greeter
-Suggests: bindfs
-Conflicts: liblightdm-gobject-0-0, liblightdm-qt-0-0
-Conffiles:
- /etc/apparmor.d/abstractions/lightdm 14606b0b6aeb01259d40ec740caad0be
- /etc/apparmor.d/abstractions/lightdm_chromium-browser e1195e34922a67fa219b8b95eaf9c305
- /etc/apparmor.d/lightdm-guest-session 3c7812f49f27e733ad9b5d413c4d14cb
- /etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf b76b6b45d7f7ff533c51d7fc02be32f4
- /etc/init.d/lightdm be2b1b20bec52a04c1a877477864e188
- /etc/init/lightdm.conf 07304e5b3265b4fb82a2c94beb9b577e
- /etc/lightdm/users.conf 1de1a7e321b98e5d472aa818893a2a3e
- /etc/logrotate.d/lightdm b6068c54606c0499db9a39a05df76ce9
- /etc/pam.d/lightdm 1abe2be7a999b42517c82511d9e9ba22
- /etc/pam.d/lightdm-autologin 28dd060554d1103ff847866658431ecf
- /etc/pam.d/lightdm-greeter 65ed119ce8f4079f6388b09ad9d8b2f9
-Description: Display Manager
- LightDM is a X display manager that:
- * Has a lightweight codebase
- * Is standards compliant (PAM, ConsoleKit, etc)
- * Has a well defined interface between the server and user interface
- * Cross-desktop (greeters can be written in any toolkit)
-Homepage: https://launchpad.net/lightdm
-
-Package: docutils-doc
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 4158
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-docutils
-Version: 0.12+dfsg-1
-Replaces: python-docutils (<< 0.7-3~)
-Conflicts: python-docutils (<< 0.7-3~)
-Description: text processing system for reStructuredText - documentation
- reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
- markup syntax and parser system. It is useful for in-line program documentation
- (such as Python docstrings), for quickly creating simple web pages, and for
- standalone documents.
- .
- The purpose of the Docutils project is to create a set of tools for
- processing reStructuredText documentation into useful formats, such as HTML,
- LaTeX, ODT or Unix manpages.
- .
- This package includes documentation in HTML and (gzipped) reST formats.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://docutils.sourceforge.net/
-
-Package: libclutter-gtk-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 77
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: clutter-gtk
-Version: 1.6.6-1
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.23.7), libcogl20 (>= 1.17.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.10), libwayland-client0 (>= 1.3.92)
-Description: Open GL based interactive canvas library GTK+ widget
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.clutter-project.org/
-
-Package: libatk-bridge2.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 213
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: at-spi2-atk
-Version: 2.18.1-2ubuntu1
-Depends: libatk1.0-0 (>= 2.15.4), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.41.1)
-Description: AT-SPI 2 toolkit bridge - shared library
- This package contains the ATK bridge shared library.
-Homepage: https://wiki.gnome.org/Accessibility
-Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
-
-Package: cryptsetup-bin
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 272
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: cryptsetup
-Version: 2:1.6.6-5ubuntu2.1
-Replaces: cryptsetup (<< 2:1.4.1-2ubuntu2~)
-Depends: libc6 (>= 2.15), libcryptsetup4 (>= 2:1.6), libpopt0 (>= 1.14)
-Breaks: cryptsetup (<< 2:1.4.1-2ubuntu2~)
-Description: disk encryption support - command line tools
- Cryptsetup provides an interface for configuring encryption on block
- devices (such as /home or swap partitions), using the Linux kernel
- device mapper target dm-crypt. It features integrated Linux Unified Key
- Setup (LUKS) support.
- .
- This package provides cryptsetup, cryptsetup-reencrypt and luksformat.
-Homepage: http://code.google.com/p/cryptsetup/
-Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@lists.alioth.debian.org>
-
-Package: signon-plugin-password
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: signon
-Version: 8.58+16.04.20151106-0ubuntu1
-Replaces: signon-passwordplugin
-Depends: signond, libc6 (>= 2.4), libqt5core5a (>= 5.4.0), libsignon-plugins-common1, libstdc++6 (>= 4.1.1)
-Conflicts: signon-passwordplugin
-Description: Plain Password plugin for Single Sign On
- Password plugin for Single Sign On.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: ftp
-Status: install ok installed
-Priority: standard
-Section: net
-Installed-Size: 149
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: netkit-ftp
-Version: 0.17-33
-Replaces: netstd
-Depends: libc6 (>= 2.15), libreadline6 (>= 6.0), netbase
-Description: classical file transfer client
- This is the user interface to the ARPANET standard File Transfer Protocol.
- The program allows a user to transfer files to and from a remote network
- site.
-Original-Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
-
-Package: openssl
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 934
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.0.2g-1ubuntu4.8
-Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.2g)
-Suggests: ca-certificates
-Conffiles:
- /etc/ssl/openssl.cnf 7df26c55291b33344dc15e3935dabaf3
-Description: Secure Sockets Layer toolkit - cryptographic utility
- This package is part of the OpenSSL project's implementation of the SSL
- and TLS cryptographic protocols for secure communication over the
- Internet.
- .
- It contains the general-purpose command line binary /usr/bin/openssl,
- useful for cryptographic operations such as:
- * creating RSA, DH, and DSA key parameters;
- * creating X.509 certificates, CSRs, and CRLs;
- * calculating message digests;
- * encrypting and decrypting with ciphers;
- * testing SSL/TLS clients and servers;
- * handling S/MIME signed or encrypted mail.
-Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
-
-Package: libplymouth4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 298
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: plymouth
-Version: 0.9.2-3ubuntu13.2
-Replaces: plymouth (<< 0.9.2-1~)
-Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), libudev1 (>= 183)
-Breaks: plymouth (<< 0.9.2-1~)
-Description: graphical boot animation and logger - shared libraries
- Plymouth is an application that runs very early in the boot process
- (even before the root filesystem is mounted!) that provides a graphical
- boot animation while the boot process happens in the background.
- .
- This package contains the shared libraries.
-Homepage: http://www.freedesktop.org/wiki/Software/Plymouth
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: libupower-glib3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 188
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: upower
-Version: 0.99.4-2ubuntu0.3
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
-Recommends: upower (>> 0.99)
-Description: abstraction for power management - shared library
- upower provides an interface to enumerate power sources on the system
- and control system-wide power management. Any application can access the
- org.freedesktop.UPower service on the system message bus. Some
- operations (such as suspending the system) are restricted using PolicyKit.
- .
- This package contains the shared library to be used by applications.
-Homepage: http://upower.freedesktop.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: wget
-Status: install ok installed
-Priority: important
-Section: web
-Installed-Size: 880
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.17.1-1ubuntu1.2
-Depends: libc6 (>= 2.17), libidn11 (>= 1.13), libpcre3, libssl1.0.0 (>= 1.0.1), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
-Recommends: ca-certificates
-Conflicts: wget-ssl
-Conffiles:
- /etc/wgetrc c43064699caf6109f4b3da0405c06ebb
-Description: retrieves files from the web
- Wget is a network utility to retrieve files from the web
- using HTTP(S) and FTP, the two most widely used internet
- protocols. It works non-interactively, so it will work in
- the background, after having logged off. The program supports
- recursive retrieval of web-authoring pages as well as FTP
- sites -- you can use Wget to make mirrors of archives and
- home pages or to travel the web like a WWW robot.
- .
- Wget works particularly well with slow or unstable connections
- by continuing to retrieve a document until the document is fully
- downloaded. Re-getting files from where it left off works on
- servers (both HTTP and FTP) that support it. Both HTTP and FTP
- retrievals can be time stamped, so Wget can see if the remote
- file has changed since the last retrieval and automatically
- retrieve the new version if it has.
- .
- Wget supports proxy servers; this can lighten the network load,
- speed up retrieval, and provide access behind firewalls.
-Homepage: https://www.gnu.org/software/wget/
-Original-Maintainer: Noël Köthe <noel@debian.org>
-
-Package: python3-pip
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 556
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-pip
-Version: 8.1.1-2ubuntu0.4
-Depends: ca-certificates, python-pip-whl (= 8.1.1-2ubuntu0.4), python3:any (>= 3.4~)
-Recommends: build-essential, python3-dev (>= 3.2), python3-setuptools, python3-wheel
-Description: alternative Python package installer - Python 3 version of the package
- pip is a replacement for easy_install, and is intended to be an improved
- Python package installer. It integrates with virtualenv, doesn't do partial
- installs, can save package state for replaying, can install from non-egg
- sources, and can install from version control repositories.
- .
- This is the Python 3 version of the package.
-Homepage: https://pip.pypa.io/en/stable/
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libtimezonemap1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 84
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libtimezonemap
-Version: 0.4.5
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.10), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.1.4), libjson-glib-1.0-0 (>= 0.12.0), libsoup2.4-1 (>= 2.42.0), libtimezonemap-data (= 0.4.5)
-Description: GTK+3 timezone map widget
- Timezone map widget for GTK+3
-
-Package: libavc1394-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libavc1394
-Version: 0.5.4-4
-Depends: libc6 (>= 2.14), libraw1394-11
-Description: control IEEE 1394 audio/video devices
- libavc1394 is a programming interface for the 1394 Trade Association AV/C
- (Audio/Video Control) Digital Interface Command Set. It allows you to
- remote control camcorders and similar devices connected to your computer
- via an IEEE 1394 (aka Firewire) link.
- .
- This package includes the libraries needed to run executables using
- libavc1394.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://sourceforge.net/projects/libavc1394/
-
-Package: libboost-iostreams1.58.0
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 142
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: boost1.58
-Version: 1.58.0+dfsg-5ubuntu3.1
-Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Description: Boost.Iostreams Library
- This package forms part of the Boost C++ Libraries collection.
- .
- Boost.Iostreams are a collection of concepts and a set of templates
- which turn models of these concepts into C++ standard library streams
- and stream buffers.
-Homepage: http://www.boost.org/libs/iostreams/
-Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
-
-Package: libcogl-pango20
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 84
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cogl
-Version: 1.22.0-2
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.10), libcogl20 (>= 1.17.4), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.28.3-5), libpangocairo-1.0-0 (>= 1.28.3-5)
-Recommends: libcogl-common
-Description: Object oriented GL/GLES Abstraction/Utility Layer
- Cogl is a small open source library for using 3D graphics hardware to draw
- pretty pictures. The API departs from the flat state machine style of
- OpenGL and is designed to make it easy to write orthogonal components that
- can render without stepping on each others toes.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libcuda1-375
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Depends: libcuda1-384
-Description: Transitional package for libcuda1-384
- This is a transitional package for libcuda1-384, and can be
- safely removed after the installation is complete.
-
-Package: libsignon-plugins-common1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 80
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: signon
-Version: 8.58+16.04.20151106-0ubuntu1
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.4.0), libqt5dbus5 (>= 5.0.2), libstdc++6 (>= 4.1.1)
-Description: Single Sign On framework
- Framework to provide credential storage and authentication service.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: libk3b6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2952
-Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
-Architecture: amd64
-Source: k3b
-Version: 2.0.3-0ubuntu5
-Depends: libc6 (>= 2.15), libdvdread4 (>= 4.1.3), libflac++6v5 (>= 1.3.1), libkcddb4 (>= 4:4.3.4), libkcmutils4 (>= 4:4.4.95), libkde3support4 (>= 4:4.4.4), libkdecore5 (>= 4:4.4.95), libkdeui5 (>= 4:4.4.4), libkio5 (>= 4:4.4.4), libmpcdec6 (>= 1:0.1~r435), libogg0 (>= 1.0rc3), libqt4-qt3support (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.6.1), libsamplerate0 (>= 0.1.7), libsndfile1 (>= 1.0.20), libsolid4 (>= 4:4.4.4), libstdc++6 (>= 4.1.1), libtag1v5 (>= 1.9.1-2.4ubuntu1), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvorbisfile3 (>= 1.1.2)
-Description: KDE CD/DVD burning application library - runtime files
- K3b provides a comfortable user interface to perform most CD/DVD burning
- tasks. While the experienced user can take influence in all steps
- of the burning process the beginner may find comfort in the automatic settings
- and the reasonable k3b defaults which allow a quick start.
- .
- This package contains runtime libraries.
-Homepage: http://www.k3b.org
-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
-
-Package: vim-common
-Status: install ok installed
-Priority: important
-Section: editors
-Installed-Size: 368
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: vim
-Version: 2:7.4.1689-3ubuntu1.2
-Replaces: vim-gui-common (<< 2:7.4.488-4~)
-Depends: libc6 (>= 2.3.4)
-Recommends: vim | vim-gnome | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
-Suggests: vim-gnome-py2 | vim-gtk-py2 | vim-gtk3-py2 | vim-athena-py2 | vim-nox-py2
-Breaks: vim-gui-common (<< 2:7.4.488-4~)
-Conffiles:
- /etc/vim/vimrc b458e7b28b9bc2d04bd5a3fd0f8d777e
-Description: Vi IMproved - Common files
- Vim is an almost compatible version of the UNIX editor Vi.
- .
- This package contains files shared by all non GUI-enabled vim variants
- available in Debian. Examples of such shared files are: manpages,
- common executables like xxd, and configuration files.
-Homepage: http://www.vim.org/
-Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
-
-Package: libcgi-pm-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 444
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 4.26-1
-Depends: perl, libhtml-parser-perl
-Recommends: libcgi-fast-perl (>= 1:2.01)
-Breaks: git (<< 1:2.1.3), libcgi-fast-perl (<< 1:2)
-Description: module for Common Gateway Interface applications
- CGI.pm is a Perl module that provides classes useful for creating Web forms
- and for parsing their contents. It defines CGI objects, entities that contain
- the values of the current query string and other state variables.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/CGI
-
-Package: apport-symptoms
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 75
-Maintainer: Ubuntu Developers <ubuntu-motu@lists.ubuntu.com>
-Architecture: all
-Version: 0.20
-Recommends: apport
-Description: symptom scripts for apport
- Apport intercepts program crashes, collects debugging information about the
- crash and the operating system environment, and sends it to bug trackers in a
- standardized form. It also offers the user to report a bug about a package,
- with again collecting as much information about it as possible.
- .
- This package extends Apport by some "symptom" scripts, so that bug reporters
- do not have to guess the correct package, but report problems based on
- symptoms that they have (like "sound problem"), through an interactive process.
-Homepage: https://wiki.ubuntu.com/Apport
-
-Package: libkdb5-8
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 174
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssrpc4 (>= 1.7dfsg~alpha1), libk5crypto3 (>= 1.7+dfsg), libkrb5-3 (>= 1.11+dfsg), libkrb5support0 (>= 1.13~alpha1+dfsg)
-Suggests: krb5-doc, krb5-user
-Breaks: krb5-kdc (= 1.13~alpha1+dfsg-1), libkadm5srv-mit8 (<< 1.11+dfsg~)
-Description: MIT Kerberos runtime libraries - Kerberos database
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains the internal Kerberos database libraries.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: gir1.2-gnomekeyring-1.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 82
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libgnome-keyring
-Version: 3.12.0-1build1
-Depends: libgnome-keyring0 (= 3.12.0-1build1), gir1.2-glib-2.0
-Description: GNOME keyring services library - introspection data
- gnome-keyring is a daemon in the session, similar to ssh-agent,
- and other applications can use it to store passwords and other
- sensitive information.
- .
- The program can manage several keyrings, each with its own master
- password, and there is also a session keyring which is never stored to
- disk, but forgotten when the session ends.
- .
- This package provides introspection data for libgnome-keyring. It can
- be used by packages using the GIRepository format to generate dynamic
- bindings.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/GnomeKeyring
-
-Package: unattended-upgrades
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 308
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.90ubuntu0.7
-Depends: debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), debconf, python3, python3-apt, apt-utils, apt, ucf, lsb-release, lsb-base (>= 3.2-14), xz-utils
-Recommends: cron | cron-daemon | anacron
-Suggests: bsd-mailx, mail-transport-agent
-Conffiles:
- /etc/init.d/unattended-upgrades 290829a5efc55b7c435de0bb769f217b
- /etc/kernel/postinst.d/unattended-upgrades b74a4f1a1fe2e350aec97f472c25e0bb
- /etc/logrotate.d/unattended-upgrades e45049ee847f069a99e3e6ec39155d4a
- /etc/pm/sleep.d/10_unattended-upgrades-hibernate d4ebdc2a2fdfeea33e6cd39812a85c3a
-Description: automatic installation of security upgrades
- This package can download and install security upgrades automatically
- and unattended, taking care to only install packages from the
- configured APT source, and checking for dpkg prompts about
- configuration file changes.
- .
- This script is the backend for the APT::Periodic::Unattended-Upgrade
- option.
-Original-Maintainer: Michael Vogt <mvo@debian.org>
-
-Package: libsqlite3-0
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 951
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: sqlite3
-Version: 3.11.0-1ubuntu1
-Depends: libc6 (>= 2.14)
-Description: SQLite 3 shared library
- SQLite is a C library that implements an SQL database engine.
- Programs that link with the SQLite library can have SQL database
- access without running a separate RDBMS process.
-Homepage: http://www.sqlite.org/
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: libcacard0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 62
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcacard
-Version: 1:2.5.0-2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3)
-Description: Virtual Common Access Card (CAC) Emulator (runtime library)
- This emulator is designed to provide emulation of actual smart cards to a
- virtual card reader running in a guest virtual machine. The emulated smart
- cards can be representations of real smart cards, where the necessary
- functions such as signing, card removal/insertion, etc. are mapped to real,
- physical cards which are shared with the client machine the emulator is
- running on, or the cards could be pure software constructs.
- .
- This package provides the runtime library.
-Original-Maintainer: Michael Tokarev <mjt@tls.msk.ru>
-Homepage: http://cgit.freedesktop.org/spice/libcacard/
-
-Package: libjack-jackd2-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 498
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: jackd2
-Version: 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1
-Replaces: libjack-0.116
-Provides: libjack-0.116
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libsamplerate0 (>= 0.1.7), libstdc++6 (>= 5.2)
-Suggests: jackd2 (= 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1)
-Conflicts: jackd2 (>> 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1), jackd2 (<< 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1), libjack-0.116, libjack0
-Description: JACK Audio Connection Kit (libraries)
- JACK is a low-latency sound server, allowing multiple applications to
- connect to one audio device, and to share audio between themselves.
- .
- This package contains the shared libraries.
-Homepage: http://jackaudio.org/
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-
-Package: nvidia-libopencl1-384
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 82
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Replaces: libopencl1
-Provides: libopencl1
-Depends: libc6 (>= 2.2.5)
-Suggests: nvidia-opencl-icd-384
-Conflicts: libopencl1
-Description: NVIDIA OpenCL Driver and ICD Loader library
- OpenCL (Open Computing Language) is a multivendor open standard for
- general-purpose parallel programming of heterogeneous systems that include
- CPUs, GPUs and other processors.
- .
- This package contains NVIDIA's OpenCL implementation and the ICD Loader
- library. This library supports only OpenCL 1.1.
-
-Package: lintian
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 3559
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2.5.43ubuntu0.1
-Replaces: funny-manpages (<< 1.3-5.1)
-Depends: binutils, bzip2, diffstat, file, gettext, hardening-includes, intltool-debian, libapt-pkg-perl, libarchive-zip-perl, libclass-accessor-perl, libclone-perl, libdigest-sha-perl, libdpkg-perl, libemail-valid-perl, libfile-basedir-perl, libipc-run-perl, liblist-moreutils-perl, libparse-debianchangelog-perl, libtext-levenshtein-perl, libtimedate-perl, liburi-perl, libyaml-libyaml-perl, libdata-alias-perl, man-db, patchutils, perl, t1utils, xz-utils
-Recommends: dpkg (>= 1.17.14), perl (>= 5.20) | libautodie-perl (>= 2.18), libperlio-gzip-perl
-Suggests: binutils-multiarch, dpkg-dev, libhtml-parser-perl, libtext-template-perl
-Breaks: funny-manpages (<< 1.3-5.1), pkg-perl-tools (<< 0.23)
-Conffiles:
- /etc/lintianrc d5b00f3d9e2f7df6b62ef5e2d48c125a
-Description: Debian package checker
- Lintian dissects Debian packages and reports bugs and policy
- violations. It contains automated checks for many aspects of Debian
- policy as well as some checks for common errors.
- .
- It uses an archive directory, called laboratory, in which it stores
- information about the packages it examines. It can keep this
- information between multiple invocations in order to avoid repeating
- expensive data-collection operations. This makes it possible to check the
- complete Debian archive for bugs, in a reasonable time.
- .
- This package is useful for all people who want to check Debian
- packages for compliance with Debian policy. Every Debian maintainer
- should check packages with this tool before uploading them to the
- archive.
- .
- This version of Lintian is calibrated for policy version 3.9.7.
-Homepage: https://lintian.debian.org/
-Original-Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
-
-Package: libboost-thread1.58.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 194
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: boost1.58
-Version: 1.58.0+dfsg-5ubuntu3.1
-Depends: libboost-system1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: portable C++ multi-threading
- This package forms part of the Boost C++ Libraries collection.
- .
- Toolkit for writing C++ programs that execute as multiple,
- asynchronous, independent, threads-of-execution. Each thread has its
- own machine state including program instruction counter and
- registers.
-Homepage: http://www.boost.org/libs/thread/
-Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
-
-Package: libvisual-0.4-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 348
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvisual
-Version: 0.4.0-8
-Depends: libc6 (>= 2.4)
-Suggests: libvisual-0.4-plugins
-Breaks: libvisual-0.4-plugins (<< 0.4.0.dfsg.1-5)
-Description: audio visualization framework
- Libvisual is a generic visualization framework that allows applications
- to easily access and manage visualization plugins.
- .
- Audio visualization is the process of making pretty moving images that
- are correlated in some way to the audio currently being played by a media
- player. Most audio visualization is tied to a specific application or media
- player, making it difficult to share code. Libvisual allows applications
- to use existing visualization plugins written for the libvisual framework.
- .
- This package provides the runtime libraries for libvisual. Libvisual is not
- very useful without visualization plugins, so it is highly recommended to
- install the libvisual-0.4-plugins package.
-Original-Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
-Homepage: http://sf.net/projects/libvisual
-
-Package: libice6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 128
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libice
-Version: 2:1.0.9-1
-Depends: libc6 (>= 2.14), x11-common
-Pre-Depends: multiarch-support
-Description: X11 Inter-Client Exchange library
- This package provides the main interface to the X11 Inter-Client Exchange
- library, which allows for communication of data between X clients.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libICE
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: nvidia-384
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 305009
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Replaces: nvidia-persistenced, nvidia-smi, xorg-driver-binary
-Provides: nvidia-driver-binary, nvidia-persistenced, nvidia-smi, xorg-driver-binary, xorg-driver-video
-Depends: x11-common (>= 1:7.0.0), make, sed (>> 3.0), dkms, linux-libc-dev, libc6-dev, patch, acpid, lib32gcc1, libc6-i386, passwd, adduser, xserver-xorg-legacy, libc6 (>= 2.2.5), libgl1, libwayland-client0 (>= 1.3.92), libwayland-server0 (>= 1.2.0), libx11-6, libxext6, xorg-video-abi-11 | xorg-video-abi-12 | xorg-video-abi-13 | xorg-video-abi-14 | xorg-video-abi-15 | xorg-video-abi-18 | xorg-video-abi-19 | xorg-video-abi-20 | xorg-video-abi-23, xserver-xorg-core
-Recommends: nvidia-settings (>= 331.20), nvidia-prime (>= 0.5) | bumblebee, libcuda1-384, nvidia-opencl-icd-384
-Conflicts: nvidia-persistenced, nvidia-smi, xorg-driver-binary
-Conffiles:
- /etc/modprobe.d/nvidia-384_hybrid.conf 53a3fd011881a1c1da10793c5dd87118
-Description: NVIDIA binary driver - version 384.111
- The binary driver provide optimized hardware acceleration of OpenGL
- applications via a direct-rendering X Server. AGP, PCIe, SLI, TV-out
- and flat panel displays are also supported.
- .
- This package also includes the source for building the kernel module
- required by the Xorg driver, and provides NVIDIA's implementation of
- the Video Decode and presentation API. The latter enables acceleration
- for GeForce 8 and later series cards for h264 video.
- .
- Release Notes and supported GPUs:
- http://www.nvidia.com/object/linux-display-amd64-384.111-driver.html
-Modaliases: nvidia_384(pci:v000010DEd000006C0sv*sd*bc03sc*i*, pci:v000010DEd000006C4sv*sd*bc03sc*i*, pci:v000010DEd000006CAsv*sd*bc03sc*i*, pci:v000010DEd000006CDsv*sd*bc03sc*i*, pci:v000010DEd000006D1sv*sd*bc03sc*i*, pci:v000010DEd000006D2sv*sd*bc03sc*i*, pci:v000010DEd000006D8sv*sd*bc03sc*i*, pci:v000010DEd000006D9sv*sd*bc03sc*i*, pci:v000010DEd000006DAsv*sd*bc03sc*i*, pci:v000010DEd000006DCsv*sd*bc03sc*i*, pci:v000010DEd000006DDsv*sd*bc03sc*i*, pci:v000010DEd000006DEsv*sd*bc03sc*i*, pci:v000010DEd000006DFsv*sd*bc03sc*i*, pci:v000010DEd00000DC0sv*sd*bc03sc*i*, pci:v000010DEd00000DC4sv*sd*bc03sc*i*, pci:v000010DEd00000DC5sv*sd*bc03sc*i*, pci:v000010DEd00000DC6sv*sd*bc03sc*i*, pci:v000010DEd00000DCDsv*sd*bc03sc*i*, pci:v000010DEd00000DCEsv*sd*bc03sc*i*, pci:v000010DEd00000DD1sv*sd*bc03sc*i*, pci:v000010DEd00000DD2sv*sd*bc03sc*i*, pci:v000010DEd00000DD3sv*sd*bc03sc*i*, pci:v000010DEd00000DD6sv*sd*bc03sc*i*, pci:v000010DEd00000DD8sv*sd*bc03sc*i*, pci:v000010DEd00000DDAsv*sd*bc03sc*i*, pci:v000010DEd00000DE0sv*sd*bc03sc*i*, pci:v000010DEd00000DE1sv*sd*bc03sc*i*, pci:v000010DEd00000DE2sv*sd*bc03sc*i*, pci:v000010DEd00000DE3sv*sd*bc03sc*i*, pci:v000010DEd00000DE4sv*sd*bc03sc*i*, pci:v000010DEd00000DE5sv*sd*bc03sc*i*, pci:v000010DEd00000DE7sv*sd*bc03sc*i*, pci:v000010DEd00000DE8sv*sd*bc03sc*i*, pci:v000010DEd00000DE9sv*sd*bc03sc*i*, pci:v000010DEd00000DEAsv*sd*bc03sc*i*, pci:v000010DEd00000DEBsv*sd*bc03sc*i*, pci:v000010DEd00000DECsv*sd*bc03sc*i*, pci:v000010DEd00000DEDsv*sd*bc03sc*i*, pci:v000010DEd00000DEEsv*sd*bc03sc*i*, pci:v000010DEd00000DEFsv*sd*bc03sc*i*, pci:v000010DEd00000DF0sv*sd*bc03sc*i*, pci:v000010DEd00000DF1sv*sd*bc03sc*i*, pci:v000010DEd00000DF2sv*sd*bc03sc*i*, pci:v000010DEd00000DF3sv*sd*bc03sc*i*, pci:v000010DEd00000DF4sv*sd*bc03sc*i*, pci:v000010DEd00000DF5sv*sd*bc03sc*i*, pci:v000010DEd00000DF6sv*sd*bc03sc*i*, pci:v000010DEd00000DF7sv*sd*bc03sc*i*, pci:v000010DEd00000DF8sv*sd*bc03sc*i*, pci:v000010DEd00000DF9sv*sd*bc03sc*i*, pci:v000010DEd00000DFAsv*sd*bc03sc*i*, pci:v000010DEd00000DFCsv*sd*bc03sc*i*, pci:v000010DEd00000E22sv*sd*bc03sc*i*, pci:v000010DEd00000E23sv*sd*bc03sc*i*, pci:v000010DEd00000E24sv*sd*bc03sc*i*, pci:v000010DEd00000E30sv*sd*bc03sc*i*, pci:v000010DEd00000E31sv*sd*bc03sc*i*, pci:v000010DEd00000E3Asv*sd*bc03sc*i*, pci:v000010DEd00000E3Bsv*sd*bc03sc*i*, pci:v000010DEd00000F00sv*sd*bc03sc*i*, pci:v000010DEd00000F01sv*sd*bc03sc*i*, pci:v000010DEd00000F02sv*sd*bc03sc*i*, pci:v000010DEd00000F03sv*sd*bc03sc*i*, pci:v000010DEd00000FC0sv*sd*bc03sc*i*, pci:v000010DEd00000FC1sv*sd*bc03sc*i*, pci:v000010DEd00000FC2sv*sd*bc03sc*i*, pci:v000010DEd00000FC6sv*sd*bc03sc*i*, pci:v000010DEd00000FC8sv*sd*bc03sc*i*, pci:v000010DEd00000FC9sv*sd*bc03sc*i*, pci:v000010DEd00000FCDsv*sd*bc03sc*i*, pci:v000010DEd00000FCEsv*sd*bc03sc*i*, pci:v000010DEd00000FD1sv*sd*bc03sc*i*, pci:v000010DEd00000FD2sv*sd*bc03sc*i*, pci:v000010DEd00000FD3sv*sd*bc03sc*i*, pci:v000010DEd00000FD4sv*sd*bc03sc*i*, pci:v000010DEd00000FD5sv*sd*bc03sc*i*, pci:v000010DEd00000FD8sv*sd*bc03sc*i*, pci:v000010DEd00000FD9sv*sd*bc03sc*i*, pci:v000010DEd00000FDFsv*sd*bc03sc*i*, pci:v000010DEd00000FE0sv*sd*bc03sc*i*, pci:v000010DEd00000FE1sv*sd*bc03sc*i*, pci:v000010DEd00000FE2sv*sd*bc03sc*i*, pci:v000010DEd00000FE3sv*sd*bc03sc*i*, pci:v000010DEd00000FE4sv*sd*bc03sc*i*, pci:v000010DEd00000FE9sv*sd*bc03sc*i*, pci:v000010DEd00000FEAsv*sd*bc03sc*i*, pci:v000010DEd00000FECsv*sd*bc03sc*i*, pci:v000010DEd00000FEDsv*sd*bc03sc*i*, pci:v000010DEd00000FEEsv*sd*bc03sc*i*, pci:v000010DEd00000FF3sv*sd*bc03sc*i*, pci:v000010DEd00000FF6sv*sd*bc03sc*i*, pci:v000010DEd00000FF8sv*sd*bc03sc*i*, pci:v000010DEd00000FF9sv*sd*bc03sc*i*, pci:v000010DEd00000FFAsv*sd*bc03sc*i*, pci:v000010DEd00000FFBsv*sd*bc03sc*i*, pci:v000010DEd00000FFCsv*sd*bc03sc*i*, pci:v000010DEd00000FFDsv*sd*bc03sc*i*, pci:v000010DEd00000FFEsv*sd*bc03sc*i*, pci:v000010DEd00000FFFsv*sd*bc03sc*i*, pci:v000010DEd00001001sv*sd*bc03sc*i*, pci:v000010DEd00001004sv*sd*bc03sc*i*, pci:v000010DEd00001005sv*sd*bc03sc*i*, pci:v000010DEd00001007sv*sd*bc03sc*i*, pci:v000010DEd00001008sv*sd*bc03sc*i*, pci:v000010DEd0000100Asv*sd*bc03sc*i*, pci:v000010DEd0000100Csv*sd*bc03sc*i*, pci:v000010DEd00001021sv*sd*bc03sc*i*, pci:v000010DEd00001022sv*sd*bc03sc*i*, pci:v000010DEd00001023sv*sd*bc03sc*i*, pci:v000010DEd00001024sv*sd*bc03sc*i*, pci:v000010DEd00001026sv*sd*bc03sc*i*, pci:v000010DEd00001027sv*sd*bc03sc*i*, pci:v000010DEd00001028sv*sd*bc03sc*i*, pci:v000010DEd00001029sv*sd*bc03sc*i*, pci:v000010DEd0000102Asv*sd*bc03sc*i*, pci:v000010DEd0000102Dsv*sd*bc03sc*i*, pci:v000010DEd0000103Asv*sd*bc03sc*i*, pci:v000010DEd0000103Csv*sd*bc03sc*i*, pci:v000010DEd00001040sv*sd*bc03sc*i*, pci:v000010DEd00001042sv*sd*bc03sc*i*, pci:v000010DEd00001048sv*sd*bc03sc*i*, pci:v000010DEd00001049sv*sd*bc03sc*i*, pci:v000010DEd0000104Asv*sd*bc03sc*i*, pci:v000010DEd0000104Bsv*sd*bc03sc*i*, pci:v000010DEd0000104Csv*sd*bc03sc*i*, pci:v000010DEd00001050sv*sd*bc03sc*i*, pci:v000010DEd00001051sv*sd*bc03sc*i*, pci:v000010DEd00001052sv*sd*bc03sc*i*, pci:v000010DEd00001054sv*sd*bc03sc*i*, pci:v000010DEd00001055sv*sd*bc03sc*i*, pci:v000010DEd00001056sv*sd*bc03sc*i*, pci:v000010DEd00001057sv*sd*bc03sc*i*, pci:v000010DEd00001058sv*sd*bc03sc*i*, pci:v000010DEd00001059sv*sd*bc03sc*i*, pci:v000010DEd0000105Asv*sd*bc03sc*i*, pci:v000010DEd0000105Bsv*sd*bc03sc*i*, pci:v000010DEd0000107Csv*sd*bc03sc*i*, pci:v000010DEd0000107Dsv*sd*bc03sc*i*, pci:v000010DEd00001080sv*sd*bc03sc*i*, pci:v000010DEd00001081sv*sd*bc03sc*i*, pci:v000010DEd00001082sv*sd*bc03sc*i*, pci:v000010DEd00001084sv*sd*bc03sc*i*, pci:v000010DEd00001086sv*sd*bc03sc*i*, pci:v000010DEd00001087sv*sd*bc03sc*i*, pci:v000010DEd00001088sv*sd*bc03sc*i*, pci:v000010DEd00001089sv*sd*bc03sc*i*, pci:v000010DEd0000108Bsv*sd*bc03sc*i*, pci:v000010DEd00001091sv*sd*bc03sc*i*, pci:v000010DEd00001094sv*sd*bc03sc*i*, pci:v000010DEd00001096sv*sd*bc03sc*i*, pci:v000010DEd0000109Asv*sd*bc03sc*i*, pci:v000010DEd0000109Bsv*sd*bc03sc*i*, pci:v000010DEd00001180sv*sd*bc03sc*i*, pci:v000010DEd00001183sv*sd*bc03sc*i*, pci:v000010DEd00001184sv*sd*bc03sc*i*, pci:v000010DEd00001185sv*sd*bc03sc*i*, pci:v000010DEd00001187sv*sd*bc03sc*i*, pci:v000010DEd00001188sv*sd*bc03sc*i*, pci:v000010DEd00001189sv*sd*bc03sc*i*, pci:v000010DEd0000118Asv*sd*bc03sc*i*, pci:v000010DEd0000118Esv*sd*bc03sc*i*, pci:v000010DEd0000118Fsv*sd*bc03sc*i*, pci:v000010DEd00001193sv*sd*bc03sc*i*, pci:v000010DEd00001194sv*sd*bc03sc*i*, pci:v000010DEd00001195sv*sd*bc03sc*i*, pci:v000010DEd00001198sv*sd*bc03sc*i*, pci:v000010DEd00001199sv*sd*bc03sc*i*, pci:v000010DEd0000119Asv*sd*bc03sc*i*, pci:v000010DEd0000119Dsv*sd*bc03sc*i*, pci:v000010DEd0000119Esv*sd*bc03sc*i*, pci:v000010DEd0000119Fsv*sd*bc03sc*i*, pci:v000010DEd000011A0sv*sd*bc03sc*i*, pci:v000010DEd000011A1sv*sd*bc03sc*i*, pci:v000010DEd000011A2sv*sd*bc03sc*i*, pci:v000010DEd000011A3sv*sd*bc03sc*i*, pci:v000010DEd000011A7sv*sd*bc03sc*i*, pci:v000010DEd000011B4sv*sd*bc03sc*i*, pci:v000010DEd000011B6sv*sd*bc03sc*i*, pci:v000010DEd000011B7sv*sd*bc03sc*i*, pci:v000010DEd000011B8sv*sd*bc03sc*i*, pci:v000010DEd000011BAsv*sd*bc03sc*i*, pci:v000010DEd000011BCsv*sd*bc03sc*i*, pci:v000010DEd000011BDsv*sd*bc03sc*i*, pci:v000010DEd000011BEsv*sd*bc03sc*i*, pci:v000010DEd000011C0sv*sd*bc03sc*i*, pci:v000010DEd000011C2sv*sd*bc03sc*i*, pci:v000010DEd000011C3sv*sd*bc03sc*i*, pci:v000010DEd000011C4sv*sd*bc03sc*i*, pci:v000010DEd000011C5sv*sd*bc03sc*i*, pci:v000010DEd000011C6sv*sd*bc03sc*i*, pci:v000010DEd000011C8sv*sd*bc03sc*i*, pci:v000010DEd000011CBsv*sd*bc03sc*i*, pci:v000010DEd000011E0sv*sd*bc03sc*i*, pci:v000010DEd000011E1sv*sd*bc03sc*i*, pci:v000010DEd000011E2sv*sd*bc03sc*i*, pci:v000010DEd000011E3sv*sd*bc03sc*i*, pci:v000010DEd000011FAsv*sd*bc03sc*i*, pci:v000010DEd000011FCsv*sd*bc03sc*i*, pci:v000010DEd00001200sv*sd*bc03sc*i*, pci:v000010DEd00001201sv*sd*bc03sc*i*, pci:v000010DEd00001203sv*sd*bc03sc*i*, pci:v000010DEd00001205sv*sd*bc03sc*i*, pci:v000010DEd00001206sv*sd*bc03sc*i*, pci:v000010DEd00001207sv*sd*bc03sc*i*, pci:v000010DEd00001208sv*sd*bc03sc*i*, pci:v000010DEd00001210sv*sd*bc03sc*i*, pci:v000010DEd00001211sv*sd*bc03sc*i*, pci:v000010DEd00001212sv*sd*bc03sc*i*, pci:v000010DEd00001213sv*sd*bc03sc*i*, pci:v000010DEd00001241sv*sd*bc03sc*i*, pci:v000010DEd00001243sv*sd*bc03sc*i*, pci:v000010DEd00001244sv*sd*bc03sc*i*, pci:v000010DEd00001245sv*sd*bc03sc*i*, pci:v000010DEd00001246sv*sd*bc03sc*i*, pci:v000010DEd00001247sv*sd*bc03sc*i*, pci:v000010DEd00001248sv*sd*bc03sc*i*, pci:v000010DEd00001249sv*sd*bc03sc*i*, pci:v000010DEd0000124Bsv*sd*bc03sc*i*, pci:v000010DEd0000124Dsv*sd*bc03sc*i*, pci:v000010DEd00001251sv*sd*bc03sc*i*, pci:v000010DEd00001280sv*sd*bc03sc*i*, pci:v000010DEd00001281sv*sd*bc03sc*i*, pci:v000010DEd00001282sv*sd*bc03sc*i*, pci:v000010DEd00001284sv*sd*bc03sc*i*, pci:v000010DEd00001286sv*sd*bc03sc*i*, pci:v000010DEd00001287sv*sd*bc03sc*i*, pci:v000010DEd00001288sv*sd*bc03sc*i*, pci:v000010DEd00001289sv*sd*bc03sc*i*, pci:v000010DEd0000128Bsv*sd*bc03sc*i*, pci:v000010DEd00001290sv*sd*bc03sc*i*, pci:v000010DEd00001291sv*sd*bc03sc*i*, pci:v000010DEd00001292sv*sd*bc03sc*i*, pci:v000010DEd00001293sv*sd*bc03sc*i*, pci:v000010DEd00001295sv*sd*bc03sc*i*, pci:v000010DEd00001296sv*sd*bc03sc*i*, pci:v000010DEd00001298sv*sd*bc03sc*i*, pci:v000010DEd00001299sv*sd*bc03sc*i*, pci:v000010DEd0000129Asv*sd*bc03sc*i*, pci:v000010DEd000012B9sv*sd*bc03sc*i*, pci:v000010DEd000012BAsv*sd*bc03sc*i*, pci:v000010DEd00001340sv*sd*bc03sc*i*, pci:v000010DEd00001341sv*sd*bc03sc*i*, pci:v000010DEd00001344sv*sd*bc03sc*i*, pci:v000010DEd00001346sv*sd*bc03sc*i*, pci:v000010DEd00001347sv*sd*bc03sc*i*, pci:v000010DEd00001348sv*sd*bc03sc*i*, pci:v000010DEd00001349sv*sd*bc03sc*i*, pci:v000010DEd0000134Bsv*sd*bc03sc*i*, pci:v000010DEd0000134Dsv*sd*bc03sc*i*, pci:v000010DEd0000134Esv*sd*bc03sc*i*, pci:v000010DEd0000134Fsv*sd*bc03sc*i*, pci:v000010DEd0000137Bsv*sd*bc03sc*i*, pci:v000010DEd00001380sv*sd*bc03sc*i*, pci:v000010DEd00001381sv*sd*bc03sc*i*, pci:v000010DEd00001382sv*sd*bc03sc*i*, pci:v000010DEd00001390sv*sd*bc03sc*i*, pci:v000010DEd00001391sv*sd*bc03sc*i*, pci:v000010DEd00001392sv*sd*bc03sc*i*, pci:v000010DEd00001393sv*sd*bc03sc*i*, pci:v000010DEd00001398sv*sd*bc03sc*i*, pci:v000010DEd00001399sv*sd*bc03sc*i*, pci:v000010DEd0000139Asv*sd*bc03sc*i*, pci:v000010DEd0000139Bsv*sd*bc03sc*i*, pci:v000010DEd0000139Csv*sd*bc03sc*i*, pci:v000010DEd0000139Dsv*sd*bc03sc*i*, pci:v000010DEd000013B0sv*sd*bc03sc*i*, pci:v000010DEd000013B1sv*sd*bc03sc*i*, pci:v000010DEd000013B2sv*sd*bc03sc*i*, pci:v000010DEd000013B3sv*sd*bc03sc*i*, pci:v000010DEd000013B4sv*sd*bc03sc*i*, pci:v000010DEd000013B6sv*sd*bc03sc*i*, pci:v000010DEd000013B9sv*sd*bc03sc*i*, pci:v000010DEd000013BAsv*sd*bc03sc*i*, pci:v000010DEd000013BBsv*sd*bc03sc*i*, pci:v000010DEd000013BCsv*sd*bc03sc*i*, pci:v000010DEd000013C0sv*sd*bc03sc*i*, pci:v000010DEd000013C2sv*sd*bc03sc*i*, pci:v000010DEd000013D7sv*sd*bc03sc*i*, pci:v000010DEd000013D8sv*sd*bc03sc*i*, pci:v000010DEd000013D9sv*sd*bc03sc*i*, pci:v000010DEd000013DAsv*sd*bc03sc*i*, pci:v000010DEd000013F0sv*sd*bc03sc*i*, pci:v000010DEd000013F1sv*sd*bc03sc*i*, pci:v000010DEd000013F2sv*sd*bc03sc*i*, pci:v000010DEd000013F3sv*sd*bc03sc*i*, pci:v000010DEd000013F8sv*sd*bc03sc*i*, pci:v000010DEd000013F9sv*sd*bc03sc*i*, pci:v000010DEd000013FAsv*sd*bc03sc*i*, pci:v000010DEd000013FBsv*sd*bc03sc*i*, pci:v000010DEd00001401sv*sd*bc03sc*i*, pci:v000010DEd00001402sv*sd*bc03sc*i*, pci:v000010DEd00001406sv*sd*bc03sc*i*, pci:v000010DEd00001407sv*sd*bc03sc*i*, pci:v000010DEd00001427sv*sd*bc03sc*i*, pci:v000010DEd00001430sv*sd*bc03sc*i*, pci:v000010DEd00001431sv*sd*bc03sc*i*, pci:v000010DEd00001436sv*sd*bc03sc*i*, pci:v000010DEd000015F0sv*sd*bc03sc*i*, pci:v000010DEd000015F7sv*sd*bc03sc*i*, pci:v000010DEd000015F8sv*sd*bc03sc*i*, pci:v000010DEd000015F9sv*sd*bc03sc*i*, pci:v000010DEd00001617sv*sd*bc03sc*i*, pci:v000010DEd00001618sv*sd*bc03sc*i*, pci:v000010DEd00001619sv*sd*bc03sc*i*, pci:v000010DEd0000161Asv*sd*bc03sc*i*, pci:v000010DEd00001667sv*sd*bc03sc*i*, pci:v000010DEd0000174Dsv*sd*bc03sc*i*, pci:v000010DEd0000174Esv*sd*bc03sc*i*, pci:v000010DEd0000179Csv*sd*bc03sc*i*, pci:v000010DEd000017C2sv*sd*bc03sc*i*, pci:v000010DEd000017C8sv*sd*bc03sc*i*, pci:v000010DEd000017F0sv*sd*bc03sc*i*, pci:v000010DEd000017F1sv*sd*bc03sc*i*, pci:v000010DEd000017FDsv*sd*bc03sc*i*, pci:v000010DEd00001B00sv*sd*bc03sc*i*, pci:v000010DEd00001B02sv*sd*bc03sc*i*, pci:v000010DEd00001B06sv*sd*bc03sc*i*, pci:v000010DEd00001B30sv*sd*bc03sc*i*, pci:v000010DEd00001B38sv*sd*bc03sc*i*, pci:v000010DEd00001B80sv*sd*bc03sc*i*, pci:v000010DEd00001B81sv*sd*bc03sc*i*, pci:v000010DEd00001B84sv*sd*bc03sc*i*, pci:v000010DEd00001B87sv*sd*bc03sc*i*, pci:v000010DEd00001BA0sv*sd*bc03sc*i*, pci:v000010DEd00001BA1sv*sd*bc03sc*i*, pci:v000010DEd00001BB0sv*sd*bc03sc*i*, pci:v000010DEd00001BB1sv*sd*bc03sc*i*, pci:v000010DEd00001BB3sv*sd*bc03sc*i*, pci:v000010DEd00001BB4sv*sd*bc03sc*i*, pci:v000010DEd00001BB5sv*sd*bc03sc*i*, pci:v000010DEd00001BB6sv*sd*bc03sc*i*, pci:v000010DEd00001BB7sv*sd*bc03sc*i*, pci:v000010DEd00001BB8sv*sd*bc03sc*i*, pci:v000010DEd00001BC7sv*sd*bc03sc*i*, pci:v000010DEd00001BE0sv*sd*bc03sc*i*, pci:v000010DEd00001BE1sv*sd*bc03sc*i*, pci:v000010DEd00001C02sv*sd*bc03sc*i*, pci:v000010DEd00001C03sv*sd*bc03sc*i*, pci:v000010DEd00001C07sv*sd*bc03sc*i*, pci:v000010DEd00001C09sv*sd*bc03sc*i*, pci:v000010DEd00001C20sv*sd*bc03sc*i*, pci:v000010DEd00001C21sv*sd*bc03sc*i*, pci:v000010DEd00001C22sv*sd*bc03sc*i*, pci:v000010DEd00001C30sv*sd*bc03sc*i*, pci:v000010DEd00001C60sv*sd*bc03sc*i*, pci:v000010DEd00001C61sv*sd*bc03sc*i*, pci:v000010DEd00001C62sv*sd*bc03sc*i*, pci:v000010DEd00001C81sv*sd*bc03sc*i*, pci:v000010DEd00001C82sv*sd*bc03sc*i*, pci:v000010DEd00001C8Csv*sd*bc03sc*i*, pci:v000010DEd00001C8Dsv*sd*bc03sc*i*, pci:v000010DEd00001CB1sv*sd*bc03sc*i*, pci:v000010DEd00001CB2sv*sd*bc03sc*i*, pci:v000010DEd00001CB3sv*sd*bc03sc*i*, pci:v000010DEd00001D01sv*sd*bc03sc*i*, pci:v000010DEd00001D10sv*sd*bc03sc*i*, pci:v000010DEd00001D12sv*sd*bc03sc*i*, pci:v000010DEd00001D33sv*sd*bc03sc*i*, pci:v000010DEd00001DB1sv*sd*bc03sc*i*, pci:v000010DEd00001DB4sv*sd*bc03sc*i*, pci:v000010DEd00000DFCsv*sd*bc03sc*i*)
-
-Package: libfontenc1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libfontenc
-Version: 1:1.1.3-1
-Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
-Description: X11 font encoding library
- libfontenc is a library which helps font libraries portably determine
- and deal with different encodings of fonts.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libfontenc
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libdigest-hmac-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 72
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.03+dfsg-1
-Depends: perl
-Description: module for creating standard message integrity checks
- HMAC is used for message integrity checks between two parties
- that share a secret key, and works in combination with some other
- Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism
- is described in RFC 2104.
- .
- The Digest::HMAC module follow the common Digest:: interface,
- but the constructor takes the secret key and the name of some
- other simple Digest:: module as argument.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/Digest-HMAC/
-
-Package: python3-requests
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 245
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: requests
-Version: 2.9.1-3
-Depends: python3-urllib3 (>= 1.13.1), python3:any (>= 3.3.2-2~), ca-certificates, python3-chardet, python3-urllib3 (<< 1.13.2)
-Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1
-Description: elegant and simple HTTP library for Python3, built for human beings
- Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
- multipart files, and parameters with simple Python dictionaries, and access
- the response data in the same way. It's powered by httplib and urllib3, but
- it does all the hard work and crazy hacks for you.
- .
- Features
- .
- - International Domains and URLs
- - Keep-Alive & Connection Pooling
- - Sessions with Cookie Persistence
- - Browser-style SSL Verification
- - Basic/Digest Authentication
- - Elegant Key/Value Cookies
- - Automatic Decompression
- - Unicode Response Bodies
- - Multipart File Uploads
- - Connection Timeouts
- .
- This package contains the Python 3 version of the library.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://python-requests.org
-
-Package: upstart
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 1654
-Maintainer: James Hunt <james.hunt@ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.13.2-0ubuntu21.1
-Replaces: init-system-helpers (<< 1.24ubuntu1), startup-tasks, system-services, sysvinit, upstart-bin (<< 1.13.2-0ubuntu10~), upstart-job
-Provides: startup-tasks, system-services, upstart-compat-sysv, upstart-job
-Depends: libc6 (>= 2.15), libcgmanager0 (>= 0.28), libdbus-1-3 (>= 1.9.14), libjson-c2 (>= 0.10), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libudev1 (>= 183), sysvinit-utils, initscripts, mountall, ifupdown (>= 0.6.10ubuntu5), debianutils (>= 4)
-Suggests: python3, graphviz, bash-completion, upstart-monitor
-Breaks: friendly-recovery (<< 0.2.13), initramfs-tools (<< 0.103ubuntu8), libc6 (<< 2.12.1-0ubuntu12), upstart-bin (<< 1.13.2-0ubuntu10~)
-Conflicts: lxcguest, startup-tasks, system-services, sysvinit, upstart-job
-Conffiles:
- /etc/X11/Xsession.d/00upstart 46b4576b1f2ceffb2450a88d58786b95
- /etc/X11/Xsession.d/99upstart f8bc04672e2d4b60ab318197500b4e98
- /etc/cron.daily/upstart 0f9c6a5212b1e63666337414e812c8e8
- /etc/dbus-1/system.d/Upstart.conf 64be74cddb0c74b7d98202b40389784c
- /etc/init/console.conf 8d79b0205f2daffb473604ce53e1dc83
- /etc/init/container-detect.conf 6bae6257355ad7322e7263e567817465
- /etc/init/control-alt-delete.conf 16e6603524084b63b0f0ca04eb56757e
- /etc/init/failsafe.conf 0b88eeccf6c8fd456e886aa7a76e3291
- /etc/init/flush-early-job-log.conf 09e959647877c39f6490ad29b8a35a28
- /etc/init/rc-sysinit.conf a50c045d9390a6e6c43c18b19cd72fe5
- /etc/init/rc.conf 3ebc6ddcd00482cfb24ce09a14ded29f
- /etc/init/rcS.conf 8533688686f75d7bcf20da5a0d36d94b
- /etc/init/shutdown.conf 559659602cefe7e8d3c1e76820f5ae5d
- /etc/init/tty1.conf f42f2298f711147ecf177054294861a7
- /etc/init/tty2.conf 0d9326fdda081ac96d92bbc57ff773e4
- /etc/init/tty3.conf 6608f08adf00a282358a1eeb9bdcf78e
- /etc/init/tty4.conf 2c78cd865d848bb2674104905151dbe2
- /etc/init/tty5.conf 6d5794f72a1098b008e53e326a6bb5a0
- /etc/init/tty6.conf e8ad2f0411614f9c8dc9c4e364763549
- /etc/init/upstart-file-bridge.conf 57ea7ed6cba1f1259ac87410c59237ca
- /etc/init/upstart-socket-bridge.conf 5f3eaca09ee1f03d5d0686ea99f8c051
- /etc/init/upstart-udev-bridge.conf 2c24bb70877476b5e7016ccf6de745a4
- /etc/init/wait-for-state.conf 20b85b55c3f1e040fdbbf669afe4d2a1
- /etc/logrotate.d/upstart 070767086a27883ec119e1dde779a856
- /etc/upstart-xsessions 61d640ee115c63b330a6e321c00f48a9
-Description: event-based init daemon - essential binaries
- upstart is a replacement for the /sbin/init daemon which handles
- starting of tasks and services during boot, stopping them during
- shutdown and supervising them while the system is running.
- .
- This package provides all essential upstart components, sufficient
- for running user sessions managed by upstart.
-Homepage: http://upstart.ubuntu.com/
-Orig-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: libdconf1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: d-conf
-Version: 0.24.0-2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1)
-Breaks: gdm3 (<< 3.4.1-9)
-Description: simple configuration storage system - runtime library
- DConf is a low-level key/value database designed for storing desktop
- environment settings.
- .
- This package contains the runtime library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/dconf
-
-Package: tmux
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 587
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.1-3build1
-Depends: libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.10-stable), libtinfo5 (>= 6), libutempter0 (>= 1.1.5)
-Description: terminal multiplexer
- tmux enables a number of terminals (or windows) to be accessed and
- controlled from a single terminal like screen. tmux runs as a
- server-client system. A server is created automatically when necessary
- and holds a number of sessions, each of which may have a number of
- windows linked to it. Any number of clients may connect to a session,
- or the server may be controlled by issuing commands with tmux.
- Communication takes place through a socket, by default placed in /tmp.
- Moreover tmux provides a consistent and well-documented command
- interface, with the same syntax whether used interactively, as a key
- binding, or from the shell. It offers a choice of vim or Emacs key
- layouts.
-Original-Maintainer: Romain Francoise <rfrancoise@debian.org>
-Homepage: https://tmux.github.io/
-
-Package: libclutter-gst-3.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 177
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: clutter-gst-3.0
-Version: 3.0.18-1
-Depends: libc6 (>= 2.4), libclutter-1.0-0 (>= 1.20.0), libcogl20 (>= 1.17.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.6.0), libgstreamer1.0-0 (>= 1.4.0), libx11-6
-Description: Open GL based interactive canvas library GStreamer elements
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.clutter-project.org/
-
-Package: libgimpactutils2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 66
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libgimpactutils2.83, libgimpactutils2.83v5
-Depends: libbulletcollision2.83.6, libc6 (>= 2.4), libconvexdecomposition2.83.6, libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libgimpactutils2.83, libgimpactutils2.83v5
-Description: professional 3D Game Multiphysics Library -- GIMPACT
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the GIMPACT shared library. GIMPACT is a software
- library with tools for geometry processing and collision detection, focused on
- solving most common problems on Virtual Reality development.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: libxcomposite1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcomposite
-Version: 1:0.4.4-1
-Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1)
-Pre-Depends: multiarch-support
-Description: X11 Composite extension library
- libXcomposite provides an X Window System client interface to the Composite
- extension to the X protocol.
- .
- The Composite extension allows clients called compositing managers to control
- the final drawing of the screen. Rendering is done into an off-screen buffer.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXcomposite
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libarpack2-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 649
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: arpack
-Version: 3.3.0-1build2
-Replaces: arpack2-dev
-Depends: libarpack2 (= 3.3.0-1build2), libblas-dev, liblapack-dev
-Conflicts: arpack2-dev
-Description: Fortran77 subroutines to solve large scale eigenvalue problems (development)
- ARPACK software is capable of solving large scale symmetric,
- nonsymmetric, and generalized eigenproblems from significant
- application areas. The software is designed to compute a few (k)
- eigenvalues with user specified features such as those of largest
- real part or largest magnitude. Storage requirements are on the order
- of n*k locations. No auxiliary storage is required. A set of Schur
- basis vectors for the desired k-dimensional eigen-space is computed
- which is numerically orthogonal to working precision. Numerically
- accurate eigenvectors are available on request.
- .
- This package contains the static libraries and the documentation for
- development with libarpack (including examples).
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/opencollab/arpack-ng
-
-Package: libio-string-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 58
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.08-3
-Depends: perl
-Description: Emulate IO::File interface for in-core strings
- The IO::String module provide the IO::File interface for in-core
- strings. An IO::String object can be attached to a string, and
- will make it possible to use the normal file operations for reading or
- writing data, as well as seeking to various locations of the string.
- The main reason you might want to do this, is if you have some other
- library module that only provide an interface to file handles, and you
- want to keep all the stuff in memory.
- .
- The IO::String module provide an interface compatible with
- IO::File as distributed with IO-1.20, but the following methods
- are not available; new_from_fd, fdopen, format_write,
- format_page_number, format_lines_per_page, format_lines_left,
- format_name, format_top_name.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/IO-String/
-
-Package: sysv-rc
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 127
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: sysvinit
-Version: 2.88dsf-59.3ubuntu2
-Depends: debconf (>= 0.5) | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10)
-Pre-Depends: init-system-helpers (>= 1.25~)
-Recommends: lsb-base (>= 3.2-14)
-Suggests: bum
-Breaks: initscripts (<< 2.86.ds1-63), systemd (<< 215)
-Description: System-V-like runlevel change mechanism
- This package provides support for the System-V like system
- for booting, changing runlevels, and shutting down,
- configured through symbolic links in /etc/rc?.d/.
-Homepage: http://savannah.nongnu.org/projects/sysvinit
-Original-Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
-
-Package: avahi-utils
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libgdbm3 (>= 1.8.3), avahi-daemon
-Description: Avahi browsing, publishing and discovery utilities
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This package contains several utilities that allow you to interact with
- the Avahi daemon, including publish, browsing and discovering services.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: lxcfs
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 131
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.0.7-0ubuntu1~16.04.2
-Depends: libc6 (>= 2.17), libfuse2 (>= 2.6), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
-Conffiles:
- /etc/init.d/lxcfs 6819a6f9cc482d3d974be6bf39096e88
- /etc/init/lxcfs.conf c3fed3dbce6615cdee6d1884f14cff3d
-Description: FUSE based filesystem for LXC
- LXCFS provides a FUSE based filesystem to improve the LXC experience
- within the containers.
- .
- This filesystem offers both a cgroupfs-like view for use by
- unprivileged containers which wouldn't otherwise be allowed to mount
- cgroupfs. And a set of files that are meant to be bind-mounted over
- their /proc equivalent to make them cgroup-aware.
-Homepage: https://linuxcontainers.org
-Original-Maintainer: pkg-lxc <pkg-lxc-devel@lists.alioth.debian.org>
-
-Package: libalgorithm-diff-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 136
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.19.03-1
-Depends: perl
-Recommends: libalgorithm-diff-xs-perl
-Description: module to find differences between files
- Algorithm::Diff is a Perl module that allows users to analyze text based on a
- Longest Common Subsequence (LCS) algorithm. It can compare two files and find
- the differences between them, which can produce the same information as the
- common Unix tool 'diff'.
- .
- There is an XS-optimized implementation of the core loop, which accelerates
- some types of diff output (see libalgorithm-diff-xs-perl).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/~tyemq/Algorithm-Diff/
-
-Package: apt
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 3349
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.2.24
-Replaces: bash-completion (<< 1:2.1-4.2+fakesync1), manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0)
-Depends: libapt-pkg5.0 (>= 1.2.24), libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), init-system-helpers (>= 1.18~), ubuntu-keyring, gpgv | gpgv2, gnupg | gnupg2, adduser
-Suggests: aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), apt-doc, python-apt
-Breaks: apt-utils (<< 1.1.3), manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0)
-Conffiles:
- /etc/apt/apt.conf.d/01-vendor-ubuntu 5232396660502461fc834c0a1229dbe4
- /etc/apt/apt.conf.d/01autoremove 0b1391c01d75f95fa4ea5ac01219b515
- /etc/cron.daily/apt-compat bc4a71cbcaeed4179f25d798257fa980
- /etc/kernel/postinst.d/apt-auto-removal 8ad76ae4492b54f0dcbf18c79429dfab
- /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3
-Description: commandline package manager
- This package provides commandline tools for searching and
- managing as well as querying information about packages
- as a low-level access to all features of the libapt-pkg library.
- .
- These include:
- * apt-get for retrieval of packages and information about them
- from authenticated sources and for installation, upgrade and
- removal of packages together with their dependencies
- * apt-cache for querying available information about installed
- as well as installable packages
- * apt-cdrom to use removable media as a source for packages
- * apt-config as an interface to the configuration settings
- * apt-key as an interface to manage authentication keys
-Original-Maintainer: APT Development Team <deity@lists.debian.org>
-
-Package: apport
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 760
-Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
-Architecture: all
-Version: 2.20.1-0ubuntu2.10
-Replaces: core-dump-handler, python-apport (<< 2.2-0ubuntu1)
-Provides: core-dump-handler
-Depends: python3, python3-apport (>= 2.20.1-0ubuntu2.10), lsb-base (>= 4.1+Debian11ubuntu7), python3-gi, gir1.2-glib-2.0 (>= 1.29.17), init-system-helpers (>= 1.18~)
-Recommends: apport-symptoms, policykit-1, python3-systemd
-Suggests: apport-gtk | apport-kde
-Breaks: python-apport (<< 2.2-0ubuntu1)
-Conflicts: core-dump-handler
-Conffiles:
- /etc/apport/blacklist.d/README.blacklist c2ed1eb9a17ec2550747b4960cf4b73c
- /etc/apport/blacklist.d/apport 44503501302b80099552bac0204a45c1
- /etc/apport/crashdb.conf 0bb3a2832a92a0401e00583bf2d23e93
- /etc/bash_completion.d/apport_completion dfe766d9328bb5c895038b44185133f9
- /etc/cron.daily/apport df5d3bc9ab3a67b58156376318077304
- /etc/default/apport 3446c6cac185f44237f59786e006ebe4
- /etc/init.d/apport 7ea72526ef97e024481947dba0fe0717
- /etc/init/apport.conf 318643b326b4cdcc50f95638d153829f
- /etc/logrotate.d/apport fa54dab59ef899b48d5455c976008df4
-Description: automatically generate crash reports for debugging
- apport automatically collects data from crashed processes and
- compiles a problem report in /var/crash/. This utilizes the crashdump
- helper hook provided by the Ubuntu kernel.
- .
- This package also provides a command line frontend for browsing and
- handling the crash reports. For desktops, you should consider
- installing the GTK+ or Qt user interface (apport-gtk or apport-kde).
-Homepage: https://wiki.ubuntu.com/Apport
-
-Package: libfribidi0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 118
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fribidi
-Version: 0.19.7-1
-Depends: libc6 (>= 2.4)
-Description: Free Implementation of the Unicode BiDi algorithm
- FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
- languages.
- This package contains the shared libraries.
-Original-Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package@lists.alioth.debian.org>
-Homepage: http://www.fribidi.org/
-
-Package: libxcb-shm0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 36
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1 (>= 1.9.2)
-Description: X C Binding, shm extension
- This package contains the library files needed to run software using
- libxcb-shm, the shm extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: liblocale-gettext-perl
-Status: install ok installed
-Priority: required
-Section: perl
-Installed-Size: 51
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.07-1build1
-Depends: libc6 (>= 2.2.5)
-Pre-Depends: perl-base (>= 5.22.1-1), perlapi-5.22.1
-Description: module using libc functions for internationalization in Perl
- The Locale::gettext module permits access from perl to the gettext() family of
- functions for retrieving message strings from databases constructed
- to internationalize software.
- .
- It provides gettext(), dgettext(), dcgettext(), textdomain(),
- bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext()
- and dngettext().
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/gettext
-
-Package: libmpfr4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 812
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mpfr4
-Version: 3.1.4-1
-Depends: libc6 (>= 2.14), libgmp10
-Breaks: libgmp3 (<< 4.1.4-3)
-Description: multiple precision floating-point computation
- MPFR provides a library for multiple-precision floating-point computation
- with correct rounding. The computation is both efficient and has a
- well-defined semantics. It copies the good ideas from the
- ANSI/IEEE-754 standard for double-precision floating-point arithmetic
- (53-bit mantissa).
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-Homepage: http://www.mpfr.org/
-
-Package: libgettextpo-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 765
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gettext
-Version: 0.19.7-2ubuntu3
-Replaces: gettext (<< 0.18.1.1-10)
-Depends: libgettextpo0 (= 0.19.7-2ubuntu3)
-Suggests: gettext-doc
-Breaks: gettext (<< 0.18.1.1-10)
-Description: GNU Internationalization library development files
- This package contains development files for the libgettextpo library.
-Homepage: http://www.gnu.org/software/gettext/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: libdumbnet1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 89
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdumbnet
-Version: 1.12-7
-Depends: libc6 (>= 2.14)
-Description: dumb, portable networking library -- shared library
- libdumbnet provides a simplified, portable interface to several low-level
- networking routines, including
- * network address manipulation
- * kernel arp(4) cache and route(4) table lookup and manipulation
- * network firewalling (Ip filter, ipfw, ipchains, pdf, ...)
- * network interface lookup and manipulation
- * raw IP packet and Ethernet frame transmission
- .
- libdumbnet is known as libdnet in other distributions, but was renamed
- in Debian in favour of the older DECnet library 'libdnet'.
- .
- This package contains the shared library.
-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
-Homepage: http://code.google.com/p/libdnet/
-
-Package: libgail-3-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 159
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gtk+3.0
-Version: 3.18.9-1ubuntu3.3
-Depends: libatk1.0-0 (>= 2.15.1), libc6 (>= 2.4), libglib2.0-0 (>= 2.45.8), libgtk-3-0 (= 3.18.9-1ubuntu3.3), libpango-1.0-0 (>= 1.37.3), at-spi2-core
-Description: GNOME Accessibility Implementation Library -- shared libraries
- Gail implements ATK interfaces for GTK+ widgets which are dynamically
- loadable at runtime by a GTK+ application. Once loaded, those parts of
- an application that use standard GTK+ widgets will have a basic level
- of accessibility, without the need to modify the application at all.
- .
- This package contains the shared library.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: dmsetup
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 225
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: lvm2 (2.02.133-1ubuntu10)
-Version: 2:1.02.110-1ubuntu10
-Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.107), util-linux (>> 2.16)
-Conflicts: devicekit-disks (<< 009)
-Description: Linux Kernel Device Mapper userspace library
- The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
- Team's implementation of a minimalistic kernel-space driver that handles
- volume management, while keeping knowledge of the underlying device layout
- in user-space. This makes it useful for not only LVM, but software raid,
- and other drivers that create "virtual" block devices.
- .
- This package contains a utility for modifying device mappings.
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: libxpm4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 89
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxpm
-Version: 1:3.5.11-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14), libx11-6
-Description: X11 pixmap library
- libXpm provides support and common operation for the XPM pixmap format, which
- is commonly used in legacy X applications. XPM is an extension of the
- monochrome XBM bitmap specified in the X protocol.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXpm
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3-cupshelpers
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 273
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: system-config-printer
-Version: 1.5.7+20160212-0ubuntu2
-Replaces: python-cupshelpers (<< 1.5.0+20140805-0ubuntu3)
-Depends: python3-requests
-Breaks: python-cupshelpers (<< 1.5.0+20140805-0ubuntu3)
-Conffiles:
- /etc/cupshelpers/preferreddrivers.xml 0b19e50addd76f454133ab2039f5f1c8
-Description: Python modules for printer configuration with CUPS
- Python modules for printer configuration with CUPS. The modules have no GUI
- and can therefore also be used on headless servers or by background processes.
-Original-Maintainer: Otavio Salvador <otavio@ossystems.com.br>
-
-Package: libclone-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 36
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.38-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
-Description: module for recursively copying Perl datatypes
- The Clone module provides a clone() method which makes recursive copies of
- nested hash, array, scalar and reference types, including tied variables and
- objects.
- .
- It is faster (although less flexible) than Storable's dclone. Its
- functionality is _not_ serializing in-memory objects (i.e. as
- Data::Dumper or YAML::Dump do), but deep-copying them over to new
- in-memory structures.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Clone
-
-Package: llvm-3.6-runtime
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 174
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: llvm (<< 2.7-1)
-Depends: binfmt-support, libc6 (>= 2.14), libllvm3.6v5, libstdc++6 (>= 5.2)
-Conflicts: llvm (<< 2.7-1)
-Description: Modular compiler and toolchain technologies, IR interpreter
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- This package provides the minimal required to execute programs in LLVM
- format.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libcanberra-gtk3-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 41
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcanberra
-Version: 0.30-2.1ubuntu1
-Depends: libc6 (>= 2.4), libcanberra0 (>= 0.12), libglib2.0-0 (>= 2.32), libgtk-3-0 (>= 3.0.0), libx11-6
-Recommends: libcanberra-gtk3-module
-Description: GTK+ 3.0 helper for playing widget event sounds with libcanberra
- libcanberra-gtk provides a few functions that simplify libcanberra
- usage from GTK+ 3.0.
- .
- Contextual information is needed to play event sound. This library
- can help to compile directly event sounds property lists based on
- active GtkWidget objects or GdkEvent events.
-Homepage: http://0pointer.de/lennart/projects/libcanberra/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libasprintf-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 46
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gettext
-Version: 0.19.7-2ubuntu3
-Replaces: gettext (<< 0.18.1.1-10)
-Depends: libasprintf0v5 (= 0.19.7-2ubuntu3)
-Suggests: gettext-doc
-Breaks: gettext (<< 0.18.1.1-10)
-Description: GNU Internationalization library development files
- This package contains development files for the libasprintf library.
-Homepage: http://www.gnu.org/software/gettext/
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-
-Package: nvidia-opencl-icd-361
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-367
-Version: 367.57-0ubuntu0.16.04.1
-Depends: nvidia-opencl-icd-367
-Description: Transitional package for nvidia-opencl-icd-367
- This is a transitional package for nvidia-opencl-icd-367, and can be
- safely removed after the installation is complete.
-
-Package: evolution-data-server-online-accounts
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 295
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libaccounts-glib0 (>= 1.4), libc6 (>= 2.4), libcamel-1.2-54 (= 3.18.5-1ubuntu1), libebackend-1.2-10 (>= 3.17), libedataserver-1.2-21 (>= 3.17), libglib2.0-0 (>= 2.40), libgoa-1.0-0b (>= 3.11.90), libjson-glib-1.0-0 (>= 0.12.0), librest-0.7-0 (>= 0.7), libsignon-glib1 (>= 1.8), libsoup2.4-1 (>= 2.42), libxml2 (>= 2.9.0), evolution-data-server-common (= 3.18.5-1ubuntu1)
-Recommends: signon-plugin-password
-Suggests: evolution
-Breaks: evolution-data-server (<< 3.8.3)
-Description: evolution data server integration with Ubuntu Online Accounts
- The data server, called "Evolution Data Server" is responsible for managing
- mail, calendar, addressbook, tasks and memo information.
- .
- This package adds support for Online Accounts, allowing Evolution Data
- Server to query GOA and UOA for configured accounts.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: dnsmasq-base
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 736
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: dnsmasq
-Version: 2.75-1ubuntu0.16.04.2
-Replaces: dnsmasq (<< 2.63-1~)
-Depends: adduser, libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libgmp10, libhogweed4, libidn11 (>= 1.13), libnetfilter-conntrack3, libnettle6
-Recommends: dns-root-data
-Breaks: dnsmasq (<< 2.63-1~)
-Conffiles:
- /etc/dbus-1/system.d/dnsmasq.conf 9a18c8a761c2262dbf0c8b3345a85242
-Description: Small caching DNS proxy and DHCP/TFTP server
- This package contains the dnsmasq executable and documentation, but
- not the infrastructure required to run it as a system daemon. For
- that, install the dnsmasq package.
-Original-Maintainer: Simon Kelley <simon@thekelleys.org.uk>
-
-Package: libcrack2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cracklib2
-Version: 2.9.2-1ubuntu1
-Depends: libc6 (>= 2.14)
-Recommends: cracklib-runtime
-Description: pro-active password checker library
- Shared library for cracklib2 which contains a C function which may be
- used in a passwd like program. The idea is simple: try to prevent
- users from choosing passwords that could be guessed by crack by
- filtering them out, at source. cracklib2 is NOT a replacement passwd
- program. cracklib2 is a LIBRARY.
-Homepage: http://sourceforge.net/projects/cracklib
-Original-Maintainer: Jan Dittberner <jandd@debian.org>
-
-Package: libxt6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 471
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxt
-Version: 1:1.1.5-0ubuntu1
-Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libsm6, libx11-6
-Description: X11 toolkit intrinsics library
- libXt provides the X Toolkit Intrinsics, an abstract widget library upon
- which other toolkits are based. Xt is the basis for many toolkits, including
- the Athena widgets (Xaw), and LessTif (a Motif implementation).
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXt
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: enchant
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 53
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.6.0-10.1build2
-Replaces: libenchant1c2a (<< 1.6.0-4)
-Depends: libc6 (>= 2.4), libenchant1c2a (>= 1.6.0), libglib2.0-0 (>= 2.12.0)
-Breaks: libenchant1c2a (<< 1.6.0-4)
-Description: Wrapper for various spell checker engines (binary programs)
- Enchant is a generic spell checking library which uses existing
- spell checker engines such as ispell, aspell and myspell as its backends.
- .
- Enchant steps in to provide uniformity and conformity on top of these
- libraries, and implement certain features that may be lacking in any
- individual provider library.
- .
- This package contains standalone runtime binary programs.
-Original-Maintainer: Prach Pongpanich <prachpub@gmail.com>
-Homepage: http://www.abisource.com/projects/enchant/
-
-Package: pciutils
-Status: install ok installed
-Priority: standard
-Section: admin
-Installed-Size: 1161
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:3.3.1-1.1ubuntu1.1
-Depends: libc6 (>= 2.14), libkmod2 (>= 5~), libpci3 (= 1:3.3.1-1.1ubuntu1.1)
-Suggests: bzip2, wget | curl | lynx-cur
-Description: Linux PCI Utilities
- This package contains various utilities for inspecting and setting of
- devices connected to the PCI bus.
-Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libexpat1-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 881
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: expat
-Version: 2.1.0-7ubuntu0.16.04.3
-Provides: libexpat-dev
-Depends: libexpat1 (= 2.1.0-7ubuntu0.16.04.3), libc6-dev | libc-dev
-Conflicts: libexpat-dev
-Description: XML parsing C library - development kit
- This package contains the header file and development libraries of
- expat, the C library for parsing XML. Expat is a stream oriented XML
- parser. This means that you register handlers with the parser prior
- to starting the parse. These handlers are called when the parser
- discovers the associated structures in the document being parsed. A
- start tag is an example of the kind of structures for which you may
- register handlers.
-Homepage: http://expat.sourceforge.net
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: libcamlp4-ocaml-dev
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 89322
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: camlp4
-Version: 4.02.1+3-2
-Replaces: camlp4 (<< 4.02.1)
-Provides: libcamlp4-ocaml-dev-p9wj7
-Depends: ocaml-nox-4.02.3
-Recommends: ocaml-findlib
-Breaks: camlp4 (<< 4.02.1)
-Description: Pre Processor Pretty Printer for OCaml (libraries)
- Camlp4 is a software system for writing extensible parsers for
- programming languages. It provides a set of OCaml libraries that are
- used to define grammars as well as loadable syntax extensions of such
- grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
- one of its most important applications is the definition of
- domain-specific extensions of the syntax of OCaml.
- .
- This package contains CamlP4 libraries.
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Homepage: https://github.com/ocaml/camlp4
-
-Package: libxcb-shape0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 37
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.4), libxcb1
-Description: X C Binding, shape extension
- This package contains the library files needed to run software using
- libxcb-shape, the shape extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libpciaccess0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 62
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libpciaccess
-Version: 0.13.4-1
-Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4)
-Suggests: pciutils
-Description: Generic PCI access library for X
- Provides functionality for X to access the PCI bus and devices
- in a platform-independent way.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxrender1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxrender
-Version: 1:0.9.9-0ubuntu1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
-Description: X Rendering Extension client library
- The X Rendering Extension (Render) introduces digital image composition as
- the foundation of a new rendering model within the X Window System.
- Rendering geometric figures is accomplished by client-side tessellation into
- either triangles or trapezoids. Text is drawn by loading glyphs into the
- server and rendering sets of them. The Xrender library exposes this
- extension to X clients.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXrender
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: gkbd-capplet
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 31
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libgnomekbd
-Version: 3.6.0-1ubuntu2
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.26), libgnomekbd8 (>= 3.6.0), libgtk-3-0 (>= 3.0.0), libxklavier16 (>= 5.0)
-Description: GNOME control center tools for libgnomekbd
- libgnomekbd offers an API to manage the keyboard in GNOME applications.
- .
- This package contains a helper for the GNOME control center to
- configure and display keyboard mappings.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libfftw3-single3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2204
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fftw3
-Version: 3.3.4-2ubuntu1
-Replaces: libfftw3-3 (<< 3.3.3-1)
-Depends: libc6 (>= 2.14), libgomp1 (>= 4.9)
-Pre-Depends: multiarch-support
-Suggests: libfftw3-bin, libfftw3-dev
-Breaks: libfftw3-3 (<< 3.3.3-1)
-Description: Library for computing Fast Fourier Transforms - Single precision
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the shared library
- for single precision transforms.
- .
- To get the static library and the header files, you need to install
- libfftw3-dev. For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: python3-gdbm
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 46
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3-stdlib-extensions
-Version: 3.5.1-1
-Replaces: python3.0 (<< 3.0.1)
-Provides: python3.5-gdbm
-Depends: python3 (>= 3.5), python3 (<< 3.6), libc6 (>= 2.4), libgdbm3 (>= 1.8.3)
-Suggests: python3-gdbm-dbg
-Description: GNU dbm database support for Python 3.x
- GNU dbm database module for Python 3.x. Install this if you want to
- create or read GNU dbm database files with Python.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: diffutils
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 416
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:3.3-3
-Replaces: diff
-Pre-Depends: libc6 (>= 2.17)
-Suggests: diffutils-doc, wdiff
-Description: File comparison utilities
- The diffutils package provides the diff, diff3, sdiff, and cmp programs.
- .
- `diff' shows differences between two files, or each corresponding file
- in two directories. `cmp' shows the offsets and line numbers where
- two files differ. `cmp' can also show all the characters that
- differ between the two files, side by side. `diff3' shows differences
- among three files. `sdiff' merges two files interactively.
- .
- The set of differences produced by `diff' can be used to distribute
- updates to text files (such as program source code) to other people.
- This method is especially useful when the differences are small compared
- to the complete files. Given `diff' output, the `patch' program can
- update, or "patch", a copy of the file.
-Original-Maintainer: Santiago Vila <sanvila@debian.org>
-Homepage: http://www.gnu.org/software/diffutils/
-
-Package: liblightdm-gobject-1-0
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 146
-Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lightdm
-Version: 1.18.3-0ubuntu1.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libx11-6, libxklavier16 (>= 5.0)
-Recommends: accountsservice
-Suggests: lightdm
-Description: LightDM GObject client library
- A GObject based library for LightDM clients to use to interface with LightDM.
-Homepage: https://launchpad.net/lightdm
-
-Package: libparse-debianchangelog-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 232
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.2.0-8
-Depends: perl, libcgi-pm-perl | perl (<< 5.19), libclass-accessor-perl, libio-string-perl, liblocale-gettext-perl, libtimedate-perl
-Suggests: libhtml-parser-perl, libhtml-template-perl, libxml-simple-perl
-Description: parse Debian changelogs and output them in other formats
- Parse::DebianChangelog is a replacement for the very limited
- dpkg-parsechangelog. It can be used either via the parsechangelog
- command line script or as Perl module.
- .
- Currently supported output formats:
- * original dpkg-parsechangelog output format
- * similar format with multiple stanzas instead of one
- * XML
- * HTML (customizable via HTML::Template templates).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://www.djpig.de/software/
-
-Package: libcuda1-361
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-367
-Version: 367.57-0ubuntu0.16.04.1
-Depends: libcuda1-367
-Description: Transitional package for libcuda1-367
- This is a transitional package for libcuda1-367, and can be
- safely removed after the installation is complete.
-
-Package: libxv1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxv
-Version: 2:1.0.10-1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6
-Pre-Depends: multiarch-support
-Description: X11 Video extension library
- libXv provides an X Window System client interface to the XVideo
- extension to the X protocol.
- .
- The XVideo extension allows for accelerated drawing of videos. Hardware
- adaptors are exposed to clients, which may draw in a number of colourspaces,
- including YUV.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXv
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: liblldb-3.6-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 38064
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: lldb-3.6-dev (<= 1:3.6~svn215195-2)
-Depends: lldb-3.6 (= 1:3.6.2-3ubuntu2)
-Breaks: lldb-3.6-dev (<< 1:3.6~svn215195-2)
-Description: Next generation, high-performance debugger - Header files
- LLDB is a next generation, high-performance debugger. It is built as a set of
- reusable components which highly leverage existing libraries in the larger LLVM
- Project, such as the Clang expression parser and LLVM disassembler.
- .
- This package provides the header files to build extension over lldb.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libido3-0.1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 167
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ido
-Version: 13.10.0+16.04.20161028-0ubuntu1
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.23.0), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.8.2-0ubuntu2), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0)
-Description: Shared library providing extra gtk menu items for display in
- system indicators
- .
- This package contains shared libraries to be used by GTK+ 3 applications.
-Homepage: https://launchpad.net/ido
-
-Package: liblvm2app2.2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1169
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lvm2
-Version: 2.02.133-1ubuntu10
-Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.110), libudev1 (>= 183)
-Description: LVM2 application library
- This package contains the lvm2app shared library. It allows easier access
- to the basic LVM objects and provides functions to enumerate, create or
- modify them.
-Homepage: http://sources.redhat.com/lvm2/
-Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
-
-Package: libarpack2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 320
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: arpack
-Version: 3.3.0-1build2
-Replaces: arpack2
-Depends: libblas3 | libblas.so.3, libc6 (>= 2.2.5), libgfortran3 (>= 4.6), liblapack3 | liblapack.so.3
-Breaks: octave3.2
-Conflicts: arpack2
-Description: Fortran77 subroutines to solve large scale eigenvalue problems
- ARPACK software is capable of solving large scale symmetric,
- nonsymmetric, and generalized eigenproblems from significant
- application areas. The software is designed to compute a few (k)
- eigenvalues with user specified features such as those of largest
- real part or largest magnitude. Storage requirements are on the order
- of n*k locations. No auxiliary storage is required. A set of Schur
- basis vectors for the desired k-dimensional eigen-space is computed
- which is numerically orthogonal to working precision. Numerically
- accurate eigenvectors are available on request.
- .
- Important Features:
- .
- * Reverse Communication Interface.
- * Single and Double Precision Real Arithmetic Versions for Symmetric,
- Non-symmetric,
- * Standard or Generalized Problems.
- * Single and Double Precision Complex Arithmetic Versions for Standard or
- Generalized Problems.
- * Routines for Banded Matrices - Standard or Generalized Problems.
- * Routines for The Singular Value Decomposition.
- * Example driver routines that may be used as templates to implement
- numerous Shift-Invert strategies for all problem types, data types and
- precision.
- .
- This package contains the shared library.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/opencollab/arpack-ng
-
-Package: libsuitesparse-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 4828
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Replaces: libsuitesparse-metis-dev
-Depends: libamd2.4.1 (= 1:4.4.6-1), libcamd2.4.1 (= 1:4.4.6-1), libbtf1.2.1 (= 1:4.4.6-1), libcolamd2.9.1 (= 1:4.4.6-1), libccolamd2.9.1 (= 1:4.4.6-1), libcholmod3.0.6 (= 1:4.4.6-1), libcsparse3.1.4 (= 1:4.4.6-1), libcxsparse3.1.4 (= 1:4.4.6-1), libklu1.3.3 (= 1:4.4.6-1), libldl2.2.1 (= 1:4.4.6-1), libumfpack5.7.1 (= 1:4.4.6-1), libspqr2.0.2 (= 1:4.4.6-1), libsuitesparseconfig4.4.6 (= 1:4.4.6-1), libblas-dev | libblas.so, liblapack-dev | liblapack.so
-Conflicts: libsuitesparse-metis-dev
-Description: libraries for sparse matrices computations (development files)
- Suitesparse is a collection of libraries for computations involving
- sparse matrices. This package includes the following libraries:
- .
- AMD approximate minimum degree ordering
- .
- CAMD symmetric approximate minimum degree
- .
- BTF permutation to block triangular form (beta)
- .
- COLAMD column approximate minimum degree ordering
- .
- CCOLAMD constrained column approximate minimum degree ordering
- .
- CHOLMOD sparse Cholesky factorization
- .
- CSparse a concise sparse matrix package
- .
- CXSparse CSparse extended: complex matrix, int and long int support
- .
- KLU sparse LU factorization, primarily for circuit simulation
- .
- LDL a simple LDL' factorization
- .
- UMFPACK sparse LU factorization
- .
- SPQR sparse QR factorization
- .
- SuiteSparse_config configuration routines for all the above packages.
- .
- This package contains the static libraries and header files.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libsensors4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lm-sensors
-Version: 1:3.4.0-2
-Depends: libc6 (>= 2.14)
-Suggests: lm-sensors
-Conffiles:
- /etc/sensors.d/.placeholder d41d8cd98f00b204e9800998ecf8427e
- /etc/sensors3.conf 2380011501bd2ad9e44f070c80a4c74d
-Description: library to read temperature/voltage/fan sensors
- Lm-sensors is a hardware health monitoring package for Linux. It allows you
- to access information from temperature, voltage, and fan speed sensors. It
- works with most newer systems.
- .
- This package contains a shared library for querying lm-sensors.
-Original-Maintainer: Aurelien Jarno <aurel32@debian.org>
-Homepage: http://www.lm-sensors.org
-
-Package: libmircommon7
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 368
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mir
-Version: 0.26.3+16.04.20170605-0ubuntu1.1
-Depends: libboost-filesystem1.58.0, libboost-system1.58.0, libc6 (>= 2.17), libcapnp-0.5.3, libgcc1 (>= 1:3.4), libmircore1 (>= 0.26.3+16.04.20170605), libstdc++6 (>= 5.2)
-Description: Display server for Ubuntu - shared library
- Mir is a display server running on linux systems, with a focus on efficiency,
- robust operation and a well-defined driver model.
- .
- Contains the shared libraries required for the Mir server and client.
-Homepage: https://launchpad.net/mir
-Original-Maintainer: Thomas Voß <thomas.voss@canonical.com>
-
-Package: man-db
-Status: install ok installed
-Priority: important
-Section: doc
-Installed-Size: 2088
-Maintainer: Colin Watson <cjwatson@debian.org>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.7.5-1
-Replaces: man, manpages-de (<< 0.5-4), manpages-zh (<< 1.5.2-1.1), nlsutils
-Provides: man, man-browser
-Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, libc6 (>= 2.17), libgdbm3 (>= 1.8.3), libpipeline1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
-Pre-Depends: dpkg (>= 1.16.1~)
-Suggests: groff, less, www-browser
-Breaks: manpages-zh (<< 1.5.2-1.1)
-Conflicts: man, suidmanager (<< 0.50)
-Conffiles:
- /etc/cron.daily/man-db e467745743809f974051c3ec5b9cd022
- /etc/cron.weekly/man-db 9527d2000fb1f221dbcecb75467a3e49
- /etc/manpath.config 1098290101bb4346489b1efeefb67d70
-Description: on-line manual pager
- This package provides the man command, the primary way of examining the
- on-line help files (manual pages). Other utilities provided include the
- whatis and apropos commands for searching the manual page database, the
- manpath utility for determining the manual page search path, and the
- maintenance utilities mandb, catman and zsoelim. man-db uses the groff
- suite of programs to format and display the manual pages.
-Homepage: http://man-db.nongnu.org/
-
-Package: shared-mime-info
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 2440
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.5-2ubuntu0.1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9), libxml2 (>= 2.7.4)
-Conflicts: libglib2.0-0 (<< 2.17.2), libgnomevfs2-0 (<< 1:2.24.0), tracker (<< 0.6.90)
-Description: FreeDesktop.org shared MIME database and spec
- This is the shared MIME-info database from the X Desktop Group. It is required
- by any program complying to the Shared MIME-Info Database spec, which is also
- included in this package.
- .
- At this time at least ROX, GNOME, KDE and Xfce use this database.
-Original-Maintainer: Sebastian Dröge <slomo@debian.org>
-Homepage: http://freedesktop.org/wiki/Software/shared-mime-info
-
-Package: libxkbcommon0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxkbcommon
-Version: 0.5.0-1ubuntu2
-Depends: xkb-data, libc6 (>= 2.17)
-Description: library interface to the XKB compiler - shared library
- This package provides a library to handle keyboard descriptions, including
- loading them from disk, parsing them and handling their state. It's mainly
- meant for client toolkits, window systems, and other system applications;
- currently that includes Wayland, kmscon, GTK+, Clutter, and more.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon
-Homepage: http://www.xkbcommon.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libhttp-message-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 182
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 6.11-1
-Replaces: libwww-perl (<< 6.00)
-Depends: perl, libencode-locale-perl, libhttp-date-perl, libio-html-perl, liblwp-mediatypes-perl, liburi-perl, perl (>= 5.11) | libio-compress-perl
-Breaks: libwww-perl (<< 6.00)
-Description: perl interface to HTTP style messages
- The HTTP::Message distribution contains classes useful for representing the
- messages passed in HTTP style communication. These are classes representing
- requests, responses and the headers contained within them.
- .
- The HTTP::Headers class encapsulates HTTP-style message headers. The headers
- consist of attribute-value pairs also called fields, which may be repeated,
- and which are printed in a particular order. The field names are cases
- insensitive.
- .
- Instances of this class are usually created as member variables of the
- HTTP::Request and HTTP::Response classes, internal to the library.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/HTTP-Message
-
-Package: g++
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 16
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-defaults (1.150ubuntu1)
-Version: 4:5.3.1-1ubuntu1
-Provides: c++-compiler
-Depends: cpp (>= 4:5.3.1-1ubuntu1), gcc (>= 4:5.3.1-1ubuntu1), g++-5 (>= 5.3.1-3~), gcc-5 (>= 5.3.1-3~)
-Suggests: g++-multilib
-Description: GNU C++ compiler
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ compiler.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: gir1.2-packagekitglib-1.0
-Status: install ok installed
-Priority: optional
-Section: introspection
-Installed-Size: 144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: packagekit
-Version: 0.8.17-4ubuntu6~gcc5.4ubuntu1.2
-Depends: gir1.2-glib-2.0 (>= 1.36), libpackagekit-glib2-16 (>= 0.8.17-4ubuntu6~gcc5.4ubuntu1.2)
-Description: GObject introspection data for the PackageKit GLib library
- PackageKit allows performing simple software management tasks over a DBus
- interface e.g. refreshing the cache, updating, installing and removing
- software packages or searching for multimedia codecs and file handlers.
- .
- This package contains introspection data for the PackageKit
- GLib interface library.
- .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
-Homepage: http://www.packagekit.org
-Original-Maintainer: Matthias Klumpp <matthias@tenstral.net>
-
-Package: python3-software-properties
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 116
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: all
-Source: software-properties
-Version: 0.96.20.7
-Depends: python3:any (>= 3.3.2-2~), python3, python3-apt (>= 0.6.20ubuntu16), python3-pycurl, lsb-release, iso-codes
-Recommends: unattended-upgrades
-Description: manage the repositories that you install software from
- This software provides an abstraction of the used apt repositories.
- It allows you to easily manage your distribution and independent software
- vendor software sources.
-
-Package: libghc-vector-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 14396
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-vector
-Version: 0.11.0.0-1
-Provides: libghc-vector-dev-0.11.0.0-c6a21
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-deepseq-dev-1.4.1.1-614b6, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-primitive-dev-0.6.1.0-b2a7b, libc6 (>= 2.2.5)
-Suggests: libghc-vector-doc, libghc-vector-prof
-Description: Efficient Arrays for Haskell
- An efficient implementation of Int-indexed arrays (both mutable and
- immutable), with a powerful loop fusion optimization framework.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/haskell/vector
-Ghc-Package: vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
-
-Package: libpcrecpp0v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 186
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pcre3
-Version: 2:8.38-3.1
-Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpcre3, libstdc++6 (>= 5.2)
-Pre-Depends: multiarch-support
-Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
-Description: Perl 5 Compatible Regular Expression Library - C++ runtime files
- This is a C++ library of functions to support regular expressions whose syntax
- and semantics are as close as possible to those of the Perl 5 language.
- .
- This package contains the C++ runtime library.
-Original-Maintainer: Matthew Vernon <matthew@debian.org>
-
-Package: libpcre32-3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 512
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pcre3
-Version: 2:8.38-3.1
-Depends: libc6 (>= 2.14)
-Description: Perl 5 Compatible Regular Expression Library - 32 bit runtime files
- This is a library of functions to support regular expressions whose syntax
- and semantics are as close as possible to those of the Perl 5 language.
- .
- This package contains the 32 bit runtime library.
-Original-Maintainer: Matthew Vernon <matthew@debian.org>
-
-Package: libgoa-1.0-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 96
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gnome-online-accounts
-Version: 3.18.3-1ubuntu2
-Replaces: libgoa-1.0-0 (<< 3.8.2)
-Depends: dconf-gsettings-backend | gsettings-backend
-Breaks: libgoa-1.0-0 (<< 3.8.2)
-Description: library for GNOME Online Accounts - common files
- This package contains the GNOME Online Accounts service, which provides a
- centralized place for managing online accounts (Google, etc) for the
- GNOME desktop.
- .
- This package contains the translation files for the GOA library and daemon.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
-
-Package: resolvconf
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 176
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.78ubuntu4
-Depends: ifupdown, lsb-base (>= 4.1+Debian11ubuntu7), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~)
-Breaks: dhcp3-client (<< 4.1.1-P1-15+squeeze1), dnscache-run, sysv-rc (<< 2.88dsf-42)
-Enhances: dhcpcd, dnsmasq, ifupdown, isc-dhcp-client, libc6, network-manager, nscd, pdnsd, ppp, pump, udhcpc
-Conffiles:
- /etc/dhcp/dhclient-enter-hooks.d/resolvconf 586788af39de093b8145ea9d9fc43875
- /etc/init.d/resolvconf dce41f7ca0894245efba005015f470a6
- /etc/init/resolvconf.conf 355033f68372631d1b72b039347ec3a0
- /etc/network/if-down.d/resolvconf 7e3f037a117b52c4169365a95f676262
- /etc/network/if-up.d/000resolvconf f544c89d541465f1fea7dbcf71f832c0
- /etc/ppp/ip-down.d/000resolvconf e50ecd8f5226bebba46e1eab652a4169
- /etc/ppp/ip-up.d/000resolvconf 8cda84dd75e71467394378a6a71edcd6
- /etc/resolvconf/interface-order f8b8c98514181b0c55aee4f531765f61
- /etc/resolvconf/resolv.conf.d/base d41d8cd98f00b204e9800998ecf8427e
- /etc/resolvconf/resolv.conf.d/head 5aee5a60350035d958401da5c0432be3
- /etc/resolvconf/update.d/libc c714cc4467b58fa15680a49faedf7a41
-Description: name server information handler
- Resolvconf is a framework for keeping up to date the system's
- information about name servers. It sets itself up as the intermediary
- between programs that supply this information (such as ifup and
- ifdown, DHCP clients, the PPP daemon and local name servers) and
- programs that use this information (such as DNS caches and resolver
- libraries).
- .
- This package may require some manual configuration. Please
- read the README file for detailed instructions.
-Homepage: http://alioth.debian.org/projects/resolvconf/
-Original-Maintainer: resolvconf maintainers <resolvconf-devel@lists.alioth.debian.org>
-
-Package: libnfnetlink0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 60
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnfnetlink
-Version: 1.0.1-3
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Netfilter netlink library
- libnfnetlink is the low-level library for netfilter related
- kernel/userspace communication. It provides a generic messaging
- infrastructure for in-kernel netfilter subsystems (such as
- nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
- respective users and/or management tools in userspace.
-Original-Maintainer: Alexander Wirt <formorer@debian.org>
-
-Package: ubuntu-core-launcher
-Status: install ok installed
-Priority: optional
-Section: oldlibs
-Installed-Size: 55
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: snapd
-Version: 2.27.5
-Depends: snapd (= 2.27.5)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Description: Transitional package for snapd
- This is a transitional dummy package. It can safely be removed.
-Homepage: https://github.com/snapcore/snapd
-
-Package: libgudev-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 76
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgudev (230-2)
-Version: 1:230-2
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libudev1 (>= 183)
-Description: GObject-based wrapper library for libudev
- This library makes it much simpler to use libudev from programs already using
- GObject. It also makes it possible to easily use libudev from other
- programming languages, such as Javascript, because of GObject introspection
- support.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/libgudev
-
-Package: librest-0.7-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 131
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: librest
-Version: 0.7.93-1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.30), libxml2 (>= 2.7.4)
-Pre-Depends: multiarch-support
-Description: REST service access library
- This library was designed to make it easier to access web services that
- claim to be "RESTful". It includes convenience wrappers for libsoup and
- libxml to ease remote use of the RESTful API.
-Original-Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
-Homepage: https://wiki.gnome.org/Librest
-
-Package: gnome-session-bin
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 610
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gnome-session
-Version: 3.18.1.2-1ubuntu1.16.04.2
-Depends: libc6 (>= 2.4), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.46.0), libgnome-desktop-3-12 (>= 3.17.92), libgtk-3-0 (>= 3.18.0), libice6 (>= 1:1.0.0), libjson-glib-1.0-0 (>= 0.12.0), libsm6, libsystemd0, libx11-6, libxcomposite1 (>= 1:0.3-1), dconf-gsettings-backend | gsettings-backend, dbus-x11, gsettings-desktop-schemas, upower (>= 0.9.0)
-Recommends: libpam-systemd
-Breaks: gdm3 (<< 3.8)
-Conflicts: gnome-session (<< 3.9.90-0ubuntu8)
-Description: GNOME Session Manager - Minimal runtime
- The GNOME Session Manager is in charge of starting the core components
- of the GNOME desktop, and applications that should be launched at
- login time. It also features a way to save and restore currently
- running applications.
- .
- This package contains the binaries for the GNOME Session Manager, but
- no startup scripts. It is meant for those willing to start
- gnome-session by hand with the components of their choice, and for
- applications such as GDM that use gnome-session internally.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: vim-runtime
-Status: install ok installed
-Priority: optional
-Section: editors
-Installed-Size: 26870
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: vim
-Version: 2:7.4.1689-3ubuntu1.2
-Recommends: vim | vim-gnome | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
-Suggests: vim-gnome-py2 | vim-gtk-py2 | vim-gtk3-py2 | vim-athena-py2 | vim-nox-py2
-Breaks: vim-tiny (<< 2:7.4.1689-3ubuntu1.2)
-Enhances: vim-tiny
-Description: Vi IMproved - Runtime files
- Vim is an almost compatible version of the UNIX editor Vi.
- .
- This package contains vimtutor and the architecture independent runtime
- files, used, if available, by all vim variants available in Debian.
- Example of such runtime files are: online documentation, rules for
- language-specific syntax highlighting and indentation, color schemes,
- and standard plugins.
-Homepage: http://www.vim.org/
-Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
-
-Package: libghc-polyparse-prof
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 3275
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-polyparse
-Version: 1.11-4build1
-Provides: libghc-polyparse-prof-1.11-9f36f
-Depends: libghc-polyparse-dev (= 1.11-4build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-text-prof-1.2.2.0-2c09c
-Description: alternative parser combinator libraries for Haskell; profiling libraries
- Alternative parser combinator libraries, including the original
- HuttonMeijer set. The Poly sets have features like good error reporting,
- arbitrary token type, running state, lazy parsing, and so on. Finally,
- Text.Parse is a proposed replacement for the standard Read class, for
- better deserialisation of Haskell values from Strings.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://code.haskell.org/~malcolm/polyparse/
-
-Package: libavahi-client3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 121
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14)
-Description: Avahi client library
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This package contains the library for Avahi's C API which allows you
- to integrate mDNS/DNS-SD functionality into your application.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libpam-modules
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 918
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pam
-Version: 1.1.8-3.2ubuntu2
-Replaces: libpam-umask, libpam0g-util
-Provides: libpam-mkhomedir, libpam-motd, libpam-umask
-Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.15), libdb5.3, libpam0g (>= 1.1.3-2), libselinux1 (>= 2.1.9), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.1.8-3.2ubuntu2)
-Recommends: update-motd
-Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask
-Conffiles:
- /etc/security/access.conf 13ec4d189f0ed9acf3433977a53d446b
- /etc/security/group.conf f1e26e8db6f7abd2d697d7dad3422c36
- /etc/security/limits.conf 11c27ba00b7bd6a255f33126f75c5005
- /etc/security/namespace.conf 6424c99a62ddf4b7d3ca713bb06ded89
- /etc/security/namespace.init b46b23d64860d1557d2a8f44b231fd54
- /etc/security/pam_env.conf ddee4a931170dc21b4e0b9bb28e02a7b
- /etc/security/sepermit.conf d41c74654734a5c069a37bfc02f0a6d4
- /etc/security/time.conf 06e05c6079e839c8833ac7c3abfde192
-Description: Pluggable Authentication Modules for PAM
- This package completes the set of modules for PAM. It includes the
- pam_unix.so module as well as some specialty modules.
-Homepage: http://pam.sourceforge.net/
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: python3-urllib3
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 259
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-urllib3
-Version: 1.13.1-2ubuntu0.16.04.1
-Depends: python3:any (>= 3.3.2-2~), python3-six
-Recommends: ca-certificates
-Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1
-Description: HTTP library with thread-safe connection pooling for Python3
- urllib3 supports features left out of urllib and urllib2 libraries.
- .
- - Re-use the same socket connection for multiple requests (HTTPConnectionPool
- and HTTPSConnectionPool) (with optional client-side certificate
- verification).
- - File posting (encode_multipart_formdata).
- - Built-in redirection and retries (optional).
- - Supports gzip and deflate decoding.
- - Thread-safe and sanity-safe.
- - Small and easy to understand codebase perfect for extending and
- building upon.
- .
- This package contains the Python 3 version of the library.
-Homepage: http://urllib3.readthedocs.org
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libxcb-keysyms1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xcb-util-keysyms
-Version: 0.4.0-1
-Depends: libc6 (>= 2.2.5), libxcb1
-Pre-Depends: multiarch-support
-Description: utility libraries for X C Binding -- keysyms
- This package contains the library files needed to run software using
- libxcb-keysyms, providing standard X key constants and conversion to/from
- keycodes.
- .
- The xcb-util module provides a number of libraries which sit on top of
- libxcb, the core X protocol library, and some of the extension
- libraries. These experimental libraries provide convenience functions
- and interfaces which make the raw X protocol more usable. Some of the
- libraries also provide client-side code which is not strictly part of
- the X protocol but which have traditionally been provided by Xlib.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: http://xcb.freedesktop.org
-
-Package: gdbserver
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 633
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gdb
-Version: 7.11.1-0ubuntu1~16.5
-Replaces: gdb (<< 7.0.1-1)
-Depends: libc6 (>= 2.15)
-Description: GNU Debugger (remote server)
- GDB is a source-level debugger, capable of breaking programs at
- any specific line, displaying variable values, and determining
- where errors occurred. Currently, gdb supports C, C++, D,
- Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
- Go, and Ada. A must-have for any serious programmer.
- .
- This package contains gdbserver. Install this to debug remotely
- from another system where GDB is installed.
-Homepage: http://www.gnu.org/s/gdb/
-Original-Maintainer: Héctor Orón Martínez <zumbi@debian.org>
-
-Package: libmpc3
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 130
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mpclib3
-Version: 1.0.3-1
-Depends: libc6 (>= 2.4), libgmp10, libmpfr4 (>= 3.1.2)
-Pre-Depends: multiarch-support
-Description: multiple precision complex floating-point library
- MPC is a portable library written in C for arbitrary precision
- arithmetic on complex numbers providing correct rounding. For the time
- being, it contains all arithmetic operations over complex numbers, the
- exponential and the logarithm functions, the trigonometric and
- hyperbolic functions.
- .
- Ultimately, it should implement a multiprecision equivalent of the ISO
- C99 standard.
- .
- It builds upon the GNU MP and the MPFR libraries.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-Homepage: http://www.multiprecision.org/mpc/
-
-Package: insserv
-Status: install ok installed
-Priority: required
-Section: misc
-Installed-Size: 183
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.14.0-5ubuntu3
-Depends: libc6 (>= 2.14)
-Suggests: bootchart2
-Breaks: sysv-rc (<< 2.87dsf-3)
-Conffiles:
- /etc/bash_completion.d/insserv 32975fe14795d6fce1408d5fd22747fd
- /etc/insserv.conf 3e9467113029a6356f57842085f3c849
-Description: boot sequence organizer using LSB init.d script dependency information
- The insserv program is used by the standard SysV-based init system. It
- updates the order of symlinks in /etc/rc?.d/ based on dependencies
- specified by LSB headers in the init.d scripts themselves.
- .
- These declared relations between scripts make it possible to optimize
- the boot sequence for the currently installed set of packages, while
- detecting and rejecting dependency loops.
- .
- Using insserv incorrectly can result in an unbootable system.
-Homepage: http://savannah.nongnu.org/projects/sysvinit
-Original-Maintainer: Petter Reinholdtsen <pere@debian.org>
-
-Package: libstdc++6
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 1987
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Replaces: libstdc++6-5-dbg (<< 4.9.0-3)
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.18), libgcc1 (>= 1:4.2)
-Breaks: blockattack (<= 1.4.1+ds1-2.1build2), boo (<= 0.9.5~git20110729.r1.202a430-2), c++-annotations (<= 10.2.0-1), chromium-browser (<= 43.0.2357.130-0ubuntu2), clustalx (<= 2.1+lgpl-2), dff (<= 1.3.0+dfsg.1-4.1build2), emscripten (<= 1.22.1-1), ergo (<= 3.4.0-1), fceux (<= 2.2.2+dfsg0-1), flush (<= 0.9.12-3.1ubuntu1), freeorion (<= 0.4.4+git20150327-2), fslview (<= 4.0.1-4), fwbuilder (<= 5.1.0-4), gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gnote (<= 3.16.2-1), gnudatalanguage (<= 0.9.5-2build1), innoextract (<= 1.4-1build1), libantlr-dev (<= 2.7.7+dfsg-6), libapache2-mod-passenger (<= 4.0.53-1), libaqsis1 (<= 1.8.2-1), libassimp3 (<= 3.0~dfsg-4), libboost-date-time1.55.0, libcpprest2.2 (<= 2.2.0-1), libdap17 (<= 3.14.0-2), libdapclient6 (<= 3.14.0-2), libdapserver7 (<= 3.14.0-2), libdavix0 (<= 0.4.0-1build1), libdballe6 (<= 6.8-1), libdiet-admin2.8 (<= 2.8.0-1build3), libdiet-client2.8 (<= 2.8.0-1build3), libdiet-sed2.8 (<= 2.8.0-1build3), libfreefem++ (<= 3.37.1-1), libgazebo5 (<= 5.0.1+dfsg-2.1), libgetfem4++ (<= 4.2.1~beta1~svn4482~dfsg-3ubuntu3), libgmsh2 (<= 2.8.5+dfsg-1.1ubuntu1), libinsighttoolkit4.6 (<= 4.6.0-3ubuntu3), libkgeomap2 (<= 4:15.04.2-0ubuntu1), libkolabxml1 (<= 1.1.0-3), libkvkontakte1 (<= 1.0~digikam4.10.0-0ubuntu2), libmarisa0 (<= 0.2.4-8build1), libmediawiki1 (<= 1.0~digikam4.10.0-0ubuntu2), libogre-1.8.0 (<= 1.8.1+dfsg-0ubuntu5), libogre-1.9.0 (<= 1.9.0+dfsg1-4), libopenwalnut1 (<= 1.4.0~rc1+hg3a3147463ee2-1ubuntu2), libpqxx-4.0 (<= 4.0.1+dfsg-3ubuntu1), libreoffice-core (<= 1:4.4.4~rc3-0ubuntu1), librime1 (<= 1.2+dfsg-2), libwibble-dev (<= 1.1-1), libwreport2 (<= 2.14-1), libxmltooling6 (<= 1.5.3-2.1), lightspark (<= 0.7.2+git20150512-2), mira-assembler (<= 4.9.5-1), mongodb (<= 1:2.6.3-0ubuntu7), mongodb-server (<= 1:2.6.3-0ubuntu7), ncbi-blast+ (<= 2.2.30-4), openscad (<= 2014.03+dfsg-1build1), passepartout (<= 0.7.1-1.1), pdf2djvu (<= 0.7.19-1ubuntu2), photoprint (<= 0.4.2~pre2-2.3), plastimatch (<= 1.6.2+dfsg-1), plee-the-bear (<= 0.6.0-3.1), povray (<= 1:3.7.0.0-8), powertop (<= 2.6.1-1), printer-driver-brlaser (<= 3-3), psi4 (<= 4.0~beta5+dfsg-2build1), python-healpy (<= 1.8.1-1), python3-taglib (<= 0.3.6+dfsg-2build2), realtimebattle (<= 1.0.8-14), ruby-passenger (<= 4.0.53-1), sqlitebrowser (<= 3.5.1-3), tecnoballz (<= 0.93.1-6), wesnoth-1.12-core (<= 1:1.12.4-1), widelands (<= 1:18-3build1), xflr5 (<= 6.09.06-2)
-Conflicts: scim (<< 1.4.2-1)
-Description: GNU Standard C++ Library v3
- This package contains an additional runtime library for C++ programs
- built with the GNU compiler.
- .
- libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
- was included up to g++-2.95. The first version of libstdc++-v3 appeared
- in g++-3.0.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libtalloc2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 102
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: talloc
-Version: 2.1.5-2
-Depends: libc6 (>= 2.16)
-Description: hierarchical pool based memory allocator
- A hierarchical pool based memory allocator with destructors. It uses
- reference counting to determine when memory should be freed.
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-Homepage: http://talloc.samba.org/
-
-Package: libjavascriptcoregtk-4.0-18
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 17030
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: webkit2gtk
-Version: 2.20.2-0ubuntu0.16.04.1
-Depends: libc6 (>= 2.17), libgcc1 (>= 1:3.4), libglib2.0-0 (>= 2.36.0), libicu55 (>= 55.1-1~), libstdc++6 (>= 5)
-Description: JavaScript engine library from WebKitGTK+
- JavaScriptCore is the JavaScript engine used in WebKit. It consists
- of the following building blocks: lexer, parser, start-up interpreter
- (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
- high-throughput optimizing JIT (FTL).
- .
- This build comes from the GTK+ port of WebKit (API version 4.0).
- .
- This package contains the shared libraries.
-Homepage: http://webkitgtk.org/
-Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
-
-Package: lib32stdc++6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1856
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), lib32gcc1 (>= 1:4.2), libc6-i386 (>= 2.18)
-Description: GNU Standard C++ Library v3 (32 bit Version)
- This package contains an additional runtime library for C++ programs
- built with the GNU compiler.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libkrb5-3
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 991
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: krb5
-Version: 1.13.2+dfsg-5ubuntu2
-Depends: libc6 (>= 2.16), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1 (>= 1.5.9), libkrb5support0 (= 1.13.2+dfsg-5ubuntu2)
-Recommends: krb5-locales
-Suggests: krb5-doc, krb5-user
-Breaks: libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3)
-Conflicts: libkrb53
-Description: MIT Kerberos runtime libraries
- Kerberos is a system for authenticating users and services on a network.
- Kerberos is a trusted third-party service. That means that there is a
- third party (the Kerberos server) that is trusted by all the entities on
- the network (users and services, usually called "principals").
- .
- This is the MIT reference implementation of Kerberos V5.
- .
- This package contains the runtime library for the main Kerberos v5 API
- used by applications and Kerberos clients.
-Homepage: http://web.mit.edu/kerberos/
-Original-Maintainer: Sam Hartman <hartmans@debian.org>
-
-Package: libmysqlclient20
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4252
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mysql-5.7
-Version: 5.7.22-0ubuntu0.16.04.1
-Depends: mysql-common (>= 5.5), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
-Description: MySQL database client library
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
- .
- This package includes the client library.
-Homepage: http://dev.mysql.com/
-Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
-
-Package: libpython2.7-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 39875
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python2.7
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: python2.7 (<< 2.7-3), python2.7-dev (<< 2.7.3-10), python2.7-minimal (<< 2.7.3-10)
-Depends: libpython2.7-stdlib (= 2.7.12-1ubuntu0~16.04.3), libpython2.7 (= 2.7.12-1ubuntu0~16.04.3), libexpat1-dev
-Recommends: libc6-dev | libc-dev
-Description: Header files and a static library for Python (v2.7)
- Header files, a static library and development tools for building
- Python (v2.7) modules, extending the Python interpreter or embedding
- Python (v2.7) in applications.
- .
- Maintainers of Python packages should read README.maintainers.
- .
- This package contains development files. It is normally not
- used on it's own, but as a dependency of python2.7-dev.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libcamel-1.2-54
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1331
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.40), libgssapi-krb5-2 (>= 1.10+dfsg~), libicu55 (>= 55.1-1~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libsqlite3-0 (>= 3.6.0), zlib1g (>= 1:1.1.4)
-Description: Evolution MIME message handling library
- Camel is a generic messaging library. It supports the standard
- messaging system for receiving and sending messages. It is the
- messaging backend for Evolution.
- .
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: yelp-xsl
-Status: install ok installed
-Priority: extra
-Section: gnome
-Installed-Size: 1844
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 3.18.1-1
-Description: XSL stylesheets for the yelp help browser
- Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
- to format Docbook and Mallard documents.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Apps/Yelp
-
-Package: binutils
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 13336
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.26.1-1ubuntu1~16.04.6
-Replaces: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)
-Provides: binutils-gold, elf-binutils
-Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0)
-Suggests: binutils-doc (>= 2.26.1-1ubuntu1~16.04.6)
-Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)
-Conflicts: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), elf-binutils, gas, modutils (<< 2.4.19-1)
-Description: GNU assembler, linker and binary utilities
- The programs in this package are used to assemble, link and manipulate
- binary and object files. They may be used in conjunction with a compiler
- and various libraries to build programs.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libkparts4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 598
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.16-0ubuntu3.2), libkdeui5 (= 4:4.14.16-0ubuntu3.2), libkio5 (= 4:4.14.16-0ubuntu3.2), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1)
-Description: Framework for the KDE Platform Graphical Components
- This library implements the framework for reusable KDE components (kparts),
- which are elaborate widgets with a user-interface defined in terms of actions
- (menu items, toolbar icons).
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: python3-cairo
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 137
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: py3cairo
-Version: 1.10.0+dfsg-5build1
-Depends: libc6 (>= 2.14), libcairo2 (>= 1.10.0), python3 (<< 3.6), python3 (>= 3.5~)
-Description: Python 3 bindings for the Cairo vector graphics library
- Cairo is a multi-platform library providing anti-aliased vector-based
- rendering for multiple target backends.
- .
- This package contains modules that allow you to use the Cairo in
- Python 3 programs.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://cairographics.org/pycairo/
-
-Package: gstreamer1.0-plugins-good
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 5456
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gst-plugins-good1.0
-Version: 1.8.3-1ubuntu0.4
-Replaces: gstreamer1.0-plugins-bad (<< 1.1.2)
-Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource, gstreamer1.0-videosink, gstreamer1.0-videosource, gstreamer1.0-visualization
-Depends: libaa1 (>= 1.4p5), libavc1394-0 (>= 0.5.3), libbz2-1.0, libc6 (>= 2.17), libcaca0 (>= 0.99.beta17-1), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdv4, libflac8 (>= 1.3.0), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.43.2), libgstreamer-plugins-base1.0-0 (>= 1.8.1), libgstreamer-plugins-good1.0-0 (= 1.8.3-1ubuntu0.4), libgstreamer1.0-0 (>= 1.8.0), libgudev-1.0-0 (>= 146), libiec61883-0 (>= 1.2.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libjpeg8 (>= 8c), liborc-0.4-0 (>= 1:0.4.25), libpng12-0 (>= 1.2.13-4), libraw1394-11, libshout3, libsoup2.4-1 (>= 2.48), libspeex1 (>= 1.2~beta3-1), libstdc++6 (>= 4.1.1), libtag1v5 (>= 1.9.1-2.4ubuntu1), libv4l-0 (>= 0.5.0), libvpx3 (>= 1.5.0), libwavpack1 (>= 4.60), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, zlib1g (>= 1:1.1.4), gstreamer1.0-plugins-base
-Recommends: gstreamer1.0-x
-Breaks: gstreamer1.0-plugins-bad (<< 1.7.90)
-Description: GStreamer plugins from the "good" set
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains the GStreamer plugins from the "good" set, a set
- of good-quality plug-ins under the LGPL license.
-Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html
-Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ TELEPHONE-EVENT, SBC, OPUS, X-GST-OPUS-DRAFT-SPITTKA-00 }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string)video, encoding-name=(string)RAW, sampling=(string){ RGB, RGBA, BGR, BGRA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1 }; application/x-rtp, media=(string){ video, audio, application }, encoding-name=(string)MPEG4-GENERIC, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)video, payload=(int)31, encoding-name=(string)H261; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)H261; application/x-rtp, media=(string)audio, encoding-name=(string){ AMR, AMR-WB }, octet-align=(string)1; application/x-rtp, media=(string){ video, audio }, encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, media=(string)video, encoding-name=(string){ VP9, VP9-DRAFT-IETF-01, VP8, VP8-DRAFT-IETF-01, THEORA, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T, MP2T-ES, MP1S, JPEG, JPEG2000, H265, H264, H263, H263-1998, H263-2000, MPV }; application/x-rtp, media=(string)audio, encoding-name=(string){ VORBIS, SPEEX, SIREN, X-QDM, QCELP, MP4A-LATM, L24, L16, MPA-ROBUST, X-MP3-DRAFT-00, X-MP3-DRAFT-01, X-MP3-DRAFT-02, X-MP3-DRAFT-03, X-MP3-DRAFT-04, X-MP3-DRAFT-05, X-MP3-DRAFT-06, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, G722, ILBC, CELT, BV16, BV32, AC3 }; application/x-rtp, media=(string)audio, payload=(int){ 12, 10, 11, 14, 0, 8, 3, 18, 4, 9 }; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 34, 32 }; application/x-rtp, media=(string)other, encoding-name=(string)MP1S; application/x-rtp, media=(string)application, encoding-name=(string){ SMPTE336M, X-GST }; application/x-subtitle-avi; audio/ac3; audio/mpeg, mpegversion=(int){ 1, 2, 4 }; audio/webm; audio/x-ac3; audio/x-alaw; audio/x-amr-nb-sh; audio/x-amr-wb-sh; audio/x-au; audio/x-dts; audio/x-eac3; audio/x-flac; audio/x-m4a; audio/x-matroska; audio/x-mulaw; audio/x-private1-ac3; audio/x-private1-dts; audio/x-sbc; audio/x-speex; audio/x-wav; audio/x-wavpack; image/bmp; image/gif; image/jpeg; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-dv, systemstream=(boolean){ false, true }; video/x-fli; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8; video/x-vp9
-Gstreamer-Elements: 3gppmux, aacparse, aasink, ac3parse, agingtv, alawdec, alawenc, alpha, alphacolor, amrparse, apedemux, apev2mux, aspectratiocrop, asteriskh263, audioamplify, audiochebband, audiocheblimit, audiodynamic, audioecho, audiofirfilter, audioiirfilter, audioinvert, audiokaraoke, audiopanorama, audiowsincband, audiowsinclimit, auparse, autoaudiosink, autoaudiosrc, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, breakmydata, cacasink, cairooverlay, capssetter, cpureport, cutter, dcaparse, deinterlace, deinterleave, dicetv, dtmfsrc, dv1394src, dvdec, dvdemux, dynudpsink, edgetv, equalizer-10bands, equalizer-3bands, equalizer-nbands, flacdec, flacenc, flacparse, flactag, flvdemux, flvmux, flxdec, gamma, gdkpixbufdec, gdkpixbufoverlay, gdkpixbufsink, goom, goom2k1, hdv1394src, icydemux, id3demux, id3v2mux, imagefreeze, interleave, ismlmux, jackaudiosink, jackaudiosrc, jifmux, jpegdec, jpegenc, jpegparse, level, matroskademux, matroskamux, matroskaparse, mj2mux, monoscope, mp4mux, mpegaudioparse, mulawdec, mulawenc, multifilesink, multifilesrc, multipartdemux, multipartmux, multiudpsink, navigationtest, navseek, optv, oss4sink, oss4src, osssink, osssrc, pngdec, pngenc, progressreport, pushfilesrc, qtdemux, qtmoovrecover, qtmux, quarktv, radioactv, revtv, rganalysis, rglimiter, rgvolume, rippletv, rndbuffersize, rtpL16depay, rtpL16pay, rtpL24depay, rtpL24pay, rtpac3depay, rtpac3pay, rtpamrdepay, rtpamrpay, rtpbin, rtpbvdepay, rtpbvpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdtmfdepay, rtpdtmfmux, rtpdtmfsrc, rtpdvdepay, rtpdvpay, rtpg722depay, rtpg722pay, rtpg723depay, rtpg723pay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtpgstdepay, rtpgstpay, rtph261depay, rtph261pay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtph265depay, rtph265pay, rtpilbcdepay, rtpilbcpay, rtpj2kdepay, rtpj2kpay, rtpjitterbuffer, rtpjpegdepay, rtpjpegpay, rtpklvdepay, rtpklvpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmparobustdepay, rtpmpvdepay, rtpmpvpay, rtpmux, rtpopusdepay, rtpopuspay, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpptdemux, rtpqcelpdepay, rtpqdm2depay, rtprtxqueue, rtprtxreceive, rtprtxsend, rtpsbcdepay, rtpsbcpay, rtpsession, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpssrcdemux, rtpstreamdepay, rtpstreampay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpvorbisdepay, rtpvorbispay, rtpvp8depay, rtpvp8pay, rtpvp9depay, rtpvp9pay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, sbcparse, scaletempo, shagadelictv, shapewipe, shout2send, smpte, smptealpha, souphttpclientsink, souphttpsrc, spectrum, speexdec, speexenc, splitfilesrc, splitmuxsink, splitmuxsrc, streaktv, taginject, testsink, udpsink, udpsrc, v4l2radio, v4l2sink, v4l2src, vertigotv, videobalance, videobox, videocrop, videoflip, videomedian, videomixer, vp8dec, vp8enc, vp9dec, vp9enc, warptv, wavenc, wavpackdec, wavpackenc, wavpackparse, wavparse, webmmux, ximagesrc, y4menc
-Gstreamer-Encoders: application/x-rtcp-stream; application/x-rtp; application/x-rtp-stream; application/x-srtcp-stream; application/x-srtp-stream; application/x-yuv4mpeg, y4mversion=(int)2; audio/webm; audio/x-alaw; audio/x-flac; audio/x-matroska; audio/x-mulaw; audio/x-rf64; audio/x-speex; audio/x-wav; audio/x-wavpack-correction, framed=(boolean)true; image/jpeg, sof-marker=(int){ 0, 1, 2, 9 }; image/png; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8, profile=(string){ 0, 1, 2, 3 }; video/x-vp9, profile=(string){ 0, 1, 2, 3 }
-Gstreamer-Uri-Sinks: udp
-Gstreamer-Uri-Sources: dv, hdv, http, https, icy, icyx, pushfile, radio, rtsp, rtsp-sdp, rtsph, rtsps, rtspsh, rtspst, rtspsu, rtspt, rtspu, splitfile, splitmux, udp, v4l2
-Gstreamer-Version: 1.8
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-
-Package: python-clang-3.6
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 149
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.7, python-clang-3.8
-Depends: python
-Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.7, python-clang-3.8
-Description: Clang Python Bindings
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
- .
- This binding package provides access to the Clang compiler and libraries.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libffi6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 52
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libffi
-Version: 3.2.1-4
-Depends: libc6 (>= 2.14)
-Description: Foreign Function Interface library runtime
- A foreign function interface is the popular name for the interface that
- allows code written in one language to call code written in another
- language.
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libaudit-common
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 21
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: audit
-Version: 1:2.4.5-1ubuntu2
-Replaces: libaudit0, libaudit1 (<< 1:2.2.1-2)
-Breaks: libaudit0, libaudit1 (<< 1:2.2.1-2)
-Conffiles:
- /etc/libaudit.conf cdc703f9d27f0d980271a9e95d0f18b2
-Description: Dynamic library for security auditing - common files
- The audit-libs package contains the dynamic libraries needed for
- applications to use the audit framework. It is used to monitor systems for
- security related events.
- .
- This package contains the libaudit.conf configuration file and the associated
- manpage.
-Homepage: http://people.redhat.com/sgrubb/audit/
-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
-
-Package: libibus-1.0-5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 484
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ibus
-Version: 1.5.11-1ubuntu2.1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
-Description: Intelligent Input Bus - shared library
- IBus is an Intelligent Input Bus. It is a new input framework for the Linux
- OS. It provides full featured and user friendly input method user interface.
- It also may help developers to develop input method easily.
- .
- This package contains shared library
-Homepage: https://github.com/ibus/ibus/releases
-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
-
-Package: libcdio-paranoia1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 159
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcdio
-Version: 0.83-4.2ubuntu1
-Depends: libc6 (>= 2.14), libcdio-cdda1 (>= 0.83), libcdio13 (>= 0.83)
-Description: library to read digital audio CDs with error correction
- This library is made to read digital audio CDs, with error
- correction. It does its best to correct errors and jitter that happen
- when reading such discs. As it uses libcdio as a backend, it supports
- the same kind of CDROM drives (and images) as libcdio.
-Original-Maintainer: Nicolas Boullis <nboullis@debian.org>
-Homepage: http://www.gnu.org/software/libcdio/
-
-Package: nvidia-352-updates-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-361-dev
-Description: Transitional package for nvidia-361-dev
- This is a transitional package for nvidia-361-dev, and can be
- safely removed after the installation is complete.
-
-Package: libtext-charwidth-perl
-Status: install ok installed
-Priority: required
-Section: perl
-Installed-Size: 39
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.04-7build5
-Depends: libc6 (>= 2.4), perl-base (>= 5.22.1-1), perlapi-5.22.1
-Description: get display widths of characters on the terminal
- This module permits perl software to get the display widths of characters
- and strings on the terminal, using wcwidth() and wcswidth() from libc.
- .
- It provides mbwidth(), mbswidth(), and mblen().
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://search.cpan.org/search?module=Text::CharWidth
-
-Package: libssl-doc
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 2841
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: openssl
-Version: 1.0.2g-1ubuntu4.12
-Replaces: libssl-dev (<< 1.0.0)
-Breaks: libssl-dev (<< 1.0.0)
-Description: Secure Sockets Layer toolkit - development documentation
- This package is part of the OpenSSL project's implementation of the SSL
- and TLS cryptographic protocols for secure communication over the
- Internet.
- .
- It contains manpages and demo files for libssl and libcrypto.
-Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
-
-Package: gcc-5
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 23700
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 5.4.0-6ubuntu1~16.04.9
-Replaces: gcc-5-base (<< 5-20150329-1), gcc-5-plugin-dev (<< 5-20150321-1), gccgo-5 (<< 5.4.0-6ubuntu1~16.04.9)
-Provides: c-compiler
-Depends: cpp-5 (= 5.4.0-6ubuntu1~16.04.9), gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libcc1-0 (>= 5.4.0-6ubuntu1~16.04.9), binutils (>= 2.26.1), libgcc-5-dev (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.15), libgcc1 (>= 1:3.0), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
-Recommends: libc6-dev (>= 2.13-0ubuntu6)
-Suggests: gcc-5-multilib, gcc-5-doc (>= 5.2.1-23), gcc-5-locales (>= 5.2.1-23), libgcc1-dbg (>= 1:5.4.0-6ubuntu1~16.04.9), libgomp1-dbg (>= 5.4.0-6ubuntu1~16.04.9), libitm1-dbg (>= 5.4.0-6ubuntu1~16.04.9), libatomic1-dbg (>= 5.4.0-6ubuntu1~16.04.9), libasan2-dbg (>= 5.4.0-6ubuntu1~16.04.9), liblsan0-dbg (>= 5.4.0-6ubuntu1~16.04.9), libtsan0-dbg (>= 5.4.0-6ubuntu1~16.04.9), libubsan0-dbg (>= 5.4.0-6ubuntu1~16.04.9), libcilkrts5-dbg (>= 5.4.0-6ubuntu1~16.04.9), libmpx0-dbg (>= 5.4.0-6ubuntu1~16.04.9), libquadmath0-dbg (>= 5.4.0-6ubuntu1~16.04.9)
-Description: GNU C compiler
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libc-dev-bin
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 389
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: glibc
-Version: 2.23-0ubuntu10
-Depends: libc6 (>> 2.23), libc6 (<< 2.24)
-Recommends: manpages, manpages-dev
-Description: GNU C Library: Development binaries
- This package contains utility programs related to the GNU C Library
- development package.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libghc-text-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 9171
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-text
-Version: 1.2.2.0-1
-Provides: libghc-text-dev-1.2.2.0-2c09c
-Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-binary-dev-0.7.5.0-bf6a9, libghc-bytestring-dev-0.10.6.0-9a873, libghc-deepseq-dev-1.4.1.1-614b6, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-integer-gmp-dev-1.0.0.0-3c8c4, libc6 (>= 2.2.5)
-Suggests: libghc-text-doc, libghc-text-prof
-Description: efficient packed Unicode text type for Haskell
- This is a Haskell time and space-efficient implementation of Unicode
- text using packed Word16 arrays. Suitable for performance critical use,
- both in terms of large data quantities and high speed.
- .
- It supports many basic string operations and has some substring search
- tools.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/bos/text
-Ghc-Package: text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
-
-Package: busybox-static
-Status: install ok installed
-Priority: extra
-Section: shells
-Installed-Size: 2010
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: busybox
-Version: 1:1.22.0-15ubuntu1
-Replaces: busybox
-Provides: busybox
-Conflicts: busybox
-Description: Standalone rescue shell with tons of builtin utilities
- BusyBox combines tiny versions of many common UNIX utilities into a single
- small executable. It provides minimalist replacements for the most common
- utilities you would usually find on your desktop system (i.e., ls, cp, mv,
- mount, tar, etc.). The utilities in BusyBox generally have fewer options than
- their full-featured GNU cousins; however, the options that are included
- provide the expected functionality and behave very much like their GNU
- counterparts.
- .
- busybox-static provides you with a statically linked simple stand alone shell
- that provides all the utilities available in BusyBox. This package is
- intended to be used as a rescue shell, in the event that you screw up your
- system. Invoke "busybox sh" and you have a standalone shell ready to save
- your system from certain destruction. Invoke "busybox", and it will list the
- available builtin commands.
-Built-Using: glibc (= 2.21-0ubuntu4)
-Homepage: http://www.busybox.net
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: libavahi-common3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 102
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Depends: libc6 (>= 2.14), libavahi-common-data
-Description: Avahi common library
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This package contains the Avahi common library, which is a set of common
- functions used by many of Avahis components and client applications.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libdrm-radeon1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 85
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdrm
-Version: 2.4.83-1~16.04.1
-Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.38)
-Description: Userspace interface to radeon-specific kernel DRM services -- runtime
- This library implements the userspace interface to the kernel DRM
- services. DRM stands for "Direct Rendering Manager", which is the
- kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
- The DRI is currently used on Linux to provide hardware-accelerated
- OpenGL drivers.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: https://cgit.freedesktop.org/mesa/drm/
-
-Package: libhunspell-1.3-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 403
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: hunspell
-Version: 1.3.3-4ubuntu1
-Replaces: libhunspell-1.3-0v5 (<< 1.3.3-3ubuntu1)
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Recommends: hunspell-en-us | hunspell-dictionary | myspell-dictionary
-Conflicts: libhunspell-1.3-0v5 (<< 1.3.3-3ubuntu1), openoffice.org-core (= 2.2.0~rc2-1)
-Description: spell checker and morphological analyzer (shared library)
- Hunspell is a spell checker and morphological analyzer library and program
- designed for languages with rich morphology and complex word compounding or
- character encoding. It is based on MySpell and features an Ispell-like
- terminal interface using Curses library, an Ispell pipe interface and an
- OpenOffice.org UNO module.
- .
- Main features:
- - Unicode support (first 65535 Unicode characters)
- - morphological analysis (in custom item and arrangement style)
- - Max. 65535 affix classes and twofold affix stripping (for agglutinative
- languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
- - Support complex compoundings (for example, Hungarian and German)
- - Support language specific algorithms (for example, handling Azeri
- and Turkish dotted i, or German sharp s)
- - Handling conditional affixes, circumfixes, fogemorphemes,
- forbidden words, pseudoroots and homonyms.
- .
- This package contains the shared library.
-Homepage: http://hunspell.sourceforge.net/
-Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
-
-Package: screen
-Status: install ok installed
-Priority: standard
-Section: misc
-Installed-Size: 949
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.3.1-2build1
-Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libtinfo5 (>= 6)
-Suggests: iselect (>= 1.4.0-1) | screenie | byobu, ncurses-term
-Conffiles:
- /etc/init.d/screen-cleanup c1dc791ae42e2ce284cd20aff93e8987
- /etc/screenrc 12c245238eb8b653625bba27dc81df6a
-Description: terminal multiplexer with VT100/ANSI terminal emulation
- GNU Screen is a terminal multiplexer that runs several separate "screens" on
- a single physical character-based terminal. Each virtual terminal emulates a
- DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions
- can be detached and resumed later on a different terminal.
- .
- Screen also supports a whole slew of other features, including configurable
- input and output translation, serial port support, configurable logging,
- and multi-user support.
-Original-Maintainer: Axel Beckert <abe@debian.org>
-Homepage: http://savannah.gnu.org/projects/screen
-
-Package: libunity-scopes-json-def-desktop
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 32
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libunity
-Version: 7.1.4+16.04.20180209.1-0ubuntu1
-Replaces: libunity-common (<< 7.0.7)
-Provides: libunity-common, unity-scopes-json-def
-Conflicts: libunity-common (<< 7.0.7), unity-scopes-json-def
-Description: binding to get places into the launcher - desktop def file
- libunity is a shared library to be able to interact with the launcher
- and add places in Unity environment.
- .
- This package contains default scopes definition for the destkop.
-Homepage: https://launchpad.net/libunity
-
-Package: libghc-knob-dev
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 238
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-knob
-Version: 0.1.1-8
-Provides: libghc-knob-dev-0.1.1-0b98e
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
-Suggests: libghc-knob-doc, libghc-knob-prof
-Description: Haskell library for memory-backed handles
- Create memory-backed Handles, referencing virtual files. This is mostly useful
- for testing Handle-based APIs without having to interact with the filesystem.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://john-millikin.com/software/knob/
-Ghc-Package: knob-0.1.1-0b98ee7c4a9c009b9debcbc65c32bb8a
-
-Package: liborc-0.4-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 569
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: orc
-Version: 1:0.4.25-1
-Depends: libc6 (>= 2.14)
-Description: Library of Optimized Inner Loops Runtime Compiler
- Orc is a library and set of tools for compiling and executing
- very simple programs that operate on arrays of data. The "language"
- is a generic assembly language that represents many of the features
- available in SIMD architectures, including saturated addition and
- subtraction, and many arithmetic operations.
- .
- This package contains the orc shared libraries. It is typically
- installed automatically when an application or library requires it.
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-Homepage: http://code.entropywave.com/projects/orc/
-
-Package: gnome-menus
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 300
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.13.3-6ubuntu3.1
-Depends: python3:any (>= 3.1~)
-Breaks: alacarte (<< 0.13.2-2), gnome-control-center (<< 2.91), gnome-panel (<< 2.91)
-Conffiles:
- /etc/gnome/menus.blacklist 5870c967d473c1f88ba9d07958ca2d4f
- /etc/xdg/menus/gnome-applications.menu 7e33b283dcd81dfefaebb33dfb558f94
-Description: GNOME implementation of the freedesktop menu specification
- The package contains an implementation of the draft
- "Desktop Menu Specification" from freedesktop.org:
- .
- http://www.freedesktop.org/Standards/menu-spec
- .
- Also contained here are the GNOME menu layout configuration files, .directory
- files and assorted menu related utility programs.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libpcre16-3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 528
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pcre3
-Version: 2:8.38-3.1
-Depends: libc6 (>= 2.14)
-Description: Perl 5 Compatible Regular Expression Library - 16 bit runtime files
- This is a library of functions to support regular expressions whose syntax
- and semantics are as close as possible to those of the Perl 5 language.
- .
- This package contains the 16 bit runtime library.
-Original-Maintainer: Matthew Vernon <matthew@debian.org>
-
-Package: initramfs-tools-bin
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 110
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: initramfs-tools
-Version: 0.122ubuntu8.8
-Depends: libc6 (>= 2.4), libudev1 (>= 183)
-Description: binaries used by initramfs-tools
- This package contains binaries used inside the initramfs images generated
- by initramfs-tools.
-Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
-
-Package: libnma0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 244
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: network-manager-applet
-Version: 1.2.6-0ubuntu0.16.04.4
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4), libnm0 (>= 1.0.0), libnma-common (= 1.2.6-0ubuntu0.16.04.4)
-Description: library for wireless and mobile dialogs (libnm version)
- This library provides Gtk+ dialogs for NetworkManager.
-Homepage: https://www.gnome.org/projects/NetworkManager/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libghc-vector-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 13664
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-vector
-Version: 0.11.0.0-1
-Provides: libghc-vector-prof-0.11.0.0-c6a21
-Depends: libghc-vector-dev (= 0.11.0.0-1), libghc-base-prof-4.8.2.0-0d6d1, libghc-deepseq-prof-1.4.1.1-614b6, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-primitive-prof-0.6.1.0-b2a7b
-Description: Efficient Arrays for Haskell; profiling libraries
- An efficient implementation of Int-indexed arrays (both mutable and
- immutable), with a powerful loop fusion optimization framework.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/haskell/vector
-
-Package: libkrb5-26-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 633
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libasn1-8-heimdal (>= 1.6~git20131117), libc6 (>= 2.15), libcomerr2 (>= 1.41.11), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.7~git20150920), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311)
-Description: Heimdal Kerberos - libraries
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
- .
- This package contains the Kerberos 5 library.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libcomerr2
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 86
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: e2fsprogs
-Version: 1.42.13-1ubuntu1
-Replaces: e2fsprogs (<< 1.34-1)
-Provides: libcomerr-kth-compat
-Depends: libc6 (>= 2.17)
-Description: common error description library
- libcomerr is an attempt to present a common error-handling mechanism to
- manipulate the most common form of error code in a fashion that does not
- have the problems identified with mechanisms commonly in use.
-Homepage: http://e2fsprogs.sourceforge.net
-Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-
-Package: libedata-book-1.2-25
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 854
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: evolution-data-server
-Version: 3.18.5-1ubuntu1
-Depends: libc6 (>= 2.7), libebackend-1.2-10 (>= 3.18.0), libebook-contacts-1.2-2 (>= 3.16.2), libedataserver-1.2-21 (>= 3.17.90), libglib2.0-0 (>= 2.40), libsqlite3-0 (>= 3.5.9)
-Description: Backend library for evolution address books
- Evolution is the integrated mail, calendar, task and address book
- distributed suite from Novell, Inc.
- .
- This package is a backend library for evolution address book.
-Homepage: https://wiki.gnome.org/Apps/Evolution
-Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
-
-Package: libtcl8.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3912
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tcl8.6
-Version: 8.6.5+dfsg-2
-Replaces: tcl8.6 (<< 8.6.0-2)
-Provides: libtcl
-Depends: tzdata, libc6 (>= 2.15), zlib1g (>= 1:1.2.2)
-Suggests: tcl8.6
-Conflicts: tcl74 (<= 7.4p3-2), tcl8.6 (<< 8.6.0-2)
-Description: Tcl (the Tool Command Language) v8.6 - run-time library files
- Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
- scripting language. This package contains the Tcl library and auxiliary
- code which allows one to run Tcl-enabled applications. This version
- includes thread support.
-Original-Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
-Homepage: http://www.tcl.tk/
-
-Package: libavahi-glib1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 67
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0)
-Description: Avahi GLib integration library
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This library contains the interface to integrate the Avahi libraries
- into a GLib main loop application, including GTK+ applications.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: iw
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 218
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 3.17-1
-Replaces: aircrack-ng (<< 1:1.0~rc2-1)
-Depends: libc6 (>= 2.14), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7)
-Recommends: crda
-Breaks: aircrack-ng (<< 1:1.0~rc2-1)
-Description: tool for configuring Linux wireless devices
- This package contains the `iw' tool which allows you to configure and show
- information about wireless networking.
- .
- In the future iw will become the canonical command line tool for wireless
- configuration and iwconfig/wireless-tools will no longer be required. See
- /usr/share/doc/iw/README.Debian for a more detailed overview of iw.
-Original-Maintainer: Debian wpasupplicant Maintainers <pkg-wpa-devel@lists.alioth.debian.org>
-Homepage: http://wireless.kernel.org/en/users/Documentation/iw
-
-Package: libcolord2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 375
-Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: colord
-Version: 1.2.12-1ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), liblcms2-2 (>= 2.6), libudev1 (>= 196)
-Recommends: colord
-Description: system service to manage device colour profiles -- runtime
- colord is a system service that makes it easy to manage, install and generate
- colour profiles to accurately colour manage input and output devices.
- .
- It provides a D-Bus API for system frameworks to query, a persistent data
- store, and a mechanism for session applications to set system policy.
- .
- This package contains a gobject-based convenience library for programs to
- interact with the colord system daemon.
-Homepage: http://www.freedesktop.org/software/colord/
-
-Package: libthai-data
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 571
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libthai
-Version: 0.1.24-2
-Breaks: libthai0 (<< 0.1.10)
-Description: Data files for Thai language support library
- LibThai is a set of Thai language support routines aimed to ease
- developers' tasks to incorporate Thai language support in their applications.
- It includes important Thai-specific functions e.g. word breaking, input and
- output methods as well as basic character and string supports.
- .
- This package contains data files needed by the LibThai library.
-Original-Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
-Homepage: http://linux.thai.net/projects/libthai
-
-Package: findutils
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 560
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 4.6.0+git+20160126-2
-Pre-Depends: libc6 (>= 2.17), libselinux1 (>= 1.32)
-Suggests: mlocate | locate
-Breaks: binstats (<< 1.08-8.1), debhelper (<< 9.20130504), guilt (<< 0.36-0.2), kernel-package (<< 13.000), libpython3.4-minimal (<< 3.4.4-2), libpython3.5-minimal (<< 3.5.1-3), lsat (<< 0.9.7.1-2.1), mc (<< 3:4.8.11-1), sendmail (<< 8.14.4-5), switchconf (<< 0.0.9-2.1)
-Conflicts: debconf (<< 1.5.50)
-Description: utilities for finding files--find, xargs
- GNU findutils provides utilities to find files meeting specified
- criteria and perform various actions on the files which are found.
- This package contains 'find' and 'xargs'; however, 'locate' has
- been split off into a separate package.
-Original-Maintainer: Andreas Metzler <ametzler@debian.org>
-Homepage: http://savannah.gnu.org/projects/findutils/
-
-Package: llvm-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 4404
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: llvm-3.6-runtime (= 1:3.6.2-3ubuntu2), libc6 (>= 2.15), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), libtinfo5 (>= 6)
-Recommends: llvm-3.6-dev
-Suggests: llvm-3.6-doc
-Description: Modular compiler and toolchain technologies
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- The strengths of the LLVM infrastructure are its extremely
- simple design (which makes it easy to understand and use),
- source-language independence, powerful mid-level optimizer, automated
- compiler debugging support, extensibility, and its stability and
- reliability. LLVM is currently being used to host a wide variety of
- academic research projects and commercial projects. LLVM includes C
- and C++ front-ends, a front-end for a Forth-like language (Stacker),
- a young scheme front-end, and Java support is in development. LLVM can
- generate code for X86, SparcV9, PowerPC or many other architectures.
- .
- LLVM is the key component of the clang compiler and the gcc plugin called
- dragonegg.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: accountsservice
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 428
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.6.40-2ubuntu11.3
-Depends: dbus, libaccountsservice0 (= 0.6.40-2ubuntu11.3), init-system-helpers (>= 1.18~), libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.99)
-Suggests: gnome-control-center
-Breaks: libpam-pin
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.Accounts.conf 06247d62052029ead7d9ec1ef9457f42
-Description: query and manipulate user account information
- The AccountService project provides a set of D-Bus
- interfaces for querying and manipulating user account
- information and an implementation of these interfaces,
- based on the useradd, usermod and userdel commands.
-Homepage: http://www.freedesktop.org/wiki/Software/AccountsService/
-Original-Maintainer: Alessio Treglia <alessio@debian.org>
-
-Package: libpam0g
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 209
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pam
-Version: 1.1.8-3.2ubuntu2
-Replaces: libpam0g-util
-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0
-Suggests: libpam-doc
-Description: Pluggable Authentication Modules library
- Contains the shared library for Linux-PAM, a library that enables the
- local system administrator to choose how applications authenticate users.
- In other words, without rewriting or recompiling a PAM-aware application,
- it is possible to switch between the authentication mechanism(s) it uses.
- One may entirely upgrade the local authentication system without touching
- the applications themselves.
-Homepage: http://pam.sourceforge.net/
-Original-Maintainer: Steve Langasek <vorlon@debian.org>
-
-Package: libcholmod3.0.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 877
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libamd2.4.1, libblas3 | libblas.so.3, libc6 (>= 2.7), libcamd2.4.1, libccolamd2.9.1, libcolamd2.9.1, liblapack3 | liblapack.so.3, libsuitesparseconfig4.4.6
-Description: sparse Cholesky factorization library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The CHOLMOD library provides a set of routines for factorizing sparse
- symmetric positive definite matrices of the form A or AA', updating/downdating
- a sparse Cholesky factorization, solving linear systems, updating/downdating
- the solution to the triangular system Lx=b, and many other sparse matrix
- functions for both symmetric and unsymmetric matrices. Its supernodal Cholesky
- factorization relies on LAPACK and the Level-3 BLAS, and obtains a substantial
- fraction of the peak performance of the BLAS.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: libxdmcp6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 39
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxdmcp
-Version: 1:1.1.2-1.1
-Depends: libc6 (>= 2.4)
-Description: X11 Display Manager Control Protocol library
- This package provides the main interface to the X11 display manager control
- protocol library, which allows for remote logins to display managers.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXdmcp
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libbind9-140
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 97
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bind9
-Version: 1:9.10.3.dfsg.P4-8ubuntu1.8
-Replaces: libbind0
-Depends: libc6 (>= 2.4), libdns162, libisc160, libisccfg140
-Conflicts: libbind0, libbind9-41
-Description: BIND9 Shared Library used by BIND
- The Berkeley Internet Name Domain (BIND) implements an Internet domain
- name server. BIND is the most widely-used name server software on the
- Internet, and is supported by the Internet Software Consortium, www.isc.org.
- .
- This package delivers the libbind9 shared library used by BIND's daemons and
- clients.
-Original-Maintainer: LaMont Jones <lamont@debian.org>
-
-Package: xml-core
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 188
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.13+nmu2
-Depends: sgml-base (>= 1.26+nmu2), sed (>= 4.1.2-8)
-Suggests: debhelper (>= 9.20120909)
-Conffiles:
- /etc/sgml/xml-core.cat 055ba0bd3154c0a58b9bf8a0c9ecf2fa
-Description: XML infrastructure and XML catalog file support
- This package creates the XML infrastructure directories and provides
- XML catalog file support in compliance with the current Debian XML
- Policy draft:
- .
- * infrastructure directories:
- - /etc/xml
- - /usr/share/xml/{declaration,entities,misc,schema}
- - /usr/local/share/xml/{declaration,entities,misc,schema}
- .
- * XML catalog schema: OASIS XML Catalog Committee Specification 1.0
- .
- * update-xmlcatalog(8): tool for maintaining the root XML catalog
- file and the package XML catalog files in the '/etc/xml' directory
- as well as local XML catalog files.
- .
- * dh_installxmlcatalogs(1): debhelper tool for installing local XML
- catalog files and registering XML entities in package XML catalog
- files and the root XML catalog file (requires debhelper package)
-Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
-
-Package: javascript-common
-Status: install ok installed
-Priority: optional
-Section: web
-Installed-Size: 68
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 11
-Suggests: apache2 (>= 2.4.6~) | lighttpd | httpd
-Conffiles:
- /etc/lighttpd/conf-available/90-javascript-alias.conf 568434a47d89bb89ecf81c8f9c4e1669
- /etc/apache2/conf-available/javascript-common.conf 133aafb01e900b05e75042fd47dec067
-Description: Base support for JavaScript library packages
- Web applications that use JavaScript need to distribute it through HTTP. Using
- a common path for every script avoids the need to enable this path in the HTTP
- server for every package.
- .
- This is a helper package that creates /usr/share/javascript and enables it in
- the Apache and Lighttpd webserver.
-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
-
-Package: libcap-ng0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 35
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcap-ng
-Version: 0.7.7-1
-Depends: libc6 (>= 2.8)
-Description: An alternate POSIX capabilities library
- This library implements the user-space interfaces to the POSIX
- 1003.1e capabilities available in Linux kernels. These capabilities are
- a partitioning of the all powerful root privilege into a set of distinct
- privileges.
- .
- The libcap-ng library is intended to make programming with POSIX
- capabilities much easier than the traditional libcap library.
- .
- This package contains header files and libraries for libcap-ng.
-Original-Maintainer: Pierre Chifflier <pollux@debian.org>
-Homepage: http://people.redhat.com/sgrubb/libcap-ng
-
-Package: libnuma-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 160
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: numactl
-Version: 2.0.11-1ubuntu1.1
-Depends: libnuma1 (= 2.0.11-1ubuntu1.1), libc6-dev | libc-dev
-Description: Development files for libnuma
- Library to control specific NUMA (Non-Uniform Memory Architecture)
- scheduling or memory placement policies. This package contains
- headers and manual pages relating to the library.
-Original-Maintainer: Ian Wienand <ianw@debian.org>
-
-Package: friendly-recovery
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 73
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: all
-Version: 0.2.31
-Depends: init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), upstart | systemd-sysv, whiptail
-Recommends: gettext-base, update-manager-core (>= 0.90.0)
-Breaks: grub2 (<< 1.99-12ubuntu4), initramfs-tools (<< 0.99ubuntu4), upstart (<< 1.3-0ubuntu9)
-Conffiles:
- /etc/init/friendly-recovery.conf e5ccadca648d429f076c31fabbd6bb81
-Description: Make recovery more user-friendly
- Make the recovery mode more user-friendly by providing a menu
- with pluggable options.
-
-Package: signon-ui-service
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 16
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: signon-ui
-Version: 0.17+16.04.20151125-0ubuntu1
-Replaces: signon-ui (<< 0.17), ubuntu-system-settings-online-accounts (<< 0.4)
-Breaks: signon-ui (<< 0.17), ubuntu-system-settings-online-accounts (<< 0.4)
-Description: D-Bus service file for signon-ui
- This D-Bus service is used to provide a UI for authenticating online accounts.
-Homepage: https://launchpad.net/signon-ui
-
-Package: python3.6-doc
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 41124
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: all
-Source: python3.6
-Version: 3.6.5-1+xenial1
-Depends: libjs-jquery, libjs-underscore
-Suggests: python3.6
-Description: Documentation for the high-level object-oriented language Python (v3.6)
- These is the official set of documentation for the interactive high-level
- object-oriented language Python (v3.6). All documents are provided
- in HTML format. The package consists of ten documents:
- .
- * What's New in Python3.6
- * Tutorial
- * Python Library Reference
- * Macintosh Module Reference
- * Python Language Reference
- * Extending and Embedding Python
- * Python/C API Reference
- * Installing Python Modules
- * Documenting Python
- * Distributing Python Modules
-
-Package: libmad0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 171
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmad
-Version: 0.15.1b-8ubuntu1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: MPEG audio decoder library
- MAD is an MPEG audio decoder. It currently only supports the MPEG 1
- standard, but fully implements all three audio layers (Layer I, Layer II,
- and Layer III, the latter often colloquially known as MP3.)
- .
- MAD has the following special features:
- - 100% fixed-point (integer) computation
- - completely new implementation based on the ISO/IEC 11172-3 standard
- - distributed under the terms of the GNU General Public License (GPL)
-Original-Maintainer: Mad Maintainers <pkg-mad-maintainers@lists.alioth.debian.org>
-
-Package: dbus
-Status: install ok installed
-Priority: standard
-Section: admin
-Installed-Size: 536
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.10.6-1ubuntu3.3
-Depends: libapparmor1 (>= 2.8.95), libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libcap-ng0, libdbus-1-3 (= 1.10.6-1ubuntu3.3), libexpat1 (>= 2.0.1), libselinux1 (>= 2.0.65), libsystemd0, lsb-base (>= 4.1+Debian11ubuntu7), adduser
-Suggests: dbus-user-session | dbus-x11
-Conffiles:
- /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015
- /etc/init.d/dbus ec9a7d183ec50837a12aca3f9c95cc27
- /etc/init/dbus.conf f77985d342a32cdf82acfc74772ef203
-Description: simple interprocess messaging system (daemon and utilities)
- D-Bus is a message bus, used for sending messages between applications.
- Conceptually, it fits somewhere in between raw sockets and CORBA in
- terms of complexity.
- .
- D-Bus supports broadcast messages, asynchronous messages (thus
- decreasing latency), authentication, and more. It is designed to be
- low-overhead; messages are sent using a binary protocol, not using
- XML. D-Bus also supports a method call mapping for its messages, but
- it is not required; this makes using the system quite simple.
- .
- It comes with several bindings, including GLib, Python, Qt and Java.
- .
- This package contains the D-Bus daemon and related utilities.
- .
- The client-side library can be found in the libdbus-1-3 package, as it is no
- longer contained in this package.
-Homepage: http://dbus.freedesktop.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: ubuntu-minimal
-Status: install ok installed
-Priority: optional
-Section: metapackages
-Installed-Size: 45
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ubuntu-meta
-Version: 1.361
-Depends: adduser, apt, apt-utils, bzip2, console-setup, debconf, debconf-i18n, eject, gnupg, ifupdown, initramfs-tools, iproute2, iputils-ping, isc-dhcp-client, kbd, kmod, less, locales, lsb-release, makedev, mawk, net-tools, netbase, netcat-openbsd, passwd, procps, python3, resolvconf, rsyslog, sudo, tzdata, ubuntu-keyring, udev, ureadahead, vim-tiny, whiptail
-Description: Minimal core of Ubuntu
- This package depends on all of the packages in the Ubuntu minimal system,
- that is a functional command-line system with the following capabilities:
- .
- - Boot
- - Detect hardware
- - Connect to a network
- - Install packages
- - Perform basic diagnostics
- .
- It is also used to help ensure proper upgrades, so it is recommended that
- it not be removed.
-
-Package: libmount1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 384
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libselinux1 (>= 1.32)
-Description: device mounting library
- This device mounting library is used by mount and umount helpers.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: python3-configobj
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 183
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: configobj
-Version: 5.0.6-2
-Depends: python3-six, python3:any (>= 3.3.2-2~)
-Suggests: python-configobj-doc
-Description: simple but powerful config file reader and writer for Python 3
- ConfigObj is a simple but powerful config file reader and writer: an
- ini file round tripper. Its main feature is that it is very easy to
- use, with a straightforward programmer's interface and a simple
- syntax for config files. It has lots of other features, though:
- .
- * Nested sections (subsections), to any level
- * List values
- * Multiple line values
- * String interpolation (substitution)
- * Integrated with a powerful validation system
- + including automatic type checking/conversion
- + and allowing default values
- + repeated sections
- * All comments in the file are preserved
- * The order of keys/sections is preserved
- * Full Unicode support
- * Powerful unrepr mode for storing/retrieving Python data-types
- .
- This is the Python 3 version of the package.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.voidspace.org.uk/python/configobj.html
-
-Package: libxxf86vm1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxxf86vm
-Version: 1:1.1.4-1
-Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6
-Pre-Depends: multiarch-support
-Description: X11 XFree86 video mode extension library
- libXxf86vm provides an interface to the XFree86-VidModeExtension
- extension, which allows client applications to get and set video mode
- timings in extensive detail. It is used by the xvidtune program in
- particular.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: ethtool
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 311
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:4.5-1
-Depends: libc6 (>= 2.14)
-Conffiles:
- /etc/network/if-pre-up.d/ethtool 39693276fe35fccec75f610cb71d3e85
- /etc/network/if-up.d/ethtool b0d11ba5983c8c5990bb9933c35a3ec5
-Description: display or change Ethernet device settings
- ethtool can be used to query and change settings such as speed, auto-
- negotiation and checksum offload on many network devices, especially
- Ethernet devices.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: https://www.kernel.org/pub/software/network/ethtool/
-
-Package: libndp0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 41
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libndp
-Version: 1.4-2ubuntu0.16.04.1
-Depends: libc6 (>= 2.15)
-Description: Library for Neighbor Discovery Protocol
- libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP). It
- contains functions for building and parsing NDP messages, and provides
- a high-level interface for sending and receiving NDP messages on a
- network interface.
-Homepage: http://libndp.org
-Original-Maintainer: Andrew Ayer <agwa@andrewayer.name>
-
-Package: libvorbisenc2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 699
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvorbis
-Version: 1.3.5-3ubuntu0.2
-Depends: libc6 (>= 2.4), libvorbis0a (= 1.3.5-3ubuntu0.2)
-Description: encoder library for Vorbis General Audio Compression Codec
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- The Vorbisenc library provides a convenient API for setting up an encoding
- environment using libvorbis.
-Homepage: http://www.xiph.org/vorbis/
-Original-Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
-
-Package: g++-5
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 22915
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Provides: c++-compiler, c++abi2-dev
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), gcc-5 (= 5.4.0-6ubuntu1~16.04.9), libstdc++-5-dev (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), zlib1g (>= 1:1.1.4)
-Suggests: g++-5-multilib, gcc-5-doc (>= 5.2.1-23), libstdc++6-5-dbg (>= 5.4.0-6ubuntu1~16.04.9)
-Description: GNU C++ compiler
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: wamerican
-Status: install ok installed
-Priority: standard
-Section: text
-Installed-Size: 990
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: scowl
-Version: 7.1-1
-Provides: wordlist
-Depends: debconf (>= 0.5) | debconf-2.0
-Description: American English dictionary words for /usr/share/dict
- This package provides the file /usr/share/dict/american-english
- containing a list of English words with American spellings.
- This list can be used by spelling checkers, and by programs such
- as look(1).
- .
- There are also -small, -large, and -huge versions of this word list,
- and there are wbritish* and wcanadian* packages as well.
-Original-Maintainer: Don Armstrong <don@debian.org>
-Homepage: http://wordlist.sourceforge.net/
-
-Package: liburl-dispatcher1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 27
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: url-dispatcher
-Version: 0.1+16.04.20151110-0ubuntu2
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.26.0)
-Suggests: url-dispatcher (= 0.1+16.04.20151110-0ubuntu2)
-Description: library for sending requests to the url dispatcher
- Allows applications to request a URL to be opened and handled by another
- process without seeing the list of other applications on the system or
- starting them inside its own Application Confinement.
- .
- This package contains shared libraries to be used by applications.
-Homepage: http://launchpad.net/url-dispatcher
-
-Package: xserver-xorg-input-wacom
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 276
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Source: xf86-input-wacom
-Version: 1:0.32.0-0ubuntu3
-Replaces: wacom-tools (<< 0.10.0)
-Provides: xorg-driver-input
-Depends: xorg-input-abi-22, xserver-xorg-core (>= 2:1.17.99.902), libc6 (>= 2.14), libudev1 (>= 183), libx11-6, libxi6 (>= 2:1.2.0), libxinerama1, libxrandr2 (>= 2:1.2.0)
-Suggests: xinput
-Conflicts: wacom-tools (<< 0.10.0)
-Description: X.Org X server -- Wacom input driver
- This package provides the X.Org driver for Wacom tablet devices.
-Homepage: http://linuxwacom.sf.net
-Original-Maintainer: Ron Lee <ron@debian.org>
-
-Package: python-qscintilla2
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 1299
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: qscintilla2
-Version: 2.9.1+dfsg-4build1
-Depends: python-qt4 (>= 4.8.3-3~), python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14), libqscintilla2-12v5 (>= 2.9), libqtcore4 (>= 4:4.8.0~), libqtgui4 (>= 4:4.8.0~), libstdc++6 (>= 4.1.1), sip-api-11.2
-Description: Python bindings for QScintilla 2
- QScintilla is a text editor for Qt4 with features especially useful when
- writing and debugging source code. These include support for syntax
- styling, error indicators, code completion, call tips and margins.
- .
- This package contains Python bindings so QScintilla 2 can be used in
- PyQt4 applications.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla
-
-Package: libghc-scientific-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 918
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-scientific
-Version: 0.3.4.4-1build1
-Provides: libghc-scientific-prof-0.3.4.4-ad7a1
-Depends: libghc-scientific-dev (= 0.3.4.4-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-binary-prof-0.7.5.0-bf6a9, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof-1.4.1.1-614b6, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-hashable-prof-1.2.3.3-ce7af, libghc-integer-gmp-prof-1.0.0.0-3c8c4, libghc-text-prof-1.2.2.0-2c09c, libghc-vector-prof-0.11.0.0-c6a21
-Description: scientific notation for floating-point numbers; profiling libraries
- This package provides a Haskell datatype for representing and pretty-printing
- arbitrary-precision numbers using scientific notation.
- .
- Its primary use-case is to serve as the target of parsing floating point
- numbers. Since the textual representation of floating point numbers use
- scientific notation they can be efficiently parsed to a Scientific number.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/basvandijk/scientific
-
-Package: libkeyutils1
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 36
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: keyutils
-Version: 1.5.9-8ubuntu1
-Depends: libc6 (>= 2.14)
-Description: Linux Key Management Utilities (library)
- Keyutils is a set of utilities for managing the key retention facility in the
- kernel, which can be used by filesystems, block devices and more to gain and
- retain the authorization and encryption keys required to perform secure
- operations.
- .
- This package provides a wrapper library for the key management facility system
- calls.
-Homepage: http://people.redhat.com/~dhowells/keyutils/
-Original-Maintainer: Christian Kastner <ckk@debian.org>
-
-Package: libdrm-nouveau2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 72
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdrm
-Version: 2.4.83-1~16.04.1
-Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38)
-Description: Userspace interface to nouveau-specific kernel DRM services -- runtime
- This library implements the userspace interface to the kernel DRM
- services. DRM stands for "Direct Rendering Manager", which is the
- kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
- The DRI is currently used on Linux to provide hardware-accelerated
- OpenGL drivers.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Homepage: https://cgit.freedesktop.org/mesa/drm/
-
-Package: libreadline5
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 324
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: readline5
-Version: 5.2+dfsg-3build1
-Depends: readline-common, libc6 (>= 2.15), libtinfo5 (>= 6)
-Description: GNU readline and history libraries, run-time libraries
- The GNU readline library aids in the consistency of user interface
- across discrete programs that need to provide a command line
- interface.
- .
- The GNU history library provides a consistent user interface for
- recalling lines of previously typed input.
-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
-
-Package: libnewt0.52
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 188
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: newt
-Version: 0.52.18-1ubuntu2
-Depends: libc6 (>= 2.15), libslang2 (>= 2.2.4)
-Recommends: libfribidi0
-Conffiles:
- /etc/newt/palette.original d41d8cd98f00b204e9800998ecf8427e
- /etc/newt/palette.ubuntu ac72ec93d29d94ad06bb3180f16cefb1
-Description: Not Erik's Windowing Toolkit - text mode windowing with slang
- Newt is a windowing toolkit for text mode built from the slang library.
- It allows color text mode applications to easily use stackable windows,
- push buttons, check boxes, radio buttons, lists, entry fields, labels,
- and displayable text. Scrollbars are supported, and forms may be nested
- to provide extra functionality. This package contains the shared library
- for programs that have been built with newt.
-Homepage: https://fedorahosted.org/newt/
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-
-Package: bsdmainutils
-Status: install ok installed
-Priority: important
-Section: utils
-Installed-Size: 565
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 9.0.6ubuntu3
-Depends: libc6 (>= 2.14), libtinfo5 (>= 6), bsdutils (>= 3.0-0), debianutils (>= 1.8)
-Suggests: cpp, wamerican | wordlist, whois, vacation
-Breaks: bsdutils (<< 1:2.13-11)
-Conffiles:
- /etc/calendar/default f499e79b0d2d685aa5ae7e1013940b96
- /etc/cron.daily/bsdmainutils 559387f792462a62e3efb1d573e38d11
- /etc/default/bsdmainutils bded239f4fea461cc5c92c3bd5a28cc9
-Description: collection of more utilities from FreeBSD
- This package contains lots of small programs many people expect to find when
- they use a BSD-style Unix system.
- .
- It provides banner (as printerbanner), calendar, col, colcrt, colrm, column,
- from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and
- write (as bsd-write).
- .
- This package used to contain whois and vacation, which are now distributed in
- their own packages. Also here was tsort, which is now in the "coreutils"
- package.
-Original-Maintainer: Debian Bsdmainutils Team <pkg-bsdmainutils@teams.debian.net>
-
-Package: python3-setuptools
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 429
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-setuptools
-Version: 20.7.0-1
-Depends: python3-pkg-resources (= 20.7.0-1), python3:any (>= 3.3.2-2~)
-Suggests: python-setuptools-doc
-Description: Python3 Distutils Enhancements
- Extensions to the python-distutils for large or complex distributions.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: https://pypi.python.org/pypi/setuptools
-
-Package: libgmpxx4ldbl
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 52
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gmp
-Version: 2:6.1.0+dfsg-2
-Replaces: libgmp3
-Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2)
-Conflicts: libgmp3, libgmpxx4
-Description: Multiprecision arithmetic library (C++ bindings)
- GNU MP is a programmer's library for arbitrary precision
- arithmetic (ie, a bignum package). It can operate on signed
- integer, rational, and floating point numeric types.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://gmplib.org/
-
-Package: libxft2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 125
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: xft
-Version: 2.3.2-1
-Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.3.5), libx11-6, libxrender1
-Pre-Depends: multiarch-support
-Description: FreeType-based font drawing library for X
- Xft provides a client-side font API for X applications, making the FreeType
- font rasterizer available to X clients. Fontconfig is used for font
- specification resolution. Where available, the RENDER extension handles
- glyph drawing; otherwise, the core X protocol is used.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libsasl2-modules
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 222
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cyrus-sasl2
-Version: 2.1.26.dfsg1-14build1
-Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0)
-Suggests: libsasl2-modules-otp, libsasl2-modules-ldap, libsasl2-modules-sql, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
-Breaks: logcheck-database (<= 1.3.16~)
-Conffiles:
- /etc/logcheck/ignore.d.server/libsasl2-modules c032d5205f090a30661ae9f82a03f36e
-Description: Cyrus SASL - pluggable authentication modules
- This is the Cyrus SASL API implementation, version 2.1. See package
- libsasl2-2 and RFC 2222 for more information.
- .
- This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS,
- NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support).
-Original-Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
-Homepage: http://www.cyrusimap.org/
-
-Package: lib32ubsan0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 277
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), lib32gcc1 (>= 1:3.3), lib32stdc++6 (>= 4.1.1), libc6-i386 (>= 2.4)
-Description: UBSan -- undefined behaviour sanitizer (32bit)
- UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
- Various computations will be instrumented to detect undefined behavior
- at runtime. Available for C and C++.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: console-setup-linux
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 1212
-Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
-Architecture: all
-Source: console-setup
-Version: 1.108ubuntu15.3
-Replaces: console-setup (<< 1.71), console-terminus
-Provides: console-terminus
-Depends: kbd (>= 1.15-1ubuntu3), keyboard-configuration (= 1.108ubuntu15.3), lsb-base (>= 4.1+Debian11ubuntu7)
-Suggests: console-setup
-Breaks: console-cyrillic (<= 0.9-11), console-setup (<< 1.71), console-terminus
-Conffiles:
- /etc/console-setup/compose.ARMSCII-8.inc fef36b61fb8b1cacc151ad3db127f777
- /etc/console-setup/compose.CP1251.inc fef88d8c8dd4c726498003fd3cd84a7f
- /etc/console-setup/compose.CP1255.inc c972a2e90938657e97b643366b98b2ed
- /etc/console-setup/compose.CP1256.inc 5ea5e4d41da7a88f742863810e86144b
- /etc/console-setup/compose.GEORGIAN-ACADEMY.inc b6d80f40abff7e8af236796ebaca0247
- /etc/console-setup/compose.GEORGIAN-PS.inc cf45272b6bf35a22223b132600dc36c3
- /etc/console-setup/compose.IBM1133.inc a31102602f7e7cab9738022b6c5469ae
- /etc/console-setup/compose.ISIRI-3342.inc 5ada7fbba750192f11fa238add232ba9
- /etc/console-setup/compose.ISO-8859-1.inc 0c9506b8fd8aad35afbd9486b95a325d
- /etc/console-setup/compose.ISO-8859-10.inc e5fce59617c839b56574c9e323d34686
- /etc/console-setup/compose.ISO-8859-11.inc ad2f3cc7ee64602a790bad8a2a989243
- /etc/console-setup/compose.ISO-8859-13.inc 4901559de61a3176db48a718fa93ca0e
- /etc/console-setup/compose.ISO-8859-14.inc 45839dfc42ab0c77184cb26e53df9708
- /etc/console-setup/compose.ISO-8859-15.inc adb50db402bc80bcd71849c432201dd0
- /etc/console-setup/compose.ISO-8859-16.inc 8245c19b5262d8d23ca856587739eb20
- /etc/console-setup/compose.ISO-8859-2.inc 35ee8b6b2cd0b29aacbce362a42ae1b7
- /etc/console-setup/compose.ISO-8859-3.inc 68352c701f332e708c4acdd1b0c399e7
- /etc/console-setup/compose.ISO-8859-4.inc 4159a8f66114bc766fd54d94283cb332
- /etc/console-setup/compose.ISO-8859-5.inc f861a4b0403490677e6d400f2d7129da
- /etc/console-setup/compose.ISO-8859-6.inc 41ea36ea1c1a1c0c9bebdf0016395e1f
- /etc/console-setup/compose.ISO-8859-7.inc a9e15bd9a6e7238f00f8304ae9c5d629
- /etc/console-setup/compose.ISO-8859-8.inc 9cceaa9f3312f89aba371d3c893f4e7b
- /etc/console-setup/compose.ISO-8859-9.inc a7416a9778c797dc1b1db2047d95cb5f
- /etc/console-setup/compose.KOI8-R.inc 8cfd7766b86e5e55d6e71d0d95519c92
- /etc/console-setup/compose.KOI8-U.inc 217ee62f6982736276f41f760f8622f8
- /etc/console-setup/compose.TIS-620.inc 31b73af83ef3993c128e2b983b9eaf89
- /etc/console-setup/compose.VISCII.inc e4ffc74868adf4cc39ba61dd99581899
- /etc/console-setup/remap.inc b72cfe32ffa93987f74c5cec9ac180fd
- /etc/console-setup/vtrgb 1fb3c13c4fcfa8cc4131aba905df559e
- /etc/console-setup/vtrgb.vga 302837772c14006c7956211e184acfbd
- /etc/init/setvtrgb.conf 30d3102a4587dd863a76df30f35450a7
-Description: Linux specific part of console-setup
- This package includes fonts in psf format and definitions of various
- 8-bit charmaps.
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: libcaca0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1032
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libcaca
-Version: 0.99.beta19-2build2~gcc5.2
-Depends: libc6 (>= 2.14), libncursesw5 (>= 6), libslang2 (>= 2.2.4), libstdc++6 (>= 4.1.1), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4)
-Description: colour ASCII art library
- libcaca is the Colour AsCii Art library. It provides high level functions
- for colour text drawing, simple primitives for line, polygon and ellipse
- drawing, as well as powerful image to text conversion routines.
- .
- This package contains the shared library for libcaca.
-Homepage: http://caca.zoy.org/wiki/libcaca
-Original-Maintainer: Sam Hocevar <sho@debian.org>
-
-Package: libmircore1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 119
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mir
-Version: 0.26.3+16.04.20170605-0ubuntu1.1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.3.1), libstdc++6 (>= 5.2)
-Description: Display server for Ubuntu - shared library
- Mir is a display server running on linux systems, with a focus on efficiency,
- robust operation and a well-defined driver model.
- .
- Contains the shared libraries required for the Mir server and client.
-Homepage: https://launchpad.net/mir
-Original-Maintainer: Thomas Voß <thomas.voss@canonical.com>
-
-Package: login
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 1192
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: shadow
-Version: 1:4.2-3.1ubuntu5.3
-Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
-Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules (>= 1.1.8-1)
-Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1)
-Conffiles:
- /etc/login.defs be0977c1c1c84c62823c7d7d4e099067
- /etc/pam.d/login e796fb1e78dbb9fbaf52b972e91634b9
- /etc/pam.d/su ce6dcfda3b190a27a455bb38a45ff34a
- /etc/securetty d9e5bf5e6bfa00ddd273a3bcf1a49bec
-Description: system login tools
- These tools are required to be able to login and use your system. The
- login program invokes your user shell and enables command execution. The
- newgrp program is used to change your effective group ID (useful for
- workgroup type situations). The su program allows changing your effective
- user ID (useful being able to execute commands as another user).
-Homepage: http://pkg-shadow.alioth.debian.org/
-Original-Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
-
-Package: aspell
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 352
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.60.7~20110707-3build1
-Replaces: aspell-bin (<< 0.60.3-2), aspell-hi (<= 0.01-1), aspell-mr (<= 0.10-1)
-Provides: aspell-bin
-Depends: libaspell15 (= 0.60.7~20110707-3build1), libc6 (>= 2.14), libncursesw5 (>= 6), libstdc++6 (>= 4.1.1), libtinfo5 (>= 6), dictionaries-common (>> 0.40)
-Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
-Suggests: aspell-doc, spellutils
-Breaks: aspell-bin (<< 0.60.3-2)
-Description: GNU Aspell spell-checker
- GNU Aspell is a spell-checker which can be used either as a standalone
- application or embedded in other programs. Its main feature is that it
- does a much better job of suggesting possible spellings than just about
- any other spell-checker available for the English language, including
- Ispell and Microsoft Word. It also has many other technical
- enhancements over Ispell such as using shared memory for dictionaries
- and intelligently handling personal dictionaries when more than one
- Aspell process is open at once.
- .
- Aspell is designed to be a drop-in replacement for Ispell.
-Original-Maintainer: Brian Nelson <pyro@debian.org>
-Homepage: http://aspell.net/
-
-Package: libgssapi3-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 312
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.01), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20131117), libroken18-heimdal (>= 1.4.0+git20110226)
-Conflicts: libgssapi3
-Description: Heimdal Kerberos - GSSAPI support library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
- .
- This package contains the library for GSSAPI support.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: libappindicator3-1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 80
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: libappindicator
-Version: 12.10.1+16.04.20170215-0ubuntu1
-Depends: libc6 (>= 2.4), libdbusmenu-glib4 (>= 0.4.2), libdbusmenu-gtk3-4 (>= 0.4.2), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libindicator3-7 (>= 0.4.90)
-Pre-Depends: multiarch-support
-Recommends: indicator-application (>= 0.2.93)
-Description: Application Indicators
- A library and indicator to take menus from applications and place them in
- the panel.
- .
- This package contains shared libraries to be used by applications.
-Homepage: https://launchpad.net/libappindicator
-
-Package: libevent-2.0-5
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 299
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libevent
-Version: 2.0.21-stable-2ubuntu0.16.04.1
-Depends: libc6 (>= 2.17)
-Description: Asynchronous event notification library
- Libevent is an asynchronous event notification library that provides a
- mechanism to execute a callback function when a specific event occurs
- on a file descriptor or after a timeout has been reached.
- .
- It is meant to replace the asynchronous event loop found in
- event driven network servers. Currently, libevent supports /dev/poll,
- kqueue(2), event ports, select(2), poll(2) and epoll(4).
- .
- For backward compatibility and to transition to "libevent_core only"
- or "libevent_core + libevent_extra", the libevent source package builds
- the libevent library that includes everything in libevent_core and
- libevent_extra.
-Homepage: http://libevent.org/
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libsamplerate0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1500
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsamplerate
-Version: 0.1.8-8
-Replaces: samplerate-programs (<< 0.1.8-3)
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: Audio sample rate conversion library
- libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
- .
- libsamplerate currently provides three different sample rate conversion
- algorithms; zero order hold, linear interpolation and FIR filter interpolation
- (using filters derived from the mathematical SINC function). The first two
- algorithms (zero order hold and linear) are included for completeness and are
- not recommended for any application where high quality sample rate conversion
- is required. For the FIR/Sinc algorithm, three converters are provided;
- SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
- trade off between conversion speed and conversion quality.
- .
- libsamplerate is capable of downsampling to 1/256 of the original sample rate
- and upsampling to 256 times the original sample rate. It is also capable of
- time varying conversions for vary speed effects and synchronising of two
- unlocked sample rates.
-Original-Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
-Homepage: http://www.mega-nerd.com/SRC/
-
-Package: libnl-3-200
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 168
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnl3
-Version: 3.2.27-1ubuntu0.16.04.1
-Depends: libc6 (>= 2.14)
-Conffiles:
- /etc/libnl-3/classid 3e07259e58674631830b152e983ca995
- /etc/libnl-3/pktloc 7613dbc41b2dc3258195b6b6abd0f179
-Description: library for dealing with netlink sockets
- This is a library for applications dealing with netlink sockets.
- The library provides an interface for raw netlink messaging and various
- netlink family specific interfaces.
-Homepage: http://www.infradead.org/~tgr/libnl/
-Original-Maintainer: Heiko Stuebner <mmind@debian.org>
-
-Package: libpython2.7-minimal
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 2773
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python2.7
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: libpython2.7-stdlib (<< 2.7.8-7), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10)
-Recommends: libpython2.7-stdlib
-Breaks: python2.7-minimal (<< 2.7.4~rc1-1~)
-Conflicts: binfmt-support (<< 1.1.2)
-Conffiles:
- /etc/python2.7/sitecustomize.py d6b276695157bde06a56ba1b2bc53670
-Description: Minimal subset of the Python language (version 2.7)
- This package contains some essential modules. It is normally not
- used on it's own, but as a dependency of python2.7-minimal.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: python3-aptdaemon.pkcompat
-Status: install ok installed
-Priority: extra
-Section: python
-Installed-Size: 181
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: aptdaemon
-Version: 1.1.1+bzr982-0ubuntu14
-Replaces: python-aptdaemon.pkcompat
-Provides: packagekit-system-interface
-Depends: python3:any (>= 3.3.2-2~), python3-aptdaemon (= 1.1.1+bzr982-0ubuntu14), gir1.2-packagekitglib-1.0 (>= 0.8.9)
-Breaks: libpackagekit-glib2-14, libpackagekit-qt2-2
-Conflicts: packagekit, python-aptdaemon.pkcompat
-Conffiles:
- /etc/dbus-1/system.d/org.freedesktop.PackageKit-aptd.conf da1bbf80a8f31fa274c49b6e881da88d
-Description: PackageKit compatibilty for AptDaemon
- Aptdaemon is a transaction based package management daemon. It allows
- normal users to perform package management tasks, e.g. refreshing the
- cache, upgrading the system, installing or removing software packages.
- .
- This package adds a PackageKit DBus interface to AptDaemon.
-Homepage: https://launchpad.net/aptdaemon
-Original-Maintainer: Julian Andres Klode <jak@debian.org>
-
-Package: python3.6-dev
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 518
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Depends: python3.6 (= 3.6.5-5~16.04.york1), libpython3.6-dev (= 3.6.5-5~16.04.york1), libpython3.6 (= 3.6.5-5~16.04.york1), libexpat1-dev
-Recommends: libc6-dev | libc-dev
-Description: Header files and a static library for Python (v3.6)
- Header files, a static library and development tools for building
- Python (v3.6) modules, extending the Python interpreter or embedding
- Python (v3.6) in applications.
- .
- Maintainers of Python packages should read README.maintainers.
-
-Package: libqt4-dbus
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 122
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Replaces: libqt4-dev (<< 4:4.7.1)
-Depends: libqtdbus4 (= 4:4.8.7+dfsg-5ubuntu2), qdbus (= 4:4.8.7+dfsg-5ubuntu2)
-Breaks: libqt4-dev (<< 4:4.7.1)
-Description: Qt 4 D-Bus module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtDBus module is a Unix-only library that you can use to make Inter-Process
- Communication using the D-Bus protocol.
- .
- Applications using the QtDBus module can provide services to other, remote
- applications by exporting objects, as well as use services exported by those
- applications by placing calls and accessing properties.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libunity-control-center1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 125
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: unity-control-center
-Version: 15.04.0+16.04.20171130-0ubuntu1
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.5.14), libpango-1.0-0 (>= 1.14.0)
-Description: utilities to configure the GNOME desktop
- This package contains the library used by Control Center panels
-
-Package: xserver-xorg-input-synaptics
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 183
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.8.2-1ubuntu3
-Replaces: xorg-driver-synaptics
-Provides: xorg-driver-input, xorg-driver-synaptics
-Depends: libc6 (>= 2.15), libevdev2 (>= 0.9.1), libx11-6, libxi6 (>= 2:1.2.0), libxtst6, xorg-input-abi-22, xserver-xorg-core (>= 2:1.17.99.902)
-Suggests: gpointing-device-settings, touchfreeze
-Breaks: kde-config-touchpad (<< 0.8.1-2~)
-Conflicts: xorg-driver-synaptics
-Description: Synaptics TouchPad driver for X.Org server
- This package provides an input driver for the X.Org X server to enable
- advanced features of the Synaptics Touchpad including:
- .
- * Movement with adjustable, non-linear acceleration and speed
- * Button events through short touching of the touchpad
- * Double-Button events through double short touching of the touchpad
- * Dragging through short touching and holding down the finger on the touchpad
- * Middle and right button events on the upper and lower corner of the touchpad
- * Vertical scrolling (button four and five events) through moving the finger
- on the right side of the touchpad
- * The up/down button sends button four/five events
- * Horizontal scrolling (button six and seven events) through moving the finger
- on the lower side of the touchpad
- * The multi-buttons send button four/five events, and six/seven events for
- horizontal scrolling
- * Adjustable finger detection
- * Multifinger taps: two finger for middle button and three finger for right
- button events. (Needs hardware support. Not all models implement this
- feature.)
- * Run-time configuration using shared memory. This means you can change
- parameter settings without restarting the X server (see synclient(1)).
- * It also provides a daemon to disable touchpad while typing at the keyboard
- and thus avoid unwanted mouse movements (see syndaemon(1)).
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libpci3
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 97
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pciutils
-Version: 1:3.3.1-1.1ubuntu1.1
-Replaces: libpci2
-Provides: libpci2
-Depends: libc6 (>= 2.14), libudev1 (>= 196), zlib1g (>= 1:1.1.4)
-Conflicts: libpci2
-Description: Linux PCI Utilities (shared library)
- This package contains the libpci shared library files.
- .
- The libpci library provides portable access to configuration
- registers of devices connected to the PCI bus.
-Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libgsasl7-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 600
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gsasl
-Version: 1.8.0-8ubuntu2
-Replaces: libgsasl1-dev
-Depends: libgsasl7 (= 1.8.0-8ubuntu2), libidn11-dev, pkg-config, libntlm0-dev, krb5-multidev
-Conflicts: libgsasl1-dev
-Description: Development files for the GNU SASL library
- GNU SASL is an implementation of the Simple Authentication and
- Security Layer framework and a few common SASL mechanisms. SASL is
- used by network servers (e.g., IMAP, SMTP) to request authentication
- from clients, and in clients to authenticate against servers.
- .
- This package contain all files necessary for developing programs that
- use GNU SASL. You will need this package if you want to build a
- program that uses the GNU SASL library.
-Homepage: http://www.gnu.org/software/gsasl/
-Original-Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
-
-Package: lib32quadmath0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 599
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-i386 (>= 2.23)
-Description: GCC Quad-Precision Math Library (32bit)
- A library, which provides quad-precision mathematical functions on targets
- supporting the __float128 datatype. The library is used to provide on such
- targets the REAL(16) type in the GNU Fortran compiler.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: net-tools
-Status: install ok installed
-Priority: important
-Section: net
-Installed-Size: 708
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1.60-26ubuntu1
-Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00)
-Depends: libc6 (>= 2.14)
-Conflicts: ja-trans (<= 0.8-2)
-Description: NET-3 networking toolkit
- This package includes the important tools for controlling the network
- subsystem of the Linux kernel. This includes arp, ifconfig, netstat,
- rarp, nameif and route. Additionally, this package contains utilities
- relating to particular network hardware types (plipconfig, slattach,
- mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).
- .
- In the upstream package 'hostname' and friends are included. Those are
- not installed by this package, since there is a special "hostname*.deb".
-Homepage: http://net-tools.berlios.de/
-Original-Maintainer: net-tools Team <pkg-net-tools-maintainers@lists.alioth.debian.org>
-
-Package: gstreamer1.0-x
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 290
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gst-plugins-base1.0
-Version: 1.8.3-1ubuntu0.2
-Provides: gstreamer1.0-videosink
-Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.40), libgstreamer-plugins-base1.0-0 (>= 1.8.3), libgstreamer1.0-0 (>= 1.4.0), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.16.0), libx11-6, libxext6, libxv1
-Description: GStreamer plugins for X11 and Pango
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains the GStreamer plugins for X11 video output, both
- for standard Xlib support and for the Xv extension, as well as the
- plugin for Pango-based text rendering and overlay.
-Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
-Gstreamer-Elements: clockoverlay, textoverlay, textrender, timeoverlay, ximagesink, xvimagesink
-Gstreamer-Version: 1.8
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-
-Package: libgdata-common
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libgdata
-Version: 0.17.4-1
-Description: Library for accessing GData webservices - common data files
- libgdata is a GLib-based library for accessing online service APIs using
- the GData protocol — most notably, Google's services. It provides APIs
- to access the common Google services, and has full asynchronous support.
- .
- This package contains the common data files for libgdata.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/libgdata
-
-Package: adduser
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 648
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 3.113+nmu3ubuntu4
-Replaces: manpages-it (<< 0.3.4-2), manpages-pl (<= 20051117-1)
-Depends: perl-base (>= 5.6.0), passwd (>= 1:4.1.5.1-1.1ubuntu6), debconf | debconf-2.0
-Suggests: liblocale-gettext-perl, perl-modules, ecryptfs-utils (>= 67-1)
-Conffiles:
- /etc/deluser.conf 773fb95e98a27947de4a95abb3d3f2a2
-Description: add and remove users and groups
- This package includes the 'adduser' and 'deluser' commands for creating
- and removing users.
- .
- - 'adduser' creates new users and groups and adds existing users to
- existing groups;
- - 'deluser' removes users and groups and removes users from a given
- group.
- .
- Adding users with 'adduser' is much easier than adding them manually.
- Adduser will choose appropriate UID and GID values, create a home
- directory, copy skeletal user configuration, and automate setting
- initial values for the user's password, real name and so on.
- .
- Deluser can back up and remove users' home directories
- and mail spool or all the files they own on the system.
- .
- A custom script can be executed after each of the commands.
- .
- Development mailing list:
- http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/
-Homepage: http://alioth.debian.org/projects/adduser/
-Original-Maintainer: Debian Adduser Developers <adduser-devel@lists.alioth.debian.org>
-
-Package: fonts-ubuntu-font-family-console
-Status: install ok installed
-Priority: optional
-Section: fonts
-Installed-Size: 40
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: ubuntu-font-family-sources
-Version: 1:0.83-0ubuntu2
-Description: Ubuntu Font Family Linux console fonts, sans-serif monospace
- The Ubuntu Font Family are a set of matching new libre/open fonts in
- development during 2010--2011. The development is being funded by
- Canonical Ltd on behalf the wider Free Software community and the
- Ubuntu project. The technical font design work and implementation is
- being undertaken by Dalton Maag.
- .
- This package contains the "Ubuntu Mono" monospace members of the
- typeface, rendered for Linux console use. These bitmap fonts can be
- loaded by dropping to a console with Ctrl-Alt-F1 and executing
- "setfont /usr/share/consolefonts/UbuntuMono*.psf"
- .
- Both the final font Truetype/OpenType files and the design files used
- to produce the font family are distributed under an open licence and
- you are expressly encouraged to experiment, modify, share and improve.
-Original-Maintainer: Paul Sladen <ubuntu@paul.sladen.org>
-Homepage: http://font.ubuntu.com/
-
-Package: initscripts
-Status: install ok installed
-Priority: required
-Section: admin
-Installed-Size: 169
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: sysvinit
-Version: 2.88dsf-59.3ubuntu2
-Replaces: libc0.1, libc0.3, libc6, libc6.1
-Depends: mount (>= 2.11x-1), debianutils (>= 4), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.88dsf-50), sysv-rc | file-rc, coreutils (>= 5.93)
-Recommends: psmisc, e2fsprogs
-Breaks: aide (<< 0.15.1-5), atm-tools (<< 1:2.5.1-1.3), autofs (<< 5.0.0), bootchart (<< 0.10~svn407-4), console-common (<< 0.7.86), console-setup (<< 1.74), cruft (<< 0.9.16), eepc-acpi-scripts (<< 1.1.12), fcheck (<< 2.7.59-16), hostapd (<< 1:0.7.3-3), hurd (<< 0.5.git20131101~), ifupdown (<< 0.7.46), libpam-mount (<< 2.13-1), live-build (<< 3.0~a26-1), ltsp-client-core (<< 5.2.16-1), mdadm (<< 3.2.2-1), nbd-client (<< 1:2.9.23-1), nfs-common (<< 1:1.2.5-3), portmap (<< 6.0.0-2), readahead-fedora (<< 2:1.5.6-3), resolvconf (<< 1.49), rpcbind (<< 0.2.0-7), rsyslog (<< 5.8.2-2), selinux-policy-default (<= 2:0.2.20100524-9), splashy (<< 0.3.13-5.1+b1), sysklogd (<< 1.5-6.2), systemd (<< 228-5ubuntu3), util-linux (<< 2.26.2-4~), wpasupplicant (<< 0.7.3-4), xymon (<< 4.3.0~beta2.dfsg-9)
-Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
-Conffiles:
- /etc/init.d/bootmisc.sh b1cc3129e3045bb60bd18d99c5dc1357
- /etc/init.d/checkfs.sh fb72965ae6e43424c01b0d9d5b43d985
- /etc/init.d/checkroot.sh 74896125b097dfbfc0d0e15d2d04f20c
- /etc/init.d/checkroot-bootclean.sh f968128c0fc7bc81433e71eec88e30ff
- /etc/init.d/halt a0e668699f774d928ddc62954155adb5
- /etc/init.d/hostname.sh 2180072dbb4e2f42f7ad4df4a2f9888d
- /etc/init.d/killprocs 9866a64a5d3d34552b0c36f5667cdacd
- /etc/init.d/mountall.sh 5137a3cd0ad998c4e548c9d6bde8b672
- /etc/init.d/mountall-bootclean.sh 3e159968f2cd0fd8f6fb8d0e606b1ea4
- /etc/init.d/mountnfs.sh e6d04d2e3ac6f728baa3ca6c0eeb8006
- /etc/init.d/mountnfs-bootclean.sh 88b09d2279260128d40cbe314bff1b6d
- /etc/init.d/mountdevsubfs.sh 55612432fe9994baa8ad5a6776fb6af1
- /etc/init.d/mountkernfs.sh aed61dc8fffc89d6cbd518d4ad986518
- /etc/init.d/ondemand e1841131a99266c6376839f7c1edc021
- /etc/init.d/rc.local 7d505630f083ddc543cb68fbeb83a6b5
- /etc/init.d/reboot 39ce57bc053ad1bf9861347927d7db6b
- /etc/init.d/sendsigs 7e940b6c8a108a5beb2f51262ec9195c
- /etc/init.d/single bc7e38f0849ebfe767d162861fae002c
- /etc/init.d/umountfs 49f742a0f5af8124caba6c4264e78aa6
- /etc/init.d/umountnfs.sh 5137d5524cdba56d07e61c1cd5bb7238
- /etc/init.d/umountroot 871c0eb052da52d66d4a9b26efb8c7c8
- /etc/init.d/urandom e6454386bfce38efb5987dd06cb3b21d
- /etc/default/devpts fc857c5ac5fb84d80720ed4d1c624f6e
- /etc/default/halt 18d9844cf8ca8608e2a559a4555e593a
- /etc/default/rcS a4af750cc5d1edc264d47dc01d11e1b8
-Description: scripts for initializing and shutting down the system
- The scripts in this package initialize a standard Debian
- system at boot time and shut it down at halt or reboot time.
-Homepage: http://savannah.nongnu.org/projects/sysvinit
-Original-Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
-
-Package: libwebpdemux1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 31
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libwebp
-Version: 0.4.4-1
-Depends: libc6 (>= 2.4), libwebp5 (>= 0.4.3)
-Description: Lossy compression of digital photographic images.
- Image Compression format, based on the VP8 codec.
- WebP uses the modern VP8 compression format to deliver efficient
- compression of images for the web. More than 30% extra gain over
- optimized JPEG, for same quality, is not unusual.
-Original-Maintainer: Jeff Breidenbach <jab@debian.org>
-Homepage: http://webp.googlecode.com
-
-Package: libvorbis0a
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 201
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libvorbis
-Version: 1.3.5-3ubuntu0.2
-Depends: libc6 (>= 2.15), libogg0 (>= 1.1.0)
-Description: decoder library for Vorbis General Audio Compression Codec
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- The Vorbis library is the primary Ogg Vorbis library.
-Homepage: http://www.xiph.org/vorbis/
-Original-Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
-
-Package: libusbmuxd4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 50
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libusbmuxd
-Version: 1.0.10-2ubuntu0.1
-Depends: libc6 (>= 2.15), libplist3 (>= 1.11)
-Breaks: usbmuxd (<< 1.0.8-3+)
-Description: USB multiplexor daemon for iPhone and iPod Touch devices - library
- usbmuxd, the USB multiplexor daemon, is in charge of coordinating
- access to iPhone and iPod Touch services over USB. Synchronization and
- management applications for the iPhone and iPod Touch need this daemon
- to communicate with such devices concurrently.
- .
- This package contains the shared library.
-Homepage: http://marcansoft.com/blog/iphonelinux/usbmuxd/
-Original-Maintainer: gtkpod Maintainers <pkg-gtkpod-devel@lists.alioth.debian.org>
-
-Package: x11-common
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 309
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: xorg
-Version: 1:7.7+13ubuntu3
-Depends: lsb-base (>= 1.3-9ubuntu2)
-Conffiles:
- /etc/X11/Xreset 05d188ccac2f3360af8fe0c216640233
- /etc/X11/Xreset.d/README b344c222b5daf81926fd3270df374b5f
- /etc/X11/Xresources/x11-common b640adb1cd646ec097f8df5b6deca9f0
- /etc/X11/Xsession 50678401170c9c701d2375bd279690c5
- /etc/X11/Xsession.d/20x11-common_process-args 862c8286749d25fe58dd98cad24c3fe4
- /etc/X11/Xsession.d/30x11-common_xresources 61cebe25ee0c64e981b88958dfee6f9c
- /etc/X11/Xsession.d/35x11-common_xhost-local 3080616d080574d7b06c2b2a20af53dd
- /etc/X11/Xsession.d/40x11-common_xsessionrc db544c8543d1cb3762b9859288e77040
- /etc/X11/Xsession.d/50x11-common_determine-startup b4570043736ae7f22947067b6d28ab8d
- /etc/X11/Xsession.d/60x11-common_localhost 2353ea72efc0c3e101058c3c56e282b4
- /etc/X11/Xsession.d/60x11-common_xdg_path 2e26bf3ff07f92cbfd1b12a63047f6c4
- /etc/X11/Xsession.d/90x11-common_ssh-agent ae74aadf705c5fccf841ef921b45ca72
- /etc/X11/Xsession.d/99x11-common_start 3874d5e8f3ec888f69adb126e223e168
- /etc/X11/Xsession.options 210cd520efa87a5197cac01e10b3a84a
- /etc/X11/rgb.txt 09ee098b83d94c7c046d6b55ebe84ae1
- /etc/init.d/x11-common 4bf46072f9f13b2e38d58a053def37d5
-Description: X Window System (X.Org) infrastructure
- x11-common contains the filesystem infrastructure required for further
- installation of the X Window System in any configuration; it does not
- provide a full installation of clients, servers, libraries, and utilities
- required to run the X Window System.
- .
- A number of terms are used to refer to the X Window System, including "X",
- "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in
- Debian is derived from the version released by the X.Org Foundation, and
- is thus often also referred to as "X.Org". All of the preceding quoted
- terms are functionally interchangeable in an Debian system.
-Homepage: http://www.x.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3.5-dev
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 421
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python3.5
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: python3.5 (= 3.5.2-2ubuntu0~16.04.4), libpython3.5-dev (= 3.5.2-2ubuntu0~16.04.4), libpython3.5 (= 3.5.2-2ubuntu0~16.04.4), libexpat1-dev
-Recommends: libc6-dev | libc-dev
-Description: Header files and a static library for Python (v3.5)
- Header files, a static library and development tools for building
- Python (v3.5) modules, extending the Python interpreter or embedding
- Python (v3.5) in applications.
- .
- Maintainers of Python packages should read README.maintainers.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libsub-name-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 40
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.14-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
-Description: module for assigning a new name to referenced sub
- Sub::Name has only one function, which is also exported by default:
- .
- subname NAME, CODEREF
- .
- Assigns a new name to referenced sub. If package specification is
- omitted in the name, then the current package is used. The return
- value is the sub.
- .
- The name is only used for informative routines (caller, Carp, etc).
- You won't be able to actually invoke the sub by the given name. To
- allow that, you need to do glob-assignment yourself.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Sub-Name
-
-Package: libieee1284-3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 92
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libieee1284
-Version: 0.2.11-12
-Depends: libc6 (>= 2.15)
-Pre-Depends: multiarch-support
-Description: cross-platform library for parallel port access
- This library was designed to ease the use of the parallel port. It will
- automatically figure out which access method is available, depending on the
- running kernel and the permissions of the process.
- .
- It handles particular queries to the devices, like fetching the Device ID of
- a device.
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Homepage: http://cyberelk.net/tim/software/libieee1284/
-
-Package: libblacs-mpi-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 867
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: blacs-mpi
-Version: 1.1-33.3
-Replaces: blacs-lam-dev, blacs-mpi, blacs-mpich-dev, blacsgf-lam-dev, blacsgf-mpich-dev
-Depends: libblacs-openmpi1 (= 1.1-33.3), mpi-default-dev
-Conflicts: blacs-lam-dev, blacs-mpi, blacs-mpich-dev, blacsgf-lam-dev, blacsgf-mpich-dev
-Description: Basic Linear Algebra Comm. Subprograms - Dev. files for MPI
- The BLACS project is an ongoing investigation whose purpose is to
- create a linear algebra oriented message passing interface that may be
- implemented efficiently and uniformly across a large range of
- distributed memory platforms.
- .
- You can choose between an implementation based on MPI or PVM. This package
- uses MPI. There are packages for the shared libraries, for the static
- libraries and the development files (this one), and for test programs.
- .
- Most users do not need to install this package directly because it is
- used as a high level driver for the communication in the ScaLAPACK packages.
- Therefore, it is installed when installing ScaLAPACK. ScaLAPACK is a
- parallel version of LAPACK and is used on Beowulf type clusters.
-Original-Maintainer: Muammar El Khatib <muammar@debian.org>
-Homepage: http://www.netlib.org/blacs/
-
-Package: lib32cilkrts5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 144
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), lib32gcc1 (>= 1:4.8), lib32stdc++6 (>= 4.1.1), libc6-i386 (>= 2.4)
-Description: Intel Cilk Plus language extensions (32bit)
- Intel Cilk Plus is an extension to the C and C++ languages to support
- data and task parallelism.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: yelp
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 2088
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.18.1-1ubuntu4
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.13.3), libwebkit2gtk-4.0-37 (>= 2.5.3), libyelp0 (= 3.18.1-1ubuntu4), dconf-gsettings-backend | gsettings-backend, yelp-xsl (>= 3.12.0), man-db (>= 2.5.1-1)
-Recommends: gnome-user-guide
-Description: Help browser for GNOME
- Yelp is the help browser for the GNOME desktop. Yelp provides a simple
- graphical interface for viewing DocBook, Mallard, HTML, man, and info
- formatted documentation.
-Homepage: https://wiki.gnome.org/Apps/Yelp
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: installation-guide-i386
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 1915
-Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
-Architecture: all
-Source: installation-guide
-Version: 20160121ubuntu2.2
-Conflicts: installation-guide
-Description: Ubuntu installation guide for i386
- This package contains the Ubuntu installation guide for the Intel x86
- architecture, in a variety of languages.
- .
- A shorter reference, the installation HOWTO, is included in an appendix.
-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-
-Package: iputils-arping
-Status: install ok installed
-Priority: extra
-Section: net
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: iputils
-Version: 3:20121221-5ubuntu2
-Depends: libc6 (>= 2.14), libcap2 (>= 2.10)
-Recommends: libcap2-bin
-Conflicts: arping
-Description: Tool to send ICMP echo requests to an ARP address
- The arping command acts like the standard ping command except it pings
- a machine by its ARP address instead of its IP address. It is typically
- used to locate a machine if its hardware address is known but its IP
- address is unknown
-Original-Maintainer: Noah Meyerhans <noahm@debian.org>
-
-Package: ca-certificates
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 485
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 20160104ubuntu1
-Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0
-Breaks: ca-certificates-java (<< 20121112+nmu1)
-Enhances: openssl
-Description: Common CA certificates
- This package includes PEM files of CA certificates to allow SSL-based
- applications to check for the authenticity of SSL connections.
- .
- It includes, among others, certificate authorities used by the Debian
- infrastructure and those shipped with Mozilla's browsers.
- .
- Please note that Debian can neither confirm nor deny whether the
- certificate authorities whose certificates are included in this package
- have in any way been audited for trustworthiness or RFC 3647 compliance.
- Full responsibility to assess them belongs to the local system
- administrator.
-Original-Maintainer: Michael Shuler <michael@pbandjelly.org>
-
-Package: libgstreamer-plugins-good1.0-0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 164
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gst-plugins-good1.0
-Version: 1.8.3-1ubuntu0.4
-Replaces: gstreamer1.0-plugins-good (= 1.0.3-1ubuntu1), libgstreamer-plugins-bad1.0-0 (<< 1.0.3-1ubuntu1)
-Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.40), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0)
-Breaks: libgstreamer-plugins-bad1.0-0 (<< 1.0.3-1ubuntu1)
-Description: GStreamer development files for libraries from the "good" set
- GStreamer is a streaming media framework, based on graphs of filters
- which operate on media data. Applications using this library can do
- anything from real-time sound processing to playing videos, and just
- about anything else media-related. Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains shared GStreamer libraries from the "good" set. The API
- is not guaranteed to be stable.
-Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html
-Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
-
-Package: libacl1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 57
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: acl
-Version: 2.2.52-3
-Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14)
-Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth
-Description: Access control list shared library
- This package contains the libacl.so dynamic library containing
- the POSIX 1003.1e draft standard 17 functions for manipulating
- access control lists.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://savannah.nongnu.org/projects/acl/
-
-Package: manpages-dev
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 3610
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: manpages
-Version: 4.04-2
-Replaces: glibc-doc (<< 2.11.2-3), libaio-dev
-Depends: manpages
-Suggests: man-browser
-Description: Manual pages about using GNU/Linux for development
- These man pages describe the Linux programming interface, including
- these two sections:
- 2 = Linux system calls.
- 3 = Library calls (note that a more comprehensive source of information
- may be found in the glibc-doc and glibc-doc-reference packages).
-Original-Maintainer: Martin Schulze <joey@debian.org>
-Homepage: http://www.kernel.org/doc/man-pages/
-
-Package: libtheora0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 697
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libtheora
-Version: 1.1.1+dfsg.1-8
-Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0)
-Description: Theora Video Compression Codec
- Theora is an open video codec being developed by the Xiph.org Foundation as
- part of their Ogg project. Theora is originally derived from On2's VP3 codec,
- and has improved on it significantly with the merging of code from the
- Thusnelda branch.
-Original-Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
-Homepage: http://www.theora.org/
-
-Package: unity-greeter
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 652
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 16.04.2-0ubuntu1
-Provides: lightdm-greeter
-Depends: dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.14.0), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.16.2), libido3-0.1-0 (>= 13.10.0daily13.06.19), libindicator3-7 (>= 0.4.90), liblightdm-gobject-1-0 (>= 1.15.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6, libxext6, upstart
-Recommends: unity-settings-daemon, indicator-application, indicator-datetime, indicator-keyboard, indicator-power, indicator-session, indicator-sound, network-manager-gnome, lightdm
-Suggests: lightdm-remote-session-freerdp, lightdm-remote-session-uccsconfigure, remote-login-service
-Breaks: edubuntu-artwork (<< 12.01.1~)
-Description: Unity Greeter
- The greeter for the Unity desktop.
-Homepage: https://launchpad.net/unity-greeter
-
-Package: openssh-client
-Status: install ok installed
-Priority: standard
-Section: net
-Installed-Size: 3695
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: openssh
-Version: 1:7.2p2-4ubuntu2.2
-Replaces: ssh, ssh-krb5
-Provides: rsh-client, ssh-client
-Depends: libc6 (>= 2.17), libedit2 (>= 2.11-20080614), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.2), zlib1g (>= 1:1.1.4), adduser (>= 3.10), dpkg (>= 1.7.0), passwd
-Recommends: xauth
-Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere
-Conflicts: sftp
-Conffiles:
- /etc/ssh/moduli 0075fd4b72a421f909af9809d0dd3bdc
- /etc/ssh/ssh_config ac848ff6a465188e7dd91cf91dbe4889
-Description: secure shell (SSH) client, for secure access to remote machines
- This is the portable version of OpenSSH, a free implementation of
- the Secure Shell protocol as specified by the IETF secsh working
- group.
- .
- Ssh (Secure Shell) is a program for logging into a remote machine
- and for executing commands on a remote machine.
- It provides secure encrypted communications between two untrusted
- hosts over an insecure network. X11 connections and arbitrary TCP/IP
- ports can also be forwarded over the secure channel.
- It can be used to provide applications with a secure communication
- channel.
- .
- This package provides the ssh, scp and sftp clients, the ssh-agent
- and ssh-add programs to make public key authentication more convenient,
- and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
- .
- In some countries it may be illegal to use any encryption at all
- without a special permit.
- .
- ssh replaces the insecure rsh, rcp and rlogin programs, which are
- obsolete for most purposes.
-Homepage: http://www.openssh.com/
-Original-Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
-
-Package: libqt4-test
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 292
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 test module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtTest module provides classes for unit testing Qt applications and
- libraries.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: ncurses-bin
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 514
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: ncurses
-Version: 6.0+20160213-1ubuntu1
-Pre-Depends: libc6 (>= 2.14), libtinfo5 (>= 6.0+20151017), libtinfo5 (<< 6.1~)
-Description: terminal-related programs and man pages
- The ncurses library routines are a terminal-independent method of
- updating character screens with reasonable optimization.
- .
- This package contains the programs used for manipulating the terminfo
- database and individual terminfo entries, as well as some programs for
- resetting terminals and such.
-Homepage: http://invisible-island.net/ncurses/
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: libyaml-libyaml-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 181
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.41-6build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
-Description: Perl interface to libyaml, a YAML implementation
- YAML::LibYAML (or YAML::XS) is a Perl interface to Kirill Siminov's libyaml
- library, a YAML Ain't Markup Language (YAML) implementation written in C to
- support the YAML 1.1 specification. The provided Dump and Load routines
- are compatible with the Perl YAML module (see libyaml-perl).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/YAML-LibYAML
-
-Package: libprocps4
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 126
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: procps
-Version: 2:3.3.10-4ubuntu2.3
-Replaces: procps (<< 1:3.3.2-1)
-Depends: libc6 (>= 2.14), libsystemd0
-Description: library for accessing process information from /proc
- The libprocps library is a way of accessing information out of the /proc
- filesystem.
- .
- This package contains the shared libraries necessary to run programs
- compilied with libprocps.
-Homepage: http://gitorious.org/procps
-Original-Maintainer: Craig Small <csmall@debian.org>
-
-Package: libwebp5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 394
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libwebp
-Version: 0.4.4-1
-Depends: libc6 (>= 2.14)
-Description: Lossy compression of digital photographic images.
- Image Compression format, based on the VP8 codec.
- WebP uses the modern VP8 compression format to deliver efficient
- compression of images for the web. More than 30% extra gain over
- optimized JPEG, for same quality, is not unusual.
-Original-Maintainer: Jeff Breidenbach <jab@debian.org>
-Homepage: http://webp.googlecode.com
-
-Package: python-pip
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 620
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 8.1.1-2ubuntu0.4
-Depends: ca-certificates, python-pip-whl (= 8.1.1-2ubuntu0.4), python:any (<< 2.8), python:any (>= 2.7.5-5~)
-Recommends: build-essential, python-all-dev (>= 2.6), python-setuptools, python-wheel
-Description: alternative Python package installer
- pip is a replacement for easy_install, and is intended to be an improved
- Python package installer. It integrates with virtualenv, doesn't do partial
- installs, can save package state for replaying, can install from non-egg
- sources, and can install from version control repositories.
-Homepage: https://pip.pypa.io/en/stable/
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libfftw3-long3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 996
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: fftw3
-Version: 3.3.4-2ubuntu1
-Replaces: libfftw3-3 (<< 3.3.3-1)
-Depends: libc6 (>= 2.14), libgomp1 (>= 4.9)
-Pre-Depends: multiarch-support
-Suggests: libfftw3-bin, libfftw3-dev
-Breaks: libfftw3-3 (<< 3.3.3-1)
-Description: Library for computing Fast Fourier Transforms - Long precision
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the shared library
- for long double precision transforms.
- .
- To get the static library and the header files, you need to install
- libfftw3-dev. For documentation, see libfftw3-doc.
-Homepage: http://fftw.org
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-
-Package: bluez
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 4119
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 5.37-0ubuntu5.1
-Replaces: bluez-alsa, bluez-audio (<= 3.36-3), bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3), udev (<< 170-1)
-Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8), libreadline6 (>= 6.0), libudev1 (>= 196), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), kmod, udev (>= 170-1), dbus
-Breaks: udev (<< 170-1)
-Conflicts: bluez-alsa, bluez-audio (<= 3.36-3), bluez-utils (<= 3.36-3)
-Conffiles:
- /etc/bluetooth/input.conf 9f85017f861ac34d983fa76fa715f9c3
- /etc/bluetooth/main.conf 6123cc0548b077b77c99379f9b93b080
- /etc/bluetooth/network.conf 0c7497c405b963382ff71789d0730abd
- /etc/bluetooth/proximity.conf b75823a140e00905d41465c380bf89fe
- /etc/dbus-1/system.d/bluetooth.conf 2fd2de572a1221533e707d058e64e33a
- /etc/init.d/bluetooth 33ed7811d65a775cf10f04c2e6ee3cbf
- /etc/init/bluetooth.conf c7e11afe4581c8829a79a5ac8aa558b5
-Description: Bluetooth tools and daemons
- This package contains tools and system daemons for using Bluetooth devices.
- .
- BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
- project distributed under GNU General Public License (GPL).
-Homepage: http://www.bluez.org
-Original-Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org>
-
-Package: hicolor-icon-theme
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 1528
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 0.15-0ubuntu1
-Description: default fallback theme for FreeDesktop.org icon themes
- This is the default fallback theme used by implementations of the
- Freedesktop.org Icon Theme specification.
-Original-Maintainer: Ross Burton <ross@debian.org>
-
-Package: acl
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 200
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.2.52-3
-Depends: libacl1 (= 2.2.52-3), libc6 (>= 2.14)
-Description: Access control list utilities
- This package contains the getfacl and setfacl utilities needed for
- manipulating access control lists.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://savannah.nongnu.org/projects/acl/
-
-Package: libshout3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 118
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libshout
-Version: 2.3.1-3
-Depends: libc6 (>= 2.15), libogg0 (>= 1.0rc3), libspeex1 (>= 1.2~beta3-1), libtheora0 (>= 0.0.0.alpha7.dfsg), libvorbis0a (>= 1.1.2)
-Pre-Depends: multiarch-support
-Description: MP3/Ogg Vorbis broadcast streaming library
- A library for communicating with and sending data to Icecast and Icecast 2
- streaming audio servers. It handles the socket connection, the timing of
- the data transmission, and prevents bad data from getting to the server.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.icecast.org/
-
-Package: irqbalance
-Status: install ok installed
-Priority: extra
-Section: utils
-Installed-Size: 90
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.1.0-2ubuntu1
-Depends: libc6 (>= 2.14), libcap-ng0, libglib2.0-0 (>= 2.28.0), libnuma1, debconf (>= 0.5) | debconf-2.0, lsb-base (>= 4.1+Debian11ubuntu7)
-Conffiles:
- /etc/init.d/irqbalance 060ee71b3db2a7577bc8dd20efcf521c
- /etc/init/irqbalance.conf 7073bd748e050fb5ba3a3a9b81723e64
-Description: Daemon to balance interrupts for SMP systems
- Daemon to balance interrupts across multiple CPUs, which can lead to
- better performance and IO balance on SMP systems. This package is
- especially useful on systems with multi-core processors, as interrupts
- will typically only be serviced by the first core.
- .
- Note: irqbalance is not useful if you don't have more than one core
- or socket.
-Homepage: https://github.com/Irqbalance/irqbalance
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-
-Package: libsecret-1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 344
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsecret
-Version: 0.18.4-1ubuntu2
-Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.38.0), libsecret-common
-Breaks: seahorse (<< 3.10)
-Description: Secret store
- Library for storing and retrieving passwords and other secrets.
- It communicates with the "Secret Service" using DBus.
-Homepage: https://wiki.gnome.org/Projects/Libsecret
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: dh-python
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 359
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2.20151103ubuntu1.1
-Replaces: python3 (<< 3.3.2-4~)
-Depends: python3:any (>= 3.3.2-2~)
-Suggests: libdpkg-perl
-Breaks: python3 (<< 3.3.2-4~)
-Description: Debian helper tools for packaging Python libraries and applications
- This package contains:
- * pybuild - invokes various build systems for requested Python versions in
- order to build modules and extensions
- * dh_python2 - calculates Python 2.X dependencies for Debian packages,
- adds maintainer scripts to byte compile files, etc.
- * dh_python3 - calculates Python 3.X dependencies for Debian packages,
- adds maintainer scripts to byte compile files, etc.
- * dh_pypy - calculates PyPy dependencies for Debian packages,
- adds maintainer scripts to byte compile files, etc.
-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
-
-Package: libc6-dev-i386
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 6774
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: glibc
-Version: 2.23-0ubuntu10
-Provides: lib32c-dev
-Depends: libc6-i386 (= 2.23-0ubuntu10), libc6-dev (= 2.23-0ubuntu10)
-Recommends: gcc-multilib
-Description: GNU C Library: 32-bit development libraries for AMD64
- Contains the symlinks and object files needed to compile and link programs
- which use the standard C library. This is the 32bit version of the
- library, meant for AMD64 systems.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libglib2.0-bin
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 304
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: glib2.0
-Version: 2.48.2-0ubuntu1
-Depends: libc6 (>= 2.4), libelf1 (>= 0.142), libglib2.0-0 (= 2.48.2-0ubuntu1), libglib2.0-data
-Description: Programs for the GLib library
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package contains the program files which is used for the libraries
- and others.
-Homepage: http://www.gtk.org/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: dconf-gsettings-backend
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 111
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: d-conf
-Version: 0.24.0-2
-Provides: gsettings-backend
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1), dconf-service (>= 0.24.0-2), dconf-service (<< 0.24.0-2.1~), libdconf1 (= 0.24.0-2)
-Description: simple configuration storage system - GSettings back-end
- DConf is a low-level key/value database designed for storing desktop
- environment settings.
- .
- This package contains a back-end for GSettings. It is needed by
- applications accessing settings through GSettings to set custom values
- and listen for changes.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://wiki.gnome.org/Projects/dconf
-
-Package: libc6-dev-x32
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 8041
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: glibc
-Version: 2.23-0ubuntu10
-Depends: libc6-x32 (= 2.23-0ubuntu10), libc6-dev-i386 (= 2.23-0ubuntu10), libc6-dev (= 2.23-0ubuntu10)
-Description: GNU C Library: X32 ABI Development Libraries for AMD64
- Contains the symlinks and object files needed to compile and link programs
- which use the standard C library. This is the X32 ABI version of the
- library, meant for amd64 systems.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libc6-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 13231
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: glibc
-Version: 2.23-0ubuntu10
-Provides: libc-dev
-Depends: libc6 (= 2.23-0ubuntu10), libc-dev-bin (= 2.23-0ubuntu10), linux-libc-dev
-Suggests: glibc-doc, manpages-dev
-Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.5+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1)
-Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev
-Description: GNU C Library: Development Libraries and Header Files
- Contains the symlinks, headers, and object files needed to compile
- and link programs which use the standard C library.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libghc-hashable-dev
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 403
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-hashable
-Version: 1.2.3.3-3build1
-Provides: libghc-hashable-dev-1.2.3.3-ce7af
-Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-integer-gmp-dev-1.0.0.0-3c8c4, libghc-text-dev-1.2.2.0-2c09c, libc6 (>= 2.2.5)
-Suggests: libghc-hashable-doc, libghc-hashable-prof
-Description: Class for types that can be converted to a hash value
- It defines a class, Hashable, for types that can be converted to a
- hash value. This class exists for the benefit of hashing-based data
- structures. The package provides instances for basic types and a way
- to combine hash values.
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: http://github.com/tibbe/hashable
-Ghc-Package: hashable-1.2.3.3-ce7af8ca3ebd83133b0e846c245dc9e2
-
-Package: libslang2
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 1524
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: slang2
-Version: 2.3.0-2ubuntu1
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Recommends: libpng12-0
-Description: S-Lang programming library - runtime version
- S-Lang is a C programmer's library that includes routines for the rapid
- development of sophisticated, user friendly, multi-platform applications.
- .
- This package contains only the shared library libslang.so.* and copyright
- information. It is only necessary for programs that use this library (such
- as jed and slrn). If you plan on doing development with S-Lang, you will
- need the companion -dev package as well.
-Built-Using: unicode-data (= 7.0-2)
-Homepage: http://www.jedsoft.org/slang/
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-
-Package: virtualenv
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 30
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-virtualenv
-Version: 15.0.1+ds-3ubuntu1
-Replaces: python-virtualenv (<< 1.11.6)
-Depends: python3, python3-virtualenv
-Breaks: python-virtualenv (<< 1.11.6)
-Description: Python virtual environment creator
- The virtualenv utility creates virtual Python instances, each invokable
- with its own Python executable. Each instance can have different sets
- of modules, installable via easy_install. Virtual Python instances can
- also be created without root access.
- .
- This is the command line script and manpage.
-Homepage: https://pypi.python.org/pypi/virtualenv
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: cron
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 243
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.0pl1-128ubuntu2
-Provides: cron-daemon
-Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), debianutils (>= 1.7), adduser, libpam-runtime (>= 1.0.1-11)
-Pre-Depends: dpkg (>= 1.15.7.2)
-Suggests: anacron (>= 2.0-1), logrotate, checksecurity, exim4 | postfix | mail-transport-agent
-Breaks: dpkg (<< 1.15.4)
-Conffiles:
- /etc/cron.d/.placeholder e5e12910bf011222160404d7bdb824f2
- /etc/cron.daily/.placeholder e5e12910bf011222160404d7bdb824f2
- /etc/cron.hourly/.placeholder e5e12910bf011222160404d7bdb824f2
- /etc/cron.monthly/.placeholder e5e12910bf011222160404d7bdb824f2
- /etc/cron.weekly/.placeholder e5e12910bf011222160404d7bdb824f2
- /etc/crontab 8f111d100ea459f68d333d63a8ef2205
- /etc/default/cron 7bd39371e1c10e74dd3d37a58cc186f8
- /etc/init.d/cron 85d7a3783889ea93dcda2fb488420c1c
- /etc/init/cron.conf 1ed11393cd5e5e45d7d14c0e9d028fde
- /etc/pam.d/cron 11e788a7f7cd5477b10da2c7fd5ecdf0
-Description: process scheduling daemon
- The cron daemon is a background process that runs particular programs at
- particular times (for example, every minute, day, week, or month), as
- specified in a crontab. By default, users may also create crontabs of
- their own so that processes are run on their behalf.
- .
- Output from the commands is usually mailed to the system administrator
- (or to the user in question); you should probably install a mail system
- as well so that you can receive these messages.
- .
- This cron package does not provide any system maintenance tasks. Basic
- periodic maintenance tasks are provided by other packages, such
- as checksecurity.
-Homepage: http://ftp.isc.org/isc/cron/
-Original-Maintainer: Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
-
-Package: ipxe-qemu
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 2037
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: ipxe
-Version: 1.0.0+git-20150424.a25a16d-1ubuntu1.2
-Description: PXE boot firmware - ROM images for qemu
- iPXE is network boot firmware. It supports a variety of network cards,
- including some wireless cards, and variety of network protocols (traditional
- DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It
- supports scripting.
- .
- It is possible to use iPXE as a PXE ROM in the network card or to
- chainload it from other boot methods.
- .
- This package provides boot code for the qemu emulated network cards in
- as boot ROMs.
-Homepage: http://ipxe.org/
-Original-Maintainer: Bastian Blank <waldi@debian.org>
-
-Package: libmnl0
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 60
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libmnl
-Version: 1.0.3-5
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: minimalistic Netlink communication library
- libmnl is a minimalistic user-space library oriented to Netlink developers.
- There are a lot of common tasks in parsing, validating, constructing of
- both the Netlink header and TLVs that are repetitive and easy to get wrong.
- This library aims to provide simple helpers that allows you to re-use code
- and to avoid re-inventing the wheel.
- .
- The main features of this library are:
- .
- Small: the shared library requires around 30KB for an x86-based computer.
- .
- Simple: this library avoids complexity and elaborated abstractions that
- tend to hide Netlink details.
- .
- Easy to use: the library simplifies the work for Netlink-wise developers.
- It provides functions to make socket handling, message building,
- validating, parsing and sequence tracking, easier.
- .
- Easy to re-use: you can use the library to build your own abstraction
- layer on top of this library.
- .
- Decoupling: the interdependency of the main bricks that compose the
- library is reduced, i.e. the library provides many helpers, but the
- programmer is not forced to use them.
- .
- This package contains the shared libraries needed to run programs that use
- the minimalistic Netlink communication library.
-Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Homepage: http://netfilter.org/projects/libmnl/
-
-Package: command-not-found-data
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 4136
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: amd64
-Source: command-not-found
-Version: 0.3ubuntu16.04.2
-Description: Set of data files for command-not-found.
- This package provides the required data used by the command-not-found
- application.
-Original-Maintainer: Zygmunt Krynicki <zkrynicki@gmail.com>
-
-Package: libbulletfileloader2.83.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 94
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: bullet
-Version: 2.83.6+dfsg-3
-Replaces: libbulletfileloader2.83, libbulletfileloader2.83v5
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblinearmath2.83.6, libstdc++6 (>= 4.1.1)
-Breaks: libbulletfileloader2.83, libbulletfileloader2.83v5
-Description: professional 3D Game Multiphysics Library -- file loader
- Bullet professional 3D Game Multiphysics Library provides state of the art
- collision detection, soft body and rigid body dynamics.
- .
- This package contains the BulletFileLoader shared library.
- .
- For more information about Bullet, please refer to the libbullet-dev package.
-Original-Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
-Homepage: http://www.bulletphysics.org/
-
-Package: python2.7-dev
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 284
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python2.7
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: python2.7 (<< 2.7-3)
-Depends: python2.7 (= 2.7.12-1ubuntu0~16.04.3), libpython2.7-dev (= 2.7.12-1ubuntu0~16.04.3), libpython2.7 (= 2.7.12-1ubuntu0~16.04.3), libexpat1-dev
-Recommends: libc6-dev | libc-dev
-Description: Header files and a static library for Python (v2.7)
- Header files, a static library and development tools for building
- Python (v2.7) modules, extending the Python interpreter or embedding
- Python (v2.7) in applications.
- .
- Maintainers of Python packages should read README.maintainers.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: gnome-desktop3-data
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 640
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: gnome-desktop3
-Version: 3.18.2-1ubuntu1
-Description: Common files for GNOME desktop apps
- This package includes some files that are shared between several GNOME
- apps (internationalization files).
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libexif12
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 356
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libexif
-Version: 0.6.21-2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: library to parse EXIF files
- Most digital cameras produce EXIF files, which are JPEG files with
- extra tags that contain information about the image. The EXIF library
- allows you to parse an EXIF file and read the data from those tags.
-Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
-Homepage: http://libexif.sourceforge.net/
-
-Package: python-all
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 6
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Depends: python (= 2.7.12-1~16.04), python2.7 (>= 2.7.2-3)
-Description: package depending on all supported Python runtime versions
- The package currently depends on python2.7, in the future,
- dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
- may be added.
- .
- This package is a dependency package used as a build dependency for other
- packages to avoid hardcoded dependencies on specific Python runtimes.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: python-pil
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 1311
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: pillow
-Version: 3.1.2-0ubuntu1.1
-Replaces: python-imaging (<< 1.1.7+2.0.0-1.1)
-Provides: python-pillow, python2.7-pil
-Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), mime-support | python-pil.imagetk, libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628), libtiff5 (>= 4.0.3), libwebp5 (>= 0.4.3), libwebpmux1 (>= 0.4.3), zlib1g (>= 1:1.1.4)
-Suggests: python-pil-doc, python-pil-dbg
-Breaks: python-imaging (<< 1.1.7+2.0.0-1.1), rapid-photo-downloader (<< 0.4.11), tilestache (<< 1.49.8-3)
-Description: Python Imaging Library (Pillow fork)
- The Python Imaging Library (PIL) adds an image object to your Python
- interpreter. You can load images from a variety of file formats, and
- apply a rich set of image operations to them.
- .
- Image Objects:
- o Bilevel, greyscale, palette, true colour (RGB), true colour with
- transparency (RGBA).
- o colour separation (CMYK).
- o Copy, cut, paste operations.
- o Flip, transpose, resize, rotate, and arbitrary affine transforms.
- o Transparency operations.
- o Channel and point operations.
- o Colour transforms, including matrix operations.
- o Image enhancement, including convolution filters.
- .
- File Formats:
- o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG,
- MSP, PDF, PNG, PPM, TIFF, XBM.
- o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC,
- MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM.
- o Save only: PDF, EPS (without ghostscript).
-Homepage: http://python-pillow.github.io/
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libcsparse3.1.4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 73
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: suitesparse
-Version: 1:4.4.6-1
-Depends: libc6 (>= 2.7)
-Description: concise sparse matrix library
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.
- .
- The CSparse library provides several matrix algorithms. The focus is on direct
- methods; iterative methods and solvers for eigenvalue problems are beyond the
- scope of this package.
- .
- The performance of the sparse factorization methods in CSparse will not be
- competitive with UMFPACK or CHOLMOD, but the codes are much more concise and
- easy to understand. Other methods are competitive.
-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
-Homepage: http://www.suitesparse.com
-
-Package: lib32asan2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1057
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), lib32gcc1 (>= 1:3.3), libc6-i386 (>= 2.23)
-Description: AddressSanitizer -- a fast memory error detector (32bit)
- AddressSanitizer (ASan) is a fast memory error detector. It finds
- use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: nvidia-libopencl1-352-updates
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-libopencl1-361
-Description: Transitional package for nvidia-libopencl1-361
- This is a transitional package for nvidia-libopencl1-361, and can be
- safely removed after the installation is complete.
-
-Package: libibverbs-dev
-Status: install ok installed
-Priority: extra
-Section: libdevel
-Installed-Size: 266
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libibverbs
-Version: 1.1.8-1.1ubuntu2
-Depends: libibverbs1 (= 1.1.8-1.1ubuntu2)
-Description: Development files for the libibverbs library
- libibverbs is a library that allows userspace processes to use RDMA
- "verbs" as described in the InfiniBand Architecture Specification and
- the RDMA Protocol Verbs Specification. iWARP ethernet NICs support
- RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
- high-throughput, low-latency networking technology. InfiniBand host
- channel adapters (HCAs) and iWARP NICs commonly support direct
- hardware access from userspace (kernel bypass), and libibverbs
- supports this when available.
- .
- This package is needed to compile programs against libibverbs1.
- It contains the header files and static libraries (optionally)
- needed for compiling.
-Homepage: http://www.openfabrics.org/
-Original-Maintainer: Roland Dreier <rbd@debian.org>
-
-Package: libassuan0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 100
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libassuan
-Version: 2.4.2-2
-Depends: libc6 (>= 2.14), libgpg-error0 (>= 1.14)
-Description: IPC library for the GnuPG components
- Libassuan is a small library implementing the so-called "Assuan
- protocol". This protocol is used for IPC between most newer GnuPG
- components. Both server and client side functions are provided.
-Original-Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
-Homepage: http://www.gnupg.org/(en)/related_software/libassuan/index.html
-
-Package: gdb
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 7316
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Version: 7.11.1-0ubuntu1~16.5
-Replaces: gdb, gdb-doc (<< 7.8-1~)
-Depends: libbabeltrace-ctf1 (>= 1.2.1), libbabeltrace1 (>= 1.2.1), libc6 (>= 2.15), libexpat1 (>= 2.0.1), liblzma5 (>= 5.1.1alpha+20110809), libncurses5 (>= 6), libpython3.5 (>= 3.5.0~b1), libreadline6 (>= 6.0), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0)
-Recommends: libc-dbg, libcc1-0, gdbserver
-Suggests: gdb-doc
-Conflicts: gdb
-Conffiles:
- /etc/gdb/gdbinit e030dc891a3af1f7779429b5c0554c98
-Description: GNU Debugger
- GDB is a source-level debugger, capable of breaking programs at
- any specific line, displaying variable values, and determining
- where errors occurred. Currently, gdb supports C, C++, D,
- Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
- Go, and Ada. A must-have for any serious programmer.
-Homepage: http://www.gnu.org/s/gdb/
-Original-Maintainer: Héctor Orón Martínez <zumbi@debian.org>
-
-Package: indicator-bluetooth
-Status: install ok installed
-Priority: extra
-Section: gnome
-Installed-Size: 208
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.0.6+16.04.20160526-0ubuntu1
-Replaces: gnome-bluetooth (<< 3.6.1-0ubuntu2)
-Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), liburl-dispatcher1 (>= 0.1), bluez (>= 5), unity-control-center | gnome-control-center | ubuntu-system-settings, gnome-bluetooth | ubuntu-system-settings
-Breaks: gnome-bluetooth (<< 3.6.1-0ubuntu2)
-Conffiles:
- /etc/xdg/autostart/indicator-bluetooth.desktop 1d8a5c3e2175e5a4089f0b22ecdf263f
-Description: System bluetooth indicator.
- System bluetooth indicator which provides fast user controls for Bluetooth
- devices.
-Homepage: https://launchpad.net/indicator-bluetooth
-
-Package: libbabeltrace-ctf1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 290
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: babeltrace
-Version: 1.3.2-1
-Depends: libbabeltrace1 (>= 1.2.1), libc6 (>= 2.14), libglib2.0-0 (>= 2.22.0), libuuid1 (>= 2.16)
-Description: Common Trace Format (CTF) library
- Babeltrace provides trace reading and writing libraries, as well as a trace
- converter. Plugins can be created for any trace format to allow its conversion
- to/from any other supported format.
- .
- The Common Trace Format (CTF) aims at specifying a trace format based on the
- requirements of the industry (through collaboration with the Multicore
- Association) and the Linux community.
- .
- This package provides CTF plugin for Babeltrace.
-Original-Maintainer: Jon Bernard <jbernard@debian.org>
-Homepage: http://www.efficios.com/babeltrace
-
-Package: libfcgi-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 91
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 0.77-1build1
-Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.15)
-Description: helper module for FastCGI
- FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a
- language-independent, scalable, open extension to CGI that provides faster
- performance by keeping programs persistent in memory and allowing them to
- handle multiple requests. This module provides the core interface needed to
- write these applications.
- .
- For complex applications, you should consider a more full-featured solution
- such as Plack or Catalyst (see libcatalyst-perl).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/FCGI
-
-Package: ifenslave
-Status: install ok installed
-Priority: optional
-Section: net
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2.7ubuntu1
-Replaces: ifenslave-2.6 (<< 1.1.0-22)
-Depends: ifupdown (>= 0.7.46), iproute2
-Recommends: net-tools
-Breaks: ifenslave-2.6 (<< 1.1.0-22)
-Conffiles:
- /etc/network/if-post-down.d/ifenslave b120c1031f311aedc210a0b8e77e9bee
- /etc/network/if-pre-up.d/ifenslave 9ea8a3f2397024284ffa7c15d54cfa72
- /etc/network/if-up.d/ifenslave 8f4eb032513f644b863e6870a7dd5da3
-Description: configure network interfaces for parallel routing (bonding)
- This is a tool to attach and detach slave network interfaces to a bonding
- device. A bonding device will act like a normal Ethernet network device to
- the kernel, but will send out the packets via the slave devices using a simple
- round-robin scheduler. This allows for simple load-balancing, identical to
- "channel bonding" or "trunking" techniques used in switches.
- .
- The kernel must have support for bonding devices for ifenslave to be useful.
- This package supports 2.6.x kernels and the recent 3.x.x kernels.
-Original-Maintainer: Guus Sliepen <guus@debian.org>
-
-Package: libqt4-network
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 2107
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtdbus4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
-Recommends: ca-certificates
-Description: Qt 4 network module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtNetwork module offers classes that allow you to write TCP/IP clients and
- servers. It provides classes to make network programming easier and portable.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libqtdbus4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 680
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Replaces: libqt4-dbus (<< 4:4.8.2+dfsg-8)
-Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libgcc1 (>= 1:3.0), libqt4-xml (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Breaks: libqt4-dbus (<< 4:4.8.2+dfsg-8)
-Description: Qt 4 D-Bus module library
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtDBus module is a Unix-only library that you can use to make Inter-Process
- Communication using the D-Bus protocol.
- .
- Applications using the QtDBus module can provide services to other, remote
- applications by exporting objects, as well as use services exported by those
- applications by placing calls and accessing properties.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libboost-filesystem1.58.0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 138
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: boost1.58
-Version: 1.58.0+dfsg-5ubuntu3.1
-Depends: libboost-system1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
-Description: filesystem operations (portable paths, iteration over directories, etc) in C++
- This package forms part of the Boost C++ Libraries collection.
- .
- The Boost Filesystem Library provides portable facilities to query and
- manipulate paths, files, and directories. The goal is to
- facilitate portable script-like operations from within C++ programs.
-Homepage: http://boost.org/libs/filesystem/
-Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
-
-Package: cpp-5
-Status: install ok installed
-Priority: optional
-Section: interpreters
-Installed-Size: 21437
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Replaces: gccgo-5 (<< 5.4.0-6ubuntu1~16.04.9)
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), zlib1g (>= 1:1.1.4)
-Suggests: gcc-5-locales (>= 5.2.1-23)
-Description: GNU C preprocessor
- A macro processor that is used automatically by the GNU C compiler
- to transform programs before actual compilation.
- .
- This package has been separated from gcc for the benefit of those who
- require the preprocessor but not the compiler.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: xdg-user-dirs
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 538
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 0.15-2ubuntu6
-Depends: libc6 (>= 2.14)
-Conffiles:
- /etc/X11/Xsession.d/60xdg-user-dirs-update 408d38a4d3e161d0b21ea112bbe227b3
- /etc/xdg/user-dirs.conf 602a95ec7fe4068512bebb712c41102d
- /etc/xdg/user-dirs.defaults b8595963fe74aeb65e854ba9da7f1acb
-Description: tool to manage well known user directories
- xdg-user-dirs is a tool to help manage "well known" user directories
- like the desktop folder and the music folder. It also handles
- localization (i.e. translation) of the filenames.
- .
- The way it works is that xdg-user-dirs-update is run very early in the
- login phase. This program reads a configuration file, and a set of
- default directories. It then creates localized versions of these
- directories in the users home directory and sets up a config file in
- $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to
- ~/.config) that applications can read to find these directories.
-Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libprotobuf-lite9v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 216
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: protobuf
-Version: 2.6.1-1.3
-Replaces: libprotobuf-lite9
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
-Conflicts: libprotobuf-lite9
-Description: protocol buffers C++ library (lite version)
- Protocol buffers are a flexible, efficient, automated mechanism for
- serializing structured data - similar to XML, but smaller, faster, and
- simpler. You define how you want your data to be structured once, then you can
- use special generated source code to easily write and read your structured
- data to and from a variety of data streams and using a variety of languages.
- You can even update your data structure without breaking deployed programs
- that are compiled against the "old" format.
- .
- Google uses Protocol Buffers for almost all of its internal RPC protocols and
- file formats.
- .
- This package contains the runtime library needed for C++ applications whose
- message definitions have the "lite runtime" optimization setting.
-Original-Maintainer: Robert Edmonds <edmonds@debian.org>
-Homepage: https://code.google.com/p/protobuf/
-
-Package: libxcb1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 173
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.14), libxau6, libxdmcp6
-Breaks: alsa-utils (<< 1.0.24.2-5)
-Description: X C Binding
- This package contains the library files needed to run software using libxcb,
- the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libimobiledevice6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 177
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libimobiledevice
-Version: 1.2.0+dfsg-3~ubuntu0.2
-Replaces: libimobiledevice0, libimobiledevice1, libiphone0
-Depends: libc6 (>= 2.15), libgcrypt20 (>= 1.6.1), libgnutls30 (>= 3.4.2), libplist3 (>= 1.11), libtasn1-6 (>= 4.5), libusbmuxd4 (>= 1.0.10)
-Recommends: usbmuxd
-Suggests: libusbmuxd-tools
-Conflicts: libiphone0
-Description: Library for communicating with the iPhone and iPod Touch
- libimobiledevice is a library that talks the native Apple USB protocols that
- the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does
- not depend on using any existing libraries from Apple.
-Homepage: http://libimobiledevice.org/
-Original-Maintainer: gtkpod Maintainers <pkg-gtkpod-devel@lists.alioth.debian.org>
-
-Package: libusb-0.1-4
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 56
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libusb
-Version: 2:0.1.12-28
-Replaces: libusb-dev (<< 2:0.1.12-25)
-Depends: libc6 (>= 2.15)
-Description: userspace USB programming library
- Library for programming USB applications without the knowledge
- of Linux kernel internals.
- .
- This package contains what you need to run programs that use this
- library.
-Original-Maintainer: Aurelien Jarno <aurel32@debian.org>
-Homepage: http://www.linux-usb.org/
-
-Package: libwayland-cursor0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 49
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: wayland
-Version: 1.12.0-1~ubuntu16.04.3
-Replaces: libwayland0 (<< 1.1.0-1)
-Depends: libc6 (>= 2.14), libwayland-client0 (>= 1.3.92)
-Conflicts: libwayland0 (<< 1.1.0-1)
-Description: wayland compositor infrastructure - cursor library
- Wayland is a protocol for a compositor to talk to its clients as well
- as a C library implementation of that protocol. The compositor can be
- a standalone display server running on Linux kernel modesetting and
- evdev input devices, an X application, or a wayland client
- itself. The clients can be traditional applications, X servers
- (rootless or fullscreen) or other display servers.
- .
- This package ships a helper library to manage cursors.
-Homepage: https://wayland.freedesktop.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: locales
-Status: install ok installed
-Priority: standard
-Section: localization
-Installed-Size: 13684
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: glibc
-Version: 2.23-0ubuntu9
-Replaces: libc-bin (<< 2.23), manpages-fr-extra (<< 20141022)
-Depends: libc-bin (>> 2.23), debconf (>= 0.5) | debconf-2.0
-Breaks: libc-bin (<< 2.23)
-Conffiles:
- /etc/locale.alias 53e10994fabc5169907e413b792785dd
-Description: GNU C Library: National Language (locale) data [support]
- Machine-readable data files, shared objects and programs used by the
- C library for localization (l10n) and internationalization (i18n) support.
- .
- This package contains tools to generate locale definitions from source
- files (included in this package). It allows you to customize which
- definitions actually get generated. This is a space-saver over how this
- package used to be, with all locales generated by default. This created
- a package that unpacked to an excess of 30 megs.
-Homepage: http://www.gnu.org/software/libc/libc.html
-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-
-Package: libfindlib-ocaml
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 487
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: findlib
-Version: 1.5.5-2build1
-Replaces: ocaml-findlib (<< 1.2.4-3)
-Provides: libfindlib-ocaml-q3hl3
-Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
-Breaks: ocaml-findlib (<< 1.2.4-3)
-Conffiles:
- /etc/ocamlfind.conf 7ef230d30ed3bf2b334233c3b43070cc
-Description: library for managing OCaml libraries (runtime)
- The "findlib" OCaml library provides a scheme to manage reusable
- software components (packages), and includes tools that support this
- scheme. Packages are collections of OCaml modules for which
- metainformation can be stored. The packages are kept in the
- filesystem hierarchy, but with strict directory structure. The
- library contains functions to look the directory up that stores a
- package, to query metainformation about a package, and to retrieve
- dependency information about multiple packages.
- .
- This package contains files that are or may be needed at runtime by
- programs using findlib (META files and dynamically-loadable files).
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Homepage: http://projects.camlcity.org/projects/findlib.html
-
-Package: lib32itm1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 120
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-i386 (>= 2.4)
-Description: GNU Transactional Memory Library (32bit)
- GNU Transactional Memory Library (libitm) provides transaction support for
- accesses to the memory of a process, enabling easy-to-use synchronization of
- accesses to shared memory by several threads.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: python3-debian
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 203
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: python-debian
-Version: 0.1.27ubuntu2
-Depends: python3-chardet, python3-six (>> 1.4~), python3:any (>= 3.3.2-2~)
-Recommends: python3-apt
-Suggests: gpgv
-Description: Python 3 modules to work with Debian-related data formats
- This package provides Python 3 modules that abstract many formats of Debian
- related files. Currently handled are:
- * Debtags information (debian.debtags module)
- * debian/changelog (debian.changelog module)
- * Packages files, pdiffs (debian.debian_support module)
- * Control files of single or multiple RFC822-style paragraphs, e.g.
- debian/control, .changes, .dsc, Packages, Sources, Release, etc.
- (debian.deb822 module)
- * Raw .deb and .ar files, with (read-only) access to contained
- files and meta-information
-Original-Maintainer: Debian python-debian Maintainers <pkg-python-debian-maint@lists.alioth.debian.org>
-
-Package: nvidia-libopencl1-367
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-375
-Version: 375.66-0ubuntu0.16.04.1
-Depends: nvidia-libopencl1-375
-Description: Transitional package for nvidia-libopencl1-375
- This is a transitional package for nvidia-libopencl1-375, and can be
- safely removed after the installation is complete.
-
-Package: libapparmor-perl
-Status: install ok installed
-Priority: extra
-Section: perl
-Installed-Size: 211
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: apparmor
-Version: 2.10.95-0ubuntu2.7
-Depends: perl-base (>= 5.22.1-9), perlapi-5.22.1, libapparmor1 (>= 2.10.95), libc6 (>= 2.14)
-Description: AppArmor library Perl bindings
- This provides the Perl module that contains the language bindings
- for the AppArmor library, libapparmor, which were autogenerated via
- SWIG.
-Homepage: http://apparmor.net/
-Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
-
-Package: libnih1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 134
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnih
-Version: 1.0.3-4.3ubuntu1
-Pre-Depends: libc6 (>= 2.15~)
-Description: NIH Utility Library
- libnih is a light-weight "standard library" of C functions to ease the
- development of other libraries and applications, especially those
- normally found in /lib.
- .
- This package contains the shared library.
-Homepage: https://launchpad.net/libnih
-Original-Maintainer: Scott James Remnant <scott@netsplit.com>
-
-Package: bbswitch-dkms
-Status: install ok installed
-Priority: extra
-Section: kernel
-Installed-Size: 36
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: bbswitch
-Version: 0.8-3ubuntu1
-Depends: dkms (>= 2.1.0.0)
-Suggests: bumblebee
-Description: Interface for toggling the power on NVIDIA Optimus video cards
- bbswitch is a kernel module which automatically detects the required ACPI
- calls for two kinds of Optimus laptops. It has been verified to work with
- "real" Optimus and "legacy" Optimus laptops (at least, that is what the
- author Lekensteyn calls those).
- .
- This package uses DKMS to automatically build the bbswitch kernel module.
-Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
-Homepage: https://github.com/Bumblebee-Project/bbswitch
-
-Package: ssh-import-id
-Status: install ok installed
-Priority: extra
-Section: misc
-Installed-Size: 51
-Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
-Architecture: all
-Version: 5.5-0ubuntu1
-Depends: ca-certificates, openssh-client, python3-requests (>= 1.1.0), wget, python3:any (>= 3.3.2-2~)
-Recommends: openssh-server
-Conffiles:
- /etc/ssh/ssh_import_id f92d9edbab801eed9d6b464975da229f
-Description: securely retrieve an SSH public key and install it locally
- This utility will securely contact a public keyserver (Launchpad.net by
- default, but Github.com is also supported), retrieve one or more user's
- public keys, and append these to the current user's ~/.ssh/authorized_keys
- file.
-Homepage: http://launchpad.net/ssh-import-id
-
-Package: libkio5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 3282
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: kde4libs
-Version: 4:4.14.16-0ubuntu3.2
-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14), libkdecore5 (= 4:4.14.16-0ubuntu3.2), libkdeui5 (= 4:4.14.16-0ubuntu3.2), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-svg (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsolid4 (= 4:4.14.16-0ubuntu3.2), libstdc++6 (>= 5.2), libstreamanalyzer0v5 (>= 0.7.8), libx11-6, libxrender1
-Suggests: kdelibs5-plugins (= 4:4.14.16-0ubuntu3.2)
-Description: Network-enabled File Management Library for the KDE Platform
- This library implements almost all the file management functions you will ever
- need. In fact, the KDE file manager, Konqueror also uses this to provide its
- network-enabled file management. This library also implements the KDE file
- selector widget.
- .
- This package is part of the KDE Development Platform libraries module.
-Homepage: http://www.kde.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libtimezonemap-data
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 5613
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libtimezonemap
-Version: 0.4.5
-Replaces: libtimezonemap1 (<< 0.4.2)
-Breaks: libtimezonemap1 (<< 0.4.2)
-Description: GTK+3 timezone map widget - data files
- Timezone map widget for GTK+3
- .
- This package contains the images and city information needed to display the
- widget.
-
-Package: libxnvctrl0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 57
-Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-settings
-Version: 361.42-0ubuntu1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxext6
-Description: NV-CONTROL X extension (runtime library)
- The NV-CONTROL X extension provides a mechanism for X clients to
- query and set configuration parameters of the NVIDIA X driver.
- State set by the NV-CONTROL X extension is assumed to be persistent
- only for the current server generation.
- .
- This package contains the shared library.
-Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
-
-Package: ocaml-findlib
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 918
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: findlib
-Version: 1.5.5-2build1
-Depends: libfindlib-ocaml, libc6 (>= 2.15)
-Recommends: libfindlib-ocaml-dev
-Suggests: camlp4
-Conffiles:
- /etc/bash_completion.d/ocamlfind 008577582cd7968274cfe1ddb2151002
-Description: management tool for OCaml libraries
- The "findlib" OCaml library provides a scheme to manage reusable
- software components (packages), and includes tools that support this
- scheme. Packages are collections of OCaml modules for which
- metainformation can be stored. The packages are kept in the
- filesystem hierarchy, but with strict directory structure. The
- library contains functions to look the directory up that stores a
- package, to query metainformation about a package, and to retrieve
- dependency information about multiple packages.
- .
- This package contains a tool (ocamlfind) that allows the user to
- enter queries on the command-line. In order to simplify compilation
- and linkage, there are new frontends, all driven by ocamlfind, for
- the various OCaml compilers that can directly deal with packages.
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Homepage: http://projects.camlcity.org/projects/findlib.html
-
-Package: libauthen-sasl-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 153
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 2.1600-1
-Depends: perl
-Suggests: libdigest-hmac-perl, libgssapi-perl
-Description: Authen::SASL - SASL Authentication framework
- SASL is a generic mechanism for authentication used by several network
- protocols. Authen::SASL provides an implementation framework that all
- protocols should be able to share.
- .
- The framework allows different implementations of the connection class
- to be plugged in. At the time of writing there were two such plugins:
- - Authen::SASL::Perl
- This module implements several mechanisms and is implemented
- entirely in Perl.
- - Authen::SASL::Cyrus
- This module uses the Cyrus SASL C-library (both version 1 and 2 are
- supported).
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: https://metacpan.org/release/Authen-SASL
-
-Package: logrotate
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 113
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.8.7-2ubuntu2.16.04.2
-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libpopt0 (>= 1.14), libselinux1 (>= 1.32), cron | anacron | cron-daemon, base-passwd (>= 2.0.3.4)
-Suggests: mailx
-Breaks: postgresql-common (<= 126)
-Conffiles:
- /etc/cron.daily/logrotate da9c29ed0b408ffd88d05c3d8e881e94
- /etc/logrotate.conf 4316e462f3c800bebcf43aa9d4fcf4b0
-Description: Log rotation utility
- The logrotate utility is designed to simplify the administration of
- log files on a system which generates a lot of log files. Logrotate
- allows for the automatic rotation compression, removal and mailing of
- log files. Logrotate can be set to handle a log file daily, weekly,
- monthly or when the log file gets to a certain size. Normally, logrotate
- runs as a daily cron job.
-Homepage: https://fedorahosted.org/logrotate/
-Original-Maintainer: Paul Martin <pm@debian.org>
-
-Package: libkcompactdisc4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 152
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libkcompactdisc
-Version: 4:15.12.3-0ubuntu1
-Replaces: libkcddb4 (<< 4:4.10)
-Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libkdecore5 (>= 4:4.4.0), libphonon4 (>= 4:4.6.0really4.3.80), libqt4-dbus (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libsolid4 (>= 4:4.3.4), libstdc++6 (>= 4.1.1), phonon
-Breaks: libkcddb4 (<< 4:4.10)
-Description: CD drive library for KDE Platform (runtime)
- The KDE Compact Disc library provides an API for applications using
- the KDE Platform to interface with the CD drives for audio CDs.
- .
- This package is part of the KDE multimedia module.
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: http://www.kde.org/
-
-Package: git
-Status: install ok installed
-Priority: optional
-Section: vcs
-Installed-Size: 23508
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 1:2.7.4-0ubuntu1.2
-Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1)
-Provides: git-completion, git-core
-Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3, zlib1g (>= 1:1.2.0), perl-modules, liberror-perl, git-man (>> 1:2.7.4), git-man (<< 1:2.7.4-.)
-Recommends: patch, less, rsync, ssh-client
-Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-arch, git-cvs, git-mediawiki, git-svn
-Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), stgit (<< 0.15), stgit-contrib (<< 0.15)
-Conffiles:
- /etc/bash_completion.d/git-prompt 7baac5c3ced94ebf2c0e1dde65c3b1a6
-Description: fast, scalable, distributed revision control system
- Git is popular version control system designed to handle very large
- projects with speed and efficiency; it is used for many high profile
- open source projects, most notably the Linux kernel.
- .
- Git falls in the category of distributed source code management tools.
- Every Git working directory is a full-fledged repository with full
- revision tracking capabilities, not dependent on network access or a
- central server.
- .
- This package provides the git main components with minimal dependencies.
- Additional functionality, e.g. a graphical user interface and revision
- tree visualizer, tools for interoperating with other VCS's, or a web
- interface, is provided as separate git* packages.
-Homepage: https://git-scm.com/
-Original-Maintainer: Gerrit Pape <pape@smarden.org>
-
-Package: libheimntlm0-heimdal
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: heimdal
-Version: 1.7~git20150920+dfsg-4ubuntu1.16.04.1
-Depends: libc6 (>= 2.4), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libwind0-heimdal (>= 1.4.0+git20110226)
-Description: Heimdal Kerberos - NTLM support library
- Heimdal is a free implementation of Kerberos 5 that aims to be
- compatible with MIT Kerberos.
-Homepage: http://www.h5l.org/
-Original-Maintainer: Brian May <bam@debian.org>
-
-Package: hunspell-en-us
-Status: install ok installed
-Priority: optional
-Section: text
-Installed-Size: 707
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 20070829-6ubuntu3
-Replaces: myspell-en-us (<= 1:4.2.1-0ubuntu3), openoffice.org-spellcheck-en-us
-Provides: hunspell-dictionary, hunspell-dictionary-en, hunspell-dictionary-en-us
-Depends: dictionaries-common (>= 0.10)
-Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2)
-Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-en-us (<= 1:4.2.1-0ubuntu3), openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird (<< 2.0.0.1+0dfsg-0)
-Description: English_american dictionary for hunspell
- This is the English_american dictionary for use with the hunspell spellchecker
-Original-Maintainer: Rene Engelhard <rene@debian.org>
-
-Package: libsepol1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 555
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libsepol
-Version: 2.4-2
-Depends: libc6 (>= 2.14)
-Description: SELinux library for manipulating binary security policies
- Security-enhanced Linux is a patch of the Linux kernel and a number
- of utilities with enhanced security functionality designed to add
- mandatory access controls to Linux. The Security-enhanced Linux
- kernel contains new architectural components originally developed to
- improve the security of the Flask operating system. These
- architectural components provide general support for the enforcement
- of many kinds of mandatory access control policies, including those
- based on the concepts of Type Enforcement®, Role-based Access
- Control, and Multi-level Security.
- .
- libsepol provides an API for the manipulation of SELinux binary policies.
- It is used by checkpolicy (the policy compiler) and similar tools, as well
- as by programs like load_policy that need to perform specific transformations
- on binary policies such as customizing policy boolean settings.
-Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
-Homepage: http://userspace.selinuxproject.org/
-
-Package: nvidia-352
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 17
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-361
-Version: 361.42-0ubuntu2
-Depends: nvidia-361
-Description: Transitional package for nvidia-361
- This is a transitional package for nvidia-361, and can be
- safely removed after the installation is complete.
-
-Package: libitm1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 126
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6 (>= 2.14)
-Description: GNU Transactional Memory Library
- GNU Transactional Memory Library (libitm) provides transaction support for
- accesses to the memory of a process, enabling easy-to-use synchronization of
- accesses to shared memory by several threads.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: nvidia-367-dev
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-375
-Version: 375.66-0ubuntu0.16.04.1
-Depends: nvidia-375-dev
-Description: Transitional package for nvidia-375-dev
- This is a transitional package for nvidia-375-dev, and can be
- safely removed after the installation is complete.
-
-Package: gnome-power-manager
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 320
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.18.0-1ubuntu1
-Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.45.8), libgtk-3-0 (>= 3.4.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libupower-glib3 (>= 0.99.0), dconf-gsettings-backend | gsettings-backend, dbus-x11, upower (>= 0.99), gnome-settings-daemon-schemas (>= 3.2)
-Suggests: policykit-1
-Description: power management tool for the GNOME desktop
- GNOME Power Manager is a session daemon for the GNOME desktop
- that takes care of system or desktop events related to power, and
- triggers actions accordingly. Its philosophy is to completely hide
- these complex tasks and only show some settings important to the user.
- .
- GNOME power manager displays and manages battery status, power plug
- events, display brightness, CPU, graphics card and hard disk drive
- power saving, and can trigger suspend-to-RAM, hibernate or shutdown
- events, all integrated to other components of the GNOME desktop.
-Homepage: https://projects.gnome.org/gnome-power-manager/
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libx11-data
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 1497
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Source: libx11
-Version: 2:1.6.3-1ubuntu2
-Breaks: libx11-6 (<< 2:1.4.1)
-Description: X11 client-side library
- This package provides the locale data files for libx11.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libX11
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libpython2.7-stdlib
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 8721
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python2.7
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: python2.7 (<< 2.7.5-0~)
-Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref
-Depends: libpython2.7-minimal (= 2.7.12-1ubuntu0~16.04.3), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libexpat1 (>= 2.1~beta3), libffi6 (>= 3.0.4), libncursesw5 (>= 6), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.2~beta3), libtinfo5 (>= 6)
-Breaks: python-urllib3 (<< 1.9.1-3)
-Description: Interactive high-level object-oriented language (standard library, version 2.7)
- Python is a high-level, interactive, object-oriented language. Its 2.7 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains Python 2.7's standard library. It is normally not
- used on its own, but as a dependency of python2.7.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: diffstat
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 59
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 1.61-1
-Depends: libc6 (>= 2.14)
-Description: produces graph of changes introduced by a diff file
- This program is a simple filter that reads the output of the 'diff' program,
- and produces a histogram of the total number of lines that were changed.
- It is useful for scanning a patch file to see which files were changed.
-Original-Maintainer: Sandro Tosi <morph@debian.org>
-Homepage: http://invisible-island.net/diffstat/
-
-Package: python
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 635
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python-defaults
-Version: 2.7.12-1~16.04
-Replaces: python-dev (<< 2.6.5-2)
-Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref
-Depends: python2.7 (>= 2.7.12-1~), libpython-stdlib (= 2.7.12-1~16.04)
-Pre-Depends: python-minimal (= 2.7.12-1~16.04)
-Suggests: python-doc (= 2.7.12-1~16.04), python-tk (>= 2.7.12-1~)
-Breaks: update-manager-core (<< 0.200.5-2)
-Conflicts: python-central (<< 0.5.5)
-Description: interactive high-level object-oriented language (default version)
- Python, the high-level, interactive object oriented language,
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package is a dependency package, which depends on Debian's default
- Python version (currently v2.7).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libghc-attoparsec-prof
-Status: install ok installed
-Priority: optional
-Section: haskell
-Installed-Size: 4526
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-attoparsec
-Version: 0.13.0.1-1build1
-Provides: libghc-attoparsec-prof-0.13.0.1-13ee8
-Depends: libghc-attoparsec-dev (= 0.13.0.1-1build1), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof-1.4.1.1-614b6, libghc-scientific-prof-0.3.4.4-ad7a1, libghc-text-prof-1.2.2.0-2c09c, libghc-transformers-prof-0.4.2.0-81450
-Description: Fast combinator parsing for bytestrings; profiling libraries
- A fast parser combinator library, aimed particularly at dealing
- efficiently with network protocols and complicated text/binary
- file formats.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/bos/attoparsec
-
-Package: libspeexdsp1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 96
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: speex
-Version: 1.2~rc1.2-1ubuntu1
-Depends: libc6 (>= 2.14)
-Description: The Speex extended runtime library
- Speex is an audio codec especially designed for compressing voice at low
- bit-rates for applications such as voice over IP (VoIP). In some senses,
- it is meant to be complementary to the Vorbis codec which places a greater
- emphasis on high-quality music reproduction.
- .
- This package provides the runtime library of additional functions that
- are part of the Speex distribution.
-Homepage: http://www.speex.org/
-Original-Maintainer: Ron Lee <ron@debian.org>
-
-Package: libqt4-xml
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 435
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 XML module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtXml module provides a stream reader and writer for XML documents,
- and C++ implementations of SAX and DOM.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libxau6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 50
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxau
-Version: 1:1.0.8-1
-Depends: libc6 (>= 2.4)
-Pre-Depends: multiarch-support
-Description: X11 authorisation library
- This package provides the main interface to the X11 authorisation handling,
- which controls authorisation for X connections, both client-side and
- server-side.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXau
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3-jwt
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 79
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: pyjwt
-Version: 1.3.0-1ubuntu0.1
-Depends: python3:any (>= 3.3.2-2~)
-Recommends: python3-cryptography
-Suggests: python3-crypto
-Description: Python 3 implementation of JSON Web Token
- PyJWT implements the JSON Web Token draft 01, a way of representing
- signed content using JSON data structures.
- .
- Supported algorithms for cryptographic signing:
- .
- * HS256 - HMAC using SHA-256 hash algorithm (default)
- * HS384 - HMAC using SHA-384 hash algorithm
- * HS512 - HMAC using SHA-512 hash algorithm
- * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
- algorithm
- * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
- algorithm
- * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
- algorithm
- .
- Supported reserved claim names:
- - "exp" (Expiration Time) Claim
- .
- This package contains the Python 3 version of the library.
-Homepage: https://github.com/jpadilla/pyjwt
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: python-qt4
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 14556
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.11.4+dfsg-1build4
-Replaces: python-qt4-dev (<< 4.4.4-3~)
-Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpython2.7 (>= 2.7), libqt4-dbus (>= 4:4.8.0-1~), libqt4-declarative (>= 4:4.8.0-1~), libqt4-designer (>= 4:4.8.0-1~), libqt4-help (>= 4:4.8.0-1~), libqt4-network (>= 4:4.8.0-1~), libqt4-script (>= 4:4.8.0-1~), libqt4-scripttools (>= 4:4.8.0-1~), libqt4-svg (>= 4:4.8.0-1~), libqt4-test (>= 4:4.8.0-1~), libqt4-xml (>= 4:4.8.0-1~), libqt4-xmlpatterns (>= 4:4.8.0-1~), libqtassistantclient4 (>= 4.6.3), libqtcore4 (>= 4:4.8.0-1~), libqtgui4 (>= 4:4.8.0-1~), libqtwebkit4, libstdc++6 (>= 4.1.1), sip-api-11.2
-Suggests: python-qt4-dbg
-Breaks: python-kde4 (<= 4:4.6.80-3+b1), python-qscintilla2 (<= 2.5.1-1), python-qt4-dbg (<< 4.8.3-3), python-qt4-gl (<< 4.8.3-3), python-qt4-gl-dbg (<< 4.8.3-3), python-qt4-phonon (<< 4.8.3-3), python-qt4-phonon-dbg (<< 4.8.3-3), python-qt4-sql (<< 4.8.3-3), python-qt4-sql-dbg (<< 4.8.3-3), python-qwt3d-qt4 (<< 0.1.7~cvs20090625-7), python-qwt5-qt4 (<= 5.2.1~cvs20091107+dfsg-6), python-sip4 (<< 4.13.1~)
-Description: Python bindings for Qt4
- PyQt4 exposes the Qt4 API to Python. The following modules are supported:
- * QtCore
- * QtDBus
- * QtGui
- * QtNetwork
- * QtXml
- * QtScript
- * QtSvg
- * QtTest
- * QtAssistant
- * QtWebKit
- * QtOpenGL (in python-qt4-gl)
- * QtSql (in python-qt4-sql)
- * phonon (in python-qt4-phonon)
-Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-
-Package: libbabeltrace1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 113
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: babeltrace
-Version: 1.3.2-1
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0)
-Description: Babeltrace conversion libraries
- Babeltrace provides trace reading and writing libraries, as well as a trace
- converter. Plugins can be created for any trace format to allow its conversion
- to/from any other supported format.
- .
- This package provides the babeltrace trace reading and conversion library.
-Original-Maintainer: Jon Bernard <jbernard@debian.org>
-Homepage: http://www.efficios.com/babeltrace
-
-Package: libidn11
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 240
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libidn
-Version: 1.32-3ubuntu1.2
-Replaces: libidn11-dev
-Depends: libc6 (>= 2.14)
-Conflicts: libidn9-dev
-Description: GNU Libidn library, implementation of IETF IDN specifications
- GNU Libidn is a fully documented implementation of the Stringprep,
- Punycode and IDNA specifications. Libidn's purpose is to encode and
- decode internationalized domain names. The Nameprep, XMPP, SASLprep,
- and iSCSI profiles are supported.
- .
- This package contains the shared library.
-Homepage: https://www.gnu.org/software/libidn/
-Original-Maintainer: Debian Libidn Team <help-libidn@gnu.org>
-
-Package: libx32quadmath0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 271
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libc6-x32 (>= 2.23)
-Description: GCC Quad-Precision Math Library (x32)
- A library, which provides quad-precision mathematical functions on targets
- supporting the __float128 datatype. The library is used to provide on such
- targets the REAL(16) type in the GNU Fortran compiler.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libmpdec2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 247
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mpdecimal
-Version: 2.4.2-1
-Replaces: libmpdec2.3
-Depends: libc6 (>= 2.14)
-Breaks: libmpdec2.3
-Description: library for decimal floating point arithmetic (runtime library)
- mpdecimal is a package for correctly-rounded arbitrary precision decimal
- floating point arithmetic.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.bytereef.org/mpdecimal/index.html
-
-Package: signon-ui-x11
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 285
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Source: signon-ui
-Version: 0.17+16.04.20151125-0ubuntu1
-Replaces: signon-ui (<< 0.17)
-Depends: libaccounts-qt5-1, libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libnotify4 (>= 0.7.0), libproxy1v5 (>= 0.4.11), libqt5core5a (>= 5.4.0), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5webkit5 (>= 5.2.0), libqt5widgets5 (>= 5.2.0), libsignon-qt5-1, libstdc++6 (>= 4.1.1), signon-ui-service
-Breaks: signon-ui (<< 0.17)
-Description: Single Sign-on UI
- UI for the signond Single Signon service
-Homepage: https://launchpad.net/signon-ui
-
-Package: fuse
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 2.9.4-1ubuntu3.1
-Depends: libc6 (>= 2.14), libfuse2 (= 2.9.4-1ubuntu3.1), adduser, mount (>= 2.19.1), sed (>= 4)
-Conffiles:
- /etc/fuse.conf 298587592c8444196833f317def414f2
-Description: Filesystem in Userspace
- Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
- export a virtual filesystem to the Linux kernel. It also aims to provide a
- secure method for non privileged users to create and mount their own filesystem
- implementations.
-Homepage: http://fuse.sourceforge.net/
-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-
-Package: rsyslog
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 1297
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 8.16.0-1ubuntu3
-Provides: linux-kernel-log-daemon, system-log-daemon
-Depends: libc6 (>= 2.17), libestr0 (>= 0.1.4), libjson-c2 (>= 0.10), libsystemd0, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), adduser, ucf
-Recommends: logrotate
-Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp, apparmor (>= 2.8.96~2541-0ubuntu4~)
-Conflicts: linux-kernel-log-daemon, system-log-daemon
-Conffiles:
- /etc/apparmor.d/usr.sbin.rsyslogd 5726aad9242260f598ae29e5998d2cea
- /etc/default/rsyslog c7af23c348917e877399baea1849727a
- /etc/init.d/rsyslog a1ef1bb01ba370040d705c92fc09e92e
- /etc/init/rsyslog.conf 34b6c083e007bed20e8341486361529b
- /etc/logcheck/ignore.d.server/rsyslog d77ab13caf836413b9debd906948d761
- /etc/logrotate.d/rsyslog b995d89ccfe4a83ac3ffc5ab95b80f7b
- /etc/rsyslog.conf 58080cfa769d03e19f034e0cfa54ba99
-Description: reliable system and kernel logging daemon
- Rsyslog is a multi-threaded implementation of syslogd (a system utility
- providing support for message logging), with features that include:
- * reliable syslog over TCP, SSL/TLS and RELP
- * on-demand disk buffering
- * email alerting
- * writing to MySQL or PostgreSQL databases (via separate output plugins)
- * permitted sender lists
- * filtering on any part of the syslog message
- * on-the-wire message compression
- * fine-grained output format control
- * failover to backup destinations
- * enterprise-class encrypted syslog relaying
- .
- It is the default syslogd on Debian systems.
-Homepage: http://www.rsyslog.com/
-Original-Maintainer: Michael Biebl <biebl@debian.org>
-
-Package: libclass-accessor-perl
-Status: install ok installed
-Priority: optional
-Section: perl
-Installed-Size: 104
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 0.34-1
-Depends: perl, libsub-name-perl
-Description: Perl module that automatically generates accessors
- Class::Accessor automagically generates accessor/mutator methods for your
- class. Most of the time, writing accessors is an exercise in cutting and
- pasting. If you make your module a subclass of Class::Accessor and declare
- your accessor fields with mk_accessors() then you will find yourself with a
- set of automatically generated accessors which can even be customized.
-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/Class-Accessor/
-
-Package: nautilus
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 1660
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Version: 1:3.18.4.is.3.14.3-0ubuntu6
-Replaces: nautilus-data (<< 1:3.18.1-1ubuntu1), nautilus-sendto
-Depends: libatk1.0-0 (>= 1.32.0), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdbusmenu-glib4 (>= 0.4.2), libexempi3 (>= 2.2.0), libexif12 (>= 0.6.21-1~), libgail-3-0 (>= 3.0.0), libgdk-pixbuf2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.39.90), libgnome-desktop-3-12 (>= 3.18.1), libgtk-3-0 (>= 3.16.2), libnautilus-extension1a (>= 1:2.91), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libselinux1 (>= 1.32), libtracker-sparql-1.0-0 (>= 0.10.0), libunity9 (>= 3.8.4), libx11-6, libxml2 (>= 2.7.4), libzeitgeist-2.0-0 (>= 0.9.9), session-migration, nautilus-data (>= 1:3.18), nautilus-data (<< 1:3.19), shared-mime-info (>= 0.50), desktop-file-utils (>= 0.7), gvfs (>= 1.3.2), libglib2.0-data, gsettings-desktop-schemas (>= 3.8.0)
-Recommends: librsvg2-common, gvfs-backends
-Suggests: brasero (>= 2.26), eog, evince | pdf-viewer, totem | mp3-decoder, xdg-user-dirs, tracker, gnome-sushi
-Breaks: gnome-bluetooth (<< 3.0), gnome-session (<< 2.28), gnome-volume-manager (<< 2.24), nautilus-sendto-empathy (<< 3.0), rhythmbox (<< 0.12)
-Conffiles:
- /etc/xdg/autostart/nautilus-autostart.desktop 132571316e477d7e4a822a6eb985102a
-Description: file manager and graphical shell for GNOME
- Nautilus is the official file manager for the GNOME desktop. It allows
- one to browse directories, preview files and launch applications
- associated with them. It is also responsible for handling the icons on
- the GNOME desktop. It works on local and remote filesystems.
- .
- Several icon themes and components for viewing different kinds of files
- are available in separate packages.
-Homepage: http://www.gnome.org/projects/nautilus/
-Original-Maintainer: Josselin Mouette <joss@debian.org>
-
-Package: xserver-xorg-legacy
-Status: install ok installed
-Priority: extra
-Section: x11
-Installed-Size: 258
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Source: xorg-server
-Version: 2:1.18.4-0ubuntu0.7
-Replaces: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~)
-Depends: xserver-common (>= 2:1.18.4-0ubuntu0.7), libc6 (>= 2.3.4), debconf (>= 0.5) | debconf-2.0
-Breaks: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~)
-Description: setuid root Xorg server wrapper
- This package provides a wrapper for the Xorg X server, which is
- necessary for legacy drivers and non-Linux kernels.
-Homepage: http://www.x.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libxrandr2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 66
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxrandr
-Version: 2:1.5.0-1
-Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1
-Description: X11 RandR extension library
- libXrandr provides an X Window System client interface to the RandR
- extension to the X protocol.
- .
- The RandR extension allows for run-time configuration of display attributes
- such as resolution, rotation, and reflection.
- .
- More information about X.Org can be found at:
- <URL:http://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXrandr
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: ubuntu-keyring
-Status: install ok installed
-Priority: important
-Section: misc
-Installed-Size: 46
-Maintainer: Michael Vogt <michael.vogt@canonical.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 2012.05.19
-Recommends: gpgv
-Description: GnuPG keys of the Ubuntu archive
- The Ubuntu project digitally signs its Release files. This package
- contains the archive keys used for that.
-
-Package: libpolkit-gobject-1-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 141
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: policykit-1
-Version: 0.105-14.1
-Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libsystemd0
-Breaks: libpolkit-agent-1-0 (<< 0.99), libpolkit-backend-1-0 (<< 0.99), libpolkit-gtk-1-0 (<< 0.99), policykit-1 (<< 0.99)
-Description: PolicyKit Authorization API
- PolicyKit is a toolkit for defining and handling the policy that
- allows unprivileged processes to speak to privileged processes.
- .
- This package contains a library for accessing PolicyKit.
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-Homepage: http://www.freedesktop.org/wiki/Software/polkit/
-
-Package: libdbus-1-3
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 436
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: dbus
-Version: 1.10.6-1ubuntu3.3
-Depends: libc6 (>= 2.17), libsystemd0
-Recommends: dbus
-Breaks: dbus (<< 1.9.16-1~)
-Description: simple interprocess messaging system (library)
- D-Bus is a message bus, used for sending messages between applications.
- Conceptually, it fits somewhere in between raw sockets and CORBA in
- terms of complexity.
- .
- D-Bus supports broadcast messages, asynchronous messages (thus
- decreasing latency), authentication, and more. It is designed to be
- low-overhead; messages are sent using a binary protocol, not using
- XML. D-Bus also supports a method call mapping for its messages, but
- it is not required; this makes using the system quite simple.
- .
- It comes with several bindings, including GLib, Python, Qt and Java.
- .
- The daemon can be found in the dbus package.
-Homepage: http://dbus.freedesktop.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: libgcc1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 105
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gccgo-6 (6.0.1-0ubuntu1)
-Version: 1:6.0.1-0ubuntu1
-Depends: gcc-6-base (= 6.0.1-0ubuntu1), libc6 (>= 2.14)
-Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
-Description: GCC support library
- Shared version of the support library, a library of internal subroutines
- that GCC uses to overcome shortcomings of particular machines, or
- special needs for some languages.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libreadline6
-Status: install ok installed
-Priority: important
-Section: libs
-Installed-Size: 382
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: readline6
-Version: 6.3-8ubuntu2
-Depends: readline-common, libc6 (>= 2.15), libtinfo5 (>= 6)
-Description: GNU readline and history libraries, run-time libraries
- The GNU readline library aids in the consistency of user interface
- across discrete programs that need to provide a command line
- interface.
- .
- The GNU history library provides a consistent user interface for
- recalling lines of previously typed input.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: xfonts-base
-Status: install ok installed
-Priority: optional
-Section: fonts
-Installed-Size: 7020
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 1:1.0.4+nmu1
-Replaces: xfonts-misc
-Depends: xfonts-utils (>= 1:7.5+2)
-Suggests: xfs | xserver
-Conffiles:
- /etc/X11/fonts/misc/xfonts-base.alias a8ec05d528431d4c9703b55a7efd67a8
-Description: standard fonts for X
- xfonts-base provides a standard set of low-resolution bitmapped fonts. In
- most cases it is desirable to have the X font server (xfs) and/or an X server
- installed to make the fonts available to X clients.
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: python3-distupgrade
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 626
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: ubuntu-release-upgrader
-Version: 1:16.04.22
-Replaces: python3-update-manager (<< 1:0.165)
-Depends: python3:any (>= 3.3.2-2~), python3-update-manager (>= 1:0.196.2~), python3-apt (>= 0.8.5~), lsb-release
-Breaks: python3-update-manager (<< 1:0.165)
-Description: manage release upgrades
- This is the DistUpgrade Python 3 module
-
-Package: libqt4-svg
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 563
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
-Description: Qt 4 SVG module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtSvg module provides classes for displaying the contents of SVG files.
- .
- Scalable Vector Graphics (SVG) is a language for describing two-dimensional
- graphics and graphical applications in XML.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: gcr
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 360
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.18.0-1ubuntu1
-Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.4), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.0.0), dbus-x11
-Description: GNOME crypto services (daemon and tools)
- GCR is a library for crypto UI and related tasks.
- .
- This package contains the certificate viewer and prompter service.
-Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libghc-text-prof
-Status: install ok installed
-Priority: extra
-Section: haskell
-Installed-Size: 8249
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: haskell-text
-Version: 1.2.2.0-1
-Provides: libghc-text-prof-1.2.2.0-2c09c
-Depends: libghc-text-dev (= 1.2.2.0-1), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-binary-prof-0.7.5.0-bf6a9, libghc-bytestring-prof-0.10.6.0-9a873, libghc-deepseq-prof-1.4.1.1-614b6, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-integer-gmp-prof-1.0.0.0-3c8c4
-Description: efficient packed Unicode text type for Haskell; profiling libraries
- This is a Haskell time and space-efficient implementation of Unicode
- text using packed Word16 arrays. Suitable for performance critical use,
- both in terms of large data quantities and high speed.
- .
- It supports many basic string operations and has some substring search
- tools.
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Homepage: https://github.com/bos/text
-
-Package: libdv4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 154
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdv
-Version: 1.0.0-7
-Depends: libc6 (>= 2.14)
-Suggests: libdv-bin, oss-compat
-Description: software library for DV format digital video (runtime lib)
- The Quasar DV Codec (libdv) is a software decoder for DV format video, as
- defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
- used by consumer-grade digital camcorders.
- .
- This package contains the library needed to run executables using libdv.
-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
-Homepage: http://libdv.sourceforge.net/
-
-Package: libgnome-desktop-3-12
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 429
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gnome-desktop3
-Version: 3.18.2-1ubuntu1
-Replaces: libgnome-desktop-3-2 (<< 3.5.2), libgnome-desktop-3-4 (<< 3.7.90)
-Depends: libc6 (>= 2.14), libcairo2 (>= 1.14.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.44.0), libgtk-3-0 (>= 3.9.10), libx11-6, gsettings-desktop-schemas (>= 3.5.91), gnome-desktop3-data (>= 3.18.2-1ubuntu1)
-Recommends: hwdata (>= 0.227-1)
-Breaks: libgnome-desktop-3-10
-Description: Utility library for loading .desktop files - runtime files
- This library is used by GNOME to load the .desktop files.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libaudio2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 156
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: nas
-Version: 1.9.4-4
-Replaces: nas-lib
-Provides: nas-lib
-Depends: libc6 (>= 2.15), libxau6, libxt6
-Pre-Depends: multiarch-support
-Suggests: nas
-Description: Network Audio System - shared libraries
- The Network Audio System (NAS) was developed by NCD for playing,
- recording, and manipulating audio data over a network. Like the X
- Window System, it uses the client/server model to separate
- applications from the specific drivers that control audio input and
- output devices.
- .
- This package contains the NAS library (libaudio), needed for both remote
- and local output.
-Original-Maintainer: Steve McIntyre <93sam@debian.org>
-
-Package: util-linux
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 3238
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.27.1-6ubuntu3.3
-Replaces: bash-completion (<< 1:2.1-4.1~), initscripts (<< 2.88dsf-59.2~), mount (= 2.26.2-3), mount (= 2.26.2-3ubuntu1), sysvinit-utils (<< 2.88dsf-59.1~)
-Depends: lsb-base (>= 4.1+Debian11ubuntu7), sysvinit-utils (>= 2.88dsf-59.1~)
-Pre-Depends: libblkid1 (>= 2.25), libc6 (>= 2.15), libfdisk1 (>= 2.27~rc1), libmount1 (>= 2.25), libncursesw5 (>= 6), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsmartcols1 (>= 2.27~rc1), libsystemd0, libtinfo5 (>= 6), libudev1 (>= 183), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
-Suggests: dosfstools, kbd | console-tools, util-linux-locales
-Breaks: bash-completion (<< 1:2.1-4.1~), cloud-guest-utils (<< 0.27-0ubuntu16), grml-debootstrap (<< 0.68), mac-fdisk (<< 0.1-16ubuntu3), mount (= 2.26.2-3), mount (= 2.26.2-3ubuntu1), pmac-fdisk (<< 0.1-16ubuntu3)
-Conffiles:
- /etc/cron.weekly/fstrim 8c720b8db851b9038137e08ab8c51b65
- /etc/init.d/hwclock.sh 1ca5c0743fa797ffa364db95bb8d8d8e
- /etc/init/hwclock-save.conf be6e51abc290276742f1e77f6652e106
- /etc/init/hwclock.conf 0bd420e7f81a2ea80d64f8a57a24c78e
- /etc/init/hwclock.sh.conf 55a27396b54021d912e15dbf394a31a3
- /etc/pam.d/runuser b8b44b045259525e0fae9e38fdb2aeeb
- /etc/pam.d/runuser-l 2106ea05877e8913f34b2c77fa02be45
-Description: miscellaneous system utilities
- This package contains a number of important utilities, most of which
- are oriented towards maintenance of your system. Some of the more
- important utilities included in this package allow you to partition
- your hard disk, view kernel messages, and create new filesystems.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: libtag1v5-vanilla
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1049
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: taglib
-Version: 1.9.1-2.4ubuntu1
-Replaces: libtag1-vanilla, libtag1c2a (<< 1.5-5)
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
-Breaks: libtag1-vanilla, libtag1c2a (<< 1.5-5)
-Conflicts: libtag-extras0, libtag1-rusxmms
-Description: audio meta-data library - vanilla flavour
- TagLib is a library for reading and editing audio meta data, commonly know as
- tags.
- .
- - A clean, high level, C++ API to handling audio meta data.
- - Format specific APIs for advanced API users.
- - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
- - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
- Vorbis, Speex and Opus file formats.
- - Basic audio file properties such as length, sample rate, etc.
- - Long term binary and source compatibility.
- - Extensible design, notably the ability to add other formats or extend
- - current formats as a library user.
- - Full support for unicode and internationalized tags.
- - Dual MPL and LGPL licenses.
- - No external toolkit dependencies.
- .
- This is the runtime package for programs that use the TagLib Audio Meta-Data
- Library. This package contains original and unpatched flavour of the library.
-Homepage: http://taglib.github.io/
-Original-Maintainer: Modestas Vainius <modax@debian.org>
-
-Package: gcc-5-base
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 66
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Breaks: gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~)
-Description: GCC, the GNU Compiler Collection (base package)
- This package contains files common to all languages and libraries
- contained in the GNU Compiler Collection (GCC).
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libustr-1.0-1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 273
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: ustr
-Version: 1.0.4-5
-Depends: libc6 (>= 2.14)
-Description: Micro string library: shared library
- ustr (Micro string library) is a string API for C. It has tiny overhead over
- just plain strdup(), is much safer, is easier to use, is faster for many
- operations, can be used with read-only or automatically allocated data. You
- don't even need to link to the library to use it (so there are no
- dependencies).
- .
- This package contains the shared library.
-Original-Maintainer: Vaclav Ovsik <vaclav.ovsik@i.cz>
-Homepage: http://www.and.org/ustr/
-
-Package: lib32gcc1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 125
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gccgo-6 (6.0.1-0ubuntu1)
-Version: 1:6.0.1-0ubuntu1
-Depends: gcc-6-base (= 6.0.1-0ubuntu1), libc6-i386 (>= 2.2.4)
-Description: GCC support library (32 bit Version)
- Shared version of the support library, a library of internal subroutines
- that GCC uses to overcome shortcomings of particular machines, or
- special needs for some languages.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: fontconfig
-Status: install ok installed
-Priority: optional
-Section: fonts
-Installed-Size: 541
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.11.94-0ubuntu1.1
-Replaces: fontconfig-config (<< 2.5.93-1)
-Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.2.1), fontconfig-config
-Pre-Depends: dpkg (>= 1.16.1)
-Description: generic font configuration library - support binaries
- Fontconfig is a font configuration and customization library, which
- does not depend on the X Window System. It is designed to locate
- fonts within the system and select them according to requirements
- specified by applications.
- .
- Fontconfig is not a rasterization library, nor does it impose a
- particular rasterization library on the application. The X-specific
- library 'Xft' uses fontconfig along with freetype to specify and
- rasterize fonts.
- .
- This package contains a program to maintain the fontconfig cache
- (fc-cache), a sample program to list installed fonts (fc-list), a program
- to test the matching rules (fc-match) and a program to dump the binary
- cache files in string form (fc-cat). It no longer makes fonts managed by defoma
- available to fontconfig applications.
-Original-Maintainer: Keith Packard <keithp@debian.org>
-
-Package: libbrlapi0.6
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 134
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: brltty
-Version: 5.3.1-2ubuntu2.1
-Depends: libc6 (>= 2.15)
-Description: braille display access via BRLTTY - shared library
- BRLTTY is a daemon which provides access to the console (text mode)
- for a blind person using a braille display. It drives the braille
- display and provides complete screen review functionality.
- .
- BrlAPI is a library which gives an application access to a braille display and
- lets it write braille.
- .
- This package contains the shared library necessary to run programs which
- need to communicate with a braille display.
-Homepage: http://mielke.cc/brltty/
-Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
-
-Package: liblzo2-2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 180
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: lzo2
-Version: 2.08-1.2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: data compression library
- LZO is a portable, lossless data compression library.
- It offers pretty fast compression and very fast decompression.
- Decompression requires no memory. In addition there are slower
- compression levels achieving a quite competitive compression ratio
- while still decompressing at this very high speed.
-Original-Maintainer: Peter Eisentraut <petere@debian.org>
-Homepage: http://www.oberhumer.com/opensource/lzo/
-
-Package: libnih-dbus1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 54
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libnih
-Version: 1.0.3-4.3ubuntu1
-Depends: libnih1 (= 1.0.3-4.3ubuntu1), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14)
-Description: NIH D-Bus Bindings Library
- libnih-dbus is a D-Bus bindings library that integrates with the main
- loop provided by libnih.
- .
- This package contains the shared library.
-Homepage: https://launchpad.net/libnih
-Original-Maintainer: Scott James Remnant <scott@netsplit.com>
-
-Package: libllvm3.6v5
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 31837
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: libllvm3.6
-Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0)
-Conflicts: libllvm3.6
-Description: Modular compiler and toolchain technologies, runtime library
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- This package contains the LLVM runtime library.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: clang-3.6
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 71968
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Replaces: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt
-Provides: c++-compiler, c-compiler, objc-compiler
-Depends: libc6 (>= 2.15), libclang1-3.6 (= 1:3.6.2-3ubuntu2), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), libtinfo5 (>= 6), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang-common-3.6-dev (= 1:3.6.2-3ubuntu2), libc6-dev, binutils
-Recommends: llvm-3.6-dev, python
-Suggests: gnustep, gnustep-devel, clang-3.6-doc
-Breaks: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt
-Description: C, C++ and Objective-C compiler (LLVM based)
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libattica0.4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 850
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: attica
-Version: 0.4.2-2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-network (>= 4:4.7), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.1.1)
-Description: Qt library that implements the Open Collaboration Services API
- Attica is a Qt library that implements the Open Collaboration Services
- API version 1.6.
- It grants easy access to the services such as querying information about
- persons and contents.
-Original-Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
-Homepage: https://projects.kde.org/attica
-
-Package: python2.7-minimal
-Status: install ok installed
-Priority: standard
-Section: python
-Installed-Size: 3532
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: allowed
-Source: python2.7
-Version: 2.7.12-1ubuntu0~16.04.3
-Replaces: python2.7 (<< 2.7.8-7~)
-Depends: libpython2.7-minimal (= 2.7.12-1ubuntu0~16.04.3), zlib1g (>= 1:1.2.0)
-Pre-Depends: libc6 (>= 2.15)
-Recommends: python2.7
-Suggests: binfmt-support
-Conflicts: binfmt-support (<< 1.1.2)
-Description: Minimal subset of the Python language (version 2.7)
- This package contains the interpreter and some essential modules. It can
- be used in the boot process for some basic tasks.
- See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
- contained in this package.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: libjson-c2
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 87
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: json-c
-Version: 0.11-4ubuntu2
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Description: JSON manipulation library - shared library
- This library allows you to easily construct JSON objects in C,
- output them as JSON formatted strings and parse JSON formatted
- strings back into the C representation of JSON objects.
-Homepage: https://github.com/json-c/json-c/wiki
-Original-Maintainer: fabien boucher <fabien.dot.boucher@gmail.com>
-
-Package: libwrap0
-Status: install ok installed
-Priority: standard
-Section: libs
-Installed-Size: 121
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: tcp-wrappers
-Version: 7.6.q-25
-Replaces: tcpd (<< 7.6.q-20)
-Depends: libc6 (>= 2.14)
-Pre-Depends: multiarch-support
-Recommends: tcpd
-Breaks: tcpd (<< 7.6.q-20)
-Description: Wietse Venema's TCP wrappers library
- Wietse Venema's network logger, also known as TCPD or LOG_TCP.
- .
- These programs log the client host name of incoming telnet,
- ftp, rsh, rlogin, finger etc. requests.
- .
- Security options are:
- - access control per host, domain and/or service;
- - detection of host name spoofing or host address spoofing;
- - booby traps to implement an early-warning system.
-Original-Maintainer: Marco d'Itri <md@linux.it>
-
-Package: libavahi-common-data
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 116
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Description: Avahi common data files
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This package contains common data files for avahi.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-
-Package: nvidia-opencl-icd-367
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 18
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-375
-Version: 375.66-0ubuntu0.16.04.1
-Depends: nvidia-opencl-icd-375
-Description: Transitional package for nvidia-opencl-icd-375
- This is a transitional package for nvidia-opencl-icd-375, and can be
- safely removed after the installation is complete.
-
-Package: libgnomekbd8
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 145
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libgnomekbd
-Version: 3.6.0-1ubuntu2
-Depends: iso-codes, libgnomekbd-common (>= 3.6.0-1ubuntu2), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.22.0), libx11-6, libxklavier16 (>= 5.0)
-Description: GNOME library to manage keyboard configuration - shared library
- libgnomekbd offers an API to manage the keyboard in GNOME applications.
- .
- libgnomekbdui offers an API to display a graphical user interface for
- libgnomekbd operations.
- .
- This package contains the shared library.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: notification-daemon
-Status: install ok installed
-Priority: optional
-Section: x11
-Installed-Size: 200
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 3.18.2-1
-Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.10.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.16.2), libpango-1.0-0 (>= 1.14.0), libx11-6
-Conffiles:
- /etc/xdg/autostart/notification-daemon-autostart.desktop f02d3228f37c01f99ae7c69971ddb671
-Description: daemon for displaying passive pop-up notifications
- notification-daemon displays passive pop-up notifications, as per
- the Desktop Notifications Specification.
- .
- The Desktop Notifications Specification provides a standard way of
- doing passive pop-up notifications on the Linux desktop. These are
- designed to notify the user of something without interrupting their
- work with a dialog box that they must close. Passive popups can
- automatically disappear after a short period of time.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: https://git.gnome.org/browse/notification-daemon/
-
-Package: libpython3.5-minimal
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 3755
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.5
-Version: 3.5.2-2ubuntu0~16.04.4
-Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.2~beta3)
-Recommends: libpython3.5-stdlib
-Conflicts: binfmt-support (<< 1.1.2)
-Conffiles:
- /etc/python3.5/sitecustomize.py d6b276695157bde06a56ba1b2bc53670
-Description: Minimal subset of the Python language (version 3.5)
- This package contains some essential modules. It is normally not
- used on it's own, but as a dependency of python3.5-minimal.
-Original-Maintainer: Matthias Klose <doko@debian.org>
-
-Package: ubuntu-standard
-Status: install ok installed
-Priority: optional
-Section: metapackages
-Installed-Size: 45
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: ubuntu-meta
-Version: 1.361
-Depends: busybox-static, cpio, cron, dmidecode, dnsutils, dosfstools, ed, file, ftp, hdparm, info, iptables, language-selector-common, libpam-systemd, logrotate, lshw, lsof, ltrace, man-db, mime-support, parted, pciutils, popularity-contest, psmisc, rsync, strace, systemd-sysv, time, usbutils, wget
-Recommends: apparmor, apt-transport-https, bash-completion, command-not-found, friendly-recovery, iputils-tracepath, irqbalance, manpages, mlocate, mtr-tiny, nano, ntfs-3g, openssh-client, plymouth, plymouth-theme-ubuntu-text, tcpdump, telnet, ufw, update-manager-core, uuid-runtime
-Description: The Ubuntu standard system
- This package depends on all of the packages in the Ubuntu standard system.
- This set of packages provides a comfortable command-line Unix-like
- environment.
- .
- It is also used to help ensure proper upgrades, so it is recommended that
- it not be removed.
-
-Package: eject
-Status: install ok installed
-Priority: optional
-Section: utils
-Installed-Size: 160
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1
-Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.97)
-Suggests: cdtool, setcd
-Description: ejects CDs and operates CD-Changers under Linux
- This little program will eject CD-ROMs (assuming your drive supports
- the CDROMEJECT ioctl). It also allows setting the autoeject feature.
- .
- On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing
- the active disc.
- .
- You can also use eject to properly disconnect external mass-storage
- devices like digital cameras or portable music players.
-Homepage: http://www.pobox.com/~tranter/eject.html
-Original-Maintainer: Frank Lichtenheld <djpig@debian.org>
-
-Package: libclutter-1.0-0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 1596
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: clutter-1.0
-Version: 1.24.2-1
-Depends: libatk1.0-0 (>= 2.5.3), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libcogl-pango20 (>= 1.17.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.21.2), libfontconfig1 (>= 2.9.0), libglib2.0-0 (>= 2.44.0), libgtk-3-0 (>= 3.16.2), libinput10 (>= 0.21.0), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.30), libpangocairo-1.0-0 (>= 1.30), libpangoft2-1.0-0 (>= 1.30), libudev1 (>= 183), libwayland-client0 (>= 1.3.92), libwayland-cursor0 (>= 1.0.2), libwayland-server0 (>= 1.2.0), libx11-6 (>= 2:1.2.99.901), libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxi6 (>= 2:1.2.99.4), libxkbcommon0 (>= 0.5.0)
-Recommends: libclutter-1.0-common
-Breaks: cinnamon-session (<< 2.6.2), libcogl9
-Description: Open GL based interactive canvas library
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Homepage: http://www.clutter-project.org/
-
-Package: libdvdread4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 144
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdvdread
-Version: 5.0.3-1
-Depends: libc6 (>= 2.14)
-Recommends: libdvdnav4
-Suggests: libdvdcss2
-Description: library for reading DVDs
- libdvdread provides the functionality that is required to access many DVDs. It
- parses IFO files, reads NAV-blocks, and performs CSS authentication and
- descrambling.
- .
- libdvdread probes for libdvdcss at runtime and if found, will use it to
- decrypt sections of the DVD as necessary. libdvdcss needs to be installed from
- third-party repositories (see README.css), it's not included in Debian.
-Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Homepage: http://dvdnav.mplayerhq.hu/
-
-Package: sed
-Essential: yes
-Status: install ok installed
-Priority: required
-Section: utils
-Installed-Size: 304
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Version: 4.2.2-7
-Depends: dpkg (>= 1.15.4) | install-info
-Pre-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32)
-Description: The GNU sed stream editor
- sed reads the specified files or the standard input if no
- files are specified, makes editing changes according to a
- list of commands, and writes the results to the standard
- output.
-Original-Maintainer: Clint Adams <clint@debian.org>
-Homepage: http://www.gnu.org/software/sed/
-
-Package: libpython3.6
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 4761
-Maintainer: Matthias Klose <doko@debian.org>
-Architecture: amd64
-Multi-Arch: same
-Source: python3.6
-Version: 3.6.5-5~16.04.york1
-Depends: libpython3.6-stdlib (= 3.6.5-5~16.04.york1), libc6 (>= 2.17), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
-Description: Shared Python runtime library (version 3.6)
- Python is a high-level, interactive, object-oriented language. Its 3.6 version
- includes an extensive class library with lots of goodies for
- network programming, system administration, sounds and graphics.
- .
- This package contains the shared runtime library, normally not needed
- for programs using the statically linked interpreter.
-
-Package: cloud-init
-Status: install ok installed
-Priority: extra
-Section: admin
-Installed-Size: 1536
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Architecture: all
-Version: 0.7.9-233-ge586fe35-0ubuntu1~16.04.1
-Replaces: ec2-init (<< 0.5.3)
-Provides: ec2-init
-Depends: cloud-guest-utils | cloud-utils, ifupdown (>= 0.6.10ubuntu5), procps, python3, python3-requests (>= 0.8.2), python3-serial, debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), python3-configobj, python3-jinja2, python3-jsonpatch, python3-oauthlib, python3-prettytable, python3-six, python3-yaml, python3:any (>= 3.3.2-2~)
-Recommends: eatmydata, gdisk, software-properties-common
-Breaks: walinuxagent (<< 2.1.3-0ubuntu4.1)
-Conflicts: ec2-init (<< 0.5.3)
-Conffiles:
- /etc/NetworkManager/dispatcher.d/hook-network-manager 5fe06610f28360e90a8c04febddd384b
- /etc/cloud/cloud.cfg d4195b4eca8361611a23552e8157ff5b
- /etc/cloud/cloud.cfg.d/05_logging.cfg aaed6d73c960381f36743c24a1603aab
- /etc/cloud/cloud.cfg.d/README 4d1d62d930571121d5256ef77ce9f519
- /etc/cloud/templates/chef_client.rb.tmpl 7acb4753d53a089ff1dfd4ba609c7539
- /etc/cloud/templates/hosts.debian.tmpl 0f19ecd06c3e71f7c8ee1e864b0e22e9
- /etc/cloud/templates/hosts.freebsd.tmpl 4b24f77244877db02fa3cccef97b0827
- /etc/cloud/templates/hosts.redhat.tmpl bd5a1edd50c1d8b27c5f51ed44040c19
- /etc/cloud/templates/hosts.suse.tmpl 8d9e0c37a0f6d40f01593a9998661c60
- /etc/cloud/templates/ntp.conf.debian.tmpl eb6451423e8945002bc353beb9f7b3f0
- /etc/cloud/templates/ntp.conf.fedora.tmpl eb6d3fe3d4ddebfe0e310843e8bbc82b
- /etc/cloud/templates/ntp.conf.rhel.tmpl 3437363e2f2dd82c94f8c787fc957ee8
- /etc/cloud/templates/ntp.conf.sles.tmpl 7750bbba5f2fb89dea6bf374037cfeda
- /etc/cloud/templates/ntp.conf.ubuntu.tmpl 645795fb4ef5d9801111f7d1eb27d91d
- /etc/cloud/templates/resolv.conf.tmpl 169f36939305409fffb0e9a4bee27b30
- /etc/cloud/templates/sources.list.debian.tmpl f2cd5b2bbd980606f110a2c385078c1d
- /etc/cloud/templates/sources.list.ubuntu.tmpl 0f14e3389d4a44be28b241c29afa584e
- /etc/dhcp/dhclient-exit-hooks.d/hook-dhclient aa6f407b6895c130f2809755373e739f
- /etc/init/cloud-config.conf 710d4e0ddc05367b20bc0b735de0f412
- /etc/init/cloud-final.conf 9a24e799bc63d122deaa66fff6d2997f
- /etc/init/cloud-init-blocknet.conf 8283f3ae87e737c4bbc48e51a3a851e6
- /etc/init/cloud-init-container.conf 216ae1b50f1637ce7db5f7e1339d8106
- /etc/init/cloud-init-local.conf 632f72e54cd45e36715862d90e7eb26c
- /etc/init/cloud-init-nonet.conf 45fac884b97aa61c5d62d785ca9bc5c6
- /etc/init/cloud-init.conf 705063cec926d28fb635427258aa2b9b
- /etc/init/cloud-log-shutdown.conf 46c340d8f517cbf42562ee6e516908ed
- /etc/profile.d/Z99-cloud-locale-test.sh 547dfd589e1f854df53b67a0525b9200
- /etc/profile.d/Z99-cloudinit-warnings.sh c1446ca940e0ab478560200a316961d6
- /etc/rsyslog.d/21-cloudinit.conf d4cf2e5d3cb9914cf7e6cdc08d298339
-Description: Init scripts for cloud instances
- Cloud instances need special scripts to run during initialisation
- to retrieve and install ssh keys and to let the user run various scripts.
-
-Package: libsignon-extension1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 87
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: signon
-Version: 8.58+16.04.20151106-0ubuntu1
-Depends: libc6 (>= 2.14), libqt5core5a (>= 5.4.0), libqt5dbus5 (>= 5.0.2), libstdc++6 (>= 4.1.1)
-Description: Single Sign On framework
- Framework to provide credential storage and authentication service.
-Homepage: http://code.google.com/p/accounts-sso/
-
-Package: libcups2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 653
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cups
-Version: 2.1.3-4ubuntu0.4
-Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libgnutls30 (>= 3.4.2), libgssapi-krb5-2 (>= 1.10+dfsg~), zlib1g (>= 1:1.2.0)
-Suggests: cups-common
-Breaks: cups (<< 1.5.0)
-Description: Common UNIX Printing System(tm) - Core library
- The Common UNIX Printing System (or CUPS(tm)) is a printing system and
- general replacement for lpd and the like. It supports the Internet
- Printing Protocol (IPP), and has its own filtering driver model for
- handling various document types.
- .
- This package provides the base shared libraries for CUPS.
-Homepage: http://www.cups.org
-Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
-
-Package: libsmartcols1
-Status: install ok installed
-Priority: required
-Section: libs
-Installed-Size: 236
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: util-linux
-Version: 2.27.1-6ubuntu3.3
-Depends: libc6 (>= 2.17)
-Description: smart column output alignment library
- This smart column output alignment library is used by fdisk utilities.
-Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
-
-Package: libstdc++-5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 15270
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Provides: libstdc++-dev
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libgcc-5-dev (= 5.4.0-6ubuntu1~16.04.9), libstdc++6 (>= 5.4.0-6ubuntu1~16.04.9), libc6-dev (>= 2.13-0ubuntu6)
-Suggests: libstdc++-5-doc
-Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev
-Description: GNU Standard C++ Library v3 (development files)
- This package contains the headers and static library files necessary for
- building C++ programs which use libstdc++.
- .
- libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
- was included up to g++-2.95. The first version of libstdc++-v3 appeared
- in g++-3.0.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: nvidia-opencl-icd-384
-Status: install ok installed
-Priority: optional
-Section: restricted/misc
-Installed-Size: 19846
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: nvidia-graphics-drivers-384
-Version: 384.111-0ubuntu0.16.04.1
-Replaces: nvidia-opencl-icd
-Provides: nvidia-opencl-icd, opencl-icd
-Depends: libc6 (>= 2.2.5), nvidia-384 (>= 384.111), ocl-icd-libopencl1 | nvidia-libopencl1-384
-Conflicts: nvidia-opencl-icd
-Enhances: libopencl1
-Conffiles:
- /etc/OpenCL/vendors/nvidia.icd 9d950bb477202d049cf31f84621a7f47
-Description: NVIDIA OpenCL ICD
- OpenCL (Open Computing Language) is a multivendor open standard for
- general-purpose parallel programming of heterogeneous systems that include
- CPUs, GPUs and other processors.
- .
- This package provides the NVIDIA installable client driver (ICD) for OpenCL
- which supports NVIDIA GPUs.
-
-Package: libcryptsetup4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 219
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: cryptsetup
-Version: 2:1.6.6-5ubuntu2.1
-Depends: libc6 (>= 2.17), libdevmapper1.02.1 (>= 2:1.02.97), libgcrypt20 (>= 1.6.1), libuuid1 (>= 2.16), libgpg-error0 (>= 1.10-0.1)
-Description: disk encryption support - shared library
- Cryptsetup provides an interface for configuring encryption on block
- devices (such as /home or swap partitions), using the Linux kernel
- device mapper target dm-crypt. It features integrated Linux Unified Key
- Setup (LUKS) support.
- .
- This package provides the libcryptsetup shared library.
-Homepage: http://code.google.com/p/cryptsetup/
-Original-Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@lists.alioth.debian.org>
-
-Package: python3-xkit
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 139
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: x-kit
-Version: 0.5.0ubuntu2
-Depends: python3:any (>= 3.3.2-2~)
-Description: library for the manipulation of xorg.conf files (Python 3)
- X-Kit is library for the manipulation of xorg.conf files.
- .
- This is the Python 3 version of the package.
-Original-Maintainer: Alberto Milone (tseliot) <albertomilone@alice.it>
-
-Package: popularity-contest
-Status: install ok installed
-Priority: optional
-Section: misc
-Installed-Size: 115
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Version: 1.64ubuntu2
-Provides: popcon
-Depends: debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.10)
-Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106)
-Recommends: cron | cron-daemon
-Suggests: anacron
-Conffiles:
- /etc/cron.daily/popularity-contest 0c49b8a243930cdccdf1ea8bc96e9da9
-Description: Vote for your favourite packages automatically
- The popularity-contest package sets up a cron job that will
- periodically anonymously submit to the Ubuntu developers
- statistics about the most used Ubuntu packages on this system.
- .
- This information helps Ubuntu make decisions such as which packages
- should go on the first CD. It also lets Ubuntu improve future versions
- of the distribution so that the most popular packages are the ones which
- are installed automatically for new users.
-Homepage: http://popcon.debian.org/
-Original-Maintainer: Popularity Contest Developers <popcon-developers@lists.alioth.debian.org>
-
-Package: libqt4-scripttools
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 908
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qt4-x11
-Version: 4:4.8.7+dfsg-5ubuntu2
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-script (= 4:4.8.7+dfsg-5ubuntu2), libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2), libqtgui4 (= 4:4.8.7+dfsg-5ubuntu2), libstdc++6 (>= 4.1.1)
-Description: Qt 4 script tools module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- The QtScriptTools module provides additional components for applications that
- use Qt Script.
- .
- This package contains the Qt Script debugger, a tool for debugging script
- execution in Qt applications that use Qt Script.
-Homepage: http://qt-project.org/
-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libegl1-mesa
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 315
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: mesa
-Version: 17.2.8-0ubuntu0~16.04.1
-Replaces: libegl1-x11
-Provides: libegl1-x11
-Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgbm1 (= 17.2.8-0ubuntu0~16.04.1), libmirclient9 (>= 0.26.3+16.04.20170605), libwayland-client0 (>= 1.11.0), libwayland-server0 (>= 1.11.0), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, zlib1g (>= 1:1.1.4), libgl1-mesa-dri (= 17.2.8-0ubuntu0~16.04.1)
-Conflicts: libegl1-x11
-Description: free implementation of the EGL API -- runtime
- This package contains the EGL native platform graphics interface library.
- EGL provides a platform-agnostic mechanism for creating rendering surfaces
- for use with other graphics libraries, such as OpenGL|ES.
- .
- This package contains modules to interface with the existing system GLX or
- DRI2 drivers to provide OpenGL via EGL.
-Homepage: https://mesa3d.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: camlp4
-Status: install ok installed
-Priority: optional
-Section: ocaml
-Installed-Size: 34842
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Version: 4.02.1+3-2
-Replaces: camlp4-extra (<< 4.02.1)
-Provides: camlp4-extra
-Depends: libcamlp4-ocaml-dev, libc6 (>= 2.15), ocaml-base-nox-4.02.3
-Recommends: ocaml-findlib
-Breaks: camlp4-extra (<< 4.02.1)
-Description: Pre Processor Pretty Printer for OCaml
- Camlp4 is a software system for writing extensible parsers for
- programming languages. It provides a set of OCaml libraries that are
- used to define grammars as well as loadable syntax extensions of such
- grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
- one of its most important applications is the definition of
- domain-specific extensions of the syntax of OCaml.
- .
- This package contains CamlP4 executables for pre-processing and
- pretty-printing OCaml sources both interactively and in a batch
- fashion.
-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Homepage: https://github.com/ocaml/camlp4
-
-Package: libsz2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 24
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libaec
-Version: 0.3.2-1
-Depends: libaec0, libc6 (>= 2.14)
-Description: Adaptive Entropy Coding library - SZIP
- Libaec provides fast lossless compression of 1 up to 32 bit wide
- signed or unsigned integers (samples).
- Libaec implements Golomb Rice coding as defined in the Space Data
- System Standard documents 121.0-B-2 [1] and 120.0-G-2[2].
- .
- This package provides a free drop-in replacement for the SZIP
- compression library.
-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Homepage: https://www.dkrz.de/redmine/projects/aec
-
-Package: libidn11-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 809
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: libidn
-Version: 1.32-3ubuntu1.2
-Depends: libidn11 (= 1.32-3ubuntu1.2), pkg-config
-Conflicts: libidn9-dev
-Description: Development files for GNU Libidn, an IDN library
- GNU Libidn is a fully documented implementation of the Stringprep,
- Punycode and IDNA specifications. Libidn's purpose is to encode and
- decode internationalized domain names. The Nameprep, XMPP, SASLprep,
- and iSCSI profiles are supported.
- .
- This package contains the header files, static library, pkg-config
- information, API man pages, and the Libidn manual.
-Homepage: https://www.gnu.org/software/libidn/
-Original-Maintainer: Debian Libidn Team <help-libidn@gnu.org>
-
-Package: libqtwebkit4
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 36122
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: qtwebkit-source
-Version: 2.3.2-0ubuntu11
-Replaces: libqt4-webkit (<= 4:4.7.0~beta1)
-Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.7.0~beta1), libqt4-opengl (>= 4:4.5.3), libqtcore4 (>= 4:4.8.4), libqtgui4 (>= 4:4.8.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2), libx11-6, libxml2 (>= 2.7.4), libxrender1, libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.0)
-Description: Web content engine library for Qt
- QtWebKit provides a Web browser engine that makes it easy to embed content
- from the World Wide Web into your Qt application.
-Homepage: http://trac.webkit.org/wiki/QtWebKit
-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-
-Package: libpcap0.8
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 308
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libpcap
-Version: 1.7.4-2
-Replaces: libpcap0.8-dev (<< 1.0.0-2)
-Depends: libc6 (>= 2.14)
-Description: system interface for user-level packet capture
- libpcap (Packet CAPture) provides a portable framework for low-level
- network monitoring. Applications include network statistics collection,
- security monitoring, network debugging, etc.
- .
- Since almost every system vendor provides a different interface for
- packet capture, and since there are several tools that require this
- functionality, the libpcap authors created this system-independent API
- to ease in porting and to alleviate the need for several
- system-dependent packet capture modules in each application.
-Original-Maintainer: Romain Francoise <rfrancoise@debian.org>
-Homepage: http://www.tcpdump.org/
-
-Package: libwayland-server0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 94
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: wayland
-Version: 1.12.0-1~ubuntu16.04.3
-Replaces: libwayland0 (<< 1.1.0-1)
-Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4)
-Breaks: weston (<< 1.2.0)
-Conflicts: libwayland0 (<< 1.1.0-1)
-Description: wayland compositor infrastructure - server library
- Wayland is a protocol for a compositor to talk to its clients as well
- as a C library implementation of that protocol. The compositor can be
- a standalone display server running on Linux kernel modesetting and
- evdev input devices, an X application, or a wayland client
- itself. The clients can be traditional applications, X servers
- (rootless or fullscreen) or other display servers.
- .
- This package ships the library that implements the server side of
- the Wayland protocol.
-Homepage: https://wayland.freedesktop.org/
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: netbase
-Status: install ok installed
-Priority: important
-Section: admin
-Installed-Size: 66
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 5.3
-Depends: lsb-base (>= 3.0-6)
-Recommends: ifupdown
-Breaks: ifupdown (<< 0.7)
-Conffiles:
- /etc/rpc f0b6f6352bf886623adc04183120f83b
- /etc/protocols bb9c019d6524e913fd72441d58b68216
- /etc/services 7d9960c77b363e2c2f41b77733cf57d4
-Description: Basic TCP/IP networking system
- This package provides the necessary infrastructure for basic TCP/IP based
- networking.
-Original-Maintainer: Marco d'Itri <md@linux.it>
-
-Package: clang-3.6-doc
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 2999
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Description: C, C++ and Objective-C compiler (LLVM based) - Documentation
- Clang project is a C, C++, Objective C and Objective C++ front-end
- for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
- Collection (GCC).
- .
- Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
- a partial support of C++1y.
- .
- This package contains the documentation.
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: gcc-5-multilib
-Status: install ok installed
-Priority: optional
-Section: devel
-Installed-Size: 6
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), gcc-5 (= 5.4.0-6ubuntu1~16.04.9), libc6-dev-i386 (>= 2.11), libc6-dev-x32 (>= 2.11), lib32gcc-5-dev (= 5.4.0-6ubuntu1~16.04.9), libx32gcc-5-dev (= 5.4.0-6ubuntu1~16.04.9)
-Description: GNU C compiler (multilib support)
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package, depending on development packages
- for the non-default multilib architecture(s).
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: zlib1g-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 415
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: zlib
-Version: 1:1.2.8.dfsg-2ubuntu4.1
-Provides: libz-dev
-Depends: zlib1g (= 1:1.2.8.dfsg-2ubuntu4.1), libc6-dev | libc-dev
-Conflicts: zlib1-dev
-Description: compression library - development
- zlib is a library implementing the deflate compression method found
- in gzip and PKZIP. This package includes the development support
- files.
-Homepage: http://zlib.net/
-Original-Maintainer: Mark Brown <broonie@debian.org>
-
-Package: llvm-3.6-doc
-Status: install ok installed
-Priority: optional
-Section: doc
-Installed-Size: 9761
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Source: llvm-toolchain-3.6
-Version: 1:3.6.2-3ubuntu2
-Depends: libjs-jquery, libjs-underscore
-Description: Modular compiler and toolchain technologies, documentation
- LLVM is a collection of libraries and tools that make it easy to build
- compilers, optimizers, just-in-time code generators, and many other
- compiler-related programs.
- .
- LLVM uses a single, language-independent virtual instruction set both
- as an offline code representation (to communicate code between
- compiler phases and to run-time systems) and as the compiler internal
- representation (to analyze and transform programs). This persistent
- code representation allows a common set of sophisticated compiler
- techniques to be applied at compile-time, link-time, install-time,
- run-time, or "idle-time" (between program runs).
- .
- This package contains all documentation (extensive).
-Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
-Homepage: http://www.llvm.org/
-
-Package: libunity-protocol-private0
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 320
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libunity
-Version: 7.1.4+16.04.20180209.1-0ubuntu1
-Depends: libc6 (>= 2.4), libdee-1.0-4 (>= 1.0.0), libglib2.0-0 (>= 2.37.3)
-Breaks: libunity9 (<< 7.1.1)
-Description: binding to get places into the launcher - private library
- libunity is a shared library to be able to interact with the launcher
- and add places in Unity environment.
- .
- This package contains a library containing the private protocol to be
- used between libunity and unity itself.
-Homepage: https://launchpad.net/libunity
-
-Package: libxklavier16
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 138
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxklavier
-Version: 5.4-0ubuntu2
-Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libx11-6, libxi6 (>= 2:1.1.2), libxkbfile1, libxml2 (>= 2.7.4), xkb-data (>= 0.8), x11-xkb-utils
-Suggests: iso-codes
-Description: X Keyboard Extension high-level API
- Libxklavier provides programmers an API for high(er) level access to the
- X Keyboard Extension, to ease creating XKB related applications.
-Homepage: http://www.freedesktop.org/wiki/Software/LibXklavier
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: libobjc-5-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 3173
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: gcc-5
-Version: 5.4.0-6ubuntu1~16.04.9
-Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.9), libgcc-5-dev (= 5.4.0-6ubuntu1~16.04.9), libobjc4 (>= 5.4.0-6ubuntu1~16.04.9)
-Description: Runtime library for GNU Objective-C applications (development files)
- This package contains the headers and static library files needed to build
- GNU ObjC applications.
-Homepage: http://gcc.gnu.org/
-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
-
-Package: libfdt1
-Status: install ok installed
-Priority: extra
-Section: libs
-Installed-Size: 45
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: device-tree-compiler
-Version: 1.4.0+dfsg-2
-Depends: libc6 (>= 2.14)
-Description: Flat Device Trees manipulation library
- This is a library containing functions for manipulating Flat Device Trees.
-Original-Maintainer: Hector Oron <zumbi@debian.org>
-Homepage: https://git.kernel.org/cgit/utils/dtc/dtc.git
-
-Package: libpython3-dev
-Status: install ok installed
-Priority: optional
-Section: libdevel
-Installed-Size: 43
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: python3-defaults
-Version: 3.5.1-3
-Depends: libpython3.5-dev (>= 3.5.1-2~)
-Description: header files and a static library for Python (default)
- Header files, a static library and development tools for building
- Python modules, extending the Python interpreter or embedding Python
- in applications.
- .
- This package is a dependency package, which depends on Debian's default
- Python 3 version (currently v3.5).
-Original-Maintainer: Matthias Klose <doko@debian.org>
-Homepage: http://www.python.org/
-
-Package: libjpeg8
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 26
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libjpeg8-empty
-Version: 8c-2ubuntu8
-Depends: libjpeg-turbo8 (>= 1.1.90+svn722-1ubuntu6)
-Description: Independent JPEG Group's JPEG runtime library (dependency package)
- libjpeg8 dependency package, depending on libjpeg-turbo8.
-
-Package: qemu-system-common
-Status: install ok installed
-Priority: optional
-Section: otherosfs
-Installed-Size: 917
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: foreign
-Source: qemu
-Version: 1:2.5+dfsg-5ubuntu10.26
-Replaces: qemu (<< 1.3.0+dfsg-5), qemu-common, qemu-keymaps, qemu-system (<< 1.3.0+dfsg-5), qemu-system-ppc (<< 1:2.5+dfsg-1ubuntu2), qemu-system-x86 (<< 1:2.5+dfsg-1ubuntu2), qemu-utils (<< 1.3.0+dfsg-4)
-Provides: qemu-keymaps
-Depends: lsb-base (>= 4.1+Debian11ubuntu7), libc6 (>= 2.14), libcap-ng0, libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.16.0), qemu-block-extra (= 1:2.5+dfsg-5ubuntu10.26), acl
-Pre-Depends: adduser
-Breaks: iproute (<< 20110315-1), qemu-common, qemu-keymaps, qemu-system (<< 1.3.0+dfsg-5), qemu-system-ppc (<< 1:2.5+dfsg-1ubuntu2), qemu-system-x86 (<< 1:2.5+dfsg-1ubuntu2), qemu-utils (<< 1.3.0+dfsg-4)
-Conffiles:
- /etc/default/qemu-kvm de011d25b81019275abf2a845cd3a783
- /etc/init.d/qemu-kvm e79b8c1fc80bea10c90dd95a3cd95d00
- /etc/init/qemu-kvm.conf 507c1ca59fc736fe24a6a83d04ab6e43
- /etc/qemu-ifdown a14a53eb35c157c041778699c8da91bc
- /etc/qemu-ifup c8525c99b92195009ab9937b83a1c23a
-Description: QEMU full system emulation binaries (common files)
- QEMU is a fast processor emulator: currently the package supports
- ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
- SPARC and x86-64 emulation. By using dynamic translation it achieves
- reasonable speed while being easy to port on new host CPUs.
- .
- This package provides common files needed for target-specific
- full system emulation (qemu-system-*) packages.
-Homepage: http://www.qemu.org/
-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
-
-Package: python-sip
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 270
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: sip4
-Version: 4.17+dfsg-1build1
-Provides: sip-api-11.0, sip-api-11.1, sip-api-11.2
-Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
-Breaks: python-qscintilla (<< 2.7.2), python-qt4 (<< 4.10.2~), python-qwt3d-qt4 (<< 0.1.7~cvs20090625-12~), python-qwt5-qt4 (<< 5.2.1~cvs20091107+dfsg-7~), python-sip4-dbg
-Description: Python/C++ bindings generator runtime library
- SIP is a tool for generating bindings for C++ classes with some ideas
- borrowed from SWIG, but capable of tighter bindings because of its
- specificity towards C++ and Python.
-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Homepage: http://www.riverbankcomputing.co.uk/software/sip/
-
-Package: python-talloc
-Status: install ok installed
-Priority: optional
-Section: python
-Installed-Size: 47
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Source: talloc
-Version: 2.1.5-2
-Provides: python2.7-talloc
-Depends: libc6 (>= 2.2.5), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), python (<< 2.8), python (>= 2.7~)
-Description: hierarchical pool based memory allocator - Python bindings
- A hierarchical pool based memory allocator with destructors. It uses
- reference counting to determine when memory should be freed.
- .
- This package contains the Python bindings.
-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
-Homepage: http://talloc.samba.org/
-
-Package: adwaita-icon-theme
-Status: install ok installed
-Priority: optional
-Section: gnome
-Installed-Size: 6340
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: all
-Multi-Arch: foreign
-Version: 3.18.0-2ubuntu3.1
-Replaces: adwaita-icon-theme-full (<< 3.18.0-2ubuntu3.1), gnome-themes-standard-data (<< 3.18.0-2~)
-Depends: hicolor-icon-theme, libgtk-3-bin, librsvg2-common, ubuntu-mono | adwaita-icon-theme-full
-Breaks: adwaita-icon-theme-full (<< 3.18.0-2ubuntu3.1), gnome-themes-standard-data (<< 3.18.0-2~)
-Description: default icon theme of GNOME (small subset)
- This package contains the default icon theme used by the GNOME desktop.
- The icons are used in many of the official gnome applications like eog,
- evince, system monitor, and many more.
- .
- This package only contains a small subset of the original GNOME icons which
- are not provided by the Humanity icon theme, to avoid installing many
- duplicated icons. Please install adwaita-icon-theme-full if you want the full
- set.
-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-
-Package: software-properties-common
-Status: install ok installed
-Priority: optional
-Section: admin
-Installed-Size: 188
-Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
-Architecture: all
-Source: software-properties
-Version: 0.96.20.7
-Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
-Depends: python3:any (>= 3.3.2-2~), python3, python3-gi, gir1.2-glib-2.0, python-apt-common (>= 0.9), python3-dbus, python3-software-properties (= 0.96.20.7), ca-certificates
-Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
-Conffiles:
- /etc/dbus-1/system.d/com.ubuntu.SoftwareProperties.conf cc3c01a5b5e8e05d40c9c075f44c43ea
-Description: manage the repositories that you install software from (common)
- This software provides an abstraction of the used apt repositories.
- It allows you to easily manage your distribution and independent software
- vendor software sources.
- .
- This package contains the common files for software-properties like the
- D-Bus backend.
-
-Package: libdbusmenu-qt2
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 230
-Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libdbusmenu-qt
-Version: 0.9.3+16.04.20160218-0ubuntu1
-Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-dbus (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.7.0~beta2), libstdc++6 (>= 4.1.1)
-Description: Qt implementation of the DBusMenu protocol
- This library provides a Qt implementation of the DBusMenu protocol.
- .
- The DBusMenu protocol makes it possible for applications to export
- and import their menus over DBus.
- .
- This package provides shared libraries.
-Homepage: https://launchpad.net/libdbusmenu-qt
-Original-Maintainer: Jonathan Riddell <jriddell@ubuntu.com>
-
-Package: libxcb-xkb1
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 149
-Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: libxcb
-Version: 1.11.1-1ubuntu1
-Depends: libc6 (>= 2.14), libxcb1 (>= 1.8)
-Description: X C Binding, XKEYBOARD extension
- This package contains the library files needed to run software using
- libxcb-xkb, the XKEYBOARD extension for the X C Binding.
- .
- The XCB library provides an interface to the X Window System protocol,
- designed to replace the Xlib interface. XCB provides several advantages over
- Xlib:
- .
- * Size: small library and lower memory footprint
- * Latency hiding: batch several requests and wait for the replies later
- * Direct protocol access: one-to-one mapping between interface and protocol
- * Thread support: access XCB from multiple threads, with no explicit locking
- * Easy creation of new extensions: automatically generates interface from
- machine-parsable protocol descriptions
-Homepage: http://xcb.freedesktop.org
-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-
-Package: libavahi-core7
-Status: install ok installed
-Priority: optional
-Section: libs
-Installed-Size: 266
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Architecture: amd64
-Multi-Arch: same
-Source: avahi
-Version: 0.6.32~rc+dfsg-1ubuntu2.2
-Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.15)
-Description: Avahi's embeddable mDNS/DNS-SD library
- Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
- It allows programs to publish and discover services and hosts
- running on a local network with no specific configuration. For
- example you can plug into a network and instantly find printers to
- print to, files to look at and people to talk to.
- .
- This package contains the library for Avahi's embeddable mDNS/DNS-SD stack.
- This can be used by embedded applications to integrate mDNS/DNS-SD
- functionality into their applications.
- .
- You should not however use this library for non-embedded applications, you
- should use libavahi-client which interacts with the avahi daemon.
-Homepage: http://avahi.org/
-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
-