@3-/read

0.1.4 • Public • Published

@3-/read

test/main.coffee :

#!/usr/bin/env coffee

> @3-/read/rJson.js
  path > join dirname

{dirname:dir} = import.meta

dir = dirname dir

console.log dir
o = rJson join(dir,'package.json')
console.log o
console.log o.name

output :

/Users/z/i18n/lib/read
{
  name: '@3-/read',
  version: '0.1.2',
  repository: 'https://atomgit.com/i18n/lib.git',
  homepage: 'https://atomgit.com/i18n/lib/tree/dev/read',
  author: 'i18n.site@gmail.com',
  license: 'Apache-2.0',
  exports: { '.': './lib/index.js', './*': './lib/*' },
  files: [ 'lib/*' ],
  devDependencies: {},
  scripts: {},
  type: 'module'
}
@3-/read

About This Project

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于本项目

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @3-/read

      Weekly Downloads

      0

      Version

      0.1.4

      License

      Apache-2.0

      Unpacked Size

      2.49 kB

      Total Files

      4

      Last publish

      Collaborators

      • i18n-now