43e6d26df8d6b31226b49ce688b11ed2fdc6de5b.svn-base
1.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
{
"_from": "tap-yaml@^1.0.0",
"_id": "tap-yaml@1.0.0",
"_inBundle": true,
"_integrity": "sha512-Rxbx4EnrWkYk0/ztcm5u3/VznbyFJpyXO12dDBHKWiDVxy7O2Qw6MRrwO5H6Ww0U5YhRY/4C/VzWmFPhBQc4qQ==",
"_location": "/tap/tap-yaml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap-yaml@^1.0.0",
"name": "tap-yaml",
"escapedName": "tap-yaml",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/tap",
"/tap/tap-parser"
],
"_resolved": "https://registry.npmjs.org/tap-yaml/-/tap-yaml-1.0.0.tgz",
"_shasum": "4e31443a5489e05ca8bbb3e36cef71b5dec69635",
"_spec": "tap-yaml@^1.0.0",
"_where": "/Users/isaacs/dev/js/tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"bugs": {
"url": "https://github.com/tapjs/tap-yaml/issues"
},
"dependencies": {
"yaml": "^1.5.0"
},
"deprecated": false,
"description": "Yaml handling for TAP parsers and generators",
"devDependencies": {
"tap": "^13.0.0-rc.21"
},
"files": [
"index.js",
"lib/**/*.js"
],
"homepage": "https://github.com/tapjs/tap-yaml#readme",
"keywords": [
"tap",
"yaml",
"test",
"testanything"
],
"license": "ISC",
"main": "index.js",
"name": "tap-yaml",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tap-yaml.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap test/*.js",
"test": "tap test/*.js"
},
"tap": {
"check-coverage": true
},
"version": "1.0.0"
}