count-objects
Advanced tools
+3
-4
| { | ||
| "name": "count-objects", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Counts unique objects for each key and value in an array of objects", | ||
| "main": "index.js", | ||
| "main": "src/index.js", | ||
| "scripts": { | ||
| "test": "mocha", | ||
| "test-dev": " nodemon --exec \"npm test\"", | ||
| "readme-dev": " nodemon --exec \"node src/readme.js\"" | ||
| "test-dev": " nodemon --exec \"npm test\"" | ||
| }, | ||
@@ -11,0 +10,0 @@ "author": "Yochay Lustmann", |
+1
-1
@@ -10,3 +10,3 @@ # count-objects | ||
| ```javascript | ||
| const { CountObjects } = require("./index"); | ||
| const { CountObjects } = require("count-objects"); | ||
@@ -13,0 +13,0 @@ const objects = [ |
38731
-0.13%