{
  "name": "m_throttle",
  "version": "1.0.0",
  "description": "节流/防抖",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "节流函数",
    "防抖函数"
  ],
  "author": "mls",
  "license": "ISC"
}