@jaisocx/jpath
Version:
JPath accepts queries of datatype (string|number)[] and performs lookup in js objects and arrays
36 lines (33 loc) • 754 B
JSON
{
"name": "@jaisocx/jpath",
"version": "1.2.3",
"author": "Jaisocx",
"keywords": [
"jpath",
"json",
"query",
"filter",
"search",
"lookup"
],
"private": false,
"description": "JPath accepts queries of datatype (string|number)[] and performs lookup in js objects and arrays",
"type": "module",
"main": "./transpiled/CommonJS/index.js",
"types": "./transpiled/ESNext/index.d.ts",
"module": "./transpiled/ESNext/index.js",
"exports": {
"require": "./transpiled/CommonJS/index.js",
"import": "./transpiled/ESNext/index.js"
},
"files": [
"transpiled/CommonJS",
"transpiled/ESNext",
"transpiled/Simple",
"test",
"README.md"
],
"publishConfig": {
"access": "public"
}
}