-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 858 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 858 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
34
35
36
37
38
39
{
"name": "nodeunit-tape-compat",
"version": "1.3.81",
"description": "Run nodeunit test cases with much faster and actively developed tape.",
"dependencies": {
"glob-stream": "^7.0.0",
"minimist": "^1.2.6",
"scramjet": "^4.36.8",
"tape": "=4"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-node": "^11.1.0"
},
"bin": {
"nodeunit-tape": "bin/run"
},
"scripts": {
"test": "true"
},
"repository": {
"type": "git",
"url": "git://github.com/scramjetorg/nodeunit-tape-compat.git"
},
"keywords": [
"nodeunit",
"tape",
"test"
],
"author": "Scramjet <open-source@scramjet.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/scramjetorg/nodeunit-tape-compat/issues"
},
"engines": {
"node": ">=8.6"
}
}