123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "pretty-bytes@^1.0.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/maxmin"
- ]
- ],
- "_from": "pretty-bytes@>=1.0.0 <2.0.0",
- "_id": "pretty-bytes@1.0.4",
- "_inCache": true,
- "_location": "/pretty-bytes",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "pretty-bytes",
- "raw": "pretty-bytes@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/maxmin"
- ],
- "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
- "_shasum": "0a22e8210609ad35542f8c8d5d2159aff0751c84",
- "_shrinkwrap": null,
- "_spec": "pretty-bytes@^1.0.0",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/maxmin",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "http://sindresorhus.com"
- },
- "bin": {
- "pretty-bytes": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/pretty-bytes/issues"
- },
- "dependencies": {
- "get-stdin": "^4.0.1",
- "meow": "^3.1.0"
- },
- "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "0a22e8210609ad35542f8c8d5d2159aff0751c84",
- "tarball": "http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "cli.js",
- "pretty-bytes.js"
- ],
- "gitHead": "a1028d746f5aa51cdd6a22f1cae2b2e9ecc5b6df",
- "homepage": "https://github.com/sindresorhus/pretty-bytes",
- "installable": true,
- "keywords": [
- "bin",
- "browser",
- "byte",
- "bytes",
- "cli",
- "data",
- "file",
- "filesize",
- "human",
- "humanized",
- "pretty",
- "readable",
- "si",
- "size"
- ],
- "license": "MIT",
- "main": "pretty-bytes.js",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "pretty-bytes",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/pretty-bytes"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.0.4"
- }
|