Skip to content

Commit

Permalink
chore: fix package meta data indentation
Browse files Browse the repository at this point in the history
PR-URL: #1033
Co-authored-by: Athan Reines <kgryte@gmail.com>
  • Loading branch information
stdlib-bot and kgryte authored Jun 4, 2023
1 parent fb10080 commit 55e5756
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 264 deletions.
137 changes: 68 additions & 69 deletions lib/node_modules/@stdlib/random/array/geometric/package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,71 @@
{
"name": "@stdlib/random/array/geometric",
"version": "0.0.0",
"description": "Create an array containing pseudorandom numbers drawn from a geometric distribution.",
"license": "Apache-2.0",
"author": {
"name": "@stdlib/random/array/geometric",
"version": "0.0.0",
"description": "Create an array containing pseudorandom numbers drawn from a geometric distribution.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://github.com/stdlib-js/stdlib",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stdlib.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"mathematics",
"math",
"statistics",
"stats",
"prng",
"rng",
"pseudorandom",
"random",
"rand",
"gamma",
"continuous",
"generator",
"seed",
"seedable",
"array",
"vector"
]
}

}
],
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://github.com/stdlib-js/stdlib",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stdlib.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"mathematics",
"math",
"statistics",
"stats",
"prng",
"rng",
"pseudorandom",
"random",
"rand",
"gamma",
"continuous",
"generator",
"seed",
"seedable",
"array",
"vector"
]
}
Original file line number Diff line number Diff line change
@@ -1,68 +1,67 @@
{
"name": "@stdlib/string/base/distances/levenshtein",
"version": "0.0.0",
"description": "Calculates the Levenshtein (edit) distance between two strings.",
"license": "Apache-2.0",
"author": {
"name": "@stdlib/string/base/distances/levenshtein",
"version": "0.0.0",
"description": "Calculates the Levenshtein (edit) distance between two strings.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://github.com/stdlib-js/stdlib",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stdlib.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdstring",
"utilities",
"utility",
"utils",
"util",
"base",
"string",
"str",
"distances",
"distance",
"levenshtein",
"edit"
],
"__stdlib__": {}
}

}
],
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://github.com/stdlib-js/stdlib",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stdlib.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdstring",
"utilities",
"utility",
"utils",
"util",
"base",
"string",
"str",
"distances",
"distance",
"levenshtein",
"edit"
],
"__stdlib__": {}
}
Loading

0 comments on commit 55e5756

Please sign in to comment.