UNPKG

json-processing

Version:

JSON Processing Tool

71 lines (70 loc) 2.11 kB
{ "name": "json-processing", "version": "2.0.3", "description": "JSON Processing Tool", "scripts": { "test": "mocha --require babel-core/register test/*.js", "prepare": "gulp clean && gulp compile" }, "repository": { "type": "git", "url": "git+https://github.com/tsouza/jp.git" }, "keywords": [ "json", "processing", "rxjs", "stream" ], "author": "Thiago Souza <thiago@elastic.co>", "license": "MIT", "bugs": { "url": "https://github.com/tsouza/jp/issues" }, "homepage": "https://github.com/tsouza/jp#readme", "bin": { "jp": "dist/index.js" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-pipeline-operator": "https://gitpkg.now.sh/tsouza/babel/packages/babel-plugin-proposal-pipeline-operator?179bd568d0678ced98eaa29e54ed0ea15dfa8f23", "add": "^2.0.6", "ascii-table": "0.0.9", "bluebird": "^3.5.1", "command-line-args": "^4.0.7", "command-line-usage": "^4.0.2", "fast-stats": "0.0.3", "filesize": "6.1.0", "jsonpath": "^1.0.0", "lodash": "^4.17.4", "require-dir": "^0.3.2", "rxjs": "^6.6.3", "tinyqueue": "2.0.3", "vm2": "^3.5.2", "yajson-stream": "^1.3.0" }, "devDependencies": { "@babel/preset-env": "^7.12.7", "@types/babel__core": "^7.1.12", "@types/bluebird": "^3.5.33", "@types/command-line-args": "^5.0.0", "@types/command-line-usage": "^5.0.1", "@types/fast-stats": "0.0.31", "@types/require-dir": "^1.0.1", "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "chai-sorted": "^0.1.0", "del": "^3.0.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-typescript": "^6.0.0-alpha.1", "merge2": "^1.4.1", "mocha": "^4.1.0", "tmp": "0.0.33", "typescript": "^4.0.5" } }