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.0 KiB

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