aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bytes
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/bytes
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/bytes')
-rw-r--r--node_modules/bytes/package.json86
1 files changed, 12 insertions, 74 deletions
diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json
index b3a37907b..f2f854e35 100644
--- a/node_modules/bytes/package.json
+++ b/node_modules/bytes/package.json
@@ -1,83 +1,21 @@
{
- "_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"
- }
+ "name": "bytes",
+ "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
+ "description": "byte size string parser / serializer",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/visionmedia/bytes.js.git"
},
+ "version": "0.3.0",
+ "main": "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"
+ "component": {
+ "scripts": {
+ "bytes/index.js": "index.js"
}
- ],
- "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"
+ }
}