2 "$schema": "https://json.schemastore.org/package",
3 "name": "benchmarks-js",
5 "description": "JS code pattern benchmarks",
10 "packageManager": "pnpm@9.4.0",
18 "url": "git://github.com/jerome-benoit/benchmarks-js.git"
23 "url": "https://www.patreon.com/fraggle_"
27 "url": "https://github.com/sponsors/jerome-benoit"
36 "prepare": "node prepare.mjs",
37 "benchmark:busy-wait": "node busy-wait.mjs",
38 "benchmark:deep-clone-object": "node deep-clone-object.mjs",
39 "benchmark:deep-merge-object": "node deep-merge-object.mjs",
40 "benchmark:empty-array": "node empty-array.mjs",
41 "benchmark:shallow-clone-object": "node shallow-clone-object.mjs",
42 "benchmark:is-empty-object": "node is-empty-object.mjs",
43 "benchmark:is-undefined": "node is-undefined.mjs",
44 "benchmark:json-stringify": "node json-stringify.mjs",
45 "benchmark:quick-select": "node quick-select.mjs",
46 "benchmark:max": "node max.mjs",
47 "benchmark:min": "node min.mjs",
48 "benchmark:object-hash": "node object-hash.mjs",
49 "benchmark:promise-handling": "node promise-handling.mjs",
50 "benchmark:fibonacci": "node fibonacci.mjs",
51 "benchmark:random": "node random.mjs",
52 "benchmark:uuid-generator": "node uuid-generator.mjs",
53 "format": "biome format . --write; eslint . --cache --fix",
54 "lint": "eslint . --cache",
55 "lint:fix": "eslint . --cache --fix",
56 "test": "echo \"Error: no test specified\" && exit 1"
59 "name": "Jérôme Benoit",
60 "email": "jerome.benoit@piment-noir.org",
61 "url": "https://github.com/jerome-benoit"
65 "deep-clone": "^4.0.0",
66 "deepmerge": "^4.3.1",
67 "hash-object": "^5.0.1",
68 "just-clone": "^6.2.0",
70 "node-object-hash": "^3.0.0",
71 "object-hash": "^3.0.0",
73 "tatami-ng": "^0.4.15",
77 "@biomejs/biome": "^1.8.2",
78 "@commitlint/cli": "^19.3.0",
79 "@commitlint/config-conventional": "^19.2.2",
80 "@eslint/js": "^9.5.0",
82 "eslint-define-config": "^2.1.0",
83 "eslint-plugin-jsdoc": "^48.5.0",
84 "eslint-plugin-n": "^17.9.0",
85 "eslint-plugin-simple-import-sort": "^12.1.0",
88 "lint-staged": "^15.2.7",
89 "neostandard": "^0.8.0",