forked from thi-ng/umbrella
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c2bc52
commit 976ccd6
Showing
335 changed files
with
21,118 additions
and
21,102 deletions.
There are no files selected for viewing
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
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,68 @@ | ||
{ | ||
"name": "@thi.ng/adapt-dpi", | ||
"version": "2.1.8", | ||
"description": "HDPI canvas adapter / styling utility", | ||
"type": "module", | ||
"module": "./index.js", | ||
"typings": "./index.d.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/thi-ng/umbrella.git" | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/adapt-dpi#readme", | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.9", | ||
"rimraf": "^3.0.2", | ||
"tools": "workspace:^", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.4" | ||
}, | ||
"keywords": [ | ||
"browser", | ||
"canvas", | ||
"dpi", | ||
"hdpi", | ||
"retina", | ||
"typescript" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": {}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"default": "./index.js" | ||
} | ||
}, | ||
"thi.ng": { | ||
"year": 2015 | ||
} | ||
"name": "@thi.ng/adapt-dpi", | ||
"version": "2.1.9", | ||
"description": "HDPI canvas adapter / styling utility", | ||
"type": "module", | ||
"module": "./index.js", | ||
"typings": "./index.d.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/thi-ng/umbrella.git" | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/adapt-dpi#readme", | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.10", | ||
"rimraf": "^3.0.2", | ||
"tools": "workspace:^", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.4" | ||
}, | ||
"keywords": [ | ||
"browser", | ||
"canvas", | ||
"dpi", | ||
"hdpi", | ||
"retina", | ||
"typescript" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": {}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"default": "./index.js" | ||
} | ||
}, | ||
"thi.ng": { | ||
"year": 2015 | ||
} | ||
} |
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
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,122 +1,122 @@ | ||
{ | ||
"name": "@thi.ng/adjacency", | ||
"version": "2.2.0", | ||
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs", | ||
"type": "module", | ||
"module": "./index.js", | ||
"typings": "./index.d.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/thi-ng/umbrella.git" | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/adjacency#readme", | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.8", | ||
"@thi.ng/arrays": "^2.3.1", | ||
"@thi.ng/bitfield": "^2.2.0", | ||
"@thi.ng/dcons": "^3.2.7", | ||
"@thi.ng/errors": "^2.1.8", | ||
"@thi.ng/sparse": "^0.3.12" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.9", | ||
"@thi.ng/vectors": "^7.5.8", | ||
"rimraf": "^3.0.2", | ||
"tools": "workspace:^", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.4" | ||
}, | ||
"keywords": [ | ||
"adjacency", | ||
"binary", | ||
"bitwise", | ||
"datastructure", | ||
"degree", | ||
"directed", | ||
"disjointset", | ||
"graph", | ||
"laplacian", | ||
"list", | ||
"matrix", | ||
"neighbors", | ||
"path", | ||
"search", | ||
"span", | ||
"sparse", | ||
"tree", | ||
"typescript", | ||
"undirected", | ||
"unionfind", | ||
"valence", | ||
"vertex" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=12.7" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"default": "./index.js" | ||
}, | ||
"./api": { | ||
"default": "./api.js" | ||
}, | ||
"./bfs": { | ||
"default": "./bfs.js" | ||
}, | ||
"./binary": { | ||
"default": "./binary.js" | ||
}, | ||
"./dfs": { | ||
"default": "./dfs.js" | ||
}, | ||
"./disjoint-set": { | ||
"default": "./disjoint-set.js" | ||
}, | ||
"./list": { | ||
"default": "./list.js" | ||
}, | ||
"./mst": { | ||
"default": "./mst.js" | ||
}, | ||
"./sparse": { | ||
"default": "./sparse.js" | ||
} | ||
}, | ||
"thi.ng": { | ||
"related": [ | ||
"dgraph" | ||
], | ||
"year": 2018 | ||
} | ||
"name": "@thi.ng/adjacency", | ||
"version": "2.2.1", | ||
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs", | ||
"type": "module", | ||
"module": "./index.js", | ||
"typings": "./index.d.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/thi-ng/umbrella.git" | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/adjacency#readme", | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.9", | ||
"@thi.ng/arrays": "^2.3.2", | ||
"@thi.ng/bitfield": "^2.2.1", | ||
"@thi.ng/dcons": "^3.2.8", | ||
"@thi.ng/errors": "^2.1.9", | ||
"@thi.ng/sparse": "^0.3.13" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.10", | ||
"@thi.ng/vectors": "^7.5.9", | ||
"rimraf": "^3.0.2", | ||
"tools": "workspace:^", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.4" | ||
}, | ||
"keywords": [ | ||
"adjacency", | ||
"binary", | ||
"bitwise", | ||
"datastructure", | ||
"degree", | ||
"directed", | ||
"disjointset", | ||
"graph", | ||
"laplacian", | ||
"list", | ||
"matrix", | ||
"neighbors", | ||
"path", | ||
"search", | ||
"span", | ||
"sparse", | ||
"tree", | ||
"typescript", | ||
"undirected", | ||
"unionfind", | ||
"valence", | ||
"vertex" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=12.7" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"default": "./index.js" | ||
}, | ||
"./api": { | ||
"default": "./api.js" | ||
}, | ||
"./bfs": { | ||
"default": "./bfs.js" | ||
}, | ||
"./binary": { | ||
"default": "./binary.js" | ||
}, | ||
"./dfs": { | ||
"default": "./dfs.js" | ||
}, | ||
"./disjoint-set": { | ||
"default": "./disjoint-set.js" | ||
}, | ||
"./list": { | ||
"default": "./list.js" | ||
}, | ||
"./mst": { | ||
"default": "./mst.js" | ||
}, | ||
"./sparse": { | ||
"default": "./sparse.js" | ||
} | ||
}, | ||
"thi.ng": { | ||
"related": [ | ||
"dgraph" | ||
], | ||
"year": 2018 | ||
} | ||
} |
Oops, something went wrong.