@njakob/parcel
v1.3.2
Published
Simple NPM package parser
Downloads
4
Readme
parcel
NPM package parser.
Features
- Flowtype definitions
- No dependency
- Simple API
Installation
$ npm install @njakob/parcel
$ yarn add @njakob/parcel
Usage
import fs from 'fs';
import * as parcel from '@njakob/parcel';
const pkg = fs.readFileSync('package.json');
console.log(parcel.parseParcel(pkg));
Changelog
See changelog.
Licences
njakob/parcel
is licensed under the MIT License.