mirror of
https://github.com/azure/login.git
synced 2026-03-13 18:17:09 -04:00
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_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"
|
|
}
|