UNPKG

jsonpath-lifter

Version:

JSONPath based document transformations

50 lines (49 loc) 1.15 kB
{ "name": "jsonpath-lifter", "version": "0.0.13", "description": "JSONPath based document transformations", "main": "index.js", "scripts": { "test": "tap test", "tdd": "tap -w test" }, "repository": { "type": "git", "url": "git+https://github.com/AndyA/jsonpath-lifter.git" }, "keywords": [ "JSONPath", "transform", "JSON" ], "author": "Andy Armstrong <andy@hexten.net>", "license": "MIT", "bugs": { "url": "https://github.com/AndyA/jsonpath-lifter/issues" }, "homepage": "https://github.com/AndyA/jsonpath-lifter#readme", "prettier": { "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": false, "quoteProps": "consistent", "jsxSingleQuote": false, "trailingComma": "none", "bracketSpacing": true, "jsxBracketSameLine": true, "arrowParens": "avoid", "requirePragma": false, "insertPragma": false, "proseWrap": "preserve", "htmlWhitespaceSensitivity": "css", "endOfLine": "lf" }, "dependencies": { "jsonpath-faster": "^0.0.11", "lodash": "^4.17.20" }, "devDependencies": { "tap": "^14.10.8" } }