Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
878 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | { "name": "flatten",
|
---|
| 2 | "version": "1.0.3",
|
---|
| 3 | "description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.",
|
---|
| 4 | "keywords": [
|
---|
| 5 | "array",
|
---|
| 6 | "flatten"
|
---|
| 7 | ],
|
---|
| 8 |
|
---|
| 9 | "author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)",
|
---|
| 10 | "homepage": "https://github.com/mk-pmb/flatten-js/#readme",
|
---|
| 11 | "repository": {
|
---|
| 12 | "type": "git",
|
---|
| 13 | "url": "git+https://github.com/mk-pmb/flatten-js.git"
|
---|
| 14 | },
|
---|
| 15 | "bugs": {
|
---|
| 16 | "url": "https://github.com/mk-pmb/flatten-js/issues"
|
---|
| 17 | },
|
---|
| 18 | "contributors": [
|
---|
| 19 | "M.K. (https://github.com/mk-pmb)"
|
---|
| 20 | ],
|
---|
| 21 |
|
---|
| 22 | "private": false, "license": "MIT",
|
---|
| 23 |
|
---|
| 24 | "scripts": {
|
---|
| 25 | "test": "node ./test.js"
|
---|
| 26 | },
|
---|
| 27 | "directories": { "test": "test" },
|
---|
| 28 |
|
---|
| 29 | "dependencies": {},
|
---|
| 30 | "devDependencies": {},
|
---|
| 31 | "optionalDependencies": {},
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 | "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.