You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
{
|
|
"name": "minimist",
|
|
"version": "0.0.8",
|
|
"description": "parse argument options",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"tape": "~1.0.4",
|
|
"tap": "~0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/6..latest",
|
|
"ff/5",
|
|
"firefox/latest",
|
|
"chrome/10",
|
|
"chrome/latest",
|
|
"safari/5.1",
|
|
"safari/latest",
|
|
"opera/12"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/minimist.git"
|
|
},
|
|
"homepage": "https://github.com/substack/minimist",
|
|
"keywords": [
|
|
"argv",
|
|
"getopt",
|
|
"parser",
|
|
"optimist"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT",
|
|
"__npminstall_done": "Fri Jan 03 2020 18:02:10 GMT+0800 (GMT+08:00)",
|
|
"_from": "minimist@0.0.8",
|
|
"_resolved": "https://registry.npm.taobao.org/minimist/download/minimist-0.0.8.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimist%2Fdownload%2Fminimist-0.0.8.tgz"
|
|
} |