Skip to content

Commit 06ab422

Browse files
committed
style: use two spaces for indentation
1 parent ca6614a commit 06ab422

File tree

1 file changed

+74
-75
lines changed
  • lib/node_modules/@stdlib/assert/is-same-date-object

1 file changed

+74
-75
lines changed
Lines changed: 74 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,77 @@
11
{
2-
"name": "@stdlib/assert/is-same-date-object",
3-
"version": "0.0.0",
4-
"description": "Test if two values are both Date objects corresponding to the same date and time.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/assert/is-same-date-object",
3+
"version": "0.0.0",
4+
"description": "Test if two values are both Date objects corresponding to the same date and time.",
5+
"license": "Apache-2.0",
6+
"author": {
7+
"name": "The Stdlib Authors",
8+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9+
},
10+
"contributors": [
11+
{
712
"name": "The Stdlib Authors",
813
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9-
},
10-
"contributors": [
11-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
24-
"types": "./docs/types",
25-
"scripts": {},
26-
"homepage": "https://github.com/stdlib-js/stdlib",
27-
"repository": {
28-
"type": "git",
29-
"url": "git://github.com/stdlib-js/stdlib.git"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/stdlib-js/stdlib/issues"
33-
},
34-
"dependencies": {},
35-
"devDependencies": {},
36-
"engines": {
37-
"node": ">=0.10.0",
38-
"npm": ">2.7.0"
39-
},
40-
"os": [
41-
"aix",
42-
"darwin",
43-
"freebsd",
44-
"linux",
45-
"macos",
46-
"openbsd",
47-
"sunos",
48-
"win32",
49-
"windows"
50-
],
51-
"keywords": [
52-
"stdlib",
53-
"stdassert",
54-
"assertion",
55-
"assert",
56-
"utilities",
57-
"utility",
58-
"utils",
59-
"util",
60-
"equal",
61-
"same",
62-
"strict",
63-
"is",
64-
"issame",
65-
"issamevalue",
66-
"isequal",
67-
"isstrictequal",
68-
"type",
69-
"check",
70-
"valid",
71-
"validate",
72-
"test",
73-
"date",
74-
"time",
75-
"generic"
76-
]
77-
}
78-
14+
}
15+
],
16+
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"types": "./docs/types",
25+
"scripts": {},
26+
"homepage": "https://github.com/stdlib-js/stdlib",
27+
"repository": {
28+
"type": "git",
29+
"url": "git://github.com/stdlib-js/stdlib.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/stdlib-js/stdlib/issues"
33+
},
34+
"dependencies": {},
35+
"devDependencies": {},
36+
"engines": {
37+
"node": ">=0.10.0",
38+
"npm": ">2.7.0"
39+
},
40+
"os": [
41+
"aix",
42+
"darwin",
43+
"freebsd",
44+
"linux",
45+
"macos",
46+
"openbsd",
47+
"sunos",
48+
"win32",
49+
"windows"
50+
],
51+
"keywords": [
52+
"stdlib",
53+
"stdassert",
54+
"assertion",
55+
"assert",
56+
"utilities",
57+
"utility",
58+
"utils",
59+
"util",
60+
"equal",
61+
"same",
62+
"strict",
63+
"is",
64+
"issame",
65+
"issamevalue",
66+
"isequal",
67+
"isstrictequal",
68+
"type",
69+
"check",
70+
"valid",
71+
"validate",
72+
"test",
73+
"date",
74+
"time",
75+
"generic"
76+
]
77+
}

0 commit comments

Comments
 (0)