File size: 740 Bytes
25e5703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "array-range",
  "version": "1.0.1",
  "description": "creates a new array with given range",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "^3.0.2"
  },
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "filled",
    "array",
    "fill",
    "list",
    "dense",
    "range",
    "functional"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/array-range.git"
  },
  "homepage": "https://github.com/mattdesl/array-range",
  "bugs": {
    "url": "https://github.com/mattdesl/array-range/issues"
  }
}