-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.42 KB
/
package.json
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
{
"_from": "fuzzer",
"_id": "fuzzer@0.2.1",
"_inBundle": false,
"_integrity": "sha1-ILFVEr5UVKVBP6InoWBtO8oCIZk=",
"_location": "/fuzzer",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "fuzzer",
"name": "fuzzer",
"escapedName": "fuzzer",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/fuzzer/-/fuzzer-0.2.1.tgz",
"_shasum": "20b15512be5454a5413fa227a1606d3bca022199",
"_spec": "fuzzer",
"_where": "/Users/bjohnson/Documents/oxy-workspace/fuzzers",
"author": {
"name": "Tom MacWright"
},
"bin": {
"fuzz-get": "./bin/fuzz-get"
},
"bugs": {
"url": "https://github.com/mapbox/fuzzer/issues"
},
"bundleDependencies": false,
"dependencies": {
"random-js": "1.0.2",
"traverse": "~0.6.6",
"xtend": "~2.2.0"
},
"deprecated": false,
"description": "a fuzzy input creator for tests",
"devDependencies": {
"tap": "~0.4.8"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mapbox/fuzzer",
"keywords": [
"fuzzer",
"fuzzy",
"testing",
"mutation"
],
"license": "ISC",
"main": "index.js",
"name": "fuzzer",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mapbox/fuzzer.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.2.1"
}