UNPKG

surreal

Version:

Map javascript object property names to aliases for optimal serialized document storage

43 lines (42 loc) 928 B
{ "name": "surreal", "description": "Map javascript object property names to aliases for optimal serialized document storage", "version": "0.3.7", "contributors": [ { "name": "Ashley Brener", "url": "http://frisB.com" } ], "main": "/", "types": "./lib/index.d.ts", "engines": { "node": ">= 4.0.x" }, "devDependencies": { "grunt": "^1.2.1", "grunt-contrib-clean": "^2.0.0", "grunt-mocha-test": "^0.13.3", "grunt-ts": "^6.0.0-beta.22", "mocha": "^8.0.1", "typescript": "^3.9.6" }, "homepage": "http://github.com/frisb/surreal", "repository": { "type": "git", "url": "https://github.com/frisb/surreal" }, "bugs": { "url": "https://github.com/frisb/surreal/issues" }, "license": "MIT", "keywords": [ "surreal", "serialize", "serialization" ], "dependencies": { "@types/node": "^14.0.23", "tslib": "^2.0.0" } }