package.json
2.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_args": [
[
{
"raw": "netmask@~1.0.4",
"scope": null,
"escapedName": "netmask",
"name": "netmask",
"rawSpec": "~1.0.4",
"spec": ">=1.0.4 <1.1.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/pac-resolver"
]
],
"_from": "netmask@>=1.0.4 <1.1.0",
"_id": "netmask@1.0.6",
"_inCache": true,
"_location": "/netmask",
"_nodeVersion": "5.7.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/netmask-1.0.6.tgz_1464621218193_0.5276697664521635"
},
"_npmUser": {
"name": "rs",
"email": "rs@dailymotion.com"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "netmask@~1.0.4",
"scope": null,
"escapedName": "netmask",
"name": "netmask",
"rawSpec": "~1.0.4",
"spec": ">=1.0.4 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/pac-resolver"
],
"_resolved": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz",
"_shasum": "20297e89d86f6f6400f250d9f4f6b4c1945fcd35",
"_shrinkwrap": null,
"_spec": "netmask@~1.0.4",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/pac-resolver",
"author": {
"name": "Olivier Poitrey",
"email": "rs@dailymotion.com"
},
"bugs": {
"url": "https://github.com/rs/node-netmask/issues"
},
"dependencies": {},
"description": "Parse and lookup IP network blocks",
"devDependencies": {
"coffee-script": ">=1.2.0",
"vows": "*"
},
"directories": {},
"dist": {
"shasum": "20297e89d86f6f6400f250d9f4f6b4c1945fcd35",
"tarball": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "610161f7a8caf2e3004c03bb6ec8931c37b957c6",
"homepage": "https://github.com/rs/node-netmask",
"keywords": [
"net",
"mask",
"ip",
"network",
"cidr",
"netmask",
"subnet",
"ipcalc"
],
"license": "MIT",
"main": "./lib/netmask",
"maintainers": [
{
"name": "rs",
"email": "rs@dailymotion.com"
}
],
"name": "netmask",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/rs/node-netmask.git"
},
"scripts": {
"prepublish": "coffee -c lib/*.coffee",
"test": "vows --spec test/*"
},
"version": "1.0.6"
}