persona-community-5/.pnpm-store/v3/files/ed/8a44eaadbc10455c03ae5537c908ab99191cda3d6a1745b86ef01833c67f875581d45dadc2d1e2590b4e8b8e100bbbb3c59d30f5b53acc48e2c62e6e335948
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

54 lines
975 B
Plaintext

{
"name": "parse-json",
"version": "8.3.0",
"description": "Parse JSON with more helpful errors",
"license": "MIT",
"repository": "sindresorhus/parse-json",
"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 && c8 ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"parse",
"json",
"graceful",
"error",
"message",
"humanize",
"friendly",
"helpful",
"string"
],
"dependencies": {
"@babel/code-frame": "^7.26.2",
"index-to-position": "^1.1.0",
"type-fest": "^4.39.1"
},
"devDependencies": {
"ava": "^6.2.0",
"c8": "^10.1.3",
"outdent": "^0.8.0",
"strip-ansi": "^7.1.0",
"tsd": "^0.31.2",
"xo": "^0.60.0"
}
}