UNPKG
cd
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
chdir in chainer fashion + read file
melkior/cd
cd
/
package.json
14 lines
(13 loc)
•
329 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"cd"
,
"version"
:
"0.3.3"
,
"description"
:
"chdir in chainer fashion + read file"
,
"main"
:
"index.js"
,
"author"
:
"Ivan Popovski "
,
"keywords"
:
[
"cd"
,
"chdir"
]
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/melkior/cd.git"
}
,
"engines"
:
{
"node"
:
"*"
}
}