Browse Source

Remove update package

christianesperar 8 years ago
parent
commit
ea7a7997a7

+ 0 - 14
vendors/update/.bower.json

@@ -1,14 +0,0 @@
-{
-  "name": "update",
-  "homepage": "https://github.com/jonschlinkert/update",
-  "_release": "cf42344639",
-  "_resolution": {
-    "type": "branch",
-    "branch": "master",
-    "commit": "cf423446393d68666c9f591b8eee7458191cea45"
-  },
-  "_source": "https://github.com/jonschlinkert/update.git",
-  "_target": "*",
-  "_originalSource": "update",
-  "_direct": true
-}

+ 0 - 22
vendors/update/.editorconfig

@@ -1,22 +0,0 @@
-# http://editorconfig.org
-root = true
-
-[*]
-indent_style = space
-end_of_line = lf
-charset = utf-8
-indent_size = 2
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false
-insert_final_newline = false
-
-[test/**]
-trim_trailing_whitespace = false
-insert_final_newline = false
-
-[templates/**]
-trim_trailing_whitespace = false
-insert_final_newline = false

+ 0 - 278
vendors/update/.eslintrc.json

@@ -1,278 +0,0 @@
-{
-  "ecmaFeatures": {
-    "modules": true,
-    "experimentalObjectRestSpread": true
-  },
-  "env": {
-    "browser": false,
-    "es6": true,
-    "node": true,
-    "mocha": true
-  },
-  "globals": {
-    "document": false,
-    "navigator": false,
-    "window": false
-  },
-  "rules": {
-    "accessor-pairs": 2,
-    "arrow-spacing": [
-      2,
-      {
-        "before": true,
-        "after": true
-      }
-    ],
-    "block-spacing": [
-      2,
-      "always"
-    ],
-    "brace-style": [
-      2,
-      "1tbs",
-      {
-        "allowSingleLine": true
-      }
-    ],
-    "comma-dangle": [
-      2,
-      "never"
-    ],
-    "comma-spacing": [
-      2,
-      {
-        "before": false,
-        "after": true
-      }
-    ],
-    "comma-style": [
-      2,
-      "last"
-    ],
-    "constructor-super": 2,
-    "curly": [
-      2,
-      "multi-line"
-    ],
-    "dot-location": [
-      2,
-      "property"
-    ],
-    "eol-last": 2,
-    "eqeqeq": [
-      2,
-      "allow-null"
-    ],
-    "generator-star-spacing": [
-      2,
-      {
-        "before": true,
-        "after": true
-      }
-    ],
-    "handle-callback-err": [
-      2,
-      "^(err|error)$"
-    ],
-    "indent": [
-      2,
-      2,
-      {
-        "SwitchCase": 1
-      }
-    ],
-    "key-spacing": [
-      2,
-      {
-        "beforeColon": false,
-        "afterColon": true
-      }
-    ],
-    "new-cap": [
-      2,
-      {
-        "newIsCap": true,
-        "capIsNew": false
-      }
-    ],
-    "new-parens": 2,
-    "no-array-constructor": 2,
-    "no-caller": 2,
-    "no-class-assign": 2,
-    "no-cond-assign": 2,
-    "no-const-assign": 2,
-    "no-control-regex": 2,
-    "no-debugger": 2,
-    "no-delete-var": 2,
-    "no-dupe-args": 2,
-    "no-dupe-class-members": 2,
-    "no-dupe-keys": 2,
-    "no-duplicate-case": 2,
-    "no-empty-character-class": 2,
-    "no-empty-label": 2,
-    "no-eval": 2,
-    "no-ex-assign": 2,
-    "no-extend-native": 2,
-    "no-extra-bind": 2,
-    "no-extra-boolean-cast": 2,
-    "no-extra-parens": [
-      2,
-      "functions"
-    ],
-    "no-fallthrough": 2,
-    "no-floating-decimal": 2,
-    "no-func-assign": 2,
-    "no-implied-eval": 2,
-    "no-inner-declarations": [
-      2,
-      "functions"
-    ],
-    "no-invalid-regexp": 2,
-    "no-irregular-whitespace": 2,
-    "no-iterator": 2,
-    "no-label-var": 2,
-    "no-labels": 2,
-    "no-lone-blocks": 2,
-    "no-mixed-spaces-and-tabs": 2,
-    "no-multi-spaces": 2,
-    "no-multi-str": 2,
-    "no-multiple-empty-lines": [
-      2,
-      {
-        "max": 1
-      }
-    ],
-    "no-native-reassign": 2,
-    "no-negated-in-lhs": 2,
-    "no-new": 2,
-    "no-new-func": 2,
-    "no-new-object": 2,
-    "no-new-require": 2,
-    "no-new-wrappers": 2,
-    "no-obj-calls": 2,
-    "no-octal": 2,
-    "no-octal-escape": 2,
-    "no-proto": 0,
-    "no-redeclare": 2,
-    "no-regex-spaces": 2,
-    "no-return-assign": 2,
-    "no-self-compare": 2,
-    "no-sequences": 2,
-    "no-shadow-restricted-names": 2,
-    "no-spaced-func": 2,
-    "no-sparse-arrays": 2,
-    "no-this-before-super": 2,
-    "no-throw-literal": 2,
-    "no-trailing-spaces": 0,
-    "no-undef": 2,
-    "no-undef-init": 2,
-    "no-unexpected-multiline": 2,
-    "no-unneeded-ternary": [
-      2,
-      {
-        "defaultAssignment": false
-      }
-    ],
-    "no-unreachable": 2,
-    "no-unused-vars": [
-      2,
-      {
-        "vars": "all",
-        "args": "none"
-      }
-    ],
-    "no-useless-call": 0,
-    "no-with": 2,
-    "one-var": [
-      0,
-      {
-        "initialized": "never"
-      }
-    ],
-    "operator-linebreak": [
-      0,
-      "after",
-      {
-        "overrides": {
-          "?": "before",
-          ":": "before"
-        }
-      }
-    ],
-    "padded-blocks": [
-      0,
-      "never"
-    ],
-    "quotes": [
-      2,
-      "single",
-      "avoid-escape"
-    ],
-    "radix": 2,
-    "semi": [
-      2,
-      "always"
-    ],
-    "semi-spacing": [
-      2,
-      {
-        "before": false,
-        "after": true
-      }
-    ],
-    "space-after-keywords": [
-      2,
-      "always"
-    ],
-    "space-before-blocks": [
-      2,
-      "always"
-    ],
-    "space-before-function-paren": [
-      2,
-      "never"
-    ],
-    "space-before-keywords": [
-      2,
-      "always"
-    ],
-    "space-in-parens": [
-      2,
-      "never"
-    ],
-    "space-infix-ops": 2,
-    "space-return-throw-case": 2,
-    "space-unary-ops": [
-      2,
-      {
-        "words": true,
-        "nonwords": false
-      }
-    ],
-    "spaced-comment": [
-      0,
-      "always",
-      {
-        "markers": [
-          "global",
-          "globals",
-          "eslint",
-          "eslint-disable",
-          "*package",
-          "!",
-          ","
-        ]
-      }
-    ],
-    "use-isnan": 2,
-    "valid-typeof": 2,
-    "wrap-iife": [
-      2,
-      "any"
-    ],
-    "yoda": [
-      2,
-      "never"
-    ]
-  }
-}

+ 0 - 10
vendors/update/.gitattributes

@@ -1,10 +0,0 @@
-# Enforce Unix newlines
-* text eol=lf
-
-# binaries
-*.ai binary
-*.psd binary
-*.jpg binary
-*.gif binary
-*.png binary
-*.jpeg binary

+ 0 - 15
vendors/update/.gitignore

@@ -1,15 +0,0 @@
-*.DS_Store
-*.sublime-*
-_gh_pages
-bower_components
-node_modules
-npm-debug.log
-actual
-test/actual
-temp
-tmp
-TODO.md
-vendor
-.idea
-benchmark
-coverage

+ 0 - 12
vendors/update/.travis.yml

@@ -1,12 +0,0 @@
-sudo: false
-language: node_js
-node_js:
-  - "stable"
-  - "5"
-  - "4"
-  - "0.12"
-  - "0.10"
-matrix:
-  fast_finish: true
-  allow_failures:
-    - node_js: "0.10"

+ 0 - 147
vendors/update/.verb.md

@@ -1,147 +0,0 @@
-# {%= name %} {%= badge("fury") %} {%= badge("travis") %}
-
-> {%= description %}
-
-## CLI
-
-### Install
-
-{%= include("install-global") %}
-
-
-### Commands
-
-```sh
-$ update <command> [options]
-```
-
-**List updaters**
-
-Choose from a list of updaters and tasks to run:
-
-```sh
-$ update list
-```
-
-**Run a specific updater**
-
-The following would run updater `foo`:
-
-```sh
-$ update foo
-
-# run updater "foo" with options
-$ update foo --bar=baz
-```
-
-
-### tasks
-
-_(TODO)_
-
-### plugins
-
-_(TODO)_
-
-#### pipeline plugins
-
-_(TODO)_
-
-#### instance plugins
-
-_(TODO)_
-
-### middleware
-
-A middleware is a function that exposes the following parameters:
-
-- `file`: **{Object}** [vinyl][] file object
-- `next`: **{Function}** must be called to continue on to the next file.
-
-```js
-function rename(file, next) {
-  file.path = 'foo/' + file.path;
-  next();
-}
-
-// example usage: prefix all `.js` file paths with `foo/`
-app.onLoad(/\.js/, rename);
-```
-
-The `onStream` method is a custom [middleware](docs/middleware.md) handler that the `update` 
-
-```js
-app.onStream(/lib\//, rename);
-```
-
-
-## API 
-
-### Install
-
-{%= include("install-npm", {save: true}) %}
-
-```js
-var update = require('{%= name %}');
-```
-
-## API
-{%= apidocs("index.js") %}
-
-## Related projects
-{%= related(verb.related.list) %}  
-
-## Authoring
-
-### Updaters
-
-_(TODO)_
-
-#### Tasks
-
-_(TODO)_
-
-#### Middleware
-
-_(TODO)_
-
-#### Plugins
-
-> Updater plugins follow the same signature as gulp plugins
-
-**Example**
-
-```js
-function myPlugin(options) {
-  return through.obj(function(file, enc, next) {
-    var str = file.contents.toString();
-    // do stuff to `file`
-    file.contents = new Buffer(file.contents);
-    next(null, file);
-  });
-}
-```
-
-### Publish
-
-1. Name your project following the convention: `updater-*`
-2. Don't use dots in the name (e.g `.js`) 
-3. Make sure you add `updater` to the keywords in `package.json`
-4. Tweet about your updater!
-
-## Running tests
-{%= include("tests") %}
-
-## Contributing
-{%= include("contributing") %}
-
-## Author
-{%= include("author") %}
-
-## License
-{%= copyright() %}
-{%= license %}
-
-***
-
-{%= include("footer") %}

+ 0 - 21
vendors/update/LICENSE

@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015-2016, Jon Schlinkert.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

+ 0 - 185
vendors/update/README.md

@@ -1,185 +0,0 @@
-# update [![NPM version](https://img.shields.io/npm/v/update.svg)](https://www.npmjs.com/package/update) [![Build Status](https://img.shields.io/travis/update/update.svg)](https://travis-ci.org/update/update)
-
-> Easily keep anything in your project up-to-date by installing the updaters you want to use and running `update` in the command line! Update the copyright date, licence type, ensure that a project uses your latest eslint or jshint configuration, remove deprecated package.json fields, or anything you can think of!
-
-## CLI
-
-### Install
-
-Install globally with [npm](https://www.npmjs.com/)
-
-```sh
-$ npm i -g update
-```
-
-### Commands
-
-```sh
-$ update <command> [options]
-```
-
-**List updaters**
-
-Choose from a list of updaters and tasks to run:
-
-```sh
-$ update list
-```
-
-**Run a specific updater**
-
-The following would run updater `foo`:
-
-```sh
-$ update foo
-
-# run updater "foo" with options
-$ update foo --bar=baz
-```
-
-### tasks
-
-_(TODO)_
-
-### plugins
-
-_(TODO)_
-
-#### pipeline plugins
-
-_(TODO)_
-
-#### instance plugins
-
-_(TODO)_
-
-### middleware
-
-A middleware is a function that exposes the following parameters:
-
-* `file`: **{Object}** [vinyl](http://github.com/gulpjs/vinyl) file object
-* `next`: **{Function}** must be called to continue on to the next file.
-
-```js
-function rename(file, next) {
-  file.path = 'foo/' + file.path;
-  next();
-}
-
-// example usage: prefix all `.js` file paths with `foo/`
-app.onLoad(/\.js/, rename);
-```
-
-The `onStream` method is a custom [middleware](docs/middleware.md) handler that the `update`
-
-```js
-app.onStream(/lib\//, rename);
-```
-
-## API
-
-### Install
-
-Install with [npm](https://www.npmjs.com/):
-
-```sh
-$ npm i update --save
-```
-
-```js
-var update = require('update');
-```
-
-## API
-
-### [Update](index.js#L30)
-
-Create an `update` application. This is the main function exported by the update module.
-
-**Params**
-
-* `options` **{Object}**
-
-**Example**
-
-```js
-var Update = require('update');
-var update = new Update();
-```
-
-## Related projects
-
-* [assemble](https://www.npmjs.com/package/assemble): Assemble is a powerful, extendable and easy to use static site generator for node.js. Used… [more](https://www.npmjs.com/package/assemble) | [homepage](https://github.com/assemble/assemble)
-* [boilerplate](https://www.npmjs.com/package/boilerplate): Tools and conventions for authoring and publishing boilerplates that can be generated by any build… [more](https://www.npmjs.com/package/boilerplate) | [homepage](http://boilerplates.io)
-* [composer](https://www.npmjs.com/package/composer): API-first task runner with three methods: task, run and watch. | [homepage](https://github.com/jonschlinkert/composer)
-* [generate](https://www.npmjs.com/package/generate): Fast, composable, highly extendable project generator with a user-friendly and expressive API. | [homepage](https://github.com/generate/generate)
-* [scaffold](https://www.npmjs.com/package/scaffold): Conventions and API for creating declarative configuration objects for project scaffolds - similar in format… [more](https://www.npmjs.com/package/scaffold) | [homepage](https://github.com/jonschlinkert/scaffold)
-* [templates](https://www.npmjs.com/package/templates): System for creating and managing template collections, and rendering templates with any node.js template engine.… [more](https://www.npmjs.com/package/templates) | [homepage](https://github.com/jonschlinkert/templates)
-* [update](https://www.npmjs.com/package/update): Update | [homepage](https://github.com/jonschlinkert/update)
-* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://www.npmjs.com/package/verb) | [homepage](https://github.com/verbose/verb)
-
-## Authoring
-
-### Updaters
-
-_(TODO)_
-
-#### Tasks
-
-_(TODO)_
-
-#### Middleware
-
-_(TODO)_
-
-#### Plugins
-
-> Updater plugins follow the same signature as gulp plugins
-
-**Example**
-
-```js
-function myPlugin(options) {
-  return through.obj(function(file, enc, next) {
-    var str = file.contents.toString();
-    // do stuff to `file`
-    file.contents = new Buffer(file.contents);
-    next(null, file);
-  });
-}
-```
-
-### Publish
-
-1. Name your project following the convention: `updater-*`
-2. Don't use dots in the name (e.g `.js`)
-3. Make sure you add `updater` to the keywords in `package.json`
-4. Tweet about your updater!
-
-## Running tests
-
-Install dev dependencies:
-
-```sh
-$ npm i -d && npm test
-```
-
-## Contributing
-
-Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/update/issues/new).
-
-## Author
-
-**Jon Schlinkert**
-
-* [github/jonschlinkert](https://github.com/jonschlinkert)
-* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
-
-## License
-
-Copyright © 2016 [Jon Schlinkert](https://github.com/jonschlinkert)
-Released under the MIT license.
-
-***
-
-_This file was generated by [verb](https://github.com/verbose/verb) on January 09, 2016._

+ 0 - 38
vendors/update/bin/update.js

@@ -1,38 +0,0 @@
-#!/usr/bin/env node
-
-var path = require('path');
-var gm = require('global-modules');
-var Runner = require('../lib/runner/runner')();
-var utils = require('../lib/utils');
-var argv = require('minimist')(process.argv.slice(2), {
-  alias: {verbose: 'v'}
-});
-
-var cmd = utils.commands(argv);
-var runner = new Runner(argv);
-
-runner.base.option(argv);
-runner.option(argv);
-
-var task = cmd.list ? ['list', 'default'] : ['default'];
-
-runner.on('*', function(method, key, val) {
-  console.log(method + ':', key, val);
-});
-
-if (argv.verbose) {
-  runner.on('register', function(key) {
-    utils.ok(utils.gray('registered'), 'updater', utils.cyan(key));
-  });
-}
-
-runner.registerEach('update-*', {cwd: gm});
-
-runner.base.task('run', function(cb) {
-  runner.run(cb);
-});
-
-runner.base.build(task, function(err) {
-  if (err) return console.error(err);
-  utils.timestamp('finished ' + utils.green(utils.successSymbol));
-});

Some files were not shown because too many files changed in this diff