aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bytes/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
commita35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch)
treed5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/bytes/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/bytes/package.json')
-rw-r--r--node_modules/bytes/package.json119
1 files changed, 119 insertions, 0 deletions
diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json
new file mode 100644
index 0000000..2dc2bb0
--- /dev/null
+++ b/node_modules/bytes/package.json
@@ -0,0 +1,119 @@
+{
+ "_args": [
+ [
+ {
+ "name": "bytes",
+ "raw": "bytes@2.4.0",
+ "rawSpec": "2.4.0",
+ "scope": null,
+ "spec": "2.4.0",
+ "type": "version"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/body-parser"
+ ]
+ ],
+ "_from": "bytes@2.4.0",
+ "_id": "bytes@2.4.0",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/bytes",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/bytes-2.4.0.tgz_1464812473023_0.6271433881483972"
+ },
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "bytes",
+ "raw": "bytes@2.4.0",
+ "rawSpec": "2.4.0",
+ "scope": null,
+ "spec": "2.4.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/body-parser",
+ "/raw-body"
+ ],
+ "_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
+ "_shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
+ "_shrinkwrap": null,
+ "_spec": "bytes@2.4.0",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/body-parser",
+ "author": {
+ "email": "tj@vision-media.ca",
+ "name": "TJ Holowaychuk",
+ "url": "http://tjholowaychuk.com"
+ },
+ "bugs": {
+ "url": "https://github.com/visionmedia/bytes.js/issues"
+ },
+ "component": {
+ "scripts": {
+ "bytes/index.js": "index.js"
+ }
+ },
+ "contributors": [
+ {
+ "email": "jed.watson@me.com",
+ "name": "Jed Watson"
+ },
+ {
+ "email": "theo.fidry@gmail.com",
+ "name": "Théo FIDRY"
+ }
+ ],
+ "dependencies": {},
+ "description": "Utility to parse a string bytes to bytes and vice-versa",
+ "devDependencies": {
+ "mocha": "1.21.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
+ "tarball": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz"
+ },
+ "files": [
+ "History.md",
+ "LICENSE",
+ "Readme.md",
+ "index.js"
+ ],
+ "gitHead": "2a598442bdfa796df8d01a96cc54495cda550e70",
+ "homepage": "https://github.com/visionmedia/bytes.js",
+ "keywords": [
+ "byte",
+ "bytes",
+ "utility",
+ "parse",
+ "parser",
+ "convert",
+ "converter"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ {
+ "email": "tj@vision-media.ca",
+ "name": "tjholowaychuk"
+ }
+ ],
+ "name": "bytes",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/visionmedia/bytes.js.git"
+ },
+ "scripts": {
+ "test": "mocha --check-leaks --reporter spec"
+ },
+ "version": "2.4.0"
+}