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.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "filesize@^6.0.1",
  3. "_id": "filesize@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==",
  6. "_location": "/filesize",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "filesize@^6.0.1",
  12. "name": "filesize",
  13. "escapedName": "filesize",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz",
  22. "_shasum": "e81bdaa780e2451d714d71c0d7a4f3238d37ad00",
  23. "_spec": "filesize@^6.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  25. "author": {
  26. "name": "Jason Mulligan",
  27. "email": "jason.mulligan@avoidwork.com"
  28. },
  29. "browser": "lib/filesize.min.js",
  30. "bugs": {
  31. "url": "https://github.com/avoidwork/filesize.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "JavaScript library to generate a human readable String describing the file size",
  36. "devDependencies": {
  37. "auto-changelog": "^1.16.2",
  38. "babel-core": "^6.26.3",
  39. "babel-minify": "^0.5.1",
  40. "babel-preset-env": "^1.7.0",
  41. "grunt": "^1.0.4",
  42. "grunt-babel": "^8.0.0",
  43. "grunt-cli": "^1.3.2",
  44. "grunt-contrib-concat": "^1.0.1",
  45. "grunt-contrib-nodeunit": "^2.1.0",
  46. "grunt-contrib-uglify": "^4.0.1",
  47. "grunt-contrib-watch": "^1.1.0",
  48. "grunt-eslint": "^22.0.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.4.0"
  52. },
  53. "files": [
  54. "lib",
  55. "*.d.ts"
  56. ],
  57. "homepage": "https://filesizejs.com",
  58. "keywords": [
  59. "file",
  60. "filesize",
  61. "size",
  62. "readable",
  63. "file system",
  64. "bytes",
  65. "diff"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "lib/filesize.js",
  69. "name": "filesize",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/avoidwork/filesize.js.git"
  73. },
  74. "scripts": {
  75. "changelog": "auto-changelog -p",
  76. "test": "grunt test"
  77. },
  78. "types": "filesize.d.ts",
  79. "version": "6.1.0"
  80. }