@jmespath-community/jmespath
Version:
Typescript implementation of the JMESPath Community specification
64 lines (63 loc) • 1.48 kB
JSON
{
"name": "@jmespath-community/jmespath",
"description": "Typescript implementation of the JMESPath Community specification",
"version": "1.3.0",
"author": {
"name": "JMESPath Community",
"email": "springcomp@users.noreply.github.com",
"url": "https://jmespath.site"
},
"type": "module",
"bin": {
"jp": "./dist/cli.mjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"browser": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": {
"import": "./dist/index.esm.js",
"require": "./dist/index.umd.js",
"default": "./dist/index.umd.js"
},
"node": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./cli": {
"types": "./dist/cli.d.ts",
"import": "./dist/cli.mjs",
"require": "./dist/cli.cjs"
}
},
"files": [
"dist/"
],
"homepage": "https://github.com/nanoporetech/jmespath-ts#readme",
"bugs": {
"url": "https://github.com/nanoporetech/jmespath-ts/issues",
"mail": ""
},
"keywords": [
"jmespath",
"jsonpath",
"query",
"json",
"jq",
"xpath"
],
"repository": {
"type": "git",
"url": "git://github.com/jmespath-community/typescript-jmespath"
},
"license": "MPL-2.0",
"engines": {
"node": ">=14.0.0"
}
}