Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "array-flatten",
|
---|
3 | "version": "2.1.2",
|
---|
4 | "description": "Flatten nested arrays",
|
---|
5 | "main": "array-flatten.js",
|
---|
6 | "typings": "array-flatten.d.ts",
|
---|
7 | "files": [
|
---|
8 | "array-flatten.js",
|
---|
9 | "array-flatten.d.ts",
|
---|
10 | "LICENSE"
|
---|
11 | ],
|
---|
12 | "scripts": {
|
---|
13 | "lint": "standard",
|
---|
14 | "test-spec": "mocha -R spec --bail",
|
---|
15 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
|
---|
16 | "test": "npm run lint && npm run test-cov",
|
---|
17 | "benchmark": "node benchmark"
|
---|
18 | },
|
---|
19 | "repository": {
|
---|
20 | "type": "git",
|
---|
21 | "url": "git://github.com/blakeembrey/array-flatten.git"
|
---|
22 | },
|
---|
23 | "keywords": [
|
---|
24 | "array",
|
---|
25 | "flatten",
|
---|
26 | "arguments",
|
---|
27 | "depth",
|
---|
28 | "fast",
|
---|
29 | "for"
|
---|
30 | ],
|
---|
31 | "author": {
|
---|
32 | "name": "Blake Embrey",
|
---|
33 | "email": "hello@blakeembrey.com",
|
---|
34 | "url": "http://blakeembrey.me"
|
---|
35 | },
|
---|
36 | "license": "MIT",
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/blakeembrey/array-flatten/issues"
|
---|
39 | },
|
---|
40 | "homepage": "https://github.com/blakeembrey/array-flatten",
|
---|
41 | "devDependencies": {
|
---|
42 | "benchmarked": "^2.0.0",
|
---|
43 | "istanbul": "^0.4.0",
|
---|
44 | "mocha": "^3.1.2",
|
---|
45 | "standard": "^10.0.0"
|
---|
46 | }
|
---|
47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.