CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
1{2  "name": "fast-decode-uri-component",3  "version": "1.0.1",4  "description": "Fast and safe decodeURIComponent",5  "main": "index.js",6  "scripts": {7    "test": "standard && tap test.js",8    "bench": "node bench.js"9  },10  "repository": {11    "type": "git",12    "url": "git+https://github.com/delvedor/fast-decode-uri-component.git"13  },14  "keywords": [15    "decode",16    "uri",17    "component",18    "fast",19    "safe"20  ],21  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",22  "license": "MIT",23  "bugs": {24    "url": "https://github.com/delvedor/fast-decode-uri-component/issues"25  },26  "homepage": "https://github.com/delvedor/fast-decode-uri-component#readme",27  "devDependencies": {28    "nanobench": "^2.1.1",29    "randomstring": "^1.1.5",30    "standard": "^11.0.1",31    "tap": "^11.1.2"32  }33}34