jsonpath_lib 0.1.12

It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript also. - Webassembly Demo: https://freestrings.github.io/jsonpath
Documentation
{
  "name": "jsonpath-rs",
  "version": "0.1.9",
  "description": "It is JsonPath implementation. The core implementation is written in Rust",
  "author": "Changseok Han <freestrings@gmail.com>",
  "license": "MIT",
  "keywords": [
    "jsonpath",
    "native-addon",
    "rust-binding",
    "rust",
    "json",
    "parsing"
  ],
  "main": "lib/index.js",
  "dependencies": {
    "neon-cli": "^0.2.0"
  },
  "scripts": {
    "install": "./build.sh",
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "^6.1.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/freestrings/jsonpath.git"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=8.0 <12.0"
  }
}