package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "filesize@^3.6.1",
  3. "_id": "filesize@3.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==",
  6. "_location": "/filesize",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "filesize@^3.6.1",
  12. "name": "filesize",
  13. "escapedName": "filesize",
  14. "rawSpec": "^3.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.6.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack-bundle-analyzer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz",
  22. "_shasum": "090bb3ee01b6f801a8a8be99d31710b3422bb317",
  23. "_spec": "filesize@^3.6.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\webpack-bundle-analyzer",
  25. "author": {
  26. "name": "Jason Mulligan",
  27. "email": "jason.mulligan@avoidwork.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/avoidwork/filesize.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "JavaScript library to generate a human readable String describing the file size",
  35. "devDependencies": {
  36. "babel-core": "^6.26.0",
  37. "babel-minify": "^0.3.0",
  38. "babel-preset-env": "^1.6.1",
  39. "grunt": "^1.0.1",
  40. "grunt-babel": "^7.0.0",
  41. "grunt-cli": "^1.2.0",
  42. "grunt-contrib-concat": "^1.0.1",
  43. "grunt-contrib-nodeunit": "^1.0.0",
  44. "grunt-contrib-uglify": "^3.3.0",
  45. "grunt-contrib-watch": "^1.0.0",
  46. "grunt-eslint": "^20.1.0"
  47. },
  48. "engines": {
  49. "node": ">= 0.4.0"
  50. },
  51. "homepage": "https://filesizejs.com",
  52. "keywords": [
  53. "file",
  54. "filesize",
  55. "size",
  56. "readable",
  57. "file system",
  58. "bytes",
  59. "diff"
  60. ],
  61. "license": "BSD-3-Clause",
  62. "main": "lib/filesize",
  63. "name": "filesize",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/avoidwork/filesize.js.git"
  67. },
  68. "scripts": {
  69. "test": "grunt test"
  70. },
  71. "version": "3.6.1"
  72. }