-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 1.96 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_args": [
[
"walmart",
"C:\\Users\\Aitor\\Desktop\\biz_idea"
]
],
"_from": "walmart@*",
"_id": "walmart@0.0.4",
"_inCache": true,
"_installable": true,
"_location": "/walmart",
"_nodeVersion": "8.9.4",
"_npmUser": {
"email": "jherrington@walmartlabs.com",
"name": "walmartreact"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "walmart",
"raw": "walmart",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/walmart/-/walmart-0.0.4.tgz",
"_shasum": "c59c82bcd378ff4a0599e7a1ec229eb7e6502ca8",
"_shrinkwrap": null,
"_spec": "walmart",
"_where": "C:\\Users\\Aitor\\Desktop\\biz_idea",
"author": {
"email": "thegoleffect@gmail.com",
"name": "Van Nguyen"
},
"contributors": [
{
"name": "Jack Herrington",
"email": "jherrington@walmartlabs.com"
}
],
"dependencies": {
"bluebird": "^2.9.34",
"dotenv": "^4.0.0",
"isomorphic-fetch": "^2.1.1",
"mws-product": "^1.0.2",
"puppeteer": "1.3.0",
"walmart": "0.0.4"
},
"description": "Walmart API wrapper",
"devDependencies": {
"chai": "^1.10.0",
"jshint": "^2.5.11",
"mocha": "^2.1.0",
"nock": "^0.56.0"
},
"directories": {},
"dist": {
"shasum": "c59c82bcd378ff4a0599e7a1ec229eb7e6502ca8",
"tarball": "https://registry.npmjs.org/walmart/-/walmart-0.0.4.tgz"
},
"gitHead": "e697236cad6730774511c40bfa9c9edcd1f6f846",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "thegoleffect",
"email": "thegoleffect@gmail.com"
},
{
"name": "walmartreact",
"email": "jherrington@walmartlabs.com"
}
],
"name": "clearance_savings",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"start": "node examples/simple.js",
"test": "mocha"
},
"version": "0.0.4"
}