react / wstein / node_modules / browserify / node_modules / subarg / node_modules / minimist / package.json
80538 views{1"name": "minimist",2"version": "1.1.1",3"description": "parse argument options",4"main": "index.js",5"devDependencies": {6"covert": "^1.0.0",7"tap": "~0.4.0",8"tape": "^3.5.0"9},10"scripts": {11"test": "tap test/*.js",12"coverage": "covert test/*.js"13},14"testling": {15"files": "test/*.js",16"browsers": [17"ie/6..latest",18"ff/5",19"firefox/latest",20"chrome/10",21"chrome/latest",22"safari/5.1",23"safari/latest",24"opera/12"25]26},27"repository": {28"type": "git",29"url": "git://github.com/substack/minimist.git"30},31"homepage": "https://github.com/substack/minimist",32"keywords": [33"argv",34"getopt",35"parser",36"optimist"37],38"author": {39"name": "James Halliday",40"email": "[email protected]",41"url": "http://substack.net"42},43"license": "MIT",44"gitHead": "bc9d1c466541eb52ae85e6682a4b809f4c32fe1f",45"bugs": {46"url": "https://github.com/substack/minimist/issues"47},48"_id": "[email protected]",49"_shasum": "1bc2bc71658cdca5712475684363615b0b4f695b",50"_from": "minimist@>=1.1.0 <2.0.0",51"_npmVersion": "2.3.0",52"_nodeVersion": "0.12.0",53"_npmUser": {54"name": "substack",55"email": "[email protected]"56},57"maintainers": [58{59"name": "substack",60"email": "[email protected]"61}62],63"dist": {64"shasum": "1bc2bc71658cdca5712475684363615b0b4f695b",65"tarball": "http://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz"66},67"directories": {},68"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz",69"readme": "ERROR: No README data found!"70}717273