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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "_from": "array-each@^1.0.1",
| "_id": "array-each@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==",
| "_location": "/array-each",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "array-each@^1.0.1",
| "name": "array-each",
| "escapedName": "array-each",
| "rawSpec": "^1.0.1",
| "saveSpec": null,
| "fetchSpec": "^1.0.1"
| },
| "_requiredBy": [
| "/object.defaults"
| ],
| "_resolved": "https://registry.npmmirror.com/array-each/-/array-each-1.0.1.tgz",
| "_shasum": "a794af0c05ab1752846ee753a1f211a05ba0c44f",
| "_spec": "array-each@^1.0.1",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\object.defaults",
| "author": {
| "name": "Jon Schlinkert",
| "url": "https://github.com/jonschlinkert"
| },
| "bugs": {
| "url": "https://github.com/jonschlinkert/array-each/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Loop over each item in an array and call the given function on every element.",
| "devDependencies": {
| "gulp-format-md": "^0.1.11",
| "mocha": "^3.2.0"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/jonschlinkert/array-each",
| "keywords": [
| "array",
| "each"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "array-each",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jonschlinkert/array-each.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "verb": {
| "toc": false,
| "layout": "default",
| "tasks": [
| "readme"
| ],
| "plugins": [
| "gulp-format-md"
| ],
| "related": {
| "list": [
| "collection-map",
| "arr-filter",
| "arr-map"
| ]
| },
| "lint": {
| "reflinks": true
| }
| },
| "version": "1.0.1"
| }
|
|