Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panates/jsopen-objects
https://github.com/panates/jsopen-objects
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/panates/jsopen-objects
- Owner: panates
- License: mit
- Created: 2024-11-19T14:20:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:32:01.000Z (about 1 month ago)
- Last Synced: 2024-11-21T19:43:19.480Z (about 1 month ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: support/package.cjs.json
Awesome Lists containing this project
README
# @jsopen/objects
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![CI Tests][ci-test-image]][ci-test-url]
[![Test Coverage][coveralls-image]][coveralls-url]A 'swiss army knife' solution for working with javascript objects.
## Installation
`$ npm install @jsopen/objects`
## Node Compatibility
- node `>= 16`;
### License
[MIT](LICENSE)[npm-image]: https://img.shields.io/npm/v/@jsopen/objects
[npm-url]: https://npmjs.org/package/@jsopen/objects
[ci-test-image]: https://github.com/panates/jsopen-objects/actions/workflows/test.yml/badge.svg
[ci-test-url]: https://github.com/panates/jsopen-objects/actions/workflows/test.yml
[coveralls-image]: https://img.shields.io/coveralls/panates/@jsopen/objects/master.svg
[coveralls-url]: https://coveralls.io/r/panates/@jsopen/objects
[downloads-image]: https://img.shields.io/npm/dm/@jsopen/objects.svg
[downloads-url]: https://npmjs.org/package/@jsopen/objects