UNPKG

nvison

Version:
49 lines (48 loc) 995 B
{ "name": "nvison", "version": "1.2.1", "description": "another json-like structure", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/navegador5/nvison.git" }, "keywords": [ "bin", "hex", "oct", "scientific-notation", "bigInt", "Infinity", "NaN", "concatable-string", "comments", "hash", "ref", "optional-quote", "configurable-colons", "configurable-commas", "configurable-quotes", "configurable-array-blk", "configurable-object-blk" ], "files": [ "BIN/*" ], "bin": { "nvison_plain_parse": "BIN/plain-parse.js" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/navegador5/nvison/issues" }, "homepage": "https://github.com/navegador5/nvison#readme", "dependencies": { "minimist": "^1.2.8", "nvison-parse-internal": "^1.2.1" } }