UNPKG

jsonbinpack

Version:

A space-efficient schema-driven binary JSON serialization format based on JSON Schema

68 lines (67 loc) 1.9 kB
{ "name": "jsonbinpack", "version": "1.1.2", "description": "A space-efficient schema-driven binary JSON serialization format based on JSON Schema", "main": "dist/lib/index.js", "bin": { "jsonbinpack": "./dist/cli/index.js" }, "scripts": { "tsc": "tsc", "lint": "eslint lib test web contrib cli", "test": "tap --reporter=classic --no-coverage --no-timeout 'dist/test/**/*.spec.js'" }, "keywords": [ "json", "schema-driven", "json-schema", "schema", "serialization", "binary", "space-efficient", "deserialization" ], "repository": { "type": "git", "url": "git+https://github.com/jviotti/jsonbinpack.git" }, "author": "Juan Cruz Viotti <jv@jviotti.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/jviotti/jsonbinpack/issues" }, "homepage": "https://www.jsonbinpack.org", "devDependencies": { "@types/codemirror": "^0.0.108", "@types/lodash": "^4.14.170", "@types/node": "^15.6.1", "@types/tap": "^14.10.2", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "autoprefixer": "^10.2.6", "browserify": "^17.0.0", "codemirror": "^5.59.3", "eslint": "^7.27.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "fast-check": "^2.14.0", "postcss": "^8.3.0", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.2", "tailwindcss": "^2.0.3", "tap": "^14.11.0", "typescript": "^4.2.4", "uglify-js": "^3.12.8" }, "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.7", "ajv": "^8.6.0", "ajv-formats": "^2.1.0", "ajv-formats-draft2019": "^1.4.3", "from-exponential": "^1.1.0", "lodash": "^4.17.21" } }