any-json
Version:
Convert (almost) anything to JSON.
74 lines (73 loc) • 1.76 kB
JSON
{
"name": "any-json",
"description": "Convert (almost) anything to JSON.",
"main": "./out/lib/index.js",
"typings": "./out/lib/index.d.ts",
"author": "Christian Zangl",
"contributors": [
"Adam Voss"
],
"version": "3.1.0",
"keywords": [
"json",
"hjson",
"yaml",
"cson",
"json5",
"xml",
"ini"
],
"bin": {
"any-json": "out/lib/run.js"
},
"homepage": "https://github.com/any-json/any-json",
"repository": {
"type": "git",
"url": "https://github.com/any-json/any-json.git"
},
"bugs": {
"url": "https://github.com/any-json/any-json/issues"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "npm run build && cp -Rf test/fixtures out/test/ && mocha --ui tdd out/test/",
"prepublish": "npm run build"
},
"dependencies": {
"cson": "^4.1.0",
"dashdash": "^1.14.1",
"fast-csv": "^2.4.0",
"format-unicorn": "^1.1.0",
"hjson": "^2.4.1",
"ini": "^1.3.4",
"js-yaml": "^3.7.0",
"json5": "^0.5.1",
"strip-json-comments": "^2.0.1",
"toml-j0.4": "^1.0.10",
"tomlify-j0.4": "^2.1.1",
"typescript": "^2.4.2",
"util.promisify": "^1.0.0",
"xlsjs": "^0.7.5",
"xlsx": "^0.11.3",
"xml2js": "0.4.17"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/cson": "0.0.30",
"@types/format-unicorn": "^1.1.0",
"@types/hjson": "^2.4.0",
"@types/ini": "^1.3.29",
"@types/js-yaml": "^3.5.31",
"@types/json5": "0.0.29",
"@types/mocha": "^2.2.41",
"@types/node": "^6.0.0",
"@types/strip-json-comments": "0.0.28",
"@types/xlsx": "0.0.34",
"@types/xml2js": "^0.4.0",
"chai": "^4.0.2",
"mocha": "^3.4.2",
"mock-stdin": "^0.3.1",
"typescript": "^2.4.2"
}
}