summaryrefslogtreecommitdiff
path: root/node_modules/pako/package.json
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-26 15:18:10 -0400
committerAlee14 <alee14498@gmail.com>2017-03-26 15:18:10 -0400
commit29433e2f7dbd0e4a73d3c78ffe1005b922fb5982 (patch)
treeaa0ad3fe59468cbe452ee597e914839b68c01436 /node_modules/pako/package.json
parent878fefb4c4e1f12b804ae5c0def433fa873f4c8b (diff)
downloadAleeBot-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/pako/package.json')
-rw-r--r--node_modules/pako/package.json131
1 files changed, 131 insertions, 0 deletions
diff --git a/node_modules/pako/package.json b/node_modules/pako/package.json
new file mode 100644
index 0000000..3d8afe2
--- /dev/null
+++ b/node_modules/pako/package.json
@@ -0,0 +1,131 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "pako@^1.0.0",
+ "scope": null,
+ "escapedName": "pako",
+ "name": "pako",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js"
+ ]
+ ],
+ "_from": "pako@>=1.0.0 <2.0.0",
+ "_id": "pako@1.0.5",
+ "_inCache": true,
+ "_location": "/pako",
+ "_nodeVersion": "6.9.4",
+ "_npmOperationalInternal": {
+ "host": "packages-18-east.internal.npmjs.com",
+ "tmp": "tmp/pako-1.0.5.tgz_1490543279075_0.5095277389045805"
+ },
+ "_npmUser": {
+ "name": "vitaly",
+ "email": "vitaly@rcdesign.ru"
+ },
+ "_npmVersion": "3.10.10",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "pako@^1.0.0",
+ "scope": null,
+ "escapedName": "pako",
+ "name": "pako",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/discord.js"
+ ],
+ "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.5.tgz",
+ "_shasum": "d2205dfe5b9da8af797e7c163db4d1f84e4600bc",
+ "_shrinkwrap": null,
+ "_spec": "pako@^1.0.0",
+ "_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js",
+ "bugs": {
+ "url": "https://github.com/nodeca/pako/issues"
+ },
+ "contributors": [
+ {
+ "name": "Andrei Tuputcyn",
+ "url": "https://github.com/andr83"
+ },
+ {
+ "name": "Vitaly Puzrin",
+ "url": "https://github.com/puzrin"
+ },
+ {
+ "name": "Friedel Ziegelmayer",
+ "url": "https://github.com/dignifiedquire"
+ },
+ {
+ "name": "Kirill Efimov",
+ "url": "https://github.com/Kirill89"
+ },
+ {
+ "name": "Jean-loup Gailly"
+ },
+ {
+ "name": "Mark Adler"
+ }
+ ],
+ "dependencies": {},
+ "description": "zlib port to javascript - fast, modularized, with browser support",
+ "devDependencies": {
+ "ansi": "*",
+ "async": "*",
+ "benchmark": "*",
+ "bluebird": "^3.5.0",
+ "browserify": "*",
+ "eslint": "^3.12.2",
+ "eslint-plugin-nodeca": "~1.0.3",
+ "grunt": "^1.0.1",
+ "grunt-cli": "^1.2.0",
+ "grunt-contrib-connect": "^1.0.2",
+ "grunt-saucelabs": "^9.0.0",
+ "istanbul": "*",
+ "lodash": "*",
+ "mocha": "^3.2.0",
+ "multiparty": "^4.1.3",
+ "ndoc": "*",
+ "uglify-js": "*",
+ "zlibjs": "^0.2.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "d2205dfe5b9da8af797e7c163db4d1f84e4600bc",
+ "tarball": "https://registry.npmjs.org/pako/-/pako-1.0.5.tgz"
+ },
+ "files": [
+ "index.js",
+ "dist/",
+ "lib/"
+ ],
+ "gitHead": "588a4376d24f24b3bae4167b4a5c8cd43761a5cd",
+ "homepage": "https://github.com/nodeca/pako",
+ "keywords": [
+ "zlib",
+ "deflate",
+ "inflate",
+ "gzip"
+ ],
+ "license": "(MIT AND Zlib)",
+ "maintainers": [
+ {
+ "name": "vitaly",
+ "email": "vitaly@rcdesign.ru"
+ }
+ ],
+ "name": "pako",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/nodeca/pako.git"
+ },
+ "scripts": {},
+ "version": "1.0.5"
+}