{
	"name": "original-fs"
	,
	"description": "Ensure that the correct module is loaded in a non-Electron environment.／在非 Electron 环境中确保加载正确的模块。"
	,
	"version": "1.2.0"
	,
	"license": "Unlicense"
	,
	"author": "龙腾道 <LongTengDao@LongTengDao.com> (www.LongTengDao.com)"
	,
	"bugs": "https://GitHub.com/LongTengDao/original-fs/issues"
	,
	"repository": { "type": "git", "url": "https://GitHub.com/LongTengDao/original-fs.git" }
	,
	"exports": {
		".": {
			"import": "./index.mjs"
			,
			"require": "./index.js"
		}
		,
		"./promises": {
			"import": "./promises.mjs"
			,
			"require": "./promises.js"
		}
	}
}