aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bytes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/bytes/package.json')
-rw-r--r--node_modules/bytes/package.json83
1 files changed, 83 insertions, 0 deletions
diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json
new file mode 100644
index 000000000..b3a37907b
--- /dev/null
+++ b/node_modules/bytes/package.json
@@ -0,0 +1,83 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "bytes@^0.3.0",
+ "scope": null,
+ "escapedName": "bytes",
+ "name": "bytes",
+ "rawSpec": "^0.3.0",
+ "spec": ">=0.3.0 <0.4.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip"
+ ]
+ ],
+ "_from": "bytes@>=0.3.0 <0.4.0",
+ "_id": "bytes@0.3.0",
+ "_inCache": true,
+ "_location": "/bytes",
+ "_npmUser": {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ "_npmVersion": "1.3.15",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "bytes@^0.3.0",
+ "scope": null,
+ "escapedName": "bytes",
+ "name": "bytes",
+ "rawSpec": "^0.3.0",
+ "spec": ">=0.3.0 <0.4.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/gulp-gzip"
+ ],
+ "_resolved": "https://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz",
+ "_shasum": "78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935",
+ "_shrinkwrap": null,
+ "_spec": "bytes@^0.3.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca",
+ "url": "http://tjholowaychuk.com"
+ },
+ "bugs": {
+ "url": "https://github.com/visionmedia/bytes.js/issues"
+ },
+ "component": {
+ "scripts": {
+ "bytes/index.js": "index.js"
+ }
+ },
+ "dependencies": {},
+ "description": "byte size string parser / serializer",
+ "devDependencies": {
+ "mocha": "*",
+ "should": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935",
+ "tarball": "https://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz"
+ },
+ "homepage": "https://github.com/visionmedia/bytes.js",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ }
+ ],
+ "name": "bytes",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/visionmedia/bytes.js.git"
+ },
+ "version": "0.3.0"
+}