{
  "_from": "node-red-node-smooth",
  "_id": "node-red-node-smooth@0.1.2",
  "_inBundle": false,
  "_integrity": "sha512-IpEOSOvz7UvkiOFQN4kIiv1Z6sxrRgbILG6IFR0CD/e1m0cK4iRsXpTi1Lofr+eiVQ0HaKXuZ2zIayPAIEFm0w==",
  "_location": "/node-red-node-smooth",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "node-red-node-smooth",
    "name": "node-red-node-smooth",
    "escapedName": "node-red-node-smooth",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/node-red-node-smooth/-/node-red-node-smooth-0.1.2.tgz",
  "_shasum": "0dc7ae9d235e41ac2a13709e53c2cd093ab4871a",
  "_spec": "node-red-node-smooth",
  "_where": "/home/pi",
  "author": {
    "name": "Dave Conway-Jones",
    "email": "ceejay@vnet.ibm.com",
    "url": "http://nodered.org"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "@clickworkorange"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
  "keywords": [
    "node-red",
    "smooth",
    "average",
    "standard deviation"
  ],
  "license": "Apache-2.0",
  "name": "node-red-node-smooth",
  "node-red": {
    "nodes": {
      "smooth": "17-smooth.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/node-red/node-red-nodes/tree/master/function/smooth"
  },
  "version": "0.1.2"
}
