package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "filesize@~2.0.0",
  6. "scope": null,
  7. "escapedName": "filesize",
  8. "name": "filesize",
  9. "rawSpec": "~2.0.0",
  10. "spec": ">=2.0.0 <2.1.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-jsmin"
  14. ]
  15. ],
  16. "_from": "filesize@>=2.0.0 <2.1.0",
  17. "_id": "filesize@2.0.4",
  18. "_inCache": true,
  19. "_location": "/filesize",
  20. "_npmUser": {
  21. "name": "avoidwork",
  22. "email": "jason.mulligan@avoidwork.com"
  23. },
  24. "_npmVersion": "1.4.23",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "filesize@~2.0.0",
  28. "scope": null,
  29. "escapedName": "filesize",
  30. "name": "filesize",
  31. "rawSpec": "~2.0.0",
  32. "spec": ">=2.0.0 <2.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/gulp-jsmin"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/filesize/-/filesize-2.0.4.tgz",
  39. "_shasum": "7805941c60fcdfe63f46d7ea358c59ade11c1325",
  40. "_shrinkwrap": null,
  41. "_spec": "filesize@~2.0.0",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-jsmin",
  43. "author": {
  44. "name": "Jason Mulligan",
  45. "email": "jason.mulligan@avoidwork.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/avoidwork/filesize.js/issues"
  49. },
  50. "dependencies": {},
  51. "description": "JavaScript library to generate a human readable String describing the file size",
  52. "devDependencies": {
  53. "grunt": "~0.4.1",
  54. "grunt-cli": "~0.1.6",
  55. "grunt-contrib-concat": "~0.1.3",
  56. "grunt-contrib-jshint": "~0.1",
  57. "grunt-contrib-nodeunit": "~0.1.2",
  58. "grunt-contrib-watch": "~0.2",
  59. "grunt-exec": "~0.4",
  60. "grunt-sed": "~0.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "7805941c60fcdfe63f46d7ea358c59ade11c1325",
  65. "tarball": "https://registry.npmjs.org/filesize/-/filesize-2.0.4.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.4.0"
  69. },
  70. "gitHead": "d3df0b047ae96a931b192b9decfaa4895190235b",
  71. "homepage": "http://filesizejs.com",
  72. "keywords": [
  73. "file",
  74. "filesize",
  75. "size",
  76. "readable",
  77. "file system"
  78. ],
  79. "licenses": [
  80. {
  81. "type": "BSD-3",
  82. "url": "https://raw.github.com/avoidwork/filesize.js/master/LICENSE"
  83. }
  84. ],
  85. "main": "lib/filesize",
  86. "maintainers": [
  87. {
  88. "name": "avoidwork",
  89. "email": "jason@attack.io"
  90. }
  91. ],
  92. "name": "filesize",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/avoidwork/filesize.js.git"
  98. },
  99. "scripts": {
  100. "test": "grunt test"
  101. },
  102. "version": "2.0.4"
  103. }