{
  "name": "urldecode-latin1",
  "version": "1.0.7",
  "description": "urldecode for latin1 / ISO-8859-1",
  "main": "urldecode-latin1.js",
  "scripts": {
    "test": "jest",
    "cover": "jest --coverage",
    "format": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loge5/node-urldecode-latin1.git"
  },
  "keywords": [
    "urldecode",
    "urlencode",
    "percent-encoding",
    "latin1",
    "ISO-8859-1"
  ],
  "author": "Rolf Loges",
  "license": "MIT",
  "standard": {
    "env": [
      "jest"
    ]
  },
  "devDependencies": {
    "jest": "^30.3.0",
    "standard": "^17.1.2"
  }
}
