-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"_from": "k6",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-jJIyAL4KaMV46PWjK+lrHYBlzDs=",
"_location": "/k6",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "k6",
"name": "k6",
"escapedName": "k6",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/k6/-/k6-0.0.0.tgz",
"_shasum": "8c923200be0a68c578e8f5a32be96b1d8065cc3b",
"_spec": "k6",
"_where": "/Users/albertfernandez/Desktop/hnb/k6-stress",
"author": {
"name": "Emily Ekberg",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/loadimpact/k6/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Dummy package for autocompleting k6 scripts.",
"homepage": "https://github.com/loadimpact/k6#readme",
"license": "AGPL-3.0",
"main": "index.js",
"name": "k6",
"repository": {
"type": "git",
"url": "git+https://github.com/loadimpact/k6.git"
},
"version": "0.0.0"
}