File tree Expand file tree Collapse file tree 2 files changed +83
-0
lines changed
lib/node_modules/@stdlib/bigint Expand file tree Collapse file tree 2 files changed +83
-0
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * @license Apache-2.0
3+ *
4+ * Copyright (c) 2021 The Stdlib Authors.
5+ *
6+ * Licensed under the Apache License, Version 2.0 (the "License");
7+ * you may not use this file except in compliance with the License.
8+ * You may obtain a copy of the License at
9+ *
10+ * http://www.apache.org/licenses/LICENSE-2.0
11+ *
12+ * Unless required by applicable law or agreed to in writing, software
13+ * distributed under the License is distributed on an "AS IS" BASIS,
14+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+ * See the License for the specific language governing permissions and
16+ * limitations under the License.
17+ */
18+
19+ 'use strict' ;
20+
21+ /**
22+ * BigInt.
23+ *
24+ * @module @stdlib /bigint
25+ *
26+ * @example
27+ * var BigInt = require( '@stdlib/bigint' );
28+ */
29+
30+ // EXPORTS //
31+
32+ module . exports = null ; // FIXME
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @stdlib/bigint" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " BigInt." ,
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+ {
12+ "name" : " The Stdlib Authors" ,
13+ "url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
14+ }
15+ ],
16+ "main" : " ./lib" ,
17+ "directories" : {
18+ "lib" : " ./lib"
19+ },
20+ "scripts" : {},
21+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
22+ "repository" : {
23+ "type" : " git" ,
24+ "url" : " git://github.com/stdlib-js/stdlib.git"
25+ },
26+ "bugs" : {
27+ "url" : " https://github.com/stdlib-js/stdlib/issues"
28+ },
29+ "dependencies" : {},
30+ "devDependencies" : {},
31+ "engines" : {
32+ "node" : " >=0.10.0" ,
33+ "npm" : " >2.7.0"
34+ },
35+ "os" : [
36+ " aix" ,
37+ " darwin" ,
38+ " freebsd" ,
39+ " linux" ,
40+ " macos" ,
41+ " openbsd" ,
42+ " sunos" ,
43+ " win32" ,
44+ " windows"
45+ ],
46+ "keywords" : [
47+ " stdlib" ,
48+ " bigint"
49+ ],
50+ "__stdlib__" : {}
51+ }
You can’t perform that action at this time.
0 commit comments