{
  "name": "jsonpointerx",
  "version": "1.2.6",
  "description": "fast jsonpointer (rfc6901) implementation",
  "keywords": [
    "javascript",
    "typescript",
    "json pointer",
    "rfc6901"
  ],
  "author": {
    "email": "www.gms@gmx.at",
    "name": "Guenter Sandner"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gms1/HomeOfThings.git"
  },
  "bugs": {
    "url": "https://github.com/gms1/HomeOfThings/issues"
  },
  "homepage": "https://github.com/gms1/HomeOfThings",
  "dependencies": {},
  "main": "./index.cjs.js",
  "module": "./index.esm.js",
  "types": "./index.cjs"
}