jsonpath-plus
Version:
A JS implementation of JSONPath with some additional operators
81 lines (80 loc) • 2.08 kB
JSON
{
"author": "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": "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"
}
}