sort-pjson

sort package.json like fixpack but without messing with files

MIT 4 个版本
安装
npm install sort-pjson
yarn add sort-pjson
pnpm add sort-pjson
bun add sort-pjson
README

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)
版本列表
1.0.3 2018-08-29
1.0.2 2018-01-14
1.0.1 2018-01-12
1.0.0 2018-01-12