{"_id":"jsonpath-plus","_rev":"192170","name":"jsonpath-plus","description":"A JS implementation of JSONPath with some additional operators","dist-tags":{"latest":"7.2.0"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"time":{"modified":"2023-03-20T07:42:32.000Z","created":"2015-12-13T05:40:51.332Z","7.2.0":"2022-09-03T03:10:51.715Z","7.1.0":"2022-08-24T22:52:23.034Z","7.0.0":"2022-06-16T22:48:57.970Z","6.0.1":"2021-07-07T02:42:30.790Z","6.0.0":"2021-07-05T15:47:29.012Z","5.1.0":"2021-06-24T01:15:09.695Z","5.0.7":"2021-04-12T09:44:08.760Z","5.0.6":"2021-04-09T12:27:05.388Z","5.0.5":"2021-04-09T08:16:57.106Z","5.0.4":"2021-03-02T00:39:53.738Z","5.0.3":"2021-02-06T00:55:06.780Z","5.0.2":"2021-01-15T12:38:20.510Z","5.0.1":"2021-01-14T22:51:53.015Z","5.0.0":"2021-01-14T12:22:54.995Z","4.0.0":"2020-04-08T18:44:33.776Z","3.0.0":"2020-01-25T15:50:51.099Z","2.0.0":"2019-11-23T08:53:06.710Z","1.1.0":"2019-09-25T20:36:58.646Z","1.0.0":"2019-08-07T23:34:56.278Z","0.20.1":"2019-06-12T00:30:45.921Z","0.20.0":"2019-06-04T03:46:11.620Z","0.19.0":"2019-05-16T07:50:26.884Z","0.18.1":"2019-05-14T13:13:32.371Z","0.18.0":"2018-10-20T11:16:30.708Z","0.17.0":"2018-10-19T03:51:09.737Z","0.16.0":"2017-01-14T09:38:20.784Z","0.15.0":"2016-03-15T23:07:25.628Z","0.14.0":"2016-01-10T22:55:36.878Z","0.13.1":"2016-01-06T00:48:10.369Z","0.13.0":"2015-12-14T04:08:54.325Z","0.12.0":"2015-12-13T05:40:51.332Z"},"users":{},"author":"Stefan Goessner","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"versions":{"7.2.0":{"author":"Stefan Goessner","name":"jsonpath-plus","version":"7.2.0","type":"module","main":"dist/index-node-cjs.cjs","exports":{"./package.json":"./package.json",".":{"types":"./src/jsonpath.d.ts","browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.cjs","import":"./dist/index-node-esm.js","require":"./dist/index-node-cjs.cjs","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.js","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":"https://github.com/s3u/JSONPath/issues/","homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=12.0.0"},"react-native":{"vm":false},"devDependencies":{"@babel/core":"^7.18.13","@babel/preset-env":"^7.18.10","@brettz9/eslint-plugin":"^1.0.4","@rollup/plugin-babel":"^5.3.1","c8":"^7.12.0","chai":"^4.3.6","core-js-bundle":"^3.25.0","coveradge":"^0.8.1","eslint":"^8.23.0","eslint-config-ash-nazg":"^34.1.0","eslint-config-standard":"^17.0.0","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^3.0.0","eslint-plugin-chai-friendly":"^0.7.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^7.1.0","eslint-plugin-import":"^2.26.0","eslint-plugin-jsdoc":"^39.3.6","eslint-plugin-markdown":"^3.0.0","eslint-plugin-n":"^15.2.5","eslint-plugin-no-unsanitized":"^4.0.1","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-promise":"^6.0.1","eslint-plugin-sonarjs":"^0.15.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^43.0.2","http-server":"^14.1.1","license-badger":"^0.19.0","mocha":"^10.0.0","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","open-cli":"^7.0.1","rollup":"2.79.0","rollup-plugin-terser":"^7.0.2","typedoc":"^0.23.13","typescript":"^4.8.2"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"c8":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.cjs",".eslintrc.cjs","src/jsonpath.d.ts","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","c8":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,cjs,md,html .","lint":"npm run eslint","test":"npm run eslint && npm run rollup && npm run c8 && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"_id":"jsonpath-plus@7.2.0","_integrity":"sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==","_resolved":"/private/var/folders/2n/_szg3q3d15n9mn2jd_q91cym0000gn/T/07b54ae397ea3f3728532669525e9806/jsonpath-plus-7.2.0.tgz","_from":"file:jsonpath-plus-7.2.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"7ad94e147b3ed42f7939c315d2b9ce490c5a3899","size":80719,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-7.2.0.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_7.2.0_1662174651547_0.4437935135155351"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-03T03:11:03.745Z","publish_time":1662174651715,"_cnpm_publish_time":1662174651715},"7.1.0":{"author":"Stefan Goessner","name":"jsonpath-plus","version":"7.1.0","type":"module","main":"dist/index-node-cjs.cjs","exports":{"./package.json":"./package.json",".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.cjs","import":"./dist/index-node-esm.js","require":"./dist/index-node-cjs.cjs","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.js","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":"https://github.com/s3u/JSONPath/issues/","homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=12.0.0"},"react-native":{"vm":false},"devDependencies":{"@babel/core":"^7.18.13","@babel/preset-env":"^7.18.10","@brettz9/eslint-plugin":"^1.0.4","@rollup/plugin-babel":"^5.3.1","c8":"^7.12.0","chai":"^4.3.6","core-js-bundle":"^3.25.0","coveradge":"^0.8.1","eslint":"^8.22.0","eslint-config-ash-nazg":"^34.1.0","eslint-config-standard":"^17.0.0","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^3.0.0","eslint-plugin-chai-friendly":"^0.7.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^7.1.0","eslint-plugin-import":"^2.26.0","eslint-plugin-jsdoc":"^39.3.6","eslint-plugin-markdown":"^3.0.0","eslint-plugin-n":"^15.2.5","eslint-plugin-no-unsanitized":"^4.0.1","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-promise":"^6.0.0","eslint-plugin-sonarjs":"^0.15.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^43.0.2","http-server":"^14.1.1","license-badger":"^0.19.0","mocha":"^10.0.0","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","open-cli":"^7.0.1","rollup":"2.78.1","rollup-plugin-terser":"^7.0.2","typedoc":"^0.23.10","typescript":"^4.7.4"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"c8":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.cjs",".eslintrc.cjs","src/jsonpath.d.ts","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","c8":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,cjs,md,html .","lint":"npm run eslint","test":"npm run eslint && npm run rollup && npm run c8 && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"_id":"jsonpath-plus@7.1.0","_integrity":"sha512-gTaNRsPWO/K2KY6MrqaUFClF9kmuM6MFH5Dhg1VYDODgFbByw1yb7xu3hrViE/sz+dGOeMWgCzwUwQtAnCTE9g==","_resolved":"/Users/brett/JSONPath/jsonpath-plus-7.1.0.tgz","_from":"file:jsonpath-plus-7.1.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"9ac63c3d32a4d91ada68d57e056cb7983e73290a","size":89416,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-7.1.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-7.1.0.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_7.1.0_1661381542760_0.42794756930442523"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-24T22:54:47.783Z","publish_time":1661381543034,"_cnpm_publish_time":1661381543034},"7.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"7.0.0","type":"module","main":"dist/index-node-cjs.cjs","exports":{"./package.json":"./package.json",".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.cjs","import":"./dist/index-node-esm.js","require":"./dist/index-node-cjs.cjs","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.js","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=12.0.0"},"react-native":{"vm":false},"devDependencies":{"@babel/core":"^7.18.5","@babel/preset-env":"^7.18.2","@brettz9/eslint-plugin":"^1.0.4","@rollup/plugin-babel":"^5.3.1","c8":"^7.11.3","chai":"^4.3.6","core-js-bundle":"^3.23.1","coveradge":"^0.8.1","eslint":"^8.17.0","eslint-config-ash-nazg":"^33.1.0","eslint-config-standard":"^17.0.0","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^3.0.0","eslint-plugin-chai-friendly":"^0.7.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.2.0","eslint-plugin-import":"^2.26.0","eslint-plugin-jsdoc":"^39.3.2","eslint-plugin-markdown":"^2.2.1","eslint-plugin-n":"^15.2.3","eslint-plugin-no-unsanitized":"^4.0.1","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-promise":"^6.0.0","eslint-plugin-sonarjs":"^0.13.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^42.0.0","http-server":"^14.1.1","license-badger":"^0.19.0","mocha":"^10.0.0","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","open-cli":"^7.0.1","rollup":"2.75.6","rollup-plugin-terser":"^7.0.2","typedoc":"^0.22.17","typescript":"^4.7.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"c8":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.cjs",".eslintrc.cjs","src/jsonpath.d.ts","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","c8":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,cjs,md,html .","lint":"npm run eslint","test":"npm run eslint && npm run rollup && npm run c8 && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"_id":"jsonpath-plus@7.0.0","_integrity":"sha512-MH4UnrWrU1hJGVEyEyjvYgONkzNTO6Yol0nq18EMnUQ/ZC5cTuJheirXXIwu1b9mZ6t3XL0P79gPsu+zlTnDIQ==","_resolved":"/private/var/folders/2n/_szg3q3d15n9mn2jd_q91cym0000gn/T/440f2e9266b4384404ca5e8c4fd49dfd/jsonpath-plus-7.0.0.tgz","_from":"file:jsonpath-plus-7.0.0.tgz","_nodeVersion":"14.17.1","_npmVersion":"8.6.0","dist":{"shasum":"b3c7648b33041c0013c5ff534fd17aadc817bf03","size":80989,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-7.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-7.0.0.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_7.0.0_1655419737823_0.81122513522917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T22:49:07.084Z","publish_time":1655419737970,"_cnpm_publish_time":1655419737970},"6.0.1":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"6.0.1","type":"module","main":"dist/index-node-cjs.cjs","exports":{"./package.json":"./package.json",".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.cjs","import":"./dist/index-node-esm.js","require":"./dist/index-node-cjs.cjs","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.js","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"devDependencies":{"@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","c8":"^7.7.3","chai":"^4.3.4","core-js-bundle":"^3.15.2","coveradge":"^0.7.0","eslint":"^7.30.0","eslint-config-ash-nazg":"^30.1.0","eslint-config-standard":"^16.0.3","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.7.1","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.2","eslint-plugin-import":"^2.23.4","eslint-plugin-jsdoc":"^35.4.1","eslint-plugin-markdown":"^2.2.0","eslint-plugin-no-unsanitized":"^3.1.5","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.9.1","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^34.0.1","http-server":"^0.12.3","license-badger":"^0.19.0","mocha":"^9.0.2","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","open-cli":"^7.0.0","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.52.7","rollup-plugin-terser":"^7.0.2","typedoc":"^0.21.2","typescript":"^4.3.5"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"c8":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.cjs",".eslintrc.cjs","src/jsonpath.d.ts","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","c8":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,cjs,md,html .","lint":"npm run eslint","test":"npm run eslint && npm run rollup && npm run c8 && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"b638d9a79aa594439882adb4de5d8509d70dbb3b","_id":"jsonpath-plus@6.0.1","_nodeVersion":"14.17.1","_npmVersion":"7.18.1","dist":{"shasum":"9a3e16cedadfab07a3d8dc4e8cd5df4ed8f49c4d","size":75758,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-6.0.1.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_6.0.1_1625625750634_0.14450072898857957"},"_hasShrinkwrap":false,"publish_time":1625625750790,"_cnpm_publish_time":1625625750790,"_cnpmcore_publish_time":"2021-12-16T16:08:52.477Z"},"6.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"6.0.0","type":"module","main":"dist/index-node-cjs.js","exports":{"./package.json":"./package.json",".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.cjs","import":"./dist/index-node-esm.js","require":"./dist/index-node-cjs.cjs","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"devDependencies":{"@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","c8":"^7.7.3","chai":"^4.3.4","core-js-bundle":"^3.15.2","coveradge":"^0.7.0","eslint":"^7.30.0","eslint-config-ash-nazg":"^30.0.1","eslint-config-standard":"^16.0.3","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.7.1","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.2","eslint-plugin-import":"^2.23.4","eslint-plugin-jsdoc":"^35.4.1","eslint-plugin-markdown":"^2.2.0","eslint-plugin-no-unsanitized":"^3.1.5","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.8.0-125","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^34.0.1","http-server":"^0.12.3","license-badger":"^0.19.0","mocha":"^9.0.2","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","open-cli":"^7.0.0","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.52.7","rollup-plugin-terser":"^7.0.2","typedoc":"^0.21.2","typescript":"^4.3.5"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"c8":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.cjs",".eslintrc.cjs","src/jsonpath.d.ts","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","c8":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","lint":"npm run eslint","test":"npm run eslint && npm run rollup && npm run c8 && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"27f694a6b0f212b6f7f17a95a1f2e102efecbfe5","_id":"jsonpath-plus@6.0.0","_nodeVersion":"14.17.1","_npmVersion":"7.18.1","dist":{"shasum":"9281f1b6f1a3356c8d63efab21578437abcf06dc","size":75774,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-6.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-6.0.0.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_6.0.0_1625500048839_0.8743377114510689"},"_hasShrinkwrap":false,"publish_time":1625500049012,"_cnpm_publish_time":1625500049012,"_cnpmcore_publish_time":"2021-12-16T16:08:52.888Z"},"5.1.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.1.0","main":"dist/index-node-cjs.js","exports":{"./package.json":"./package.json",".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.js","import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.14.6","@babel/preset-env":"^7.14.7","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","chai":"^4.3.4","core-js-bundle":"^3.15.1","coveradge":"^0.7.0","eslint":"^7.29.0","eslint-config-ash-nazg":"^29.17.1","eslint-config-standard":"^16.0.3","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.7.1","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.2","eslint-plugin-import":"^2.23.4","eslint-plugin-jsdoc":"^35.4.0","eslint-plugin-markdown":"^2.2.0","eslint-plugin-no-unsanitized":"^3.1.5","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-radar":"^0.2.1","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^33.0.1","esm":"^3.2.25","http-server":"^0.12.3","license-badger":"^0.19.0","mocha":"^8.4.0","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","nyc":"^15.1.0","open-cli":"^7.0.0","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.52.2","rollup-plugin-terser":"^7.0.2","typedoc":"^0.21.0","typescript":"^4.3.4"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"d54118fc77e73a23d0b784b1d20bc6b3501ae532","_id":"jsonpath-plus@5.1.0","_nodeVersion":"14.15.5","_npmVersion":"7.18.1","dist":{"shasum":"2fc4b2e461950626c98525425a3a3518b85af6c3","size":79364,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.1.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.1.0.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.1.0_1624497309322_0.8448032112168391"},"_hasShrinkwrap":false,"publish_time":1624497309695,"_cnpm_publish_time":1624497309695,"_cnpmcore_publish_time":"2021-12-16T16:08:53.326Z"},"5.0.7":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.7","main":"dist/index-node-cjs.js","exports":{"./package.json":"./package.json",".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.js","import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.13.15","@babel/preset-env":"^7.13.15","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","chai":"^4.3.4","core-js-bundle":"^3.10.1","coveradge":"^0.6.0","eslint":"^7.23.0","eslint-config-ash-nazg":"^29.9.0","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.2","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^32.3.0","eslint-plugin-markdown":"^2.0.1","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-radar":"^0.2.1","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^29.0.0","esm":"^3.2.25","http-server":"^0.12.3","license-badger":"^0.18.0","mocha":"^8.3.2","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.45.0","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.35","typescript":"^4.2.4"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"prepublishOnly":"pnpm i && echo 'reenable this when may be working for pnpm: npm run license-badges'","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"6ed1fd7e1f5ecd2d4c3e0dd591d6b8181c61236e","_id":"jsonpath-plus@5.0.7","_nodeVersion":"14.15.5","_npmVersion":"7.5.6","dist":{"shasum":"95fb437ebb69c67595208711a69c95735cbff45b","size":79464,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.7.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.7.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.7_1618220648605_0.8642201028928305"},"_hasShrinkwrap":false,"publish_time":1618220648760,"_cnpm_publish_time":1618220648760,"_cnpmcore_publish_time":"2021-12-16T16:08:53.785Z"},"5.0.6":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.6","main":"dist/index-node-cjs.js","exports":{".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.js","import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.13.15","@babel/preset-env":"^7.13.15","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","chai":"^4.3.4","core-js-bundle":"^3.10.1","coveradge":"^0.6.0","eslint":"^7.23.0","eslint-config-ash-nazg":"^29.9.0","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.2","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^32.3.0","eslint-plugin-markdown":"^2.0.1","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-radar":"^0.2.1","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^29.0.0","esm":"^3.2.25","http-server":"^0.12.3","license-badger":"^0.18.0","mocha":"^8.3.2","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.45.0","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.35","typescript":"^4.2.4"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"prepublishOnly":"pnpm i && echo 'reenable this when may be working for pnpm: npm run license-badges'","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"14eefe3bdb6d93055ec6e8a089199a495a50fd00","_id":"jsonpath-plus@5.0.6","_nodeVersion":"14.15.5","_npmVersion":"7.5.6","dist":{"shasum":"f8374b76b9f390496cb583ad67141090183a3c09","size":79431,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.6.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.6.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.6_1617971225193_0.8089483858373139"},"_hasShrinkwrap":false,"publish_time":1617971225388,"_cnpm_publish_time":1617971225388,"_cnpmcore_publish_time":"2021-12-16T16:08:54.171Z"},"5.0.5":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.5","main":"dist/index-node-cjs.js","exports":{".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.js","import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.13.8","@babel/preset-env":"^7.13.9","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","chai":"^4.3.0","core-js-bundle":"^3.9.1","coveradge":"^0.6.0","eslint":"^7.21.0","eslint-config-ash-nazg":"^29.8.1","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^32.2.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-radar":"^0.2.1","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^28.0.2","esm":"^3.2.25","http-server":"^0.12.3","license-badger":"^0.18.0","mocha":"^8.3.0","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.40.0","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.28","typescript":"^4.2.2"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"prepublishOnly":"pnpm i && echo 'reenable this when may be working for pnpm: npm run license-badges'","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"5d9bc52cccc06290c6729054b0e2ae6f41709fbb","_id":"jsonpath-plus@5.0.5","_nodeVersion":"14.15.5","_npmVersion":"7.5.6","dist":{"shasum":"897bf0a37147b5030c72534a93ad5029ab359aca","size":79850,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.5.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.5.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.5_1617956216927_0.5387772148259946"},"_hasShrinkwrap":false,"publish_time":1617956217106,"_cnpm_publish_time":1617956217106,"_cnpmcore_publish_time":"2021-12-16T16:08:54.654Z"},"5.0.4":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.4","main":"dist/index-node-cjs.js","exports":{".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.js","import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.13.8","@babel/preset-env":"^7.13.9","@brettz9/eslint-plugin":"^1.0.3","@rollup/plugin-babel":"^5.3.0","chai":"^4.3.0","core-js-bundle":"^3.9.1","coveradge":"^0.6.0","eslint":"^7.21.0","eslint-config-ash-nazg":"^29.8.1","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^32.2.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-radar":"^0.2.1","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^28.0.2","esm":"^3.2.25","http-server":"^0.12.3","license-badger":"^0.18.0","mocha":"^8.3.0","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.40.0","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.28","typescript":"^4.2.2"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"prepublishOnly":"pnpm i && echo 'reenable this when may be working for pnpm: npm run license-badges'","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"http-server -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"61c654fdb2f7ce2ba20354a7d94c3b03e0f73646","_id":"jsonpath-plus@5.0.4","_nodeVersion":"14.15.5","_npmVersion":"7.5.6","dist":{"shasum":"3b8ce2ea6904ee6c6750ed027fe8df31789b62e3","size":79771,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.4.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.4.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.4_1614645593545_0.2291879809174946"},"_hasShrinkwrap":false,"publish_time":1614645593738,"_cnpm_publish_time":1614645593738,"_cnpmcore_publish_time":"2021-12-16T16:08:54.977Z"},"5.0.3":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.3","main":"dist/index-node-cjs.js","exports":{".":{"browser":"./dist/index-browser-esm.js","umd":"./dist/index-browser-umd.js","import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js","default":"./dist/index-browser-esm.js"}},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.13","@babel/preset-env":"^7.12.13","@mysticatea/eslint-plugin":"^13.0.0","@rollup/plugin-babel":"^5.2.3","chai":"^4.3.0","core-js-bundle":"^3.8.3","coveradge":"^0.6.0","eslint":"^7.19.0","eslint-config-ash-nazg":"^26.1.0","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^31.6.0","eslint-plugin-markdown":"^1.0.2","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-radar":"^0.2.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^27.0.0","esm":"^3.2.25","license-badger":"^0.18.0","mocha":"^8.2.1","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","node-static":"^0.7.11","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.38.5","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.21","typescript":"^4.1.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"prepublishOnly":"npm run license-badges","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"3725444a0d9c61807b2f65d280b08cc499c308e0","_id":"jsonpath-plus@5.0.3","_nodeVersion":"12.16.2","_npmVersion":"7.5.2","dist":{"shasum":"502f0fc953d0f92428b2c2357c0c6809a803ec36","size":154020,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.3.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.3.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.3_1612572906599_0.21627929481019925"},"_hasShrinkwrap":false,"publish_time":1612572906780,"_cnpm_publish_time":1612572906780,"_cnpmcore_publish_time":"2021-12-16T16:08:55.508Z"},"5.0.2":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.2","type":"commonjs","main":"dist/index-node-cjs.js","exports":{"import":"./dist/index-node-esm.mjs","require":"./dist/index-node-cjs.js"},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@mysticatea/eslint-plugin":"^13.0.0","@rollup/plugin-babel":"^5.2.2","chai":"^4.2.0","core-js-bundle":"^3.8.2","coveradge":"^0.6.0","eslint":"^7.17.0","eslint-config-ash-nazg":"^24.0.0","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^31.0.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^26.0.1","esm":"^3.2.25","license-badger":"^0.18.0","mocha":"^8.2.1","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","node-static":"^0.7.11","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.36.1","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.14","typescript":"^4.1.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","ignore","test","test-helpers"]},"scripts":{"prepublishOnly":"npm run license-badges","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"9c003da3ce41cf1ba8dd3abb06ffcafa26942d24","_id":"jsonpath-plus@5.0.2","_nodeVersion":"12.16.2","_npmVersion":"6.14.10","dist":{"shasum":"ede88d064264172560ab1420a366a106cfab683d","size":79415,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.2.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.2.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.2_1610714300390_0.3719404341482795"},"_hasShrinkwrap":false,"publish_time":1610714300510,"_cnpm_publish_time":1610714300510,"_cnpmcore_publish_time":"2021-12-16T16:08:55.881Z"},"5.0.1":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.1","type":"commonjs","main":"dist/index-node-cjs.js","exports":{"import":"dist/index-node-esm.mjs","require":"dist/index-node-cjs.js"},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@mysticatea/eslint-plugin":"^13.0.0","@rollup/plugin-babel":"^5.2.2","chai":"^4.2.0","core-js-bundle":"^3.8.2","coveradge":"^0.6.0","eslint":"^7.17.0","eslint-config-ash-nazg":"^24.0.0","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^31.0.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^26.0.1","esm":"^3.2.25","license-badger":"^0.18.0","mocha":"^8.2.1","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","node-static":"^0.7.11","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.36.1","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.14","typescript":"^4.1.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","test","test-helpers"]},"scripts":{"prepublishOnly":"npm run license-badges","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"7e619567740fbff3d4b8e0b5dd71a14bb748f60f","_id":"jsonpath-plus@5.0.1","_nodeVersion":"12.16.2","_npmVersion":"6.14.10","dist":{"shasum":"4afe8423c0fa71b6e05f5bbac843c8b809a41939","size":79402,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.1.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.1.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.1_1610664712815_0.4615396906347986"},"_hasShrinkwrap":false,"publish_time":1610664713015,"_cnpm_publish_time":1610664713015,"_cnpmcore_publish_time":"2021-12-16T16:08:56.336Z"},"5.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"5.0.0","type":"commonjs","main":"dist/index-node-umd.js","exports":{"import":"dist/index-node-esm.mjs","require":"dist/index-node-umd.js"},"module":"dist/index-node-esm.mjs","browser":"dist/index-browser-esm.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@mysticatea/eslint-plugin":"^13.0.0","@rollup/plugin-babel":"^5.2.2","chai":"^4.2.0","core-js-bundle":"^3.8.2","coveradge":"^0.6.0","eslint":"^7.17.0","eslint-config-ash-nazg":"^24.0.0","eslint-config-standard":"^16.0.2","eslint-plugin-array-func":"^3.1.7","eslint-plugin-chai-expect":"^2.2.0","eslint-plugin-chai-friendly":"^0.6.0","eslint-plugin-compat":"^3.9.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^31.0.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-no-unsanitized":"^3.1.4","eslint-plugin-no-use-extend-native":"^0.5.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-standard":"^4.1.0","eslint-plugin-unicorn":"^26.0.1","esm":"^3.2.25","license-badger":"^0.18.0","mocha":"^8.2.1","mocha-badge-generator":"^0.9.0","mocha-multi-reporters":"^1.5.1","node-static":"^0.7.11","nyc":"^15.1.0","open-cli":"^6.0.1","remark-cli":"^9.0.0","remark-lint-code-block-style":"^2.0.1","remark-lint-ordered-list-marker-value":"^2.0.1","rollup":"2.36.1","rollup-plugin-terser":"^7.0.2","typedoc":"^0.20.14","typescript":"^4.1.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".mocharc.js",".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","test","test-helpers"]},"scripts":{"prepublishOnly":"npm run license-badges","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","build-docs":"typedoc --out docs/ts src --excludeExternals --tsconfig src/tsconfig.json","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","node-import-test":"node --experimental-modules demo/node-import-test.mjs","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","typescript":"tsc -p src","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","nyc":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","test":"npm run eslint && npm run rollup && npm run nyc && npm run typescript","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"3a06227418dee6f539d8adf540605c75c9f724d6","_id":"jsonpath-plus@5.0.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.10","dist":{"shasum":"02ced7c7c3bd69cde4c88cb03aa7065d9891d591","size":79367,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-5.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-5.0.0.tgz"},"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_5.0.0_1610626974864_0.4621551672988615"},"_hasShrinkwrap":false,"publish_time":1610626974995,"_cnpm_publish_time":1610626974995,"_cnpmcore_publish_time":"2021-12-16T16:08:56.656Z"},"4.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"4.0.0","main":"dist/index-umd.js","module":"dist/index-es.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=10.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.9.0","@babel/preset-env":"^7.9.0","@mysticatea/eslint-plugin":"^13.0.0","babel-eslint":"^10.1.0","chai":"^4.2.0","core-js-bundle":"^3.6.4","coveradge":"^0.5.0","eslint":"^6.8.0","eslint-config-ash-nazg":"^18.0.0","eslint-config-standard":"^14.1.1","eslint-plugin-array-func":"^3.1.4","eslint-plugin-chai-expect":"^2.1.0","eslint-plugin-chai-friendly":"^0.5.0","eslint-plugin-compat":"^3.5.1","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.20.1","eslint-plugin-jsdoc":"^22.1.0","eslint-plugin-markdown":"^1.0.2","eslint-plugin-no-unsanitized":"^3.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-node":"^11.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-standard":"^4.0.1","eslint-plugin-unicorn":"^18.0.0","esm":"^3.2.25","license-badger":"^0.13.0","mocha":"^7.1.1","mocha-badge-generator":"^0.5.2","mocha-multi-reporters":"git+https://github.com/brettz9/mocha-multi-reporters.git#missing-reporter","node-static":"^0.7.11","nyc":"^15.0.0","open-cli":"^6.0.1","remark-cli":"^7.0.1","remark-lint-code-block-style":"^1.0.4","remark-lint-ordered-list-marker-value":"^1.0.5","rollup":"2.2.0","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^5.3.0","typedoc":"^0.17.3","typescript":"^3.8.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","test","test-helpers"]},"scripts":{"prepublishOnly":"npm run license-badges","license-badge":"license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg","license-badge-dev":"license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg","license-badges":"npm run license-badge && npm run license-badge-dev","remark":"remark -q -f .","typescript":"tsc src/jsonpath.d.ts","build-docs":"typedoc --out docs/ts src --includeDeclarations","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge badges/coverage-badge.svg","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","test":"npm run rollup && npm run mocha","test-cov":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"6352d88dbb73682a9c8a766f428fab7562d2f9fe","_id":"jsonpath-plus@4.0.0","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"954b69faa3d8b07f30ae2f9e601176a4b0d2806e","size":69862,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-4.0.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_4.0.0_1586371473630_0.626490930700274"},"_hasShrinkwrap":false,"publish_time":1586371473776,"_cnpm_publish_time":1586371473776,"_cnpmcore_publish_time":"2021-12-16T16:08:57.320Z"},"3.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"3.0.0","main":"dist/index-umd.js","module":"dist/index-es.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=8.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.8.0","@babel/preset-env":"^7.8.2","@mysticatea/eslint-plugin":"^13.0.0","babel-eslint":"^10.0.3","chai":"^4.2.0","core-js-bundle":"^3.6.3","coveradge":"^0.2.0","eslint":"^6.8.0","eslint-config-ash-nazg":"^16.4.0","eslint-config-standard":"^14.1.0","eslint-plugin-array-func":"^3.1.3","eslint-plugin-chai-expect":"^2.1.0","eslint-plugin-chai-friendly":"^0.5.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.20.0","eslint-plugin-jsdoc":"^20.3.0","eslint-plugin-markdown":"^1.0.1","eslint-plugin-no-unsanitized":"^3.0.2","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-node":"^11.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-standard":"^4.0.1","eslint-plugin-unicorn":"^15.0.1","esm":"^3.2.25","mocha":"^7.0.0","mocha-badge-generator":"^0.4.0","mocha-multi-reporters":"git+https://github.com/brettz9/mocha-multi-reporters.git#missing-reporter","node-static":"^0.7.11","nyc":"^15.0.0","open-cli":"^5.0.0","remark-cli":"^7.0.1","remark-lint-code-block-style":"^1.0.3","remark-lint-ordered-list-marker-value":"^1.0.4","rollup":"1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-terser":"^5.2.0","typedoc":"^0.16.1","typescript":"^3.7.4"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"nyc":{"reporter":["text","html","json-summary"],"exclude":[".eslintrc.js","rollup.config.js",".idea","coverage","dist","demo","docs","test","test-helpers"]},"scripts":{"remark":"remark -q -f .","typescript":"tsc src/jsonpath.d.ts","build-docs":"typedoc --out docs/ts src --includeDeclarations","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","coverage":"open-cli http://localhost:8084/coverage/ && npm start","coverage-badge":"coveradge --color brightgreen badges/coverage-badge.svg","mocha":"mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test","test":"npm run rollup && npm run mocha","test-cov":"rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"a585dc8c8284da9836ce7551a6c475b6bd661c45","_id":"jsonpath-plus@3.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.13.6","dist":{"shasum":"194ab4792a5e9b4ed27bf442188c8eb7e697a04b","size":68272,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-3.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-3.0.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_3.0.0_1579967450977_0.8577953411445554"},"_hasShrinkwrap":false,"publish_time":1579967451099,"_cnpm_publish_time":1579967451099,"_cnpmcore_publish_time":"2021-12-16T16:08:57.679Z"},"2.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"2.0.0","main":"dist/index-umd.js","module":"dist/index-es.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@mysticatea/eslint-plugin":"^13.0.0","chai":"^4.2.0","core-js-bundle":"^3.4.2","eslint":"^6.7.0","eslint-config-ash-nazg":"^11.5.0","eslint-config-standard":"^14.1.0","eslint-plugin-array-func":"^3.1.3","eslint-plugin-compat":"^3.3.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jsdoc":"^18.1.4","eslint-plugin-markdown":"^1.0.1","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-standard":"^4.0.1","eslint-plugin-unicorn":"^13.0.0","mocha":"^6.2.2","node-static":"^0.7.11","open-cli":"^5.0.0","remark-cli":"^7.0.1","remark-lint-code-block-style":"^1.0.3","remark-lint-ordered-list-marker-value":"^1.0.3","rollup":"1.27.4","rollup-plugin-babel":"^4.3.3","rollup-plugin-terser":"^5.1.2","typedoc":"^0.15.2","typescript":"^3.7.2"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"scripts":{"remark":"remark -q -f .","typescript":"tsc src/jsonpath.d.ts","build-docs":"typedoc --out docs/ts src --includeDeclarations","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","mocha":"mocha --require test-helpers/node-env.js test","test":"npm run rollup && npm run mocha","open":"open-cli http://localhost:8084/demo/ && npm start","start":"static -p 8084","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"9312399a1b00522be4cabbda6156373293f5e69b","_id":"jsonpath-plus@2.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.13.1","dist":{"shasum":"3ebf30b79e2262d69826084ba03c406a9de440a0","size":62627,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-2.0.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_2.0.0_1574499186497_0.29782075495581295"},"_hasShrinkwrap":false,"publish_time":1574499186710,"_cnpm_publish_time":1574499186710,"_cnpmcore_publish_time":"2021-12-16T16:08:58.023Z"},"1.1.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"1.1.0","main":"dist/index-umd.js","module":"dist/index-es.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@mysticatea/eslint-plugin":"^12.0.0","chai":"^4.2.0","core-js-bundle":"^3.2.1","eslint":"^6.4.0","eslint-config-ash-nazg":"^10.0.0","eslint-config-standard":"^14.1.0","eslint-plugin-array-func":"^3.1.3","eslint-plugin-compat":"^3.3.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jsdoc":"^15.9.2","eslint-plugin-markdown":"^1.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.4.0","eslint-plugin-standard":"^4.0.1","eslint-plugin-unicorn":"^12.0.0","mocha":"^6.2.0","node-static":"^0.7.11","open-cli":"^5.0.0","remark-cli":"^7.0.0","remark-lint-code-block-style":"^1.0.3","remark-lint-ordered-list-marker-value":"^1.0.3","rollup":"1.21.4","rollup-plugin-babel":"^4.3.3","rollup-plugin-terser":"^5.1.2","typedoc":"^0.15.0","typescript":"^3.6.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"scripts":{"remark":"remark -q -f .","typescript":"tsc src/jsonpath.d.ts","build-docs":"typedoc --out docs/ts src --includeDeclarations","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","mocha":"mocha --require test-helpers/node-env.js test","test":"npm run rollup && npm run mocha","start":"static -p 8084","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"0ed06c6707af8087ffb97f04c9469b5b2ce41183","_id":"jsonpath-plus@1.1.0","_nodeVersion":"10.11.0","_npmVersion":"6.11.3","dist":{"shasum":"7caaea4db88b761a0a3b55d715cb01eaa469dfa5","size":57882,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-1.1.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_1.1.0_1569443818492_0.38665346266884315"},"_hasShrinkwrap":false,"publish_time":1569443818646,"_cnpm_publish_time":1569443818646,"_cnpmcore_publish_time":"2021-12-16T16:08:58.286Z"},"1.0.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"1.0.0","main":"dist/index-umd.js","module":"dist/index-es.js","types":"./src/jsonpath.d.ts","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.5.5","@babel/preset-env":"^7.5.5","@mysticatea/eslint-plugin":"^11.0.0","chai":"^4.2.0","core-js-bundle":"^3.1.4","eslint":"^6.1.0","eslint-config-ash-nazg":"^8.5.2","eslint-config-standard":"^13.0.1","eslint-plugin-array-func":"^3.1.3","eslint-plugin-compat":"^3.3.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jsdoc":"^15.8.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-node":"^9.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.4.0","eslint-plugin-standard":"^4.0.0","eslint-plugin-unicorn":"^10.0.0","mocha":"^6.2.0","node-static":"^0.7.11","open-cli":"^5.0.0","remark-cli":"^7.0.0","remark-lint-code-block-style":"^1.0.3","remark-lint-ordered-list-marker-value":"^1.0.3","rollup":"1.19.4","rollup-plugin-babel":"^4.3.3","rollup-plugin-terser":"^5.1.1","typedoc":"^0.15.0","typescript":"^3.5.3"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"scripts":{"remark":"remark -q -f .","typescript":"tsc src/jsonpath.d.ts","build-docs":"typedoc --out docs/ts src --includeDeclarations","open-docs":"open-cli http://localhost:8084/docs/ts/ && npm start","mocha":"mocha --require test-helpers/node-env.js test","test":"npm run eslint && npm run rollup && npm run mocha","start":"static -p 8084","rollup":"rollup -c","eslint":"eslint --ext js,md,html .","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"},"gitHead":"38af31df124b4bbe12e3ad7ed720899da0e4597a","_id":"jsonpath-plus@1.0.0","_nodeVersion":"10.11.0","_npmVersion":"6.10.2","dist":{"shasum":"78fa5c4ae62968476268d505d9f78c65469d0e7c","size":57324,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-1.0.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_1.0.0_1565220896076_0.4553004298968928"},"_hasShrinkwrap":false,"publish_time":1565220896278,"_cnpm_publish_time":1565220896278,"_cnpmcore_publish_time":"2021-12-16T16:08:58.667Z"},"0.20.1":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"0.20.1","main":"dist/index-umd.js","module":"dist/index-es.js","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","@mysticatea/eslint-plugin":"^10.0.3","chai":"^4.2.0","core-js-bundle":"^3.1.3","eslint":"^5.16.0","eslint-config-ash-nazg":"^6.1.1","eslint-config-standard":"^12.0.0","eslint-plugin-compat":"^3.1.1","eslint-plugin-eslint-comments":"^3.1.1","eslint-plugin-import":"^2.17.3","eslint-plugin-jsdoc":"^7.2.3","eslint-plugin-markdown":"^1.0.0","eslint-plugin-no-use-extend-native":"^0.4.0","eslint-plugin-node":"^9.1.0","eslint-plugin-promise":"^4.1.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-unicorn":"^9.0.0","mocha":"^6.1.4","node-static":"^0.7.11","open-cli":"^5.0.0","remark-cli":"^6.0.1","remark-lint-code-block-style":"^1.0.2","remark-lint-ordered-list-marker-value":"^1.0.2","rollup":"1.13.1","rollup-plugin-babel":"^4.3.2","rollup-plugin-terser":"^5.0.0","typescript":"^3.5.1"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"scripts":{"remark":"remark -q -f .","rollup":"rollup -c","eslint":"eslint --ext js,md .","mocha":"mocha --require test-helpers/node-env.js test","test":"npm run eslint && npm run rollup && npm run mocha","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && static -p 8084","start":"npm run browser-test"},"gitHead":"b05dc3e10f92fdd5ecb149af288eac6b21d712c6","_id":"jsonpath-plus@0.20.1","_nodeVersion":"10.11.0","_npmVersion":"6.9.0","dist":{"shasum":"5358b8e8a5df569c541de64908d54bca55550e1c","size":57858,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.20.1.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.20.1.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_0.20.1_1560299445742_0.20174979641805546"},"_hasShrinkwrap":false,"publish_time":1560299445921,"_cnpm_publish_time":1560299445921,"_cnpmcore_publish_time":"2021-12-16T16:08:58.978Z"},"0.20.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"0.20.0","main":"dist/index-umd.js","module":"dist/index-es.js","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"peerDependencies":{"core-js-bundle":"^3.1.3"},"dependencies":{},"devDependencies":{"@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","@mysticatea/eslint-plugin":"^10.0.3","chai":"^4.2.0","core-js-bundle":"^3.1.3","eslint":"^5.16.0","eslint-config-ash-nazg":"^6.1.1","eslint-config-standard":"^12.0.0","eslint-plugin-compat":"^3.1.1","eslint-plugin-eslint-comments":"^3.1.1","eslint-plugin-import":"^2.17.3","eslint-plugin-jsdoc":"^7.2.3","eslint-plugin-markdown":"^1.0.0","eslint-plugin-no-use-extend-native":"^0.4.0","eslint-plugin-node":"^9.1.0","eslint-plugin-promise":"^4.1.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-unicorn":"^9.0.0","mocha":"^6.1.4","node-static":"^0.7.11","open-cli":"^5.0.0","remark-cli":"^6.0.1","remark-lint-code-block-style":"^1.0.2","remark-lint-ordered-list-marker-value":"^1.0.2","rollup":"1.13.1","rollup-plugin-babel":"^4.3.2","rollup-plugin-terser":"^5.0.0","typescript":"^3.5.1"},"keywords":["json","jsonpath"],"browserslist":["cover 100%"],"scripts":{"remark":"remark -q -f .","rollup":"rollup -c","eslint":"eslint --ext js,md .","mocha":"mocha --require test-helpers/node-env.js test","test":"npm run eslint && npm run rollup && npm run mocha","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && static -p 8084","start":"npm run browser-test"},"gitHead":"b35922b712eb047801425c14c6e274216603985f","_id":"jsonpath-plus@0.20.0","_nodeVersion":"10.11.0","_npmVersion":"6.9.0","dist":{"shasum":"5ec1522c6528237f48c6db1ce96bee2492192e3e","size":57752,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.20.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.20.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_0.20.0_1559619971374_0.3617560441707415"},"_hasShrinkwrap":false,"publish_time":1559619971620,"_cnpm_publish_time":1559619971620,"_cnpmcore_publish_time":"2021-12-16T16:08:59.548Z"},"0.19.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"0.19.0","main":"dist/index-umd.js","module":"dist/index-es.js","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.4.4","@babel/preset-env":"^7.4.4","@mysticatea/eslint-plugin":"^10.0.3","eslint":"^5.16.0","eslint-config-ash-nazg":"^4.0.0","eslint-config-standard":"^12.0.0","eslint-plugin-compat":"^3.1.1","eslint-plugin-eslint-comments":"^3.1.1","eslint-plugin-import":"^2.17.2","eslint-plugin-jsdoc":"^5.0.2","eslint-plugin-markdown":"^1.0.0","eslint-plugin-no-use-extend-native":"^0.4.0","eslint-plugin-node":"^9.0.1","eslint-plugin-promise":"^4.1.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-unicorn":"^8.0.2","node-static":"^0.7.11","nodeunit":"0.11.3","open-cli":"^5.0.0","remark-cli":"^6.0.1","remark-lint-code-block-style":"^1.0.2","remark-lint-ordered-list-marker-value":"^1.0.2","rollup":"1.12.1","rollup-plugin-babel":"^4.3.2","rollup-plugin-terser":"^4.0.4","typescript":"^3.4.5"},"keywords":["json","jsonpath"],"scripts":{"remark":"remark -q -f .","rollup":"rollup -c","eslint":"eslint --ext js,md .","nodeunit":"nodeunit test","test":"npm run eslint && npm run rollup && npm run nodeunit","browser-test":"npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && static -p 8084","start":"npm run browser-test"},"gitHead":"75b459355ba9279afbd57b02e22de99ffb77a985","_id":"jsonpath-plus@0.19.0","_nodeVersion":"10.11.0","_npmVersion":"6.9.0","dist":{"shasum":"b901e57607055933dc9a8bef0cc25160ee9dd64c","size":56677,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.19.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.19.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_0.19.0_1557993026400_0.285058860647454"},"_hasShrinkwrap":false,"publish_time":1557993026884,"_cnpm_publish_time":1557993026884,"_cnpmcore_publish_time":"2021-12-16T16:08:59.827Z"},"0.18.1":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"0.18.1","main":"dist/index-umd.js","module":"dist/index-es.js","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","eslint":"^5.7.0","eslint-config-standard":"^12.0.0","eslint-plugin-import":"2.14.0","eslint-plugin-node":"7.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"^4.0.0","node-static":"^0.7.11","nodeunit":"0.11.3","opn-cli":"^3.1.0","remark-cli":"^5.0.0","remark-lint-code-block-style":"^1.0.2","remark-lint-ordered-list-marker-value":"^1.0.2","rollup":"0.66.6","rollup-plugin-babel":"^4.0.3","rollup-plugin-terser":"^3.0.0"},"keywords":["json","jsonpath"],"scripts":{"remark":"remark -q -f .","rollup":"rollup -c","eslint":"eslint .","nodeunit":"nodeunit test","test":"npm run eslint && npm run rollup && npm run nodeunit","browser-test":"npm run eslint && npm run rollup && opn http://localhost:8084/test/ && static -p 8084","start":"npm run browser-test"},"gitHead":"99a757c47124f96412dfa52fa87de0fb7808941b","_id":"jsonpath-plus@0.18.1","_nodeVersion":"10.11.0","_npmVersion":"6.9.0","dist":{"shasum":"b9ed1f608178dff0d981b663400a4ccf828eb8b2","size":55043,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.18.1.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.18.1.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_0.18.1_1557839612250_0.3929253237224877"},"_hasShrinkwrap":false,"publish_time":1557839612371,"_cnpm_publish_time":1557839612371,"_cnpmcore_publish_time":"2021-12-16T16:09:00.138Z"},"0.18.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"0.18.0","main":"dist/index-umd.js","module":"dist/index-es.js","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=6.0"},"react-native":{"vm":false},"dependencies":{},"devDependencies":{"@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","eslint":"^5.7.0","eslint-config-standard":"^12.0.0","eslint-plugin-import":"2.14.0","eslint-plugin-node":"7.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"^4.0.0","node-static":"^0.7.11","nodeunit":"0.11.3","opn-cli":"^3.1.0","remark-cli":"^5.0.0","remark-lint-code-block-style":"^1.0.2","remark-lint-ordered-list-marker-value":"^1.0.2","rollup":"0.66.6","rollup-plugin-babel":"^4.0.3","rollup-plugin-terser":"^3.0.0"},"keywords":["json","jsonpath"],"scripts":{"remark":"remark -q -f .","rollup":"rollup -c","eslint":"eslint .","nodeunit":"nodeunit test","test":"npm run eslint && npm run rollup && npm run nodeunit","browser-test":"npm run eslint && npm run rollup && opn http://localhost:8084/test/ && static -p 8084","start":"npm run browser-test"},"gitHead":"a52dd414fa735d21d45f2022fac73fe6cd111a55","_id":"jsonpath-plus@0.18.0","_npmVersion":"6.4.1","_nodeVersion":"9.2.1","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"dist":{"shasum":"71d50c179d4430f24a5e811a4ada79a7746cfd31","size":54283,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.18.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.18.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_0.18.0_1540034190482_0.22962189966580926"},"_hasShrinkwrap":false,"publish_time":1540034190708,"_cnpm_publish_time":1540034190708,"_cnpmcore_publish_time":"2021-12-16T16:09:00.418Z"},"0.17.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","version":"0.17.0","main":"dist/index-umd.js","module":"dist/index-es.js","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","engines":{"node":">=0.8"},"dependencies":{},"devDependencies":{"@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","eslint":"^5.7.0","eslint-config-standard":"^12.0.0","eslint-plugin-import":"2.14.0","eslint-plugin-node":"7.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"^4.0.0","node-static":"^0.7.11","nodeunit":"0.11.3","opn-cli":"^3.1.0","rollup":"0.66.6","rollup-plugin-babel":"^4.0.3","rollup-plugin-terser":"^3.0.0"},"keywords":["json","jsonpath"],"scripts":{"rollup":"rollup -c","eslint":"eslint .","nodeunit":"nodeunit test","test":"npm run eslint && npm run nodeunit","browser-test":"npm run eslint && opn http://localhost:8084/test/ && static -p 8084","start":"npm run browser-test"},"gitHead":"4beaf47e6cefc05faf77fd47d1a89435cf80c619","_id":"jsonpath-plus@0.17.0","_npmVersion":"6.4.1","_nodeVersion":"9.2.1","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"dist":{"shasum":"99a35fb2c63f3a9c42ed1d0e0a522d985741270f","size":39956,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.17.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.17.0.tgz"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonpath-plus_0.17.0_1539921069632_0.7895093826024207"},"_hasShrinkwrap":false,"publish_time":1539921069737,"_cnpm_publish_time":1539921069737,"_cnpmcore_publish_time":"2021-12-16T16:09:00.959Z"},"0.16.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","version":"0.16.0","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","main":"./lib/jsonpath","dependencies":{},"engines":{"node":">=0.8"},"devDependencies":{"eslint":"^1.10.3","eslint-config-standard":"^4.4.0","eslint-plugin-standard":"^1.3.1","nodeunit":"0.9.0","remark-lint":"^3.0.0","remark":"^4.1.2"},"keywords":["json","jsonpath"],"scripts":{"eslint":"eslint test lib test-helpers","remark":"remark -q -f .","lint":"npm run eslint && npm run remark","nodeunit":"nodeunit test","test":"npm run lint && npm run nodeunit","browser-test":"npm run lint && node ./test-helpers/nodeunit-server","start":"npm run browser-test"},"gitHead":"b5153360df121723896ca1277815101059afa65a","_id":"jsonpath-plus@0.16.0","_shasum":"fe441b23f03ec6979a5603513988cd3edb7db5dc","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"dist":{"shasum":"fe441b23f03ec6979a5603513988cd3edb7db5dc","size":14001,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.16.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.16.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/jsonpath-plus-0.16.0.tgz_1484386698740_0.7409407852683216"},"directories":{},"publish_time":1484386700784,"_hasShrinkwrap":false,"_cnpm_publish_time":1484386700784,"_cnpmcore_publish_time":"2021-12-16T16:09:01.193Z"},"0.15.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","version":"0.15.0","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","main":"./lib/jsonpath","dependencies":{},"engines":{"node":">=0.8"},"devDependencies":{"eslint":"^1.10.3","eslint-config-standard":"^4.4.0","eslint-plugin-standard":"^1.3.1","nodeunit":"0.9.0","remark-lint":"^3.0.0","remark":"^4.1.2"},"keywords":["json","jsonpath"],"scripts":{"eslint":"eslint test lib test-helpers","remark":"remark -q -f .","lint":"npm run eslint && npm run remark","nodeunit":"nodeunit test","test":"npm run lint && npm run nodeunit","browser-test":"npm run lint && node ./test-helpers/nodeunit-server"},"gitHead":"7849f70802e534874ffaaac12a5a2429d89e1864","_id":"jsonpath-plus@0.15.0","_shasum":"b6051c109f5ad2ca6c3b01bb135da82dc37c0149","_from":".","_npmVersion":"3.8.1","_nodeVersion":"4.3.0","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"dist":{"shasum":"b6051c109f5ad2ca6c3b01bb135da82dc37c0149","size":13217,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.15.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.15.0.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/jsonpath-plus-0.15.0.tgz_1458083245142_0.108845891430974"},"directories":{},"publish_time":1458083245628,"_hasShrinkwrap":false,"_cnpm_publish_time":1458083245628,"_cnpmcore_publish_time":"2021-12-16T16:09:01.415Z"},"0.14.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","version":"0.14.0","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","main":"./lib/jsonpath","dependencies":{},"engines":{"node":">=0.8"},"devDependencies":{"nodeunit":"0.9.0","eslint":"^1.10.3","eslint-config-standard":"^4.4.0","eslint-plugin-standard":"^1.3.1"},"keywords":["json","jsonpath"],"scripts":{"test":"eslint test lib && \"./node_modules/.bin/nodeunit\" test"},"gitHead":"05307be1646d159022b5bf5529bffa05c3c7f0b6","_id":"jsonpath-plus@0.14.0","_shasum":"f33893112514c1ced091cef68ab89aaa550546f5","_from":".","_npmVersion":"3.3.9","_nodeVersion":"4.1.2","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"dist":{"shasum":"f33893112514c1ced091cef68ab89aaa550546f5","size":12279,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.14.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.14.0.tgz"},"directories":{},"publish_time":1452466536878,"_hasShrinkwrap":false,"_cnpm_publish_time":1452466536878,"_cnpmcore_publish_time":"2021-12-16T16:09:01.644Z"},"0.13.1":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","version":"0.13.1","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","main":"./lib/jsonpath","dependencies":{},"engines":{"node":">=0.8"},"devDependencies":{"nodeunit":"0.9.0","eslint":"^1.10.3","eslint-config-standard":"^4.4.0","eslint-plugin-standard":"^1.3.1"},"keywords":["json","jsonpath"],"scripts":{"test":"eslint test lib && \"./node_modules/.bin/nodeunit\" test"},"gitHead":"3c0a00b8eb9e95bf59958bb7274937040d9319e1","_id":"jsonpath-plus@0.13.1","_shasum":"977238bd29f7037d6391e143ad1152e6fa1e0519","_from":".","_npmVersion":"3.3.9","_nodeVersion":"4.1.2","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"dist":{"shasum":"977238bd29f7037d6391e143ad1152e6fa1e0519","size":12157,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.13.1.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.13.1.tgz"},"directories":{},"publish_time":1452041290369,"_hasShrinkwrap":false,"_cnpm_publish_time":1452041290369,"_cnpmcore_publish_time":"2021-12-16T16:09:01.834Z"},"0.13.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","description":"A JS implementation of JSONPath with some additional operators","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"},{"name":"Richard Schneider","email":"makaretu@gmail.com"}],"license":"MIT","version":"0.13.0","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","main":"./lib/jsonpath","dependencies":{},"engines":{"node":">=0.8"},"devDependencies":{"nodeunit":"0.9.0","eslint":"^1.10.3","eslint-config-standard":"^4.4.0","eslint-plugin-standard":"^1.3.1"},"keywords":["json","jsonpath"],"scripts":{"test":"eslint test lib && \"./node_modules/.bin/nodeunit\" test"},"gitHead":"f14111a1643010d529962528ab39fbb6ced8a705","_id":"jsonpath-plus@0.13.0","_shasum":"857da151f1ca0891a23e6c9a351925ce5a678f75","_from":".","_npmVersion":"3.3.9","_nodeVersion":"4.1.2","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"dist":{"shasum":"857da151f1ca0891a23e6c9a351925ce5a678f75","size":12107,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.13.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.13.0.tgz"},"directories":{},"publish_time":1450066134325,"_hasShrinkwrap":false,"_cnpm_publish_time":1450066134325,"_cnpmcore_publish_time":"2021-12-16T16:09:02.006Z"},"0.12.0":{"author":{"name":"Stefan Goessner"},"name":"jsonpath-plus","description":"A JS implementation of JSONPath","contributors":[{"name":"Prof. Gössner","email":"stefan.goessner@fh-dortmund.de"},{"name":"Subbu Allamaraju","email":"subbu@subbu.org"},{"name":"Mike Brevoort","email":"mike@brevoort.com"},{"name":"Robert Krahn","email":"robert.krahn@gmail.com"},{"name":"Brett Zamir","email":"brettz9@yahoo.com"}],"license":"MIT","version":"0.12.0","repository":{"type":"git","url":"git://github.com/s3u/JSONPath.git"},"bugs":{"url":"https://github.com/s3u/JSONPath/issues/"},"homepage":"https://github.com/s3u/JSONPath","main":"./lib/jsonpath","dependencies":{},"devDependencies":{"nodeunit":"0.9.0"},"keywords":["json","jsonpath"],"scripts":{"test":"nodeunit test"},"gitHead":"d459d31ac0b5577c29e424689db8a5cc5410d9b7","_id":"jsonpath-plus@0.12.0","_shasum":"ba4d3260c451eb80e6d165d78b1c47994b508d9f","_from":".","_npmVersion":"3.3.9","_nodeVersion":"4.1.2","_npmUser":{"name":"brettz9","email":"brettz9@yahoo.com"},"maintainers":[{"name":"brettz9","email":"brettz9@yahoo.com"}],"dist":{"shasum":"ba4d3260c451eb80e6d165d78b1c47994b508d9f","size":11514,"noattachment":false,"key":"/jsonpath-plus/-/jsonpath-plus-0.12.0.tgz","tarball":"http://name.csiicloud.com:7001/jsonpath-plus/download/jsonpath-plus-0.12.0.tgz"},"directories":{},"publish_time":1449985251332,"_hasShrinkwrap":false,"_cnpm_publish_time":1449985251332,"_cnpmcore_publish_time":"2021-12-16T16:09:02.212Z"}},"_attachments":{},"homepage":"https://github.com/s3u/JSONPath","bugs":"https://github.com/s3u/JSONPath/issues/","license":"MIT"}