blob: 7812c0a5cdb0cf83092cccae0e8c3e5349fe5d28 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "strict-uri-encode@^1.0.0",
3 "_id": "strict-uri-encode@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
6 "_location": "/strict-uri-encode",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "strict-uri-encode@^1.0.0",
12 "name": "strict-uri-encode",
13 "escapedName": "strict-uri-encode",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/query-string"
20 ],
21 "_resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
22 "_shasum": "279b225df1d582b1f54e65addd4352e18faa0713",
23 "_spec": "strict-uri-encode@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\query-string",
25 "author": {
26 "name": "Kevin MÃ¥rtensson",
27 "email": "kevinmartensson@gmail.com",
28 "url": "github.com/kevva"
29 },
30 "bugs": {
31 "url": "https://github.com/kevva/strict-uri-encode/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "A stricter URI encode adhering to RFC 3986",
36 "devDependencies": {
37 "ava": "^0.0.4"
38 },
39 "engines": {
40 "node": ">=0.10.0"
41 },
42 "files": [
43 "index.js"
44 ],
45 "homepage": "https://github.com/kevva/strict-uri-encode#readme",
46 "keywords": [
47 "component",
48 "encode",
49 "RFC3986",
50 "uri"
51 ],
52 "license": "MIT",
53 "name": "strict-uri-encode",
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/kevva/strict-uri-encode.git"
57 },
58 "scripts": {
59 "test": "node test.js"
60 },
61 "version": "1.1.0"
62}