1.0.3 • Published 6 years ago

sort-pjson v1.0.3

Weekly downloads
36,211
License
MIT
Repository
github
Last release
6 years ago

sort-pjson

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

Sorts a package.json using fixpack rules but just with an object, not files.

Usage:

const sort = require('sort-pjson')
const pjson = require('./package.json')
const sorted = sort(pjson)