UNPKG

@mangos/jxpath

Version:

JXPath is an XPath like slicer/optic JS objects with no dependencies

52 lines (51 loc) 1.08 kB
{ "author": "jacob.bogers <jkfbogers@gmail.com>", "dependencies": {}, "description": "JXPath is an XPath like slicer/optic JS objects with no dependencies", "devDependencies": { "chai": "4.2.0", "chai-as-promised": "7.1.1", "clone": "2.1.2", "eslint": "^6.8.0", "mocha": "6.2.2", "nyc": "14.1.1", "cross-env": "7.0.2" }, "type": "commonjs", "keywords": [ "data", "data-wrangling", "javascript", "traversal", "fold", "json", "lens", "optics", "functional", "counterculture", "focal point", "xpath", "xpointer" ], "license": "MIT", "main": "src/index.js", "name": "@mangos/jxpath", "nyc": { "instrument": true, "reporter": [ "html", "text" ] }, "repository": { "directory": "packages/jxpath", "type": "git", "url": "https://github.com/R-js/mangos.git" }, "scripts": { "coverage": "nyc mocha", "lint": "eslint src/**/*.js", "test": "mocha" }, "version": "1.0.13" }