An experimental front-end package registry, inspired by Bower and The-Birds-Nest
- visit this gist in any web-browser.
- copy the URL of the package you wish to install.
- packages can be resolved with a simple HTTP
GETof these URLs.
| ----------------------------------|-----------|-----------|-----------|-----------| | |
| File | % Stmts |% Branches | % Funcs | % Lines | | |
| ----------------------------------|-----------|-----------|-----------|-----------| | |
| bin/ | 72.22 | 68.75 | 100 | 73.53 | | |
| npm-cli.js | 72.22 | 68.75 | 100 | 73.53 | | |
| lib/ | 71.16 | 59.86 | 79.62 | 75.77 | | |
| access.js | 63.77 | 27.78 | 54.55 | 66.15 | | |
| adduser.js | 73.63 | 58.82 | 100 | 78.57 | | |
| bin.js | 92.31 | 50 | 100 | 90.91 | | |
| bugs.js | 71.43 | 60.61 | 75 | 80 | |
| ββ ember-cli@0.2.0 | |
| ββ abbrev@1.0.5 | |
| ββ broccoli-es6modules@0.5.1 | |
| β ββ broccoli-caching-writer@0.5.3 | |
| β β ββ broccoli-kitchen-sink-helpers@0.2.6 | |
| β β ββ promise-map-series@0.2.1 | |
| β β ββ core-object@0.0.2 | |
| β β ββ quick-temp@0.1.2 | |
| β β ββ symlink-or-copy@1.0.1 | |
| β β ββ rimraf@2.3.2 |
| $(document).ready(function() { | |
| var components = { | |
| days: {length: 86400000}, | |
| hours: {length: 3600000}, | |
| minutes: {length: 60000}, | |
| seconds: {length: 1000} | |
| }, | |
| dateOfWedding = new Date('Fri Oct 23 2015 16:30:00 GMT-0800 (PST)'); | |
| Object.keys(components).forEach(function(key) { |
| npm-enterprise:enterprise-demo-2 benjamincoe$ npm publish --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', '/usr/local/bin/npm', 'publish', '--verbose' ] | |
| npm info using npm@2.1.8 | |
| npm info using node@v0.10.26 | |
| npm verb publish [ '.' ] | |
| npm verb cache add spec . | |
| npm verb tar pack [ '/Users/benjamincoe/.npm/@foo/blarg/1.0.18/package.tgz', | |
| npm verb tar pack '/Users/benjamincoe/os-npm/enterprise-demo-2' ] | |
| npm verb tarball /Users/benjamincoe/.npm/@foo/blarg/1.0.18/package.tgz |
| user root; | |
| worker_processes 1; | |
| error_log /var/log/nginx/error.log; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { |
| npm-enterprise:npme benjamincoe$ npm ls | |
| @npm/npm-enterprise-services@1.0.0 /private/etc/npme | |
| βββ¬ @npm/enterprise-configurator@0.1.6 | |
| β βββ¬ chalk@0.5.1 | |
| β β βββ ansi-styles@1.1.0 | |
| β β βββ escape-string-regexp@1.0.2 | |
| β β βββ¬ has-ansi@0.1.0 | |
| β β β βββ ansi-regex@0.2.1 | |
| β β βββ¬ strip-ansi@0.3.0 | |
| β β β βββ ansi-regex@0.2.1 |
An experimental front-end package registry, inspired by Bower and The-Birds-Nest
GET of these URLs.Make sure you have a 2.x npm client installed.
Install dependencies with Homebrew:
brew install ansible
brew install couchdb
brew install redis
brew install nginx
| { | |
| "name": "@npm/apple", | |
| "version": "0.0.39", | |
| "description": "", | |
| "main": "index.js", | |
| "author": "Ben Coe <bencoe@gmail.com>", | |
| "license": "ISC", | |
| "repository": { | |
| "url": "git://github.com/npm/apple.git" |