@jmespath-community/jmespath
Version:
Typescript implementation of the JMESPath Community specification
39 lines (38 loc) • 910 B
JSON
{
"name": "@jmespath-community/jmespath",
"description": "Typescript implementation of the JMESPath Community specification",
"version": "1.1.5",
"author": {
"name": "JMESPath Community",
"email": "springcomp@users.noreply.github.com",
"url": "https://jmespath.site"
},
"main": "dist/jmespath.umd.js",
"module": "dist/jmespath.esm.js",
"typings": "dist/types/index.d.ts",
"types": "dist/types/index.d.ts",
"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"
}
}