backoffice/node_modules/pretty-bytes/package.json

82 lines
1.7 KiB
JSON

{
"_args": [
[
"pretty-bytes@0.1.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "pretty-bytes@0.1.2",
"_id": "pretty-bytes@0.1.2",
"_inBundle": false,
"_integrity": "sha1-zZApTVihyk6KXQ+5yCJZmIgazwA=",
"_location": "/pretty-bytes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pretty-bytes@0.1.2",
"name": "pretty-bytes",
"escapedName": "pretty-bytes",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/maxmin"
],
"_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bin": {
"pretty-bytes": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/pretty-bytes/issues"
},
"description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"pretty-bytes.js",
"cli.js"
],
"homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
"keywords": [
"cli",
"bin",
"browser",
"pretty",
"bytes",
"byte",
"filesize",
"size",
"file",
"human",
"humanized",
"readable",
"si",
"data"
],
"license": "MIT",
"main": "pretty-bytes.js",
"name": "pretty-bytes",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/pretty-bytes.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.2"
}