-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.59 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
{
"name": "macaddr",
"version": "0.0.1",
"description": "MAC address parsing and manipulation",
"keywords": [
"mac",
"macaddr"
],
"repository": {
"type": "git",
"url": "https://github.com/joyent/node-macaddr.git"
},
"main": "lib/macaddr.js",
"dependencies": {
"assert-plus": "^1.0.0",
"jsprim": "^1.4.0"
},
"devDependencies": {
"istanbul": "^0.3.6",
"faucet": "0.0.1",
"tape": "^3.5.0",
"eslint": "2.13.1",
"eslint-plugin-joyent": "1.1.0"
},
"scripts": {
"test": "istanbul cover --print none test/runall.js"
},
"author": {
"name": "Triton Data Center",
"url": "tritondatacenter.com"
},
"license": "MPL-2.0",
"gitHead": "aa5d43b69451aedb4412b860e113c8091d0ed854",
"bugs": {
"url": "https://github.com/joyent/node-macaddr/issues"
},
"homepage": "https://github.com/joyent/node-macaddr#readme",
"_id": "macaddr@0.0.1",
"_shasum": "4fca1fa64626c68ae831a34b06722cb49e78c1d0",
"_from": "macaddr@latest",
"_npmVersion": "2.15.1",
"_nodeVersion": "0.10.46",
"_npmUser": {
"name": "melloc",
"email": "cody.mello@joyent.com"
},
"dist": {
"shasum": "4fca1fa64626c68ae831a34b06722cb49e78c1d0",
"tarball": "https://registry.npmjs.org/macaddr/-/macaddr-0.0.1.tgz"
},
"maintainers": [
{
"name": "melloc",
"email": "cody.mello@joyent.com"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/macaddr-0.0.1.tgz_1502746444725_0.33112972835078835"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/macaddr/-/macaddr-0.0.1.tgz"
}