Security update to Drupal 8.4.6
[yaffs-website] / node_modules / pretty-bytes / package.json
1 {
2   "_args": [
3     [
4       "pretty-bytes@^3.0.0",
5       "/var/www/yaffs/node_modules/maxmin"
6     ]
7   ],
8   "_from": "pretty-bytes@>=3.0.0 <4.0.0",
9   "_id": "pretty-bytes@3.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/pretty-bytes",
13   "_nodeVersion": "4.2.4",
14   "_npmOperationalInternal": {
15     "host": "packages-5-east.internal.npmjs.com",
16     "tmp": "tmp/pretty-bytes-3.0.1.tgz_1454638724444_0.6657163200434297"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.7.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "pretty-bytes",
26     "raw": "pretty-bytes@^3.0.0",
27     "rawSpec": "^3.0.0",
28     "scope": null,
29     "spec": ">=3.0.0 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/maxmin"
34   ],
35   "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",
36   "_shasum": "27d0008d778063a0b4811bb35c79f1bd5d5fbccf",
37   "_shrinkwrap": null,
38   "_spec": "pretty-bytes@^3.0.0",
39   "_where": "/var/www/yaffs/node_modules/maxmin",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/pretty-bytes/issues"
47   },
48   "dependencies": {
49     "number-is-nan": "^1.0.0"
50   },
51   "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
52   "devDependencies": {
53     "ava": "*",
54     "xo": "*"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "27d0008d778063a0b4811bb35c79f1bd5d5fbccf",
59     "tarball": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "gitHead": "7880c0805ea4647455a95ee899d0da1b5f175e0f",
68   "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
69   "keywords": [
70     "byte",
71     "bytes",
72     "data",
73     "file",
74     "filesize",
75     "human",
76     "humanized",
77     "pretty",
78     "readable",
79     "si",
80     "size"
81   ],
82   "license": "MIT",
83   "maintainers": [
84     {
85       "name": "sindresorhus",
86       "email": "sindresorhus@gmail.com"
87     }
88   ],
89   "name": "pretty-bytes",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
95   },
96   "scripts": {
97     "test": "xo && ava"
98   },
99   "version": "3.0.1"
100 }