UNPKG

943 BJSONView Raw
1{
2 "name": "array-map",
3 "version": "0.0.0",
4 "description": "`[].map(f)` for older browsers",
5 "main": "index.js",
6 "devDependencies": {
7 "tape": "~2.3.2"
8 },
9 "scripts": {
10 "test": "tape test/*.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/substack/array-map.git"
15 },
16 "homepage": "https://github.com/substack/array-map",
17 "keywords": [
18 "array",
19 "map",
20 "browser",
21 "es5",
22 "shim",
23 "ie6",
24 "ie7",
25 "ie8"
26 ],
27 "author": {
28 "name": "James Halliday",
29 "email": "mail@substack.net",
30 "url": "http://substack.net"
31 },
32 "license": "MIT",
33 "testling": {
34 "files": "test/*.js",
35 "browsers": [
36 "ie/6..latest",
37 "firefox/3.5","firefox/latest",
38 "chrome/5","chrome/latest",
39 "opera/12..latest", "opera/next",
40 "safari/5.1..latest",
41 "ipad/6.0..latest",
42 "iphone/6.0..latest",
43 "android-browser/4.2..latest"
44 ]
45 }
46}