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.
		
		
		
		
		
			
		
			
				
					
					
						
							73 lines
						
					
					
						
							1.6 KiB
						
					
					
				
			
		
		
	
	
							73 lines
						
					
					
						
							1.6 KiB
						
					
					
				{ | 
						|
  "_from": "p-reduce@^1.0.0", | 
						|
  "_id": "p-reduce@1.0.0", | 
						|
  "_inBundle": false, | 
						|
  "_integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=", | 
						|
  "_location": "/p-reduce", | 
						|
  "_phantomChildren": {}, | 
						|
  "_requested": { | 
						|
    "type": "range", | 
						|
    "registry": true, | 
						|
    "raw": "p-reduce@^1.0.0", | 
						|
    "name": "p-reduce", | 
						|
    "escapedName": "p-reduce", | 
						|
    "rawSpec": "^1.0.0", | 
						|
    "saveSpec": null, | 
						|
    "fetchSpec": "^1.0.0" | 
						|
  }, | 
						|
  "_requiredBy": [ | 
						|
    "/p-each-series" | 
						|
  ], | 
						|
  "_resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz", | 
						|
  "_shasum": "18c2b0dd936a4690a529f8231f58a0fdb6a47dfa", | 
						|
  "_spec": "p-reduce@^1.0.0", | 
						|
  "_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\p-each-series", | 
						|
  "author": { | 
						|
    "name": "Sindre Sorhus", | 
						|
    "email": "sindresorhus@gmail.com", | 
						|
    "url": "sindresorhus.com" | 
						|
  }, | 
						|
  "bugs": { | 
						|
    "url": "https://github.com/sindresorhus/p-reduce/issues" | 
						|
  }, | 
						|
  "bundleDependencies": false, | 
						|
  "deprecated": false, | 
						|
  "description": "Reduce a list of values using promises into a promise for a value", | 
						|
  "devDependencies": { | 
						|
    "ava": "*", | 
						|
    "delay": "^1.3.1", | 
						|
    "xo": "*" | 
						|
  }, | 
						|
  "engines": { | 
						|
    "node": ">=4" | 
						|
  }, | 
						|
  "files": [ | 
						|
    "index.js" | 
						|
  ], | 
						|
  "homepage": "https://github.com/sindresorhus/p-reduce#readme", | 
						|
  "keywords": [ | 
						|
    "promise", | 
						|
    "reduce", | 
						|
    "collection", | 
						|
    "iterable", | 
						|
    "iterator", | 
						|
    "async", | 
						|
    "await", | 
						|
    "promises", | 
						|
    "accumulate", | 
						|
    "bluebird" | 
						|
  ], | 
						|
  "license": "MIT", | 
						|
  "name": "p-reduce", | 
						|
  "repository": { | 
						|
    "type": "git", | 
						|
    "url": "git+https://github.com/sindresorhus/p-reduce.git" | 
						|
  }, | 
						|
  "scripts": { | 
						|
    "test": "xo && ava" | 
						|
  }, | 
						|
  "version": "1.0.0", | 
						|
  "xo": { | 
						|
    "esnext": true | 
						|
  } | 
						|
}
 | 
						|
 |