[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053630#comment-16053630
]
Jorge Bay commented on TINKERPOP-1489:
--------------------------------------
Nice! I see it on npm under the url: https://www.npmjs.com/org/tinkerpop
To grant access to the gremlin-javascript package, I need a team to be created
under tinkerpop, like "developers" (with just the admin user as part of that
team should be enough), maybe there is already a team created but I can not see
it. That way, I could [grant access to the org's
team|https://www.npmjs.com/docs/orgs/managing-package-access.html#managing-package-access]:
{code}
npm access grant read-write tinkerpop:developers
{code}
Afterwards, you can revoke access to my user.
> Provide a Javascript Gremlin Language Variant
> ---------------------------------------------
>
> Key: TINKERPOP-1489
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1489
> Project: TinkerPop
> Issue Type: Improvement
> Components: language-variant
> Reporter: Jorge Bay
>
> It would be nice to have a Javascript Gremlin Language Variant that could
> work with any ES5 runtime, specially the ones that support
> [CommonJs|http://requirejs.org/docs/commonjs.html], like Node.js.
> Nashorn, the engine shipped with JDK 8+, does not implement CommonJs but
> provides [additional
> extensions|https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions]
> making modular JavaScript possible. Nashorn should be supported in order to
> run glv tests under the same infrastructure (JDK8).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)