-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 911 Bytes
/
package.json
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
35
36
37
38
39
40
41
42
43
{
"name": "encode-registry",
"version": "3.0.1",
"description": "Encodes a registry URL. Memoized.",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"scripts": {
"test": "preview && node test && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/encode-registry.git"
},
"keywords": [
"registry"
],
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/encode-registry/issues"
},
"homepage": "https://github.com/pnpm/encode-registry#readme",
"devDependencies": {
"package-preview": "^4.0.0",
"standard": "^17.1.0",
"tape": "^5.6.6"
},
"dependencies": {
"mem": "^8.0.0"
}
}