Updated RELEASENOTES and Version for release 5.1.0

This commit is contained in:
Steve Gill
2016-01-20 15:49:00 -08:00
parent ada35e0e00
commit 603f994f3f
1051 changed files with 34611 additions and 54661 deletions
+19 -15
View File
@@ -1,6 +1,6 @@
{
"name": "nopt",
"version": "3.0.4",
"version": "3.0.6",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"author": {
"name": "Isaac Z. Schlueter",
@@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaacs/nopt.git"
"url": "git+https://github.com/npm/nopt.git"
},
"bin": {
"nopt": "./bin/nopt.js"
@@ -25,28 +25,32 @@
"devDependencies": {
"tap": "^1.2.0"
},
"gitHead": "f52626631ea1afef5a6dd9acf23ddd1466831a08",
"gitHead": "10a750c9bb99c1950160353459e733ac2aa18cb6",
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
"url": "https://github.com/npm/nopt/issues"
},
"homepage": "https://github.com/isaacs/nopt#readme",
"_id": "nopt@3.0.4",
"_shasum": "dd63bc9c72a6e4e85b85cdc0ca314598facede5e",
"homepage": "https://github.com/npm/nopt#readme",
"_id": "nopt@3.0.6",
"_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
"_from": "nopt@>=3.0.1 <4.0.0",
"_npmVersion": "2.14.3",
"_nodeVersion": "2.2.2",
"_npmVersion": "2.14.10",
"_nodeVersion": "4.2.1",
"_npmUser": {
"name": "zkat",
"email": "kat@sykosomatic.org"
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
"dist": {
"shasum": "dd63bc9c72a6e4e85b85cdc0ca314598facede5e",
"tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz"
"shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
"tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz"
},
"maintainers": [
{
"name": "isaacs",
"email": "isaacs@npmjs.com"
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "zkat",
@@ -54,6 +58,6 @@
}
],
"directories": {},
"_resolved": "http://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz",
"_resolved": "http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"readme": "ERROR: No README data found!"
}