@pfx/base
Version:
Plugin with basic operations for pf, the fast and extensible command-line data (e.g. JSON) processor and transformer
40 lines (39 loc) • 982 B
JSON
{
"name": "@pfx/base",
"version": "0.9.1",
"description": "Plugin with basic operations for pf, the fast and extensible command-line data (e.g. JSON) processor and transformer",
"keywords": [
"pf",
"parser-functions",
"json",
"lexer",
"parser",
"marshaller"
],
"homepage": "https://github.com/Yord/pfx-base",
"bugs": {
"url": "https://github.com/Yord/pf/issues"
},
"license": "MIT",
"author": "Philipp Wille <philipp.y.wille@gmail.com> (https://github.com/Yord)",
"contributors": [
"Philipp Wille <philipp.y.wille@gmail.com> (https://github.com/Yord)"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/Yord/pfx-base.git"
},
"scripts": {
"start": "./index.js",
"test": "jest --ci --coverage --logHeapUsage --passWithNoTests"
},
"engines": {
"node": ">=8.3.0"
},
"private": false,
"devDependencies": {
"fast-check": "1.20.1",
"jest": "24.9.0"
}
}