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