asdf-games/node_modules/prettier-bytes/package.json

60 lines
1.6 KiB
JSON

{
"_from": "prettier-bytes@^1.0.3",
"_id": "prettier-bytes@1.0.4",
"_inBundle": false,
"_integrity": "sha1-mUsCqkb2mcULYle1+qp/4lV+YtY=",
"_location": "/prettier-bytes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "prettier-bytes@^1.0.3",
"name": "prettier-bytes",
"escapedName": "prettier-bytes",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/garnish"
],
"_resolved": "https://registry.npmjs.org/prettier-bytes/-/prettier-bytes-1.0.4.tgz",
"_shasum": "994b02aa46f699c50b6257b5faaa7fe2557e62d6",
"_spec": "prettier-bytes@^1.0.3",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\garnish",
"author": {
"name": "Dan Flettre",
"email": "flettre@gmail.com"
},
"bugs": {
"url": "https://github.com/Flet/prettier-bytes/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "augment pretty-bytes to make the output a little more readable (and a little less precise)",
"devDependencies": {
"standard": "*",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"homepage": "https://github.com/Flet/prettier-bytes",
"keywords": [
"bytes",
"output",
"pretty",
"pretty-bytes"
],
"license": "ISC",
"main": "index.js",
"name": "prettier-bytes",
"repository": {
"type": "git",
"url": "git+https://github.com/Flet/prettier-bytes.git"
},
"scripts": {
"test": "tape test/*.js | tap-spec && standard"
},
"version": "1.0.4"
}