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