diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-26 15:18:10 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-26 15:18:10 -0400 |
| commit | 29433e2f7dbd0e4a73d3c78ffe1005b922fb5982 (patch) | |
| tree | aa0ad3fe59468cbe452ee597e914839b68c01436 /node_modules/options/package.json | |
| parent | 878fefb4c4e1f12b804ae5c0def433fa873f4c8b (diff) | |
| download | AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.tar.gz AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.tar.bz2 AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.zip | |
Don't mind me i'm adding the discord.js files
Diffstat (limited to 'node_modules/options/package.json')
| -rw-r--r-- | node_modules/options/package.json | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/node_modules/options/package.json b/node_modules/options/package.json new file mode 100644 index 0000000..be4af92 --- /dev/null +++ b/node_modules/options/package.json @@ -0,0 +1,84 @@ +{ + "_args": [ + [ + { + "raw": "options@>=0.0.5", + "scope": null, + "escapedName": "options", + "name": "options", + "rawSpec": ">=0.0.5", + "spec": ">=0.0.5", + "type": "range" + }, + "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\ws" + ] + ], + "_from": "options@>=0.0.5", + "_id": "options@0.0.6", + "_inCache": true, + "_location": "/options", + "_npmUser": { + "name": "einaros", + "email": "einaros@gmail.com" + }, + "_npmVersion": "1.4.21", + "_phantomChildren": {}, + "_requested": { + "raw": "options@>=0.0.5", + "scope": null, + "escapedName": "options", + "name": "options", + "rawSpec": ">=0.0.5", + "spec": ">=0.0.5", + "type": "range" + }, + "_requiredBy": [ + "/ws" + ], + "_resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", + "_shasum": "ec22d312806bb53e731773e7cdaefcf1c643128f", + "_shrinkwrap": null, + "_spec": "options@>=0.0.5", + "_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\ws", + "author": { + "name": "Einar Otto Stangvik", + "email": "einaros@gmail.com", + "url": "http://2x.io" + }, + "bugs": { + "url": "https://github.com/einaros/options.js/issues" + }, + "dependencies": {}, + "description": "A very light-weight in-code option parsers for node.js.", + "devDependencies": { + "mocha": "latest" + }, + "directories": {}, + "dist": { + "shasum": "ec22d312806bb53e731773e7cdaefcf1c643128f", + "tarball": "https://registry.npmjs.org/options/-/options-0.0.6.tgz" + }, + "engines": { + "node": ">=0.4.0" + }, + "gitHead": "ff53d0a092c897cb95964232a96fe17da65c11af", + "homepage": "https://github.com/einaros/options.js", + "main": "lib/options", + "maintainers": [ + { + "name": "einaros", + "email": "einaros@gmail.com" + } + ], + "name": "options", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/einaros/options.js.git" + }, + "scripts": { + "test": "make test" + }, + "version": "0.0.6" +} |
