transfigure-json
Version:
Transfigure JSON. Provides JSON objects a fluent, Array-like interface for data transformations.
57 lines (56 loc) • 1.46 kB
JSON
{
"name": "transfigure-json",
"version": "1.1.0",
"description": "Transfigure JSON. Provides JSON objects a fluent, Array-like interface for data transformations.",
"repository": {
"type": "git",
"url": "git+https://github.com/BeAnMo/transfigure-json.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"build": "rollup --config"
},
"keywords": [
"data processing",
"data transformation",
"documents",
"fluent",
"iterable",
"json",
"json-find",
"json-path",
"jsoniter",
"jsonpath",
"transfigurator",
"transfigure",
"transfigure-json",
"transfigurjson",
"smoosh"
],
"author": {
"name": "Ben Morin",
"url": "https://BeAnMo.github.io"
},
"bugs": {
"url": "https://github.com/BeAnMo/transfigure-json/issues"
},
"homepage": "https://github.com/BeAnMo/transfigure-json#readme",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-jest": "^26.6.3",
"jest": "^24.5.0",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2"
}
}