-
Notifications
You must be signed in to change notification settings - Fork 2
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
3abce07
commit c329b81
Showing
1 changed file
with
49 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
"name": "unique-objects", | ||
"version": "1.0.6", | ||
"description": "Get unique objects from array of objects", | ||
"license": "MIT", | ||
"repository": "https://github.com/palashmon/unique-objects", | ||
"author": { | ||
"name": "Palash Mondal", | ||
"email": "[email protected]", | ||
"url": "https://github.com/palashmon" | ||
}, | ||
"sideEffects": false, | ||
"engines": { | ||
"node": ">=18.20.2" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava", | ||
"cover": "nyc --reporter=lcov ava", | ||
"lint": "xo --fix" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"keywords": [ | ||
"unique", | ||
"array", | ||
"objects", | ||
"multiple", | ||
"array item", | ||
"keys", | ||
"test", | ||
"deduplication", | ||
"distinct", | ||
"filter", | ||
"eliminate duplicates", | ||
"javascript", | ||
"data", | ||
"manipulation", | ||
"algorithm" | ||
], | ||
"devDependencies": { | ||
"ava": "6.1.2", | ||
"nyc": "15.1.0", | ||
"xo": "0.58.0" | ||
}, | ||
"type": "module", | ||
"eslintIgnore": [ | ||
"index.d.ts" | ||
] | ||
"name": "unique-objects", | ||
"version": "1.1.0", | ||
"description": "Get unique objects from array of objects", | ||
"license": "MIT", | ||
"repository": "https://github.com/palashmon/unique-objects", | ||
"author": { | ||
"name": "Palash Mondal", | ||
"email": "[email protected]", | ||
"url": "https://github.com/palashmon" | ||
}, | ||
"sideEffects": false, | ||
"engines": { | ||
"node": ">=18.20.2" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava", | ||
"cover": "nyc --reporter=lcov ava", | ||
"lint": "xo --fix" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"keywords": [ | ||
"unique", | ||
"array", | ||
"objects", | ||
"multiple", | ||
"array item", | ||
"keys", | ||
"test", | ||
"deduplication", | ||
"distinct", | ||
"filter", | ||
"eliminate duplicates", | ||
"javascript", | ||
"data", | ||
"manipulation", | ||
"algorithm" | ||
], | ||
"devDependencies": { | ||
"ava": "6.1.2", | ||
"nyc": "15.1.0", | ||
"xo": "0.58.0" | ||
}, | ||
"type": "module", | ||
"eslintIgnore": [ | ||
"index.d.ts" | ||
] | ||
} |