UNPKG

763 BJSONView Raw
1{
2 "name": "prepend-http",
3 "version": "4.0.0",
4 "description": "Prepend `https://` to humanized URLs like sindresorhus.com and localhost",
5 "license": "MIT",
6 "repository": "sindresorhus/prepend-http",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
17 },
18 "scripts": {
19 "test": "xo && ava && tsd"
20 },
21 "files": [
22 "index.js",
23 "index.d.ts"
24 ],
25 "keywords": [
26 "prepend",
27 "protocol",
28 "scheme",
29 "url",
30 "http",
31 "https",
32 "humanized"
33 ],
34 "devDependencies": {
35 "ava": "^3.15.0",
36 "tsd": "^0.17.0",
37 "xo": "^0.44.0"
38 }
39}