UNPKG

1.32 kBJSONView Raw
1{
2 "name": "tap-parser",
3 "version": "8.1.0",
4 "description": "parse the test anything protocol",
5 "main": "index.js",
6 "bin": {
7 "tap-parser": "bin/cmd.js"
8 },
9 "dependencies": {
10 "events-to-array": "^1.0.1",
11 "minipass": "^2.2.0",
12 "tap-yaml": "0 || 1"
13 },
14 "devDependencies": {
15 "glob": "^7.0.5",
16 "tap": "^12.5.3"
17 },
18 "scripts": {
19 "snap": "TAP_SNAPSHOT=1 tap test/*.js --100 -J",
20 "test": "tap test/*.js --100 -J",
21 "regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap",
22 "preversion": "npm test",
23 "postversion": "npm publish",
24 "postpublish": "git push origin --all; git push origin --tags"
25 },
26 "testling": {
27 "files": "test/*.js",
28 "browsers": [
29 "ie/6..latest",
30 "chrome/10",
31 "chrome/latest",
32 "firefox/3.5",
33 "firefox/latest",
34 "opera/latest",
35 "safari/latest"
36 ]
37 },
38 "repository": {
39 "type": "git",
40 "url": "git://github.com/substack/tap-parser.git"
41 },
42 "homepage": "https://github.com/substack/tap-parser",
43 "keywords": [
44 "tap",
45 "test",
46 "parser"
47 ],
48 "author": {
49 "name": "James Halliday",
50 "email": "mail@substack.net",
51 "url": "http://substack.net"
52 },
53 "license": "MIT",
54 "optionalDependencies": {},
55 "files": [
56 "index.js",
57 "bin/cmd.js"
58 ]
59}