5.2.0 • Published 4 months ago

arrange-package-json v5.2.0

Weekly downloads
5
License
Artistic-2.0
Repository
github
Last release
4 months ago

Arrange the properties in the package.json file to a universally consistent order

Usage

Complete API Documentation.

import arrangePackageData from 'arrange-package-json'
console.log(
    arrangePackageData({
        banana: true,
        apple: true,
        version: '1.0.0',
        name: 'pkg',
    })
)
// {name: 'pkg', version: '1.0.0', banana: true, apple: true}

Known fields are arranged to their universally consistent order. Unknown fields are placed at the end with their order maintained.

npm

Deno

import pkg from 'https://unpkg.com/arrange-package-json@^2.0.0/edition-deno/index.ts'

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/arrange-package-json@^2.0.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/arrange-package-json@^2.0.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/arrange-package-json@2.0.0'
</script>

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under:

5.2.0

4 months ago

5.0.2

4 months ago

5.1.0

4 months ago

5.0.1

4 months ago

5.0.0

5 months ago

4.6.0

5 months ago

2.5.0

6 months ago

2.4.0

6 months ago

2.6.0

6 months ago

3.0.0

6 months ago

4.5.0

5 months ago

4.4.0

5 months ago

4.1.0

6 months ago

4.0.0

6 months ago

4.3.0

6 months ago

4.2.0

6 months ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

4 years ago

1.0.0

4 years ago