-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
{
"name": "number-array-from-range2",
"version": "1.0.2",
"description": "Function to generate an array of all numbers in range",
"keywords": [
"range"
],
"homepage": "https://github.com/10xly/number-array-from-range2#readme",
"bugs": {
"url": "https://github.com/10xly/number-array-from-range2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10xly/number-array-from-range2.git"
},
"license": "MIT",
"author": "10x'ly Made",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "tap test.js"
},
"devDependencies": {
"tap": "^21.6.2"
},
"dependencies": {
"@10xly/strict-equals": "^1.0.1",
"@extra-array/head": "^2.10.19",
"@frosted/array-reverse": "^1.0.2",
"@is-(unknown)/is-negative": "^1.0.1",
"@not-js/not": "^1.1.1",
"@positive-numbers/zero": "^6.0.0",
"arguments-to-array": "^1.0.0",
"array.from": "^1.1.6",
"construct-new-second": "^1.0.1",
"es-error-intrinsics": "^1.0.1",
"es-logical-and-operator": "^1.0.0",
"es-logical-or-operator": "^1.0.0",
"examplebyraji": "^1.0.0",
"lolite.__private.invertfallback": "^1.1.17",
"math-intrinsics": "^1.1.0",
"subtract": "^0.0.3",
"successor": "^1.0.1",
"throw-error2": "^1.0.0",
"validate.io-greater-than": "^1.0.2"
}
}