blob: 855f892f2db0c9ab1fc44ec67890585ab4d7685b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)",
"name": "flatten",
"description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/jesusabdullah/node-flatten.git"
},
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}
|