2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args" : [
[
"require-directory@2.1.1" ,
"."
]
] ,
"_development" : true ,
"_from" : "require-directory@2.1.1" ,
2020-03-31 20:42:07 +08:00
"_id" : "require-directory@2.1.1" ,
"_inBundle" : false ,
"_integrity" : "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" ,
"_location" : "/require-directory" ,
"_phantomChildren" : { } ,
"_requested" : {
2020-03-31 20:54:32 +08:00
"type" : "version" ,
2020-03-31 20:42:07 +08:00
"registry" : true ,
2020-03-31 20:54:32 +08:00
"raw" : "require-directory@2.1.1" ,
2020-03-31 20:42:07 +08:00
"name" : "require-directory" ,
"escapedName" : "require-directory" ,
2020-03-31 20:54:32 +08:00
"rawSpec" : "2.1.1" ,
2020-03-31 20:42:07 +08:00
"saveSpec" : null ,
2020-03-31 20:54:32 +08:00
"fetchSpec" : "2.1.1"
2020-03-31 20:42:07 +08:00
} ,
"_requiredBy" : [
"/yargs"
] ,
"_resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
2020-03-31 20:54:32 +08:00
"_spec" : "2.1.1" ,
"_where" : "." ,
2020-03-31 20:42:07 +08:00
"author" : {
"name" : "Troy Goode" ,
"email" : "troygoode@gmail.com" ,
"url" : "http://github.com/troygoode/"
} ,
"bugs" : {
"url" : "http://github.com/troygoode/node-require-directory/issues/"
} ,
"contributors" : [
{
"name" : "Troy Goode" ,
"email" : "troygoode@gmail.com" ,
"url" : "http://github.com/troygoode/"
}
] ,
"description" : "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules." ,
"devDependencies" : {
"jshint" : "^2.6.0" ,
"mocha" : "^2.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
} ,
"homepage" : "https://github.com/troygoode/node-require-directory/" ,
"keywords" : [
"require" ,
"directory" ,
"library" ,
"recursive"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "require-directory" ,
"repository" : {
"type" : "git" ,
"url" : "git://github.com/troygoode/node-require-directory.git"
} ,
"scripts" : {
"lint" : "jshint index.js test/test.js" ,
"test" : "mocha"
} ,
"version" : "2.1.1"
}