|
1 | | -{ |
2 | | - "name": "@stdlib/stdlib", |
3 | | - "version": "0.3.2", |
4 | | - "description": "Standard library.", |
5 | | - "license": "Apache-2.0 AND BSL-1.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 | | - "funding": { |
17 | | - "type": "opencollective", |
18 | | - "url": "https://opencollective.com/stdlib" |
19 | | - }, |
20 | | - "bin": { |
21 | | - "stdlib": "./bin/cli" |
22 | | - }, |
23 | | - "main": "./lib", |
24 | | - "browser": { |
25 | | - "process": "process/" |
26 | | - }, |
27 | | - "directories": { |
28 | | - "doc": "./docs", |
29 | | - "example": "./examples", |
30 | | - "lib": "./lib", |
31 | | - "test": "./test" |
32 | | - }, |
33 | | - "types": "./docs/types", |
34 | | - "scripts": { |
35 | | - "notes": "make notes", |
36 | | - "lint": "make lint", |
37 | | - "repl": "make repl", |
38 | | - "test": "make test", |
39 | | - "test-cov": "make test-cov", |
40 | | - "view-cov": "make view-cov", |
41 | | - "examples": "make examples", |
42 | | - "benchmark": "make benchmark", |
43 | | - "clean": "make clean", |
44 | | - "check-deps": "make check-deps", |
45 | | - "check-licenses": "make check-licenses", |
46 | | - "postinstall": "tools/scripts/apply_patches" |
47 | | - }, |
48 | | - "homepage": "https://github.com/stdlib-js/stdlib", |
49 | | - "repository": { |
50 | | - "type": "git", |
51 | | - "url": "git://github.com/stdlib-js/stdlib.git" |
52 | | - }, |
53 | | - "bugs": { |
54 | | - "url": "https://github.com/stdlib-js/stdlib/issues" |
55 | | - }, |
56 | | - "dependencies": { |
57 | | - "@stdlib/array": "^0.3.3", |
58 | | - "@stdlib/assert": "^0.3.3", |
59 | | - "@stdlib/bench": "^0.4.3", |
60 | | - "@stdlib/bigint": "^0.3.3", |
61 | | - "@stdlib/blas": "^0.3.3", |
62 | | - "@stdlib/boolean": "^0.3.3", |
63 | | - "@stdlib/buffer": "^0.3.3", |
64 | | - "@stdlib/cli": "^0.3.3", |
65 | | - "@stdlib/complex": "^0.3.3", |
66 | | - "@stdlib/console": "^0.3.3", |
67 | | - "@stdlib/constants": "^0.3.3", |
68 | | - "@stdlib/datasets": "^0.3.0", |
69 | | - "@stdlib/error": "^0.3.3", |
70 | | - "@stdlib/fs": "^0.3.3", |
71 | | - "@stdlib/function": "^0.3.3", |
72 | | - "@stdlib/iter": "^0.3.3", |
73 | | - "@stdlib/lapack": "^0.1.3", |
74 | | - "@stdlib/math": "^0.3.3", |
75 | | - "@stdlib/ml": "^0.3.3", |
76 | | - "@stdlib/namespace": "^0.3.3", |
77 | | - "@stdlib/napi": "^0.3.3", |
78 | | - "@stdlib/ndarray": "^0.3.3", |
79 | | - "@stdlib/net": "^0.3.3", |
80 | | - "@stdlib/nlp": "^0.3.3", |
81 | | - "@stdlib/number": "^0.3.3", |
82 | | - "@stdlib/object": "^0.3.3", |
83 | | - "@stdlib/os": "^0.3.3", |
84 | | - "@stdlib/plot": "^0.3.3", |
85 | | - "@stdlib/process": "^0.3.3", |
86 | | - "@stdlib/proxy": "^0.3.3", |
87 | | - "@stdlib/random": "^0.3.3", |
88 | | - "@stdlib/regexp": "^0.3.3", |
89 | | - "@stdlib/repl": "^0.3.3", |
90 | | - "@stdlib/simulate": "^0.3.3", |
91 | | - "@stdlib/slice": "^0.3.3", |
92 | | - "@stdlib/stats": "^0.3.3", |
93 | | - "@stdlib/streams": "^0.3.3", |
94 | | - "@stdlib/strided": "^0.3.3", |
95 | | - "@stdlib/string": "^0.3.3", |
96 | | - "@stdlib/symbol": "^0.3.3", |
97 | | - "@stdlib/time": "^0.3.3", |
98 | | - "@stdlib/types": "^0.4.3", |
99 | | - "@stdlib/utils": "^0.3.3", |
100 | | - "@stdlib/wasm": "^0.1.1", |
101 | | - "acorn": "^8.1.0", |
102 | | - "acorn-loose": "^8.0.2", |
103 | | - "acorn-walk": "^8.0.2", |
104 | | - "d3-format": "^1.0.0", |
105 | | - "d3-scale": "^1.0.0", |
106 | | - "d3-shape": "^1.0.0", |
107 | | - "d3-time-format": "^2.0.0", |
108 | | - "debug": "^2.6.9", |
109 | | - "glob": "^7.0.5", |
110 | | - "minimist": "^1.2.0", |
111 | | - "readable-stream": "^2.1.4", |
112 | | - "resolve": "^1.1.7", |
113 | | - "vdom-to-html": "^2.3.0", |
114 | | - "virtual-dom": "^2.1.1" |
115 | | - }, |
116 | | - "optionalDependencies": { |
117 | | - "node-gyp": "^9.3.1" |
118 | | - }, |
119 | | - "devDependencies": { |
120 | | - "0x": "^4.10.2", |
121 | | - "@cspell/eslint-plugin": "^8.8.0", |
122 | | - "@commitlint/cli": "^17.4.4", |
123 | | - "@commitlint/cz-commitlint": "^17.4.4", |
124 | | - "@conventional-commits/parser": "^0.4.1", |
125 | | - "@kaciras/deasync": "^1.0.1", |
126 | | - "@types/node": "^13.9.0", |
127 | | - "@typescript-eslint/parser": "^6.9.1", |
128 | | - "@typescript-eslint/eslint-plugin": "^6.9.1", |
129 | | - "ajv": "^5.2.2", |
130 | | - "browser-pack-flat": "^3.0.0", |
131 | | - "browserify": "^17.0.0", |
132 | | - "bundle-collapser": "^1.3.0", |
133 | | - "c8": "^7.12.0", |
134 | | - "chai": "^3.5.0", |
135 | | - "cheerio": "^1.0.0-rc.12", |
136 | | - "commitizen": "^4.3.0", |
137 | | - "common-shakeify": "^0.6.0", |
138 | | - "conventional-changelog-conventionalcommits": "^5.0.0", |
139 | | - "doctrine": "^3.0.0", |
140 | | - "editorconfig-checker": "^6.0.0", |
141 | | - "envify": "^4.0.0", |
142 | | - "eslint": "^8.57.0", |
143 | | - "eslint-plugin-node": "^11.1.0", |
144 | | - "eslint-plugin-expect-type": "^0.2.3", |
145 | | - "eslint-plugin-import": "^2.29.0", |
146 | | - "eslint-plugin-jsdoc": "^46.8.2", |
147 | | - "exorcist": "^2.0.0", |
148 | | - "factor-bundle": "^2.5.0", |
149 | | - "gh-pages": "git+https://github.com/Planeshifter/gh-pages.git#main", |
150 | | - "inquirer": "^8.0.0", |
151 | | - "jscodeshift": "^0.15.0", |
152 | | - "jsdoc": "^3.4.0", |
153 | | - "lunr": "^2.3.9", |
154 | | - "mathjax-node": "^2.0.1", |
155 | | - "mathjax-node-sre": "^3.0.0", |
156 | | - "mkdirp": "^0.5.1", |
157 | | - "mustache": "^4.0.0", |
158 | | - "parse-link-header": "^1.0.1", |
159 | | - "plato": "^1.5.0", |
160 | | - "process": "^0.11.10", |
161 | | - "proxyquire": "^2.0.0", |
162 | | - "proxyquire-universal": "^2.0.0", |
163 | | - "proxyquireify": "^3.1.1", |
164 | | - "read-installed": "^4.0.3", |
165 | | - "rehype": "^9.0.0", |
166 | | - "rehype-highlight": "^3.0.0", |
167 | | - "remark": "^11.0.1", |
168 | | - "remark-cli": "^7.0.0", |
169 | | - "remark-frontmatter": "^1.2.0", |
170 | | - "remark-html": "^10.0.0", |
171 | | - "remark-lint": "^6.0.0", |
172 | | - "remark-lint-blockquote-indentation": "^1.0.0", |
173 | | - "remark-lint-checkbox-character-style": "^1.0.0", |
174 | | - "remark-lint-checkbox-content-indent": "^1.0.0", |
175 | | - "remark-lint-code-block-style": "^1.0.0", |
176 | | - "remark-lint-definition-case": "^1.0.0", |
177 | | - "remark-lint-definition-spacing": "^1.0.0", |
178 | | - "remark-lint-emphasis-marker": "^1.0.0", |
179 | | - "remark-lint-fenced-code-flag": "^1.0.0", |
180 | | - "remark-lint-fenced-code-marker": "^1.0.0", |
181 | | - "remark-lint-file-extension": "^1.0.0", |
182 | | - "remark-lint-final-definition": "^1.0.0", |
183 | | - "remark-lint-final-newline": "^1.0.0", |
184 | | - "remark-lint-first-heading-level": "^1.1.0", |
185 | | - "remark-lint-hard-break-spaces": "^1.0.1", |
186 | | - "remark-lint-heading-increment": "^1.0.0", |
187 | | - "remark-lint-heading-style": "^1.0.0", |
188 | | - "remark-lint-linebreak-style": "^1.0.0", |
189 | | - "remark-lint-link-title-style": "^1.0.0", |
190 | | - "remark-lint-list-item-bullet-indent": "^1.0.0", |
191 | | - "remark-lint-list-item-content-indent": "^1.0.0", |
192 | | - "remark-lint-list-item-indent": "^1.0.0", |
193 | | - "remark-lint-list-item-spacing": "^1.1.0", |
194 | | - "remark-lint-maximum-heading-length": "^1.0.0", |
195 | | - "remark-lint-maximum-line-length": "^1.0.0", |
196 | | - "remark-lint-no-auto-link-without-protocol": "^1.0.0", |
197 | | - "remark-lint-no-blockquote-without-marker": "^2.0.0", |
198 | | - "remark-lint-no-consecutive-blank-lines": "^1.0.0", |
199 | | - "remark-lint-no-duplicate-definitions": "^1.0.0", |
200 | | - "remark-lint-no-duplicate-headings": "^1.0.0", |
201 | | - "remark-lint-no-duplicate-headings-in-section": "^1.0.0", |
202 | | - "remark-lint-no-emphasis-as-heading": "^1.0.0", |
203 | | - "remark-lint-no-empty-url": "^1.0.1", |
204 | | - "remark-lint-no-file-name-articles": "^1.0.0", |
205 | | - "remark-lint-no-file-name-consecutive-dashes": "^1.0.0", |
206 | | - "remark-lint-no-file-name-irregular-characters": "^1.0.0", |
207 | | - "remark-lint-no-file-name-mixed-case": "^1.0.0", |
208 | | - "remark-lint-no-file-name-outer-dashes": "^1.0.1", |
209 | | - "remark-lint-no-heading-content-indent": "^1.0.0", |
210 | | - "remark-lint-no-heading-indent": "^1.0.0", |
211 | | - "remark-lint-no-heading-like-paragraph": "^1.0.0", |
212 | | - "remark-lint-no-heading-punctuation": "^1.0.0", |
213 | | - "remark-lint-no-html": "^1.0.0", |
214 | | - "remark-lint-no-inline-padding": "^1.0.0", |
215 | | - "remark-lint-no-literal-urls": "^1.0.0", |
216 | | - "remark-lint-no-missing-blank-lines": "^1.0.0", |
217 | | - "remark-lint-no-multiple-toplevel-headings": "^1.0.0", |
218 | | - "remark-lint-no-paragraph-content-indent": "^1.0.1", |
219 | | - "remark-lint-no-reference-like-url": "^1.0.0", |
220 | | - "remark-lint-no-shell-dollars": "^1.0.0", |
221 | | - "remark-lint-no-shortcut-reference-image": "^1.0.0", |
222 | | - "remark-lint-no-shortcut-reference-link": "^1.0.1", |
223 | | - "remark-lint-no-table-indentation": "^1.0.0", |
224 | | - "remark-lint-no-tabs": "^1.0.0", |
225 | | - "remark-lint-no-trailing-spaces": "^3.0.2", |
226 | | - "remark-lint-no-undefined-references": "^1.0.0", |
227 | | - "remark-lint-no-unused-definitions": "^1.0.0", |
228 | | - "remark-lint-ordered-list-marker-style": "^1.0.0", |
229 | | - "remark-lint-ordered-list-marker-value": "^1.0.0", |
230 | | - "remark-lint-rule-style": "^1.0.0", |
231 | | - "remark-lint-strong-marker": "^1.0.0", |
232 | | - "remark-lint-table-cell-padding": "^1.0.0", |
233 | | - "remark-lint-table-pipe-alignment": "^1.0.0", |
234 | | - "remark-lint-table-pipes": "^1.0.0", |
235 | | - "remark-lint-unordered-list-marker-style": "^1.0.0", |
236 | | - "remark-slug": "^5.0.0", |
237 | | - "remark-unlink": "^2.0.0", |
238 | | - "remark-validate-links": "^9.0.1", |
239 | | - "remark-vdom": "^8.0.0", |
240 | | - "semver": "^6.0.0", |
241 | | - "source-map-explorer": "^2.5.3", |
242 | | - "spdx-license-ids": "^3.0.0", |
243 | | - "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
244 | | - "tap-spec": "5.x.x", |
245 | | - "tap-summary": "^4.0.0", |
246 | | - "tap-xunit": "^2.2.0", |
247 | | - "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
248 | | - "to-vfile": "^6.0.0", |
249 | | - "typedoc": "git+https://github.com/kgryte/typedoc.git#0.16.11-patch", |
250 | | - "typescript": "4.3.5", |
251 | | - "uglify-js": "^3.17.4", |
252 | | - "uglifyify": "^5.0.0", |
253 | | - "unified-lint-rule": "^1.0.1", |
254 | | - "unist-util-visit": "^2.0.0", |
255 | | - "unist-util-visit-parents": "^3.1.1", |
256 | | - "yaml": "^1.0.0" |
257 | | - }, |
258 | | - "engines": { |
259 | | - "node": ">=0.10.0", |
260 | | - "npm": ">2.7.0" |
261 | | - }, |
262 | | - "os": [ |
263 | | - "aix", |
264 | | - "darwin", |
265 | | - "freebsd", |
266 | | - "linux", |
267 | | - "macos", |
268 | | - "openbsd", |
269 | | - "sunos", |
270 | | - "win32", |
271 | | - "windows" |
272 | | - ], |
273 | | - "keywords": [ |
274 | | - "stdlib", |
275 | | - "stdlib-js", |
276 | | - "stdlib.js", |
277 | | - "js-stdlib", |
278 | | - "stdlibjs", |
279 | | - "standard", |
280 | | - "std", |
281 | | - "library", |
282 | | - "lib", |
283 | | - "libstd", |
284 | | - "numerical", |
285 | | - "numeric", |
286 | | - "mathematical", |
287 | | - "mathematics", |
288 | | - "math", |
289 | | - "scientific", |
290 | | - "machine learning", |
291 | | - "machine-learning", |
292 | | - "ml", |
293 | | - "ndarray", |
294 | | - "numpy", |
295 | | - "scipy" |
296 | | - ] |
297 | | -} |
| 1 | +{"name":"@stdlib/stdlib","version":"0.0.0"} |
0 commit comments