包详细信息

sort-pjson

jdxcode85.2kMIT1.0.3

sort package.json like fixpack but without messing with files

自述文件

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)

更新日志