UNPKG
nsp
Version:
latest (3.2.1)
next (3.0.0)
3.2.1
3.2.0
3.1.0
3.0.0
2.8.1
2.8.0
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.6.1
0.6.0
0.5.2
0.4.2
0.4.1
0.4.0
0.3.0
0.2.8
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.0.2
0.0.1
Node Security Project command line tool
nodesecurity.io
nsp
/
tests
/
data
/
git-deps-package.json
13 lines
(10 loc)
•
270 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"git-deps"
,
"version"
:
"0.0.1"
,
"dependencies"
: {
"file-dep"
:
"file:../node"
,
"some-dep"
:
"https://github.com/joyent/node.git"
,
"other-dep"
:
"git+ssh://git
@github
.com:nodesecurity/nsp.git"
,
"short-url-dep"
:
"nodesecurity/nsp.git"
} }