{
  "name": "@newdash/newdash-umd",
  "description": "javascript/typescript utility library",
  "version": "5.23.1",
  "license": "MIT",
  "main": "./newdash.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/newdash/newdash"
  },
  "contributors": [
    {
      "name": "Theo Sun",
      "email": "theo.sun@outlook.com",
      "url": "https://github.com/Soontao"
    },
    {
      "name": "Lodash Contributors",
      "url": "https://github.com/lodash/lodash"
    }
  ],
  "keywords": [
    "javascript",
    "typescript",
    "lodash",
    "utilities"
  ],
  "jsdelivr": "./newdash.js",
  "unpkg": "./newdash.js"
}