view service/mqtt_to_rdf/package.json @ 1574:6618d481421c dependabot/pip/service/colplay/pillow-8.1.1

Bump pillow from 3.1.1 to 8.1.1 in /service/colplay Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.1.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/3.1.1...8.1.1) Signed-off-by: dependabot[bot] <support@github.com>
author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
date Thu, 18 Mar 2021 20:13:07 +0000
parents a598d2141587
children
line wrap: on
line source

{
  "name": "mqtt_to_rdf",
  "version": "0.0.1",
  "scripts": {
    "build": "rollup -c",
    "build_forever": "rollup -cw",
    "test": "jest",
    "test_forever": "jest --watch"
  },
  "dependencies": {
    "@polymer/polymer": "^3.3.1",
    "@types/jsonld": "^1.5.0",
    "jsonld": "^2.0.1",
    "streamed-graph": "file:/my/proj/streamed-graph",
    "@types/n3": "^1.1.5",
    "n3": "link:/my/dl/modified/N3.js",
    "lit-element": "^2.2.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.1",
    "@rollup/plugin-node-resolve": "^7.0.0",
    "@rollup/plugin-replace": "^2.3.0",
    "@types/jest": "^24.9.0",
    "@types/rollup-plugin-postcss": "^2.0.0",
    "add": "^2.0.6",
    "jest": "^24.9.0",
    "node-globals": "^0.1.5",
    "rollup": "^1.29.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-terser": "^5.2.0",
    "rollup-plugin-typescript2": "^0.25.3",
    "stylus": "^0.54.7",
    "ts-jest": "^24.3.0",
    "tslib": "^1.10.0",
    "typescript": "^3.7.5"
  }
}