UNPKG

reactjs-id

Version:

A function that generates unique identifiers which can be used when mapping through list of items in React.Js

53 lines (52 loc) 1.19 kB
{ "name": "reactjs-id", "version": "1.0.6", "private": false, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "files": [ "React-Id.js", "README.md" ] }, "description": "A function that generates unique identifiers which can be used when mapping through list of items in React.Js", "main": "./src/React-Id.js", "devDependencies": {}, "repository": { "type": "git", "url": "git+ssh://git@github.com/vintage-creator/react-id.git" }, "keywords": [ "unique", "identifiers", "Id", "uuid", "react", "mapping" ], "author": "Israel Abazie", "license": "MIT", "bugs": { "url": "https://github.com/vintage-creator/react-id/issues" }, "homepage": "https://github.com/vintage-creator/react-id#readme" }