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": "strict-uri-encode",
| "version": "1.1.0",
| "description": "A stricter URI encode adhering to RFC 3986",
| "license": "MIT",
| "repository": "kevva/strict-uri-encode",
| "author": {
| "name": "Kevin Mårtensson",
| "email": "kevinmartensson@gmail.com",
| "url": "github.com/kevva"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "scripts": {
| "test": "node test.js"
| },
| "files": [
| "index.js"
| ],
| "keywords": [
| "component",
| "encode",
| "RFC3986",
| "uri"
| ],
| "devDependencies": {
| "ava": "^0.0.4"
| }
|
| ,"_resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz"
| ,"_integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ=="
| ,"_from": "strict-uri-encode@^1.0.0"
| }
|
|