UNPKG

node-jpath

Version:

jPath: Traversal utility to help you digg deeper into complex objects or arrays of objects

22 lines 606 B
{ "name": "node-jpath", "description": "jPath: Traversal utility to help you digg deeper into complex objects or arrays of objects", "version": "2.1.0", "author": { "name": "Simon Tsvilik", "email": "webdevsimon@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/stsvilik/node-jpath.git" }, "bugs": { "url": "https://github.com/stsvilik/node-jpath/issues" }, "licenses": [{ "type": "MIT", "url": "https://github.com/stsvilik/node-jpath/blob/master/LICENSE-MIT" }], "main": "./lib/node-jpath", "keywords": ["utility", "xpath", "jpath", "traversal", "objects"] }