NeilFraser / JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript.
Apache License 2.0
1.98k stars 354 forks source link

Adding package.json #156

Open diqost opened 5 years ago

diqost commented 5 years ago

Hello, i'm trying to use your package in an education project. I'm using npm, but js-interpreter npm package is outdated (not yours), so i want to add your package by git url, could you please add package.json ?

P.S it's needed to handle error below npm ERR! package.json Non-registry package missing package.json: js-interpreter@https://github.com//NeilFraser/JS-Interpreter.git.

NeilFraser commented 5 years ago

Go ahead and submit a PR for this. I'm not a node user, so you'll do a better job of writing this than me.

hsluoyz commented 4 years ago

Any update?

aminmarashi commented 4 years ago

@diqost I'm maintaining the NPM package, the package is now updated with the changes in this repo.

aminmarashi commented 4 years ago

@NeilFraser I wasn't aware of the demand to use the NPM package, please let me know if you want me to hand over the package to you, otherwise, I'll do my best to track the changes on master and keep the package updated.