persona-community-5/.pnpm-store/v3/files/5b/e5b4fba07390601d5dd9b920cc13517822fb930ded87693cf724bacf13942a72fe3681ab11e9a5b4dd59646eada1eed96169b05186c129a73df91e8d9ce9bb
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

48 lines
877 B
Plaintext

{
"name": "index-to-position",
"version": "1.2.0",
"description": "Convert a string index to its line and column position",
"license": "MIT",
"repository": "sindresorhus/index-to-position",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsc index.d.ts"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"index",
"position",
"line",
"column",
"text",
"coordinate",
"string",
"character",
"line number",
"column number",
"location"
],
"devDependencies": {
"ava": "^5.3.1",
"typescript": "^5.2.2",
"xo": "^0.56.0"
}
}