You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
878 B
35 lines
878 B
{ "name": "flatten", |
|
"version": "1.0.3", |
|
"description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.", |
|
"keywords": [ |
|
"array", |
|
"flatten" |
|
], |
|
|
|
"author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)", |
|
"homepage": "https://github.com/mk-pmb/flatten-js/#readme", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/mk-pmb/flatten-js.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/mk-pmb/flatten-js/issues" |
|
}, |
|
"contributors": [ |
|
"M.K. (https://github.com/mk-pmb)" |
|
], |
|
|
|
"private": false, "license": "MIT", |
|
|
|
"scripts": { |
|
"test": "node ./test.js" |
|
}, |
|
"directories": { "test": "test" }, |
|
|
|
"dependencies": {}, |
|
"devDependencies": {}, |
|
"optionalDependencies": {}, |
|
|
|
|
|
"npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-" |
|
}
|
|
|