Skip to content

Commit

Permalink
Create jsonpath-dchester.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlima authored Jun 19, 2023
1 parent 989d72d commit e548196
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions j/jsonpath-dchester.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "jsonpath",
"filename": "jsonpath.min.js",
"description": "Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.",
"homepage": "https://github.com/dchester/jsonpath#readme",
"keywords": [
"jsonpath",
"dchester",
"JSONPath",
"json-path",
"object",
"traversal",
"json",
"path",
"data structures",
"popular"
],
"repository": {
"type": "git",
"url": "https://github.com/dchester/jsonpath.git"
},
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "jsonpath",
"fileMap": [
{
"basePath": ".",
"files": [
"**/jsonpath.js",
"**/jsonpath.min.js"
]
}
]
},
"authors": [
{
"name": "[email protected]",
"url": "https://github.com/dchester"
}
]
}

0 comments on commit e548196

Please sign in to comment.