{ "_args": [ [ "jsonpath@1.0.2", "E:\\Repos\\GHActions\\login" ] ], "_from": "jsonpath@1.0.2", "_id": "jsonpath@1.0.2", "_inBundle": false, "_integrity": "sha512-rmzlgFZiQPc6q4HDyK8s9Qb4oxBnI5sF61y/Co5PV0lc3q2bIuRsNdueVbhoSHdKM4fxeimphOAtfz47yjCfeA==", "_location": "/jsonpath", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jsonpath@1.0.2", "name": "jsonpath", "escapedName": "jsonpath", "rawSpec": "1.0.2", "saveSpec": null, "fetchSpec": "1.0.2" }, "_requiredBy": [ "/actions-secret-parser" ], "_resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.0.2.tgz", "_spec": "1.0.2", "_where": "E:\\Repos\\GHActions\\login", "alias": { "./lib/aesprim.js": "./generated/aesprim-browser.js" }, "author": { "name": "david@fmail.co.uk" }, "browser": "./jsonpath.js", "bugs": { "url": "https://github.com/dchester/jsonpath/issues" }, "dependencies": { "esprima": "1.2.2", "static-eval": "2.0.2", "underscore": "1.7.0" }, "description": "Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.", "devDependencies": { "grunt": "0.4.5", "grunt-browserify": "3.8.0", "grunt-cli": "0.1.13", "grunt-contrib-uglify": "0.9.1", "jison": "0.4.13", "jscs": "1.10.0", "jshint": "2.6.0", "mocha": "2.1.0" }, "homepage": "https://github.com/dchester/jsonpath#readme", "keywords": [ "JSONPath", "jsonpath", "json-path", "object", "traversal", "json", "path", "data structures" ], "license": "MIT", "name": "jsonpath", "repository": { "type": "git", "url": "git+https://github.com/dchester/jsonpath.git" }, "scripts": { "generate": "node bin/generate_parser.js > generated/parser.js", "postinstall": "node lib/aesprim.js > generated/aesprim-browser.js", "test": "mocha -u tdd test && jscs lib && jshint lib" }, "version": "1.0.2" }