Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PrismarineJS/node-mojangson

A mojangson parser written in node.js
https://github.com/PrismarineJS/node-mojangson

Release 2.0.4 (#49)

* Release 2.0.4

* Update package.json

40a0cd6d66ebfd9099ce930292687cd1594d0c4f authored over 1 year ago by Romain Beaumont <[email protected]>
fix publish incorrectly

fd00c824e50a58b0aecb32253acf4285f445356b authored over 1 year ago by Romain Beaumont <[email protected]>
Release 2.0.3

8e0baca43dd80ec007bb08f4510193371a2ccd2c authored over 1 year ago by Romain Beaumont <[email protected]>
fix publish.yml

d3b26fe9bc5c5c36a48c9d07596c24bbf3d796ae authored over 1 year ago by Romain Beaumont <[email protected]>
Release 2.0.3

7e2acec725e04465fcea39c415e8508fc8eb79fd authored over 1 year ago by u9g <[email protected]>
Fix simplifying of arrays throwing error (#47)

8a542126d70d6cfa229977c0a7e73f2acf99b2d0 authored over 1 year ago by Lianecx <[email protected]>
Add test with empty array in object (#42)

6901e79d4ddd812d475e382442563a93545b4198 authored over 1 year ago by u9g <[email protected]>
Map new lines to escaped new lines (#40)

* Map new lines to escaped new lines

* Add test that was failing now passes

9eb0c4f485d7daf41bf661526dbad8acbf9b464e authored over 2 years ago by u9g <[email protected]>
Bump standard from 16.0.4 to 17.0.0 (#36)

Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
- [Release notes]...

7721d724d858841cd42d529d7b2318fc6485d180 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mocha from 9.2.2 to 10.0.0 (#37)

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0.
- [Release notes](https:/...

1d671424358baae8509a3f6924eedce22538d1d1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prismarine-nbt from 1.6.0 to 2.0.0 (#33)

Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.6.0 to 2.0.0.
- [...

2ccc288193d1ae39ac0df15b8f522ca4991f5489 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add more chars to add quotes when stringifying (#32)

* Add quotes for the Silcrow

* Add test

* Add equals

* Add more tests

22ea8f10f0634537981feceb4ecbbd507920ae0c authored over 3 years ago by u9g <[email protected]>
Release 2.0.2 (#29)

* Release 2.0.2

* Release 2.0.2

ad5e431287354ce99c8e00e6a520d121bef359ba authored over 3 years ago by u9g <[email protected]>
Fixes string not being parsed if string starts with number (#28)

* Fixes string not being parsed if string starts with number

* update tests to node 14

* a...

6c62f1687a2e0c2a8c28685db8952377511338c9 authored over 3 years ago by u9g <[email protected]>
Release 2.0.1 (#27)

* Release 2.0.1

* Release 2.0.1

9263659769bf3e92ae8e27f70297e19436fdc8dc authored over 3 years ago by u9g <[email protected]>
update grammar for unicode escaped strings (#26)

4f1af42741895bc82ecb9a2dc0e7e92e82f7f104 authored over 3 years ago by u9g <[email protected]>
fix parsing of escaped characters (#23)

* fix escaped quote (") parsing

changed nearley grammer definition to parse escaped quotes wi...

2d5b12fc0547eed12ca38309a44744c911d02131 authored over 3 years ago by Majorblake <[email protected]>
fix(normalizeString): fix escaping some chars (#25)

* fix(normalizeString): fix escaping some chars

* Don't need to escape space

f97af444d2dcd3d15a85386c272b57e95b233f55 authored over 3 years ago by u9g <[email protected]>
Bump mocha from 8.4.0 to 9.0.0 (#24)

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.0.
- [Release notes](https://...

23ddb61951513c70f15f6b2fb0bb51f106676995 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade to GitHub-native Dependabot (#22)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

31a1f855d5e25486f80c792c4199d98d7356458c authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release 2.0.0

8a5b053f1bd1b0ac6bdba3f1a8d02249a59c3982 authored almost 4 years ago by Romain Beaumont <[email protected]>
spelling typo (#21)

* spelling typo

* Update README.md

e3309cf9b6bd35adbdfd4e677459ab7e30fae5a4 authored almost 4 years ago by u9g <[email protected]>
add example of normalize + stringify to readme (#20)

* add example of normalize + stringify to readme

* fix wording

3f7ab5e511c42a3db878d48d2e7e2b4860c7aa1a authored almost 4 years ago by u9g <[email protected]>
add stringify (#18)

* add stringify

I added getarraysuffix, but the type wasn't there when I made this, I can fix...

e7ed6e65e9c4e963bd503939cc751857cb4e4825 authored almost 4 years ago by u9g <[email protected]>
Add support for booleans and typed arrays

e262475565b32c06ca852f9e51c8e50c0d90a101 authored almost 4 years ago by Karang <[email protected]>
Keep type when parsing (#17)

* Add npmrc

* Keep type when parsing

* Add simplify function

* Add compound and list ty...

01b33a63f01b23ef1a971e713cb2d6d6be1957b5 authored almost 4 years ago by Karang <[email protected]>
add github actions and remove circleci (#16)

* add github actions and remove circleci

* Update badge

* make correct repo

* Update RE...

dffde5e06bc4504c7be453acd1db667587ee9d0d authored about 4 years ago by Leon Bowie <[email protected]>
Bump mocha from 7.2.0 to 8.2.0 (#15)

Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.2.0.
- [Release notes](https://...

ad426acbe570c1bb242d7081f5be9f0a67398cb3 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump standard from 14.3.4 to 16.0.1 (#14)

Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 16.0.1.
- [Release notes]...

2fb8593c67481c0e1018451b0c6d7f0a16c011e7 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release 1.1.1

ca07422227ae81d07d8a50b1ca9eb29c2a93e999 authored over 4 years ago by Romain Beaumont <[email protected]>
Merge pull request #13 from IdanHo/master

Fix empty string parsing

e6e17c45f2a50d4f174a5463509d9640a9f4d2e8 authored over 4 years ago by Romain Beaumont <[email protected]>
Fix empty string parsing, add regression test

97dd66e648ffc695c5b4a5a4ba01ecb364d4e1ee authored over 4 years ago by Idan Horowitz <[email protected]>
Release 1.1.0

e2c800c1f78d79a49cf42c392e7a1ded8bbf62b7 authored over 4 years ago by Romain Beaumont <[email protected]>
Merge pull request #10 from Karang/master

Add nearley implementation, handle quoted objects

1ef0e280557cf766956fff5a62480a6ecb876ac3 authored over 4 years ago by Romain Beaumont <[email protected]>
Unignore removed file when runing standard

8904c3e5611793c6b62e9b72afd9285bf333330b authored over 4 years ago by Karang <[email protected]>
Remove jison implementation

91a18af7870ab02e4b6f8b45e37eac413c8e3c32 authored over 4 years ago by Karang <[email protected]>
Add nearley implementation, handle quoted objects

18f4ddd9ef66b368d81ba99eaf81a1acba38223a authored over 4 years ago by Karang <[email protected]>
Release 1.0.0

4adedf9a9006c4a9bfd29e443482e7978bc50cee authored over 4 years ago by Romain Beaumont <[email protected]>
stop printing error

8bd4c14cfba5c03f67ca4b19e72120464debad97 authored over 4 years ago by Romain Beaumont <[email protected]>
use standard + fix small bug in grammar for indexed arrayes

b07488701a2f52b9d52885f909ebc665a64d5fe8 authored over 4 years ago by Romain Beaumont <[email protected]>
Release 0.2.4

b53ed4b0486ec81c876f3e5b86297ae09637007b authored about 5 years ago by Romain Beaumont <[email protected]>
add support for double and int

f738f2557c4785f9873d7396a36e22c1053b1de5 authored about 5 years ago by Romain Beaumont <[email protected]>
circle ci 2

60a1ec8101de3d97311a76eb63d4943d4697cd90 authored over 6 years ago by Romain Beaumont <[email protected]>
Merge pull request #5 from deathcap/jison-plus

Remove git dependency on deathcap/jison@modulemain

8e904e0b0f2890e412770dd2fb316a9d876fe6ce authored almost 9 years ago by Romain Beaumont <[email protected]>
Remove git dependency on deathcap/jison@modulemain

e4f3626bbe9e9d6b4f6d1ef2a10c598b0ff218e2 authored almost 9 years ago by deathcap <[email protected]>
Release 0.2.3

c591e1adc62d4927fe00e4bebb0b0db64ec6fcd8 authored almost 9 years ago by Romain Beaumont <[email protected]>
Release 0.2.2

4e3650e2975835b6f961df35f1b72ee0c785ea45 authored almost 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #4 from deathcap/nomain

Disable unused moduleMain code for browserify compatibility

7b64a0c7ce85433ffedb3fc18f7f9c11051f0c67 authored almost 9 years ago by Romain Beaumont <[email protected]>
Update jison to use --moduleMain argument to exclude CLI tool

fe5c63375b374c8a5e17d44a507cf227532baac0 authored almost 9 years ago by deathcap <[email protected]>
Disable unused moduleMain code for browserify compatibility

The jison parser generator by default will generate a command-line
interface built into the pars...

b81190e1248b0bba01a3896c04b223835ba48910 authored almost 9 years ago by deathcap <[email protected]>
Add script to generate parser using jison

cc77e29166d590a126ebaeaeee4c11b4c2d68811 authored almost 9 years ago by deathcap <[email protected]>
Release 0.2.1

ea4c1b19f6a7dfb8cdbd4b7aa92ccffcaecbe605 authored almost 9 years ago by Romain Beaumont <[email protected]>
fix state conflict due to recent trailing comma fix

32b140b12665c6da648cefd5df0c37e86cb6ccec authored almost 9 years ago by Romain Beaumont <[email protected]>
Release 0.2.0

fix #3

9f22dc7cb13912de2c0ff9d93a2f09818903b089 authored almost 9 years ago by Romain Beaumont <[email protected]>
fix trailing comma in arrays and add a regression test for it, fix #2

413656f00d015a76e0e34f784c6e8407e57c1233 authored almost 9 years ago by Romain Beaumont <[email protected]>
Release 0.1.1

c3149c009253449cb1371fcd85ce829491bf30a4 authored over 9 years ago by Romain Beaumont <[email protected]>
display the whole unparsed text in case of error

add a simple example file

86f73fee6ddd19b417b25d1d60605cf7b1ee9db1 authored over 9 years ago by Romain Beaumont <[email protected]>
remove addition scripts field in package.json

3f83d44635dc6f736e200c80bcdb1dfc67cb4a16 authored over 9 years ago by Romain Beaumont <[email protected]>
svg badges

593b9493f418b286d7439a3a650f6d36b5effbeb authored over 9 years ago by Romain Beaumont <[email protected]>
Release 0.1

050070f23d8b53b23dd17ee2219e453a44d82d4f authored over 9 years ago by Romain Beaumont <[email protected]>
improve README.md, add circle ci

065a8bcc105f0740b05e449d834b918b3f8e80c3 authored over 9 years ago by Romain Beaumont <[email protected]>
transform grammar to handle mojangson, add tests, create README, create index.js

f8c7b59986675ae0e6f9d7dce9f9cae0d33dc895 authored over 9 years ago by Romain Beaumont <[email protected]>
first commit : working json parser

6ceb490e2e800f14aec803711ddf3fe936a8d134 authored over 9 years ago by Romain Beaumont <[email protected]>