UNPKG
moduloteste
Version:
latest (1.0.0)
1.0.0
um modulo de teste
moduloteste
/
read-package-json
/
test
/
fixtures
/
badbin.json
12 lines
(11 loc)
•
237 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"badbin-test"
,
"description"
:
"my desc"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/npm/read-package-json.git"
}
,
"version"
:
"0.0.1"
,
"readme"
:
"hello world"
,
"bin"
:
"./bin/typo"
}