| Index: node_modules/vulcanize/node_modules/nopt/node_modules/abbrev/package.json
|
| diff --git a/node_modules/vulcanize/node_modules/nopt/node_modules/abbrev/package.json b/node_modules/vulcanize/node_modules/nopt/node_modules/abbrev/package.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b189020662371ef178c4218678a3eddf6334a590
|
| --- /dev/null
|
| +++ b/node_modules/vulcanize/node_modules/nopt/node_modules/abbrev/package.json
|
| @@ -0,0 +1,29 @@
|
| +{
|
| + "name": "abbrev",
|
| + "version": "1.0.5",
|
| + "description": "Like ruby's abbrev module, but in js",
|
| + "author": {
|
| + "name": "Isaac Z. Schlueter",
|
| + "email": "i@izs.me"
|
| + },
|
| + "main": "abbrev.js",
|
| + "scripts": {
|
| + "test": "node test.js"
|
| + },
|
| + "repository": {
|
| + "type": "git",
|
| + "url": "http://github.com/isaacs/abbrev-js"
|
| + },
|
| + "license": {
|
| + "type": "MIT",
|
| + "url": "https://github.com/isaacs/abbrev-js/raw/master/LICENSE"
|
| + },
|
| + "readme": "# abbrev-js\n\nJust like [ruby's Abbrev](http://apidock.com/ruby/Abbrev).\n\nUsage:\n\n var abbrev = require(\"abbrev\");\n abbrev(\"foo\", \"fool\", \"folding\", \"flop\");\n \n // returns:\n { fl: 'flop'\n , flo: 'flop'\n , flop: 'flop'\n , fol: 'folding'\n , fold: 'folding'\n , foldi: 'folding'\n , foldin: 'folding'\n , folding: 'folding'\n , foo: 'foo'\n , fool: 'fool'\n }\n\nThis is handy for command-line scripts, or other cases where you want to be able to accept shorthands.\n",
|
| + "readmeFilename": "README.md",
|
| + "bugs": {
|
| + "url": "https://github.com/isaacs/abbrev-js/issues"
|
| + },
|
| + "homepage": "https://github.com/isaacs/abbrev-js",
|
| + "_id": "abbrev@1.0.5",
|
| + "_from": "abbrev@1"
|
| +}
|
|
|