forked from achingbrain/follow-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 Bytes
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
{
"name": "@achingbrain/follow-registry",
"version": "5.0.1",
"description": "npm registry follower",
"main": "lib/index.js",
"scripts": {
"test": "mocha ./tests/*.js",
"lint": "standard"
},
"author": "Dav Glass <davglass@gmail.com>",
"dependencies": {
"abort-controller": "^3.0.0",
"debug": "^4.1.1",
"delay": "^4.3.0",
"fs-extra": "^9.0.0",
"it-parallel-batch": "^1.0.3",
"node-fetch": "^2.6.0"
},
"license": "BSD",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"mocha": "^7.1.2",
"nock": "^12.0.3",
"sinon": "^9.0.2",
"standard": "^14.3.3"
},
"repository": {
"type": "git",
"url": "git@github.com:achingbrain/follow-registry.git"
}
}