https://github.com/wiredmax/npm-json5
npm wrapper allowing to use JSON5 instead of standard package.json
https://github.com/wiredmax/npm-json5
Last synced: 5 months ago
JSON representation
npm wrapper allowing to use JSON5 instead of standard package.json
- Host: GitHub
- URL: https://github.com/wiredmax/npm-json5
- Owner: wiredmax
- License: mit
- Created: 2015-10-06T21:52:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T19:20:57.000Z (almost 9 years ago)
- Last Synced: 2025-09-27T10:38:49.030Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-json5
npm wrapper allowing to use JSON5 instead of standard package.json
[![Dependency Status][deps-badge]][deps]
[![devDependency Status][dev-deps-badge]][dev-deps]
[![peerDependency Status][peer-deps-badge]][peer-deps]
NOTE: currently this does not support npm 4 or 5, and will excecute with npm 3 internally.
## Change log
See the [change log](https://github.com/wiredmax/npm-json5/blob/master/CHANGELOG.md).
## Sources & Inspiration
YAPM branch [good-old-wrapper](https://github.com/rlidwka/yapm/tree/good-old-wrapper/) by Alex Kocharin
## Authors
- [Maxime Poulin](https://github.com/wiredmax) -
- [Mathieu M-Gosselin](https://github.com/mathieumg) -
## License
MIT (See [LICENSE](https://github.com/wiredmax/npm-json5/blob/master/LICENSE))
[deps-badge]: https://david-dm.org/wiredmax/npm-json5.svg
[deps]: https://david-dm.org/wiredmax/npm-json5
[dev-deps-badge]: https://david-dm.org/wiredmax/npm-json5/dev-status.svg
[dev-deps]: https://david-dm.org/wiredmax/npm-json5#info=devDependencies
[peer-deps-badge]: https://david-dm.org/wiredmax/npm-json5/peer-status.svg
[peer-deps]: https://david-dm.org/wiredmax/npm-json5#info=peerDependencies