X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fpretty-bytes%2Fpackage.json;fp=node_modules%2Fpretty-bytes%2Fpackage.json;h=595fafaa728bd01f0598725b7ed035d45b999b5b;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/pretty-bytes/package.json b/node_modules/pretty-bytes/package.json new file mode 100644 index 000000000..595fafaa7 --- /dev/null +++ b/node_modules/pretty-bytes/package.json @@ -0,0 +1,100 @@ +{ + "_args": [ + [ + "pretty-bytes@^3.0.0", + "/var/www/yaffs/node_modules/maxmin" + ] + ], + "_from": "pretty-bytes@>=3.0.0 <4.0.0", + "_id": "pretty-bytes@3.0.1", + "_inCache": true, + "_installable": true, + "_location": "/pretty-bytes", + "_nodeVersion": "4.2.4", + "_npmOperationalInternal": { + "host": "packages-5-east.internal.npmjs.com", + "tmp": "tmp/pretty-bytes-3.0.1.tgz_1454638724444_0.6657163200434297" + }, + "_npmUser": { + "email": "sindresorhus@gmail.com", + "name": "sindresorhus" + }, + "_npmVersion": "3.7.0", + "_phantomChildren": {}, + "_requested": { + "name": "pretty-bytes", + "raw": "pretty-bytes@^3.0.0", + "rawSpec": "^3.0.0", + "scope": null, + "spec": ">=3.0.0 <4.0.0", + "type": "range" + }, + "_requiredBy": [ + "/maxmin" + ], + "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz", + "_shasum": "27d0008d778063a0b4811bb35c79f1bd5d5fbccf", + "_shrinkwrap": null, + "_spec": "pretty-bytes@^3.0.0", + "_where": "/var/www/yaffs/node_modules/maxmin", + "author": { + "email": "sindresorhus@gmail.com", + "name": "Sindre Sorhus", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/pretty-bytes/issues" + }, + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "description": "Convert bytes to a human readable string: 1337 → 1.34 kB", + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "directories": {}, + "dist": { + "shasum": "27d0008d778063a0b4811bb35c79f1bd5d5fbccf", + "tarball": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "gitHead": "7880c0805ea4647455a95ee899d0da1b5f175e0f", + "homepage": "https://github.com/sindresorhus/pretty-bytes#readme", + "keywords": [ + "byte", + "bytes", + "data", + "file", + "filesize", + "human", + "humanized", + "pretty", + "readable", + "si", + "size" + ], + "license": "MIT", + "maintainers": [ + { + "name": "sindresorhus", + "email": "sindresorhus@gmail.com" + } + ], + "name": "pretty-bytes", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/pretty-bytes.git" + }, + "scripts": { + "test": "xo && ava" + }, + "version": "3.0.1" +}