{
	"name": "@ltd/j-toml"
	,
	"description": "An implementation of TOML written by LongTengDao. Belong to \"Plan J\".／龙腾道为汤小明语写的实现。从属于“简计划”。"
	,
	"version": "1.38.0"
	,
	"license": "LGPL-3.0"
	,
	"author": "龙腾道 <LongTengDao@LongTengDao.com> (www.LongTengDao.com)"
	,
	"bugs": "https://GitHub.com/LongTengDao/j-toml/issues"
	,
	"repository": {
		"type": "git"
		,
		"url": "https://GitHub.com/LongTengDao/j-toml.git"
	}
	,
	"keywords": [
		"TOML"
		,
		"stringify"
		,
		"parse"
		,
		"1.0.0"
		,
		"0.5.0"
		,
		"0.4.0"
		,
		"0.3.0"
		,
		"0.2.0"
		,
		"0.1.0"
	]
	,
	"homepage": "https://www.npmjs.com/package/@ltd/j-toml"
	,
	"files": [
		"package.json"
		,
		"index.d.ts"
		,
		"index.js"
		,
		"index.js.map"
		,
		"index.d.mts"
		,
		"index.mjs"
		,
		"index.mjs.map"
		,
		"test.js"
		,
		".editorconfig"
		,
		"LICENSE"
		,
		"README.md"
		,
		"CHANGELOG.md"
	]
	,
	"scripts": {
		"test": "node ./test.js"
	}
	,
	"exports": {
		"import": {
			"types": "./index.d.mts"
			,
			"default": "./index.mjs"
		}
		,
		"require": {
			"types": "./index.d.ts"
			,
			"default": "./index.js"
		}
	}
}