From 2becdc3c68774d34602d102110eb6a47c2c88372 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 25 Jun 2015 21:06:02 -0400 Subject: nopt@3.0.3 --- node_modules/nopt/.travis.yml | 9 +++++++++ node_modules/nopt/README.md | 7 ++++--- node_modules/nopt/package.json | 24 ++++++++++++------------ package.json | 2 +- 4 files changed, 26 insertions(+), 16 deletions(-) create mode 100644 node_modules/nopt/.travis.yml diff --git a/node_modules/nopt/.travis.yml b/node_modules/nopt/.travis.yml new file mode 100644 index 000000000..99f2bbf50 --- /dev/null +++ b/node_modules/nopt/.travis.yml @@ -0,0 +1,9 @@ +language: node_js +language: node_js +node_js: + - '0.8' + - '0.10' + - '0.12' + - 'iojs' +before_install: + - npm install -g npm@latest diff --git a/node_modules/nopt/README.md b/node_modules/nopt/README.md index 5aba088b5..22c50ec40 100644 --- a/node_modules/nopt/README.md +++ b/node_modules/nopt/README.md @@ -5,9 +5,10 @@ The Wrong Way is to sit down and write an option parser. We've all done that. The Right Way is to write some complex configurable program with so many -options that you go half-insane just trying to manage them all, and put -it off with duct-tape solutions until you see exactly to the core of the -problem, and finally snap and write an awesome option parser. +options that you hit the limit of your frustration just trying to +manage them all, and defer it with duct-tape solutions until you see +exactly to the core of the problem, and finally snap and write an +awesome option parser. If you want to write an option parser, don't write an option parser. Write a package manager, or a source control system, or a service diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json index e1d533ff4..9d5254dea 100644 --- a/node_modules/nopt/package.json +++ b/node_modules/nopt/package.json @@ -2,19 +2,19 @@ "_args": [ [ "nopt@~3.0.2", - "/Users/rebecca/code/npm" + "/Users/rebecca/code/release/npm-3" ] ], "_from": "nopt@>=3.0.2 <3.1.0", - "_id": "nopt@3.0.2", + "_id": "nopt@3.0.3", "_inCache": true, "_location": "/nopt", - "_nodeVersion": "2.0.1", + "_nodeVersion": "2.2.1", "_npmUser": { "email": "isaacs@npmjs.com", "name": "isaacs" }, - "_npmVersion": "2.10.0", + "_npmVersion": "2.12.0", "_phantomChildren": {}, "_requested": { "name": "nopt", @@ -28,11 +28,11 @@ "/", "/node-gyp" ], - "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz", - "_shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e", + "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.3.tgz", + "_shasum": "0e9978f33016bae0b75e3748c03bbbb71da5c530", "_shrinkwrap": null, "_spec": "nopt@~3.0.2", - "_where": "/Users/rebecca/code/npm", + "_where": "/Users/rebecca/code/release/npm-3", "author": { "email": "i@izs.me", "name": "Isaac Z. Schlueter", @@ -49,14 +49,14 @@ }, "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", "devDependencies": { - "tap": "~0.4.8" + "tap": "^1.2.0" }, "directories": {}, "dist": { - "shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e", - "tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz" + "shasum": "0e9978f33016bae0b75e3748c03bbbb71da5c530", + "tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.3.tgz" }, - "gitHead": "a0ff8dcbb29ae9da68769c9f782bd4d70746b02d", + "gitHead": "f64a64cd48d9f2660dd4e59191ff46a26397d6b1", "homepage": "https://github.com/isaacs/nopt#readme", "license": "ISC", "main": "lib/nopt.js", @@ -75,5 +75,5 @@ "scripts": { "test": "tap test/*.js" }, - "version": "3.0.2" + "version": "3.0.3" } diff --git a/package.json b/package.json index 555bc87bf..54aa0f989 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "lodash.without": "~3.2.1", "mkdirp": "~0.5.1", "node-gyp": "~2.0.1", - "nopt": "~3.0.2", + "nopt": "~3.0.3", "normalize-git-url": "~1.0.1", "normalize-package-data": "~2.3.0", "npm-cache-filename": "~1.0.1", -- cgit v1.2.3