1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
| {
| "_args": [
| [
| "async-foreach@0.1.3",
| "D:\\豆米\\dingyuannongji\\web"
| ]
| ],
| "_development": true,
| "_from": "async-foreach@0.1.3",
| "_id": "async-foreach@0.1.3",
| "_inBundle": false,
| "_integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==",
| "_location": "/async-foreach",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "async-foreach@0.1.3",
| "name": "async-foreach",
| "escapedName": "async-foreach",
| "rawSpec": "0.1.3",
| "saveSpec": null,
| "fetchSpec": "0.1.3"
| },
| "_requiredBy": [
| "/node-sass"
| ],
| "_resolved": "https://registry.npmmirror.com/async-foreach/-/async-foreach-0.1.3.tgz",
| "_spec": "0.1.3",
| "_where": "D:\\豆米\\dingyuannongji\\web",
| "author": {
| "name": "\"Cowboy\" Ben Alman",
| "url": "http://benalman.com/"
| },
| "bugs": {
| "url": "https://github.com/cowboy/javascript-sync-async-foreach/issues"
| },
| "dependencies": {},
| "description": "An optionally-asynchronous forEach with an interesting interface.",
| "devDependencies": {},
| "engines": {
| "node": "*"
| },
| "homepage": "http://github.com/cowboy/javascript-sync-async-foreach",
| "keywords": [
| "array",
| "loop",
| "sync",
| "async",
| "foreach"
| ],
| "main": "lib/foreach",
| "name": "async-foreach",
| "repository": {
| "type": "git",
| "url": "git://github.com/cowboy/javascript-sync-async-foreach.git"
| },
| "version": "0.1.3"
| }
|
|