aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/array-flatten/package.json
blob: 0940d9394a42e4ebf2e739f77f622e2c8f869e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "_args": [
    [
      {
        "raw": "array-flatten@1.1.1",
        "scope": null,
        "escapedName": "array-flatten",
        "name": "array-flatten",
        "rawSpec": "1.1.1",
        "spec": "1.1.1",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express"
    ]
  ],
  "_from": "array-flatten@1.1.1",
  "_id": "array-flatten@1.1.1",
  "_inCache": true,
  "_location": "/array-flatten",
  "_nodeVersion": "2.3.3",
  "_npmUser": {
    "name": "blakeembrey",
    "email": "hello@blakeembrey.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "array-flatten@1.1.1",
    "scope": null,
    "escapedName": "array-flatten",
    "name": "array-flatten",
    "rawSpec": "1.1.1",
    "spec": "1.1.1",
    "type": "version"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
  "_shrinkwrap": null,
  "_spec": "array-flatten@1.1.1",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/array-flatten/issues"
  },
  "dependencies": {},
  "description": "Flatten an array of nested arrays into a single flat array",
  "devDependencies": {
    "istanbul": "^0.3.13",
    "mocha": "^2.2.4",
    "pre-commit": "^1.0.7",
    "standard": "^3.7.3"
  },
  "directories": {},
  "dist": {
    "shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
    "tarball": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
  },
  "files": [
    "array-flatten.js",
    "LICENSE"
  ],
  "gitHead": "1963a9189229d408e1e8f585a00c8be9edbd1803",
  "homepage": "https://github.com/blakeembrey/array-flatten",
  "keywords": [
    "array",
    "flatten",
    "arguments",
    "depth"
  ],
  "license": "MIT",
  "main": "array-flatten.js",
  "maintainers": [
    {
      "name": "blakeembrey",
      "email": "hello@blakeembrey.com"
    }
  ],
  "name": "array-flatten",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/array-flatten.git"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec"
  },
  "version": "1.1.1"
}