{
  "name": "urldecode-latin1",
  "version": "1.0.6",
  "description": "urldecode for latin1 / ISO-8859-1",
  "main": "urldecode-latin1.js",
  "scripts": {
    "test": "node test.js",
    "cover": "node node_modules/nyc/bin/nyc.js --reporter=html npm test"
  },
  "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",
  "devDependencies": {
    "chai": "^4.3.6",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "standard": "^16.0.4"
  }
}
