UNPKG

1.9 kBJSONView Raw
1{
2 "name": "tape",
3 "version": "4.13.2",
4 "description": "tap-producing test harness for node and browsers",
5 "main": "index.js",
6 "bin": "./bin/tape",
7 "directories": {
8 "example": "example",
9 "test": "test"
10 },
11 "dependencies": {
12 "deep-equal": "~1.1.1",
13 "defined": "~1.0.0",
14 "dotignore": "~0.1.2",
15 "for-each": "~0.3.3",
16 "function-bind": "~1.1.1",
17 "glob": "~7.1.6",
18 "has": "~1.0.3",
19 "inherits": "~2.0.4",
20 "is-regex": "~1.0.5",
21 "minimist": "~1.2.0",
22 "object-inspect": "~1.7.0",
23 "resolve": "~1.15.1",
24 "resumer": "~0.0.0",
25 "string.prototype.trim": "~1.2.1",
26 "through": "~2.3.8"
27 },
28 "devDependencies": {
29 "concat-stream": "^1.6.2",
30 "eclint": "^2.8.1",
31 "eslint": "^6.8.0",
32 "falafel": "^2.1.0",
33 "js-yaml": "^3.13.1",
34 "tap": "^8.0.1",
35 "tap-parser": "^3.0.5"
36 },
37 "scripts": {
38 "prelint": "eclint check",
39 "lint": "eslint .",
40 "pretest": "npm run lint",
41 "test": "npm run tests-only",
42 "tests-only": "tap test/*.js"
43 },
44 "testling": {
45 "files": "test/browser/*.js",
46 "browsers": [
47 "ie/6..latest",
48 "chrome/20..latest",
49 "firefox/10..latest",
50 "safari/latest",
51 "opera/11.0..latest",
52 "iphone/6",
53 "ipad/6"
54 ]
55 },
56 "repository": {
57 "type": "git",
58 "url": "git://github.com/substack/tape.git"
59 },
60 "homepage": "https://github.com/substack/tape",
61 "keywords": [
62 "tap",
63 "test",
64 "harness",
65 "assert",
66 "browser"
67 ],
68 "author": {
69 "name": "James Halliday",
70 "email": "mail@substack.net",
71 "url": "http://substack.net"
72 },
73 "license": "MIT"
74}