UNPKG
baobao_with_papa
Version:
latest (1.0.0)
1.0.0
baobao_is_my_favorite_shero
19940608/partof
baobao_with_papa
/
nodejs
/
textsubmit
/
node_modules
/
npm
/
test
/
packages
/
npm-test-bundled-git
/
package.json
6 lines
(5 loc)
•
197 B
JSON
View Raw
1
2
3
4
5
6
{
"name"
:
"npm-test-bundled-git"
,
"scripts"
:
{
"test"
:
"node test.js"
}
,
"version"
:
"1.2.5"
,
"dependencies"
:
{
"glob"
:
"git://github.com/isaacs/node-glob.git#npm-test"
}
,
"bundledDependencies"
:
[
"glob"
]
}