-
-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix package meta data indentation
PR-URL: #1033 Co-authored-by: Athan Reines <kgryte@gmail.com>
- Loading branch information
1 parent
fb10080
commit 55e5756
Showing
4 changed files
with
260 additions
and
264 deletions.
There are no files selected for viewing
137 changes: 68 additions & 69 deletions
137
lib/node_modules/@stdlib/random/array/geometric/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
129 changes: 64 additions & 65 deletions
129
lib/node_modules/@stdlib/string/base/distances/levenshtein/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__": {} | ||
} |
Oops, something went wrong.