1
1
{
2
- "author" : " aureooms" ,
3
- "scripts" : {
4
- "doc" : " ./node_modules/.bin/groc" ,
5
- "build" : " ./node_modules/.bin/aureooms-node-package-build" ,
6
- "test" : " ./node_modules/.bin/aureooms-node-package-test"
7
- },
8
- "devDependencies" : {
9
- "aureooms-js-array" : " ^2.2.1" ,
10
- "aureooms-js-compare" : " ^1.4.4" ,
11
- "aureooms-js-functools" : " ^2.0.3" ,
12
- "aureooms-js-itertools" : " ^1.1.2" ,
13
- "aureooms-js-partition" : " ^7.0.0" ,
14
- "aureooms-js-random" : " ^1.0.2" ,
15
- "aureooms-js-search" : " ^0.0.4" ,
16
- "aureooms-node-package" : " ^4.2.5"
17
- },
18
- "main" : " js/dist/selection.js" ,
19
- "bugs" : {
20
- "url" : " https://github.com/aureooms/js-selection/issues"
21
- },
22
- "license" : " AGPL-3.0" ,
23
- "homepage" : " http://aureooms.github.io/js-selection/" ,
24
- "description" : " selection code bricks for JavaScript" ,
25
- "dependencies" : {},
26
- "keywords" : [
27
- " bricks" ,
28
- " ender" ,
29
- " javascript" ,
30
- " js" ,
31
- " median" ,
32
- " medians" ,
33
- " of" ,
34
- " quickselect" ,
35
- " selection"
36
- ],
37
- "name" : " aureooms-js-selection" ,
38
- "repository" : {
39
- "url" : " https://github.com/aureooms/js-selection.git" ,
40
- "type" : " git"
41
- },
42
- "version" : " 7.0 .0" ,
43
- "spm" : {
44
- "main" : " js/dist/selection.js"
45
- }
46
- }
2
+ "author" : " aureooms" ,
3
+ "scripts" : {
4
+ "doc" : " ./node_modules/.bin/groc" ,
5
+ "build" : " ./node_modules/.bin/aureooms-node-package-build" ,
6
+ "test" : " ./node_modules/.bin/aureooms-node-package-test"
7
+ },
8
+ "devDependencies" : {
9
+ "aureooms-js-array" : " ^2.2.1" ,
10
+ "aureooms-js-compare" : " ^1.4.4" ,
11
+ "aureooms-js-functools" : " ^2.0.3" ,
12
+ "aureooms-js-itertools" : " ^1.1.2" ,
13
+ "aureooms-js-partition" : " ^7.0.0" ,
14
+ "aureooms-js-random" : " ^1.0.2" ,
15
+ "aureooms-js-search" : " ^0.0.4" ,
16
+ "aureooms-node-package" : " ^4.2.5"
17
+ },
18
+ "main" : " js/dist/selection.js" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/aureooms/js-selection/issues"
21
+ },
22
+ "license" : " AGPL-3.0" ,
23
+ "homepage" : " http://aureooms.github.io/js-selection/" ,
24
+ "description" : " selection code bricks for JavaScript" ,
25
+ "dependencies" : {},
26
+ "keywords" : [
27
+ " bricks" ,
28
+ " ender" ,
29
+ " javascript" ,
30
+ " js" ,
31
+ " median" ,
32
+ " medians" ,
33
+ " of" ,
34
+ " quickselect" ,
35
+ " selection"
36
+ ],
37
+ "name" : " aureooms-js-selection" ,
38
+ "repository" : {
39
+ "url" : " https://github.com/aureooms/js-selection.git" ,
40
+ "type" : " git"
41
+ },
42
+ "version" : " 7.1 .0" ,
43
+ "spm" : {
44
+ "main" : " js/dist/selection.js"
45
+ }
46
+ }
0 commit comments