UNPKG

inquiry

Version:

A parameterized JSON path language for Node.js and the browser.

37 lines (34 loc) 1.13 kB
{ "name": "inquiry", "version": "0.0.3", "description": "A parameterized JSON path language for Node.js and the browser.", "keywords": [ "json", "inquiry", "jsonpath", "xpath", "selectors", "query" ], "author": "Alan Gutierrez <alan@prettyrobots.com> (https://twitter.com/bigeasy)", "contributors": [], "homepage": "http://bigeasy.github.io/inquiry", "bugs": "https://github.com/inquiry/issues", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/bigeasy/inquiry.git" }, "dependencies": { }, "devDependencies": { "proof": "1.2.x", "uglify-js": "1.3.x" }, "main": "inquiry", "scripts": { "test": "proof platform win32 && proof test t/*/*.t.js || t/test" } }