タグ

ブックマーク / www.npmjs.org (3)

  • npm-scope

    Scoped packages DESCRIPTION All npm packages have a name. Some package names also have a scope. A scope follows the usual rules for package names (url-safe characters, no leading dots or underscores). When used in package names, preceded by an @-symbol and followed by a slash, e.g. @somescope/somepackagename Scopes are a way of grouping related packages together, and also affect a few things about

    yosuke_furukawa
    yosuke_furukawa 2014/09/23
    これが npm v2 の新機能のscopeだ。これがあると独自スコープを作ることができる。例えばこれで企業向けの独自パッケージも作れる npm install @myorg/hoge みたいにインストールできる
  • npm-Enterprise beta

    npm Enterprise Beta npm Enterprise is an on-premise solution for managing private JavaScript modules, from the team that maintains npm and the public npm registry. Runs on your server or VM. Works with the standard npm client. Private namespaced modules to avoid name conflicts. Same patterns and tools developers love for open source. Seamless switching between private and open source projects. No

    yosuke_furukawa
    yosuke_furukawa 2014/07/15
    おお、GitHub:EとのOAuthインテグレーションとかやってくれるんだ。まぁこういう稼ぎ方だよねぇ。
  • jsx-esprima

    yosuke_furukawa
    yosuke_furukawa 2014/06/01
    jsx-esprima!! と思って中身を見たら案の定 react jsx だった
  • 1