UNPKG

@astronautlabs/jsonpath

Version:

Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.

63 lines (62 loc) 1.67 kB
{ "name": "@astronautlabs/jsonpath", "private": false, "description": "Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.", "version": "1.1.2", "author": { "name": "Astronaut Labs, LLC.", "url": "https://astronautlabs.com/" }, "main": "./dist/index.js", "module": "./dist.esm/index.js", "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc -b && tsc -b tsconfig.esm.json", "prepublishOnly": "npm run build && npm run docs", "docs": "typedoc src", "generate": "ts-node generate-parser.ts", "test": "npm run build && node dist/test.js" }, "dependencies": { "static-eval": "2.0.2" }, "devDependencies": { "@types/esprima": "^4.0.2", "@types/mkdirp": "^1.0.0", "@types/assert": "^1.4.7", "@types/chai": "^4.2.11", "@types/node": "14.0.1", "@types/static-eval": "^0.2.30", "@types/underscore": "^1.10.0", "chai": "^4.2.0", "grunt": "0.4.5", "grunt-browserify": "3.8.0", "grunt-cli": "0.1.13", "grunt-contrib-uglify": "0.9.1", "jison": "^0.4.18", "jscs": "1.10.0", "jshint": "2.6.0", "mkdirp": "^1.0.4", "mocha": "2.1.0", "razmin": "^0.6.13", "rimraf": "^3.0.2", "ts-node": "^8.10.1", "typedoc": "^0.17.7", "typescript": "^4.6.3" }, "repository": { "type": "git", "url": "https://github.com/astronautlabs/jsonpath" }, "keywords": [ "JSONPath", "jsonpath", "json-path", "object", "traversal", "json", "path", "data structures" ], "license": "MIT" }