-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.66 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.66 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_from": "tap@12.7.0",
"_id": "tap@12.7.0",
"_inBundle": false,
"_integrity": "sha512-SjglJmRv0pqrQQ7d5ZBEY8ZOqv3nYDBXEX51oyycOH7piuhn82JKT/yDNewwmOsodTD/RZL9MccA96EjDgK+Eg==",
"_location": "/tap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tap@12.7.0",
"name": "tap",
"escapedName": "tap",
"rawSpec": "12.7.0",
"saveSpec": null,
"fetchSpec": "12.7.0"
},
"_requiredBy": [
"/nodeunit"
],
"_resolved": "https://registry.npmjs.org/tap/-/tap-12.7.0.tgz",
"_shasum": "6e0c40eb7ec1347a9311aa3ce9dee098dc41b566",
"_spec": "tap@12.7.0",
"_where": "/Users/smohamed/work/git/splunk-sdk-javascript/node_modules/nodeunit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bin": {
"tap": "bin/run.js"
},
"browser": {
"domain": "domain-browser"
},
"bugs": {
"url": "https://github.com/tapjs/node-tap/issues"
},
"bundleDependencies": false,
"dependencies": {
"bind-obj-methods": "^2.0.0",
"browser-process-hrtime": "^1.0.0",
"capture-stack-trace": "^1.0.0",
"clean-yaml-object": "^0.1.0",
"color-support": "^1.1.0",
"coveralls": "^3.0.2",
"domain-browser": "^1.2.0",
"esm": "^3.2.5",
"foreground-child": "^1.3.3",
"fs-exists-cached": "^1.0.0",
"function-loop": "^1.0.1",
"glob": "^7.1.3",
"isexe": "^2.0.0",
"js-yaml": "^3.13.1",
"minipass": "^2.3.5",
"mkdirp": "^0.5.1",
"nyc": "^14.0.0",
"opener": "^1.5.1",
"os-homedir": "^1.0.2",
"own-or": "^1.0.0",
"own-or-env": "^1.0.1",
"rimraf": "^2.6.3",
"signal-exit": "^3.0.0",
"source-map-support": "^0.5.10",
"stack-utils": "^1.0.2",
"tap-mocha-reporter": "^3.0.9",
"tap-parser": "^7.0.0",
"tmatch": "^4.0.0",
"trivial-deferred": "^1.0.1",
"ts-node": "^8.0.2",
"tsame": "^2.0.1",
"typescript": "^3.3.3",
"write-file-atomic": "^2.4.2",
"yapool": "^1.0.0"
},
"deprecated": false,
"description": "A Test-Anything-Protocol library",
"devDependencies": {
"browserify": "^16.2.3",
"karma": "^4.0.1",
"karma-browserify": "^5.2.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "0.0.32",
"mocha": "^5.0.1",
"standard": "^12.0.1",
"watchify": "^3.11.1",
"which": "^1.3.1"
},
"engines": {
"node": ">=4"
},
"files": [
"bin/*.js",
"bin/*.txt",
"lib/*.js"
],
"homepage": "http://node-tap.org/",
"keywords": [
"assert",
"tap",
"test",
"testing"
],
"license": "ISC",
"main": "lib/tap.js",
"name": "tap",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/node-tap.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"posttest": "standard lib test",
"postversion": "npm publish --tag=legacy",
"preversion": "npm test",
"regen-fixtures": "node scripts/generate-test-test.js test-legacy/test/*.js",
"smoke": "node bin/run.js --node-arg=test-legacy/test.js test-legacy/test/*.js -j2",
"snap": "TAP_SNAPSHOT=1 node bin/run.js --no-esm test/*.js -J",
"t": "node bin/run.js test/*.* -sfails.txt",
"test": "node bin/run.js --no-esm test/*.js --100 -J --nyc-arg=--include={lib,bin} -c",
"test-all": "node bin/run.js test/*.js test-legacy/*.js --100 -J --nyc-arg=--include={lib,bin} && npm run test-browser",
"test-browser": "node browser-test.js",
"test-legacy": "node bin/run.js test-legacy/*.* --coverage -t3600 --nyc-arg=--include={lib,bin}",
"unit": "bash scripts/unit.sh"
},
"version": "12.7.0"
}