UNPKG

pixie-transformer

Version:

Pixie Transformer is transforming a Raw/Response JSON Payload into your expected JSON Payload. It's make your life easy and convenience without any logic required in your code.

70 lines (69 loc) 2 kB
{ "name": "pixie-transformer", "version": "1.2.3", "description": "Pixie Transformer is transforming a Raw/Response JSON Payload into your expected JSON Payload. It's make your life easy and convenience without any logic required in your code.", "main": "dist/index.js", "scripts": { "start": "tsc && node --inspect dist/", "build": "tsc", "delete": "@RD /S /Q dist", "test": "mocha -r ts-node/register test/*.ts", "retest": "npm run delete && npm run build && npm run test", "publish": "npm publish --access=public", "cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --compilers ts:ts-node/register test/*.ts - - -R spec", "semantic-release": "semantic-release", "semantic-release-pre": "semantic-release pre", "semantic-release-post": "semantic-release post", "travis-deploy-once": "travis-deploy-once --pro" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/briankpw/pixie.git" }, "bugs": { "url": "https://github.com/briankpw/pixie/issues" }, "readme": "README.md", "homepage": "https://github.com/briankpw/pixie#readme", "keywords": [ "pixie", "json", "dimension", "measurement", "filter", "sort", "payload", "converting", "transformer", "transform", "transformation", "highcharts", "visualization", "tool" ], "author": "Brian Koh Ping Weng <briankpw@gmail.com>", "license": "MIT", "dependencies": { "@types/mathjs": "^5.0.0", "@types/underscore": "^1.8.9", "mathjs": "^5.10.3", "redux": "^4.0.1", "underscore": "^1.9.1" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "chai": "^4.2.0", "coveralls": "^3.0.2", "istanbul": "^0.4.5", "mocha": "^5.2.0", "semantic-release": "^15.12.5", "travis-deploy-once": "^5.0.10", "ts-node": "^8.0.2", "typescript": "^3.2.2", "typings": "^2.1.1" } }