package.json
 1  {
 2    "name": "arr-flatten",
 3    "description": "Recursively flatten an array or arrays.",
 4    "version": "1.1.0",
 5    "homepage": "https://github.com/jonschlinkert/arr-flatten",
 6    "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
 7    "contributors": [
 8      "Jon Schlinkert (http://twitter.com/jonschlinkert)",
 9      "Luke Edwards (https://lukeed.com)"
10    ],
11    "repository": "jonschlinkert/arr-flatten",
12    "bugs": {
13      "url": "https://github.com/jonschlinkert/arr-flatten/issues"
14    },
15    "license": "MIT",
16    "files": [
17      "index.js"
18    ],
19    "main": "index.js",
20    "engines": {
21      "node": ">=0.10.0"
22    },
23    "scripts": {
24      "test": "mocha"
25    },
26    "devDependencies": {
27      "ansi-bold": "^0.1.1",
28      "array-flatten": "^2.1.1",
29      "array-slice": "^1.0.0",
30      "benchmarked": "^1.0.0",
31      "compute-flatten": "^1.0.0",
32      "flatit": "^1.1.1",
33      "flatten": "^1.0.2",
34      "flatten-array": "^1.0.0",
35      "glob": "^7.1.1",
36      "gulp-format-md": "^0.1.12",
37      "just-flatten-it": "^1.1.23",
38      "lodash.flattendeep": "^4.4.0",
39      "m_flattened": "^1.0.1",
40      "mocha": "^3.2.0",
41      "utils-flatten": "^1.0.0",
42      "write": "^0.3.3"
43    },
44    "keywords": [
45      "arr",
46      "array",
47      "elements",
48      "flat",
49      "flatten",
50      "nested",
51      "recurse",
52      "recursive",
53      "recursively"
54    ],
55    "verb": {
56      "toc": false,
57      "layout": "default",
58      "tasks": [
59        "readme"
60      ],
61      "plugins": [
62        "gulp-format-md"
63      ],
64      "related": {
65        "list": [
66          "arr-filter",
67          "arr-union",
68          "array-each",
69          "array-unique"
70        ]
71      },
72      "lint": {
73        "reflinks": true
74      }
75    }
76  }