package.json
2.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
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
102
103
104
105
106
107
108
{
"_args": [
[
"portscanner@2.1.1",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\browser-sync"
]
],
"_from": "portscanner@2.1.1",
"_id": "portscanner@2.1.1",
"_inCache": true,
"_installable": true,
"_location": "/portscanner",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/portscanner-2.1.1.tgz_1479972921921_0.4666651152074337"
},
"_npmUser": {
"email": "laggingreflex@gmail.com",
"name": "laggingreflex"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "portscanner",
"raw": "portscanner@2.1.1",
"rawSpec": "2.1.1",
"scope": null,
"spec": "2.1.1",
"type": "version"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz",
"_shasum": "eabb409e4de24950f5a2a516d35ae769343fbb96",
"_shrinkwrap": null,
"_spec": "portscanner@2.1.1",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\browser-sync",
"author": "",
"bugs": {
"url": "https://github.com/baalexander/node-portscanner/issues"
},
"dependencies": {
"async": "1.5.2",
"is-number-like": "^1.0.3"
},
"description": "Asynchronous port scanner for Node.js",
"devDependencies": {
"ava": "^0.4.2",
"eslint": "^3.10.2",
"eslint-config-standard": "^6.2.1",
"standard": "^8.5.0"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "eabb409e4de24950f5a2a516d35ae769343fbb96",
"tarball": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz"
},
"engines": {
"node": ">=0.4",
"npm": ">=1.0.0"
},
"gitHead": "47889e0c6a4ef449420e90eb59a5100a11eab6db",
"homepage": "https://github.com/baalexander/node-portscanner",
"keywords": [
"portscanner",
"port",
"scanner",
"checker",
"status"
],
"license": "MIT",
"main": "./lib/portscanner.js",
"maintainers": [
{
"email": "baalexander@gmail.com",
"name": "baalexander"
},
{
"email": "laggingreflex@gmail.com",
"name": "laggingreflex"
},
{
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
{
"email": "endangeredmassa@gmail.com",
"name": "smassa"
}
],
"name": "portscanner",
"optionalDependencies": {},
"preferGlobal": false,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/baalexander/node-portscanner.git"
},
"scripts": {
"lint": "standard",
"test": "ava"
},
"version": "2.1.1"
}