Files
BeWoPlaner/BeWoPlanerMobil/node_modules/vargs/package.json

13 lines
427 B
JSON
Raw Normal View History

{
"name" : "vargs",
"description" : "practical variable argument handling",
"url" : "http://github.com/cloudhead/vargs",
"keywords" : ["argument", "arguments"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "0.1.0",
"main" : "./lib/vargs",
"directories" : { "lib": "./lib" },
"engines" : { "node": ">=0.1.93" }
}