mirror of
				https://github.com/flynx/argv.js.git
				synced 2025-11-03 21:20:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			619 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			619 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "ig-argv",
 | 
						|
  "version": "2.2.6",
 | 
						|
  "description": "simple argv parser",
 | 
						|
  "main": "argv.js",
 | 
						|
  "scripts": {
 | 
						|
    "test": "node ./test.js"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/flynx/argv.js.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "javascript",
 | 
						|
    "argv",
 | 
						|
    "parser",
 | 
						|
    "commandline"
 | 
						|
  ],
 | 
						|
  "author": "Alex A. Naanou <alex.nanou@gmail.com>",
 | 
						|
  "license": "BSD-3-Clause",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/flynx/argv.js/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/flynx/argv.js#readme",
 | 
						|
  "dependencies": {
 | 
						|
    "colors": "^1.4.0",
 | 
						|
    "ig-object": "^5.0.13"
 | 
						|
  }
 | 
						|
}
 |