1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/filesize/package.json

73 lines
1.9 KiB
JSON

{
"_from": "filesize@~2.0.0",
"_id": "filesize@2.0.4",
"_inBundle": false,
"_integrity": "sha512-XyVEXpwElavSK0SKn51E3960lTRfglsQA9goJN4QR+oyqStts1Wygs1FW3TFQrxJoGm4mcq3hTxDMN3Vs1cYwg==",
"_location": "/filesize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "filesize@~2.0.0",
"name": "filesize",
"escapedName": "filesize",
"rawSpec": "~2.0.0",
"saveSpec": null,
"fetchSpec": "~2.0.0"
},
"_requiredBy": [
"/gulp-cssmin"
],
"_resolved": "https://registry.npmmirror.com/filesize/-/filesize-2.0.4.tgz",
"_shasum": "7805941c60fcdfe63f46d7ea358c59ade11c1325",
"_spec": "filesize@~2.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\gulp-cssmin",
"author": {
"name": "Jason Mulligan",
"email": "jason.mulligan@avoidwork.com"
},
"bugs": {
"url": "https://github.com/avoidwork/filesize.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript library to generate a human readable String describing the file size",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2",
"grunt-exec": "~0.4",
"grunt-sed": "~0.1"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "http://filesizejs.com",
"keywords": [
"file",
"filesize",
"size",
"readable",
"file system"
],
"licenses": [
{
"type": "BSD-3",
"url": "https://raw.github.com/avoidwork/filesize.js/master/LICENSE"
}
],
"main": "lib/filesize",
"name": "filesize",
"repository": {
"type": "git",
"url": "git://github.com/avoidwork/filesize.js.git"
},
"scripts": {
"test": "grunt test"
},
"version": "2.0.4"
}