d86873f5568f669ecaa1c9ef2b73d13456d1a95b
[VSoRC/.git] / node_modules / array-flatten / package.json
1 {
2   "_from": "array-flatten@1.1.1",
3   "_id": "array-flatten@1.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
6   "_location": "/array-flatten",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "array-flatten@1.1.1",
12     "name": "array-flatten",
13     "escapedName": "array-flatten",
14     "rawSpec": "1.1.1",
15     "saveSpec": null,
16     "fetchSpec": "1.1.1"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
21   "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
22   "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
23   "_spec": "array-flatten@1.1.1",
24   "_where": "/home/josuer08/Documents/web/node_modules/express",
25   "author": {
26     "name": "Blake Embrey",
27     "email": "hello@blakeembrey.com",
28     "url": "http://blakeembrey.me"
29   },
30   "bugs": {
31     "url": "https://github.com/blakeembrey/array-flatten/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Flatten an array of nested arrays into a single flat array",
36   "devDependencies": {
37     "istanbul": "^0.3.13",
38     "mocha": "^2.2.4",
39     "pre-commit": "^1.0.7",
40     "standard": "^3.7.3"
41   },
42   "files": [
43     "array-flatten.js",
44     "LICENSE"
45   ],
46   "homepage": "https://github.com/blakeembrey/array-flatten",
47   "keywords": [
48     "array",
49     "flatten",
50     "arguments",
51     "depth"
52   ],
53   "license": "MIT",
54   "main": "array-flatten.js",
55   "name": "array-flatten",
56   "repository": {
57     "type": "git",
58     "url": "git://github.com/blakeembrey/array-flatten.git"
59   },
60   "scripts": {
61     "test": "istanbul cover _mocha -- -R spec"
62   },
63   "version": "1.1.1"
64 }