package.json 1.8 KB

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