This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/textarea-caret/package.json
2020-11-01 22:46:04 +00:00

18 lines
433 B
JSON

{
"name": "textarea-caret",
"repository": "component/textarea-caret-position",
"version": "3.1.0",
"authors": "Dan Dascalescu (@dandv), Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"description": "(x, y) coordinates of the caret in a textarea or input type='text'",
"files": [
"index.js"
],
"main": "index.js",
"license": "MIT",
"keywords": [
"textarea",
"caret",
"position"
]
}