Version 1
[yaffs-website] / node_modules / pretty-bytes / package.json
diff --git a/node_modules/pretty-bytes/package.json b/node_modules/pretty-bytes/package.json
new file mode 100644 (file)
index 0000000..595fafa
--- /dev/null
@@ -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"
+}