You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

79 lines
2.1 KiB

{
"_from": "filesize@6.0.1",
"_id": "filesize@6.0.1",
"_inBundle": false,
"_integrity": "sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==",
"_location": "/filesize",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "filesize@6.0.1",
"name": "filesize",
"escapedName": "filesize",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"/react-dev-utils"
],
"_resolved": "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz",
"_shasum": "f850b509909c7c86f7e450ea19006c31c2ed3d2f",
"_spec": "filesize@6.0.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\react-dev-utils",
"author": {
"name": "Jason Mulligan",
"email": "jason.mulligan@avoidwork.com"
},
"browser": "lib/filesize.min.js",
"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": {
"babel-core": "^6.26.3",
"babel-minify": "^0.5.1",
"babel-preset-env": "^1.7.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0"
},
"engines": {
"node": ">= 0.4.0"
},
"files": [
"lib",
"*.d.ts"
],
"homepage": "https://filesizejs.com",
"keywords": [
"file",
"filesize",
"size",
"readable",
"file system",
"bytes",
"diff"
],
"license": "BSD-3-Clause",
"main": "lib/filesize.js",
"name": "filesize",
"repository": {
"type": "git",
"url": "git://github.com/avoidwork/filesize.js.git"
},
"scripts": {
"changelog": "git log --date=short --tags --format=\"[%cd] %h%d %s - %cn (%ce)\" > CHANGELOG",
"test": "grunt test"
},
"types": "filesize.d.ts",
"version": "6.0.1"
}