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
{
"_args": [
[
"array-map@0.0.0",
"/Users/zhushihui/VSCodeProjects/hmit-enterprise-admin"
]
],
"_development": true,
"_from": "array-map@0.0.0",
"_id": "array-map@0.0.0",
"_inBundle": false,
"_integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=",
"_location": "/array-map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-map@0.0.0",
"name": "array-map",
"escapedName": "array-map",
"rawSpec": "0.0.0",
"saveSpec": null,
"fetchSpec": "0.0.0"
},
"_requiredBy": [
"/shell-quote"
],
"_resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz",
"_spec": "0.0.0",
"_where": "/Users/zhushihui/VSCodeProjects/hmit-enterprise-admin",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/array-map/issues"
},
"description": "`[].map(f)` for older browsers",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/substack/array-map",
"keywords": [
"array",
"map",
"browser",
"es5",
"shim",
"ie6",
"ie7",
"ie8"
],
"license": "MIT",
"main": "index.js",
"name": "array-map",
"repository": {
"type": "git",
"url": "git://github.com/substack/array-map.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"firefox/3.5",
"firefox/latest",
"chrome/5",
"chrome/latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "0.0.0"
}