package.json
2.12 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
{
"_args": [
[
{
"raw": "macaddress@^0.2.8",
"scope": null,
"escapedName": "macaddress",
"name": "macaddress",
"rawSpec": "^0.2.8",
"spec": ">=0.2.8 <0.3.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/uniqid"
]
],
"_from": "macaddress@>=0.2.8 <0.3.0",
"_id": "macaddress@0.2.8",
"_inCache": true,
"_location": "/macaddress",
"_npmUser": {
"name": "scravy",
"email": "julian@scravy.de"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "macaddress@^0.2.8",
"scope": null,
"escapedName": "macaddress",
"name": "macaddress",
"rawSpec": "^0.2.8",
"spec": ">=0.2.8 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/uniqid"
],
"_resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
"_shasum": "5904dc537c39ec6dbefeae902327135fa8511f12",
"_shrinkwrap": null,
"_spec": "macaddress@^0.2.8",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/uniqid",
"author": {
"name": "Julian Fleischer"
},
"bugs": {
"url": "https://github.com/scravy/node-macaddress/issues"
},
"dependencies": {},
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "5904dc537c39ec6dbefeae902327135fa8511f12",
"tarball": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz"
},
"gitHead": "fac7dd3da9b3229b86655fd3e183e40dac48f01b",
"homepage": "https://github.com/scravy/node-macaddress",
"keywords": [
"mac",
"mac-address",
"hardware-address",
"network",
"system"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "scravy",
"email": "julian@scravy.de"
}
],
"name": "macaddress",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/scravy/node-macaddress.git"
},
"scripts": {
"test": "node test.js"
},
"version": "0.2.8"
}