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.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							401 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							401 B
						
					
					
				| {
 | |
|   "name": "benchmarks",
 | |
|   "version": "1.0.0",
 | |
|   "scripts": {
 | |
|     "valid": "node valid.js",
 | |
|     "ignore": "node ignore.js",
 | |
|     "no_proto": "node no__proto__.js",
 | |
|     "remove": "node remove.js",
 | |
|     "throw": "node throw.js",
 | |
|     "all": "node --version && npm run valid && npm run ignore && npm run no_proto && npm run remove && npm run throw"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "benchmark": "^2.1.4"
 | |
|   }
 | |
| }
 |